HomeSort by relevance Sort by last modified time
    Searched refs:kc (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/netperf/src/
netcpu_kstat.c 61 static kstat_ctl_t *kc = NULL; variable
88 if (!kc)
90 kc = kstat_open();
91 if (!kc)
97 kcid = kc->kc_chain_id;
118 nkcid = kstat_chain_update(kc);
132 ks = kstat_lookup(kc, "unix", 0, "system_misc");
133 if (kstat_read(kc, ks, 0) == -1) {
153 for (ks = kc->kc_chain; ks;
158 nkcid = kstat_read(kc, ks, NULL)
    [all...]
netcpu_kstat10.c 41 static kstat_ctl_t *kc = NULL; variable
77 kc = kstat_open();
79 if (kc == NULL) {
93 for (ksp = kc->kc_chain, i = 0;
123 kstat_close(kc);
162 ksp = kstat_lookup(kc, "cpu", lib_cpu_map[cpu_num], "sys");
165 nkcid = kstat_read(kc, ksp, NULL);
255 ksp = kstat_lookup(kc, "cpu", lib_cpu_map[cpu_num], "intrstat");
260 nkcid = kstat_read(kc, ksp, NULL);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
eret-2.d 3 #as: -32 -mfix-24k -march=24kc --no-warn
eret-3.d 3 #as: -32 -mfix-24k -march=24kc --no-warn
eret-1.d 3 #as: -32 -mfix-24k -march=24kc --no-warn
  /external/eigen/Eigen/src/Core/products/
TriangularSolverMatrix.h 64 Index kc = blocking.kc(); // cache block size along the K direction local
67 std::size_t sizeA = kc*mc;
68 std::size_t sizeB = kc*cols;
69 std::size_t sizeW = kc*Traits::WorkSpaceFactor;
89 IsLower ? k2+=kc : k2-=kc)
91 const Index actual_kc = (std::min)(IsLower ? size-k2 : k2, kc);
168 Index start = IsLower ? k2+kc : 0;
169 Index end = IsLower ? size : k2-kc;
213 Index kc = blocking.kc(); \/\/ cache block size along the K direction local
    [all...]
SelfadjointMatrixMatrix.h 257 Index kc = size; // cache block size along the K direction local
260 computeProductBlockingSizes<Scalar,Scalar>(kc, mc, nc);
261 // kc must smaller than mc
262 kc = (std::min)(kc,mc);
264 std::size_t sizeW = kc*Traits::WorkSpaceFactor;
265 std::size_t sizeB = sizeW + kc*cols;
266 ei_declare_aligned_stack_constructed_variable(Scalar, blockA, kc*mc, 0);
275 for(Index k2=0; k2<size; k2+=kc)
277 const Index actual_kc = (std::min)(k2+kc,size)-k2
347 Index kc = size; \/\/ cache block size along the K direction local
    [all...]
TriangularMatrixMatrix.h 123 Index kc = blocking.kc(); // cache block size along the K direction local
126 std::size_t sizeA = kc*mc;
127 std::size_t sizeB = kc*cols;
128 std::size_t sizeW = kc*Traits::WorkSpaceFactor;
147 IsLower ? k2-=kc : k2+=kc)
149 Index actual_kc = (std::min)(IsLower ? k2 : depth-k2, kc);
156 k2 = k2+actual_kc-kc;
264 Index kc = blocking.kc(); // cache block size along the K directio local
    [all...]
GeneralMatrixMatrix.h 68 Index kc = blocking.kc(); // cache block size along the K direction local
83 std::size_t sizeA = kc*mc;
84 std::size_t sizeW = kc*Traits::WorkSpaceFactor;
92 for(Index k=0; k<depth; k+=kc)
94 const Index actual_kc = (std::min)(k+kc,depth)-k; // => rows of B', and cols of the A'
153 std::size_t sizeA = kc*mc;
154 std::size_t sizeB = kc*cols;
155 std::size_t sizeW = kc*Traits::WorkSpaceFactor;
163 for(Index k2=0; k2<depth; k2+=kc)
262 inline DenseIndex kc() const { return m_kc; } function in class:Eigen::internal::level3_blocking
    [all...]
GeneralMatrixMatrixTriangular.h 68 Index kc = depth; // cache block size along the K direction local
71 computeProductBlockingSizes<LhsScalar,RhsScalar>(kc, mc, nc);
76 std::size_t sizeW = kc*Traits::WorkSpaceFactor;
77 std::size_t sizeB = sizeW + kc*size;
78 ei_declare_aligned_stack_constructed_variable(LhsScalar, blockA, kc*mc, 0);
87 for(Index k2=0; k2<depth; k2+=kc)
89 const Index actual_kc = (std::min)(k2+kc,depth)-k2;
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.h 20 unsigned char *sres, unsigned char *kc);
  /external/wpa_supplicant_8/src/crypto/
milenage.h 18 u8 *kc);
milenage.c 232 * @kc: Buffer for Kc = 64-bit Kc
235 int gsm_milenage(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres, u8 *kc)
244 kc[i] = ck[i] ^ ck[i + 8] ^ ik[i] ^ ik[i + 8];
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.h 42 u8 *_rand, u8 *kc, u8 *sres,
  /external/opencv3/modules/shape/src/
sc_dis.cpp 764 for (size_t kc = 0; kc<inliers1.size(); kc++)
766 if (rowsol[kc]<sizeScd1) // if a real match
767 inliers1[kc]=1;
769 inliers1[kc]=0;
772 for (size_t kc = 0; kc<inliers2.size(); kc++)
774 if (colsol[kc]<sizeScd2) // if a real matc
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/testsuite/
test-demangle.c 293 enum gnu_v3_ctor_kinds kc; local
295 kc = is_gnu_v3_mangled_ctor (inp);
296 sprintf (buf, "%d", (int) kc);
  /external/wpa_supplicant_8/src/eap_peer/
eap_sim.c 26 u8 kc[3][EAP_SIM_KC_LEN]; member in struct:eap_sim_data
140 os_memset(data->kc, 0, 3 * EAP_SIM_KC_LEN);
204 if (hexstr2bin(pos, data->kc[i], EAP_SIM_KC_LEN) < 0)
206 wpa_hexdump_key(MSG_DEBUG, "EAP-SIM: Kc",
207 data->kc[i], EAP_SIM_KC_LEN);
255 data->sres[0], data->kc[0]) ||
257 data->sres[1], data->kc[1]) ||
260 data->sres[2], data->kc[2]))) {
294 data->sres[i], data->kc[i])) {
304 wpa_hexdump_key(MSG_DEBUG, "EAP-SIM: Kc",
    [all...]
  /ndk/sources/host-tools/make-3.81/
getloadavg.c 518 kstat_ctl_t *kc;
522 kc = kstat_open ();
523 if (kc == 0)
525 ksp = kstat_lookup (kc, "unix", 0, "system_misc");
528 if (kstat_read (kc, ksp, 0) == -1)
559 kstat_close (kc);
516 kstat_ctl_t *kc; local
  /external/vboot_reference/utility/
dev_debug_vboot 356 kc=0
361 kfile="kern_${kc}"
384 kc=$(expr $kc + 1)
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 34 * Kc/SRES/RAND/AUTN/IK/CK/RES/AUTS as hex strings.
37 * text file in IMSI:Kc:SRES:RAND format, IMSI in ASCII, other fields as hex
74 u8 kc[8]; member in struct:gsm_triplet
295 /* Parse IMSI:Kc:SRES:RAND */
324 /* Kc */
326 if (!pos || os_strlen(pos) != 16 || hexstr2bin(pos, g->kc, 8)) {
327 printf("%s:%d - Invalid Kc\n", fname, line);
617 u8 _rand[16], sres[4], kc[8]; local
621 gsm_milenage(m->opc, m->ki, _rand, sres, kc);
623 rpos += wpa_snprintf_hex(rpos, rend - rpos, kc, 8)
684 u8 _rand[16], sres[4], kc[8]; local
    [all...]
  /external/v8/test/webkit/fast/js/kde/
md5-1.js 396 var l,s,k,ka,kb,kc,kd;
404 ka=kb=kc=kd=0;
407 for (i=8;i<12;i++) kc+=shl(digestBits[15-i], ((i-8)*8));
409 s=hexa(kd)+hexa(kc)+hexa(kb)+hexa(ka);
  /external/eigen/bench/
bench_gemm.cpp 167 std::ptrdiff_t mc(m), nc(n), kc(p);
168 internal::computeProductBlockingSizes<Scalar,Scalar>(kc, mc, nc);
169 std::cout << "blocking size (mc x kc) = " << mc << " x " << kc << "\n"; local
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBsrv.h 105 CARD8 kc; member in struct:_XkbEventCause
111 #define XkbSetCauseKey(c,k,e) { (c)->kc= (k),(c)->event= (e),\
114 #define XkbSetCauseReq(c,j,n,cl) { (c)->kc= (c)->event= 0,\
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBsrv.h 105 CARD8 kc; member in struct:_XkbEventCause
111 #define XkbSetCauseKey(c,k,e) { (c)->kc= (k),(c)->event= (e),\
114 #define XkbSetCauseReq(c,j,n,cl) { (c)->kc= (c)->event= 0,\
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c 1073 unsigned char kc[8]; local
1115 if (scard_gsm_auth(scard, _rand, sres, kc))
1119 if (scard_gsm_auth(scard, _rand, sres, kc))
1181 unsigned char kc[8]; local
1215 if (scard_gsm_auth(scard, _rand, sres, kc))
1218 /* IMSI:Kc:SRES:RAND */
1223 printf("%02X", kc[j]);
    [all...]

Completed in 1587 milliseconds

1 2 3