Home
last modified time | relevance | path

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

123

/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
H A Dossl_serial_number_print.pod22 If the serial number fits into a long int, it is printed on the same line as
/freebsd/contrib/libcbor/
H A DCONTRIBUTING.md13 …th your proposal (or reach out to me privately) to discuss if the feature fits into libcbor before…
15 …our proposal (or reach out to me privately) to discuss if the improvement fits into cbor before op…
/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.cpp653 bool fits; in SetValueFromCString() local
658 fits = integer.isSignedIntN(byte_size * 8); in SetValueFromCString()
660 fits = integer.isIntN(byte_size * 8); in SetValueFromCString()
661 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/contrib/bsddialog/lib/
H A Dslider.c76 static int fits(long x, long y, long a, long b) in fits() function
233 if (fits(0, (sliderctl->length) - 1, new_start, new_end) != 1) { in handlesliderctl()
/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 Dimages1477 # skip DROID x-fmt-383-signature-id-57.fits by check for left padding spaces of 2nd card value
1484 # fz suffix for compressed fits
1491 !:ext fits/fit/fts
1512 # second 64-bit variant like: blank.fits
1516 … 1 (spectrum) 2 (conventional bitmap) 3 (animated bitmap example.fit test.fits) 6 (DDTSUVDATA.fits)
1520 !:mime application/fits
1523 !:mime application/fits
1524 #!:mime image/fits
1527 !:mime image/fits
1530 !:mime image/fits
[all …]
/freebsd/bin/ed/tests/
H A Ded_test.sh1774 # 69 A's + 日本 (2 CJK chars): 69 + 2 = 71 cols for 日 (fits),
/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.td1219 // Node immediate fits as 16-bit sign extended on target immediate.
1223 // Node immediate fits as 16-bit sign extended on target immediate.
1228 // Node immediate fits as 7-bit zero extended on target immediate.
1232 // Node immediate fits as 16-bit zero extended on target immediate.
1258 // Note immediate fits as a 32 bit signed extended on target immediate.
1261 // Note immediate fits as a 32 bit zero extended on target immediate.
1282 // True if (N + 1) fits in 16-bit field.
/freebsd/contrib/llvm-project/libcxx/include/
H A Dbitset250 // At this point, the effective bitset size (excluding leading zeros) fits in unsigned long long
475 // If _Size fits or no overflow, directly cast to unsigned long long
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc157 // so x0 fits to UQ0.HW without wrapping.

123