| /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.old/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 | 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/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/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/apache2/mDNSResponder/dist/ServiceRegistration/ |
| 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...] |
| 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
|
| /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/gpl3/gcc/dist/gcc/config/i386/ |
| i386-expand.cc | 8615 bool usable = alg_usable_p (candidate, memset, have_as); local 8616 any_alg_usable_p |= usable; 8618 if (candidate != libcall && candidate && usable) 8712 /* If there aren't any usable algorithms or if recursing already, 21535 /* Found a usable second shuffle. dfirst will be
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386-expand.cc | 8043 bool usable = alg_usable_p (candidate, memset, have_as); local 8044 any_alg_usable_p |= usable; 8046 if (candidate != libcall && candidate && usable) 8140 /* If there aren't any usable algorithms or if recursing already, 20192 /* Found a usable second shuffle. dfirst will be
|
| /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
|
| sqlite3.c | 6595 ** that collation is no longer usable. 7662 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the 7664 ** is usable) and false if it cannot.)^ 7751 unsigned char usable; /* True if this constraint is usable */ member in struct:sqlite3_index_info::sqlite3_index_constraint [all...] |