/freebsd/contrib/libcbor/ |
H A D | CONTRIBUTING.md | 13 **New features:** I am looking to keep the scope of libcbor small. If you would like to add a feature, please open an issue with your proposal (or reach out to me privately) to discuss if the feature fits into libcbor before opening a PR. 15 **Major changes:** Please open an issue with your proposal (or reach out to me privately) to discuss if the improvement fits into cbor before opening a PR.
|
/freebsd/share/examples/kld/khelp/ |
H A D | README | 5 an attempt to explain how everything fits together.
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | OPTIONS.pod | 120 'n' A signed number that fits in the C<int> type 121 'p' A positive number that fits in the C<int> type 122 'N' A nonnegative number that fits in the C<int> type 123 'M' A signed number that fits in the C<intmax_t> type 124 'U' An unsigned number that fits in the C<uintmax_t> type 125 'l' A signed number that fits in the C<long> type 126 'u' An unsigned number that fits in the C<unsigned long> type
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/lpc/ |
H A D | lpc4350.dtsi | 7 * You can choose the licence that better fits your requirements.
|
H A D | lpc4357.dtsi | 7 * You can choose the licence that better fits your requirements.
|
H A D | lpc4337-ciaa.dts | 7 * You can choose the licence that better fits your requirements.
|
H A D | lpc4350-hitex-eval.dts | 7 * You can choose the licence that better fits your requirements.
|
H A D | lpc4357-ea4357-devkit.dts | 7 * You can choose the licence that better fits your requirements.
|
H A D | lpc18xx.dtsi | 7 * You can choose the licence that better fits your requirements.
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Scalar.cpp | 654 bool fits; in SetValueFromCString() local 659 fits = integer.isSignedIntN(byte_size * 8); in SetValueFromCString() 661 fits = integer.isIntN(byte_size * 8); in SetValueFromCString() 662 if (!fits) { in SetValueFromCString()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_gettable_params.pod | 50 associated with a name of I<key_name> if it fits into C<int> type. For 54 associated with a name of I<key_name> if it fits into C<size_t> type. For
|
H A D | EVP_PKEY_copy_parameters.pod | 79 that holds the key, as they will compare what makes sense to them that fits
|
H A D | UI_STRING.pod | 84 contents of B<result> if its length fits the minimum and maximum size
|
/freebsd/sys/net/altq/ |
H A D | altq_hfsc.c | 743 int fits = 0; in hfsc_dequeue() local 754 if (fits > 0) in hfsc_dequeue() 755 printf("%d fit but none found\n",fits); in hfsc_dequeue() 766 fits++; in hfsc_dequeue()
|
/freebsd/contrib/unbound/contrib/ |
H A D | README | 16 * unbound-host.nagios.patch: makes unbound-host return status that fits right
|
H A D | redirect-bogus.patch | 340 + * and an edns reply is attached. Only attached if EDNS record fits reply.
|
/freebsd/lib/libc/amd64/string/ |
H A D | strlcpy.S | 58 cmova %rax, %rdx # if yes, only copy the part that fits
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | images | 1455 # skip DROID x-fmt-383-signature-id-57.fits by check for left padding spaces of 2nd card value 1462 # fz suffix for compressed fits 1469 !:ext fits/fit/fts 1490 # second 64-bit variant like: blank.fits 1494 … 1 (spectrum) 2 (conventional bitmap) 3 (animated bitmap example.fit test.fits) 6 (DDTSUVDATA.fits) 1498 !:mime application/fits 1501 !:mime application/fits 1502 #!:mime image/fits 1505 !:mime image/fits 1508 !:mime image/fits [all …]
|
/freebsd/contrib/unbound/doc/ |
H A D | README | 44 The server periodically checks if the amount of memory used fits with
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsInstrInfo.td | 1207 // Node immediate fits as 16-bit sign extended on target immediate. 1211 // Node immediate fits as 16-bit sign extended on target immediate. 1216 // Node immediate fits as 7-bit zero extended on target immediate. 1220 // Node immediate fits as 16-bit zero extended on target immediate. 1246 // Note immediate fits as a 32 bit signed extended on target immediate. 1249 // Note immediate fits as a 32 bit zero extended on target immediate. 1270 // True if (N + 1) fits in 16-bit field.
|
H A D | Mips64InstrInfo.td | 21 // Node immediate fits as 10-bit sign extended on target immediate. 41 // Predicate: True if immediate is a power of 2 and fits 32 bits
|
/freebsd/contrib/less/ |
H A D | less.hlp | 148 Quit if entire file fits on first screen.
|
H A D | NEWS | 453 * Don't output terminal init sequence if using -F and file fits on one screen. 989 * New option -F (--quit-if-one-screen) quits if the text fits on
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | fp_div_impl.inc | 157 // so x0 fits to UQ0.HW without wrapping.
|
/freebsd/contrib/googletest/docs/ |
H A D | primer.md | 468 implementation of main(). If it fits your needs, then just link your test with
|