/prebuilts/go/darwin-x86/src/math/rand/ |
normal.go | 43 if absInt32(j) < kn[i] { 68 var kn = [128]uint32{ var
|
/prebuilts/go/linux-x86/src/math/rand/ |
normal.go | 43 if absInt32(j) < kn[i] { 68 var kn = [128]uint32{ var
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/ |
CollationKeyTest.java | 24 CollationKey kn = c.getCollationKey("this"); local 25 testEHCS(k1, k2, kn);
|
/external/netperf/src/ |
netcpu_kstat.c | 77 kstat_named_t *kn; local 147 kn = kstat_data_lookup(ks, "ncpus"); 148 if (kn && kn->value.ui32 > lib_num_loc_cpus) {
|
/external/libvncserver/common/ |
d3des.c | 79 unsigned long kn[32]; local 90 kn[m] = kn[n] = 0L; 102 if( pcr[pc2[j]] ) kn[m] |= bigbyte[j]; 103 if( pcr[pc2[j+24]] ) kn[n] |= bigbyte[j]; 106 cookey(kn);
|
/external/wpa_supplicant_8/src/crypto/ |
des-internal.c | 275 u32 i, j, l, m, n, kn[32]; local 291 kn[m] = kn[n] = 0L; 308 kn[m] |= bigbyte[j]; 310 kn[n] |= bigbyte[j]; 314 cookey(kn, keyout);
|
/ndk/sources/host-tools/make-3.81/ |
getloadavg.c | 520 kstat_named_t *kn; 532 kn = kstat_data_lookup (ksp, "avenrun_1min"); 533 if (kn == 0) 541 loadavg[elem++] = (double) kn->value.ul/FSCALE; 545 kn = kstat_data_lookup (ksp, "avenrun_5min"); 546 if (kn != 0) 548 loadavg[elem++] = (double) kn->value.ul/FSCALE; 552 kn = kstat_data_lookup (ksp, "avenrun_15min"); 553 if (kn != 0) 554 loadavg[elem++] = (double) kn->value.ul/FSCALE 518 kstat_named_t *kn; local [all...] |
/external/wpa_supplicant_8/src/pae/ |
ieee802_1x_kay.h | 30 u32 kn; member in struct:ieee802_1x_mka_ki
|
ieee802_1x_kay_i.h | 33 /* KN + Wrapper SAK */ 390 u32 kn; member in struct:ieee802_1x_mka_dist_sak_body
|
/external/opencv3/modules/core/src/ |
rand.cpp | 330 static unsigned kn[128]; local 343 kn[0] = (unsigned)((dn/q)*m1); 344 kn[1] = 0; 355 kn[i+1] = (unsigned)((dn/tn)*m1); 372 if( (unsigned)std::abs(hz) < kn[iz] )
|
/external/v8/src/js/ |
i18n.js | 515 * It's used for extension-option pairs only, e.g. kn-normalization, but not 740 // This call will strip -kn but not -kn-true extensions. 742 // TODO(cira): check if -u-kn-true-kc-true-kh-true still throws after 936 'kn': {'property': 'numeric', 'type': 'boolean'}, 935 var COLLATOR_KEY_MAP = { property in class:initializeCollator.COLLATOR_KEY_MAP [all...] |
/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
logback-core-0.9.8-SNAPSHOT.jar | |