Home
last modified time | relevance | path

Searched refs:fits (Results 1 – 25 of 54) sorted by relevance

123

/freebsd/contrib/libcbor/
H A DCONTRIBUTING.md13 **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 DREADME5 an attempt to explain how everything fits together.
/freebsd/crypto/openssl/doc/internal/man3/
H A DOPTIONS.pod120 '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 Dlpc4350.dtsi7 * You can choose the licence that better fits your requirements.
H A Dlpc4357.dtsi7 * You can choose the licence that better fits your requirements.
H A Dlpc4337-ciaa.dts7 * You can choose the licence that better fits your requirements.
H A Dlpc4350-hitex-eval.dts7 * You can choose the licence that better fits your requirements.
H A Dlpc4357-ea4357-devkit.dts7 * You can choose the licence that better fits your requirements.
H A Dlpc18xx.dtsi7 * You can choose the licence that better fits your requirements.
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp654 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 DEVP_PKEY_gettable_params.pod50 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 DEVP_PKEY_copy_parameters.pod79 that holds the key, as they will compare what makes sense to them that fits
H A DUI_STRING.pod84 contents of B<result> if its length fits the minimum and maximum size
/freebsd/sys/net/altq/
H A Daltq_hfsc.c743 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 DREADME16 * unbound-host.nagios.patch: makes unbound-host return status that fits right
H A Dredirect-bogus.patch340 + * and an edns reply is attached. Only attached if EDNS record fits reply.
/freebsd/lib/libc/amd64/string/
H A Dstrlcpy.S58 cmova %rax, %rdx # if yes, only copy the part that fits
/freebsd/contrib/file/magic/Magdir/
H A Dimages1455 # 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 DREADME44 The server periodically checks if the amount of memory used fits with
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td1207 // 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 DMips64InstrInfo.td21 // 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 Dless.hlp148 Quit if entire file fits on first screen.
H A DNEWS453 * 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 Dfp_div_impl.inc157 // so x0 fits to UQ0.HW without wrapping.
/freebsd/contrib/googletest/docs/
H A Dprimer.md468 implementation of main(). If it fits your needs, then just link your test with

123