HomeSort by: relevance | last modified time | path
    Searched refs:usable (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/external/bsd/jemalloc/dist/test/integration/
malloc.c 6 size_t usable = TEST_MALLOC_SIZE(res); local
7 assert(usable > 0);
aligned_alloc.c 144 size_t usable = TEST_MALLOC_SIZE(res); local
145 assert(usable > 0);
  /src/external/bsd/jemalloc/dist/test/unit/
retained.c 146 size_t usable = 0; local
157 expect_zu_lt(usable, allocated,
159 "(%#zx[+%#zx] > %#zx)", usable, psz_usable,
162 usable += psz_usable;
  /src/external/bsd/jemalloc.old/dist/test/unit/
retained.c 139 size_t usable = 0; local
150 assert_zu_lt(usable, allocated,
152 "(%#zx[+%#zx] > %#zx)", usable, psz_usable,
155 usable += psz_usable;
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
javacomp.c 790 bool usable; member in struct:result_t
898 resultp->usable = true;
987 resultp->usable = true;
1011 resultp->usable = true;
1026 *usablep = resultp->usable;
1311 bool usable; member in struct:result_t
1417 resultp->usable = true;
1501 resultp->usable = true;
1524 resultp->usable = true;
1535 *usablep = resultp->usable;
1585 bool usable = false; local
1677 bool usable = false; local
1727 bool usable = false; local
1770 bool usable = (strcmp (source_version, "1.3") == 0); local
    [all...]
  /src/external/gpl3/binutils/dist/config/
depstand.m4 21 # honor --disable-dependency-checking, and failure to detect a usable
117 then AC_MSG_ERROR([no usable dependency style found])
  /src/external/gpl3/binutils.old/dist/config/
depstand.m4 21 # honor --disable-dependency-checking, and failure to detect a usable
117 then AC_MSG_ERROR([no usable dependency style found])
  /src/external/gpl3/gcc/dist/config/
depstand.m4 21 # honor --disable-dependency-checking, and failure to detect a usable
117 then AC_MSG_ERROR([no usable dependency style found])
  /src/external/gpl3/gcc.old/dist/config/
depstand.m4 21 # honor --disable-dependency-checking, and failure to detect a usable
117 then AC_MSG_ERROR([no usable dependency style found])
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/
memory.d 27 All these functions are usable in `betterC`.
  /src/external/gpl3/gdb/dist/config/
depstand.m4 21 # honor --disable-dependency-checking, and failure to detect a usable
117 then AC_MSG_ERROR([no usable dependency style found])
  /src/external/gpl3/gdb.old/dist/config/
depstand.m4 21 # honor --disable-dependency-checking, and failure to detect a usable
117 then AC_MSG_ERROR([no usable dependency style found])
  /src/usr.sbin/sysinst/arch/mac68k/
msg.md.en 64 disk will not be MacOS bootable and may not be usable by MacOS unless
103 user-level partitions, but only those usable by NetBSD are displayed.
174 Usable count: %d
msg.md.es 66 usable por MacOS a no ser que los drivers de MacOS est�n instalados
183 Usable count: %d
  /src/external/ibm-public/postfix/dist/src/tls/
tls_client.c 1112 * OpenSSL library. If none are "usable", we'll fall back to "encrypt"
1117 int usable = tls_dane_enable(TLScontext); local
1118 int must_fail = usable <= 0;
1120 if (usable == 0) {
tls_dane.c 114 /* return value is the number of "usable" TLSA records loaded, or negative
122 /* the result of a validated RRset, with no usable elements. In
814 int usable = 0; local
822 ++usable;
849 return (usable);
  /src/usr.sbin/sysinst/
README.md_defs 80 returns true if the disk is usable as a swap device. Typical implementation
msg.mi.es 294 hence only the start of the disk is usable.
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
route.h 172 // True if the interface is not usable.
216 // True if we are probing usable routers with neighbor solicits to see if they are still alive.
298 bool usable; // True if this router was usable at the last policy evaluation member in struct:icmp_message
337 // If true, a prefix with L=1, A=0 in an RA with M=1 is treated as usable. The reason it's not treated as
338 // usable by default is that this will break Thread for Android phones on networks where IPv6 is present
route.c 628 " is advertising xpanid prefix " PRI_SEGMENTED_IPv6_ADDR_SRP ": not considering it usable",
639 " is a stub router advertising prefix " PRI_SEGMENTED_IPv6_ADDR_SRP ", which loses the election and is not usable",
645 " is " PUB_S_SRP "advertising prefix " PRI_SEGMENTED_IPv6_ADDR_SRP ", which is usable",
672 // We can't tell whether any particular prefix is usable until we've gotten the xpanid.
674 // Look at all the router advertisements we've seen to see if any contain a usable prefix which is not the
680 bool usable = false; local
710 " has a preferred lifetime of %d, which is not enough to count as usable.",
736 // This prefix is in principle usable. It may not actually be usable if it is stale, but we mark it usable so i
    [all...]
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
sysctl.h 197 uint8_t usable; /* usable Px states */ member in struct:pm_px_stat
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
popcount.asm 63 C shifting as we go. Unfortunately, there seem to be no usable shift
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Path.inc 829 // MAP_RESILIENT_MEDIA flag. These flags are only usable when mapping
  /src/external/apache2/llvm/dist/llvm/tools/lli/
lli.cpp 436 // usable by the JIT.
658 << "unable to find usable child executable: '" << ChildExecPath
  /src/external/public-domain/sqlite/dist/
sqlite3.h 6282 ** that collation is no longer usable.
7349 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
7351 ** is usable) and false if it cannot.)^
7438 unsigned char usable; /* True if this constraint is usable */ member in struct:sqlite3_index_info::sqlite3_index_constraint

Completed in 94 milliseconds

1 2