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

1 2

  /external/netperf/
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
73 kc = kstat_open();
75 if (kc == NULL) {
89 kstat_close(kc);
129 ksp = kstat_lookup(kc, "cpu", cpu_num, "sys");
132 nkcid = kstat_read(kc, ksp, NULL);
215 ksp = kstat_lookup(kc, "cpu", cpu_num, "intrstat");
220 nkcid = kstat_read(kc, ksp, NULL);
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemevents.c 53 static void do_keyboard(short kc, short ks);
82 short buffer[8], kc; local
106 &mousex,&mousey,&mouseb,&kstate,&kc,&dummy
115 if ((prevkc != kc) || (prevks != kstate)) {
116 do_keyboard(kc,kstate);
278 static void do_keyboard(short kc, short ks)
282 if (kc) {
283 scancode=(kc>>8) & (ATARIBIOS_MAXKEYS-1);
  /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);
pcsc_funcs.c 1206 * @kc: 8-byte buffer for Kc
1214 * successfully, SRES and Kc values will be written into sres and kc buffers.
1217 unsigned char *sres, unsigned char *kc)
    [all...]
  /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/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgaevents.c 42 extern SDLKey X11_TranslateKeycode(Display *display, KeyCode kc);
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.h 42 u8 *_rand, u8 *kc, u8 *sres,
  /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);
254 data->sres[0], data->kc[0]) ||
256 data->sres[1], data->kc[1]) ||
259 data->sres[2], data->kc[2]))) {
292 data->sres[i], data->kc[i])) {
302 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/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11events.c 58 SDLKey X11_TranslateKeycode(Display *display, KeyCode kc);
1215 KeyCode kc = xmods->modifiermap[i * n + j]; local
1356 KeyCode kc = (i << 3 | j); local
    [all...]
  /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
289 /* Parse IMSI:Kc:SRES:RAND */
326 /* Kc */
329 printf("%s:%d - Invalid Kc (%s)\n", fname, line, pos);
334 if (strlen(pos) != 16 || hexstr2bin(pos, g->kc, 8)) {
335 printf("%s:%d - Invalid Kc (%s)\n", fname, line, pos);
653 u8 _rand[16], sres[4], kc[8]; local
657 gsm_milenage(m->opc, m->ki, _rand, sres, kc);
720 u8 _rand[16], sres[4], kc[8]; local
    [all...]
  /external/chromium_org/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.6/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.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,\
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c 968 unsigned char kc[8]; local
1010 if (scard_gsm_auth(scard, _rand, sres, kc))
1014 if (scard_gsm_auth(scard, _rand, sres, kc))
1076 unsigned char kc[8]; local
1110 if (scard_gsm_auth(scard, _rand, sres, kc))
1113 /* IMSI:Kc:SRES:RAND */
1118 printf("%02X", kc[j]);
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_sim_common.h 77 int num_chal, const u8 *kc, u8 *mk);
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 532 * Returns k.compareTo(x) if x matches kc (k's screened comparable
536 static int compareComparables(Class<?> kc, Object k, Object x) {
537 return (x == null || x.getClass() != kc ? 0 :
1949 Class<?> kc = null; local
2058 Class<?> kc = null; local
    [all...]

Completed in 724 milliseconds

1 2