Home
last modified time | relevance | path

Searched full:usable (Results 1 – 25 of 808) sorted by relevance

12345678910>>...33

/freebsd/contrib/dialog/
H A Drangebox.c208 int usable; in dialog_rangebox() local
250 usable = (width - 2 - 4 * MARGIN); in dialog_rangebox()
259 data.value_x = (usable - data.value_len) / 2 + MARGIN; in dialog_rangebox()
265 if (ranges > usable) { in dialog_rangebox()
266 data.slide_inc = (ranges + usable - 1) / usable; in dialog_rangebox()
268 } else if (ranges < usable) { in dialog_rangebox()
269 data.slide_inc = usable / ranges; in dialog_rangebox()
273 data.slide_len = usable; in dialog_rangebox()
275 data.slide_x = (usable - data.slide_len) / 2 + MARGIN + 2; in dialog_rangebox()
285 dlg_mouse_mkregion(data.slide_y - 1, data.slide_x - 1, 3, usable + 2, 'i'); in dialog_rangebox()
/freebsd/sys/contrib/device-tree/Bindings/powerpc/
H A Dibm,powerpc-cpu-features.txt94 - usable-privilege
179 This property may exist when the usable-privilege property value has PR bit set.
191 features usable by userspace will have a hwcap-bit-nr property.
213 usable-privilege = <1 | 2 | 4>;
219 usable-privilege = <1 | 2>;
226 usable-privilege = <2 | 4>;
233 usable-privilege = <1 | 2 | 4>;
241 usable-privilege = <1 | 2 | 4>;
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dmicrowatt.dts44 usable-privilege = <2>;
49 usable-privilege = <3>;
55 usable-privilege = <2>;
60 usable-privilege = <3>;
65 usable-privilege = <2>;
71 usable-privilege = <3>;
/freebsd/tools/tools/ath/athrd/
H A Dathrd.1117 according to whether the channel is usable with 802.11g, 802.11b,
121 are also usable in
125 are usable in
131 are only usable in those modes.
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dbrcm,bcm2835-system-timer.yaml29 - description: System Timer Compare 1 match (usable for ARM core)
31 - description: System Timer Compare 3 match (usable for ARM core)
/freebsd/sys/contrib/device-tree/Bindings/
H A Dchosen.txt79 linux,usable-memory-range
94 linux,usable-memory-range = <0x9 0xf0000000 0x0 0x10000000>;
98 The main usage is for crash dump kernel to identify its own usable
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dsz.h16 * u: Usable size
21 * index; sz_sa2u converts a (size, alignment) allocation request to the usable
247 * Compute usable size that would result from allocating an object with the
259 * Compute usable size that would result from allocating an object with the
/freebsd/sys/contrib/device-tree/src/arm/synaptics/
H A Dberlin2cd-google-chromecast.dts26 * We're using "linux,usable-memory" instead of "reg" here
34 linux,usable-memory = <0x00000000 0x20000000>; /* 512 MB */
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_cabsl.cxx31 * Test that C++ "cabsl" is usable. PR lib/50646
40 set_md_var("descr", "Check that cabsl is usable from C++"); in ATF_TEST_CASE_HEAD()
/freebsd/contrib/unbound/iterator/
H A Diter_delegpt.h69 /** the list of usable targets; subset of target_list
144 /** next delegation point in usable list */
327 * Add all usable targets to the result list.
469 * Remove the addr from the usable list.
478 * the result list. Also removes it from the usable list.
481 * It is removed from the usable list.
/freebsd/lib/libufs/
H A Dsbread.3139 function tries to find a usable superblock.
183 error methodologies in situations where no usable superblock could be
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DError.h48 * error, and the given LLVMErrorRef value is not usable once this call returns.
56 * and the given LLVMErrorRef value is not usable once this call returns.
/freebsd/sys/contrib/openzfs/config/
H A Dfind_system_library.m446 AC_MSG_FAILURE([header [$3] for library [$5] is not usable])
75 AC_MSG_FAILURE([library [$5] is not usable])
/freebsd/contrib/ntp/ntpd/
H A Drefclock_palisade.c92 { "Bad 1SV\0" }, { "0SV Usable\0" }, { "1SV Usable\0" },
93 { "2SV Usable\0" }, { "3SV Usable\0" }, { "No Integrity\0" },
989 printf ("No usable satellites\n"); in TSIP_decode()
992 printf ("Only 1 usable satellite\n"); in TSIP_decode()
995 printf ("Only 2 usable satellites\n"); in TSIP_decode()
998 printf ("Only 3 usable satellites\n"); in TSIP_decode()
1048 printf ("No usable satellites\n"); in TSIP_decode()
1051 printf ("Only 1 usable satellit in TSIP_decode()
[all...]
/freebsd/lib/libgssapi/
H A Dgss_unwrap.336 back to a usable form
62 back to a usable form,
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dfile.h57 * The path specified was not usable by the operating system.
152 * The path specified was not usable by the operating system.
197 * The path specified was not usable by the operating system.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_ciphers.pod44 For example, additional ciphers may be usable by a server if there is
46 usable by a server if there is not a suitable certificate configured.
H A DSSL_CTX_dane_enable.pod86 call and take appropriate action if none are usable or an internal error
267 /* At least one usable record. We expect to verify the peer */
322 * usable TLSA RRs none of which matched. Do whatever is appropriate for
341 When a peer has TLSA records, but none are "usable", an opportunistic
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiGpt.h46 /// The first usable logical block that may be used
51 /// The last usable logical block that may be used
/freebsd/tools/build/options/
H A DWITH_ZEROREGS4 Additionally this reduces the number of usable ROP gadgets for attackers.
H A DWITHOUT_WPA_SUPPLICANT_EAPOL5 protocols (usable only via 802.1X).
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_hwdata.c96 * Generic resource priority configuration usable with all currently supported
151 * Generic resource priority configuration usable with all currently supported
/freebsd/crypto/openssl/test/
H A Dcipherlist_test.c116 /* These won't be usable if TLSv1.3 is available but TLSv1.2 isn't */
142 /* These won't be usable if TLSv1.3 is available but TLSv1.2 isn't */
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_dane_enable.3221 call and take appropriate action if none are usable or an internal error
401 \& /* At least one usable record. We expect to verify the peer */
456 \& * usable TLSA RRs none of which matched. Do whatever is appropriate for
475 When a peer has \s-1TLSA\s0 records, but none are \*(L"usable\*(R", an opportunistic
/freebsd/contrib/netbsd-tests/fs/nfs/nfsservice/
H A DREADME13 TODO: make the standard nfs userspace services usable (the challenge

12345678910>>...33