/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
H A D | TensorContractionBlocking.h | 42 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Index kc() const { return kc_; } function in class:Eigen::internal::TensorContractionBlocking
|
/external/syslinux/com32/elflink/ldlinux/ |
H A D | get_key.c | 157 const struct keycode *kc; local 161 for (i = 0, kc = keycodes; i < NCODES; i++, kc++) { 162 if (nc == kc->seqlen && !memcmp(buffer, kc->seq, nc)) { 163 *code = kc->code; 166 } else if (nc < kc->seqlen && !memcmp(buffer, kc->seq, nc)) {
|
/external/wpa_supplicant_8/hostapd/src/crypto/ |
H A D | 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) argument 244 kc[i] = ck[i] ^ ck[i + 8] ^ ik[i] ^ ik[i + 8];
|
/external/wpa_supplicant_8/src/crypto/ |
H A D | 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) argument 244 kc[i] = ck[i] ^ ck[i + 8] ^ ik[i] ^ ik[i + 8];
|
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/ |
H A D | 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) argument 244 kc[i] = ck[i] ^ ck[i + 8] ^ ik[i] ^ ik[i + 8];
|
/external/eigen/Eigen/src/Core/products/ |
H A D | TriangularSolverMatrix.h | 68 Index kc = blocking.kc(); // cache block size along the K direction local 71 std::size_t sizeA = kc*mc; 72 std::size_t sizeB = kc*cols; 91 IsLower ? k2+=kc : k2-=kc) 93 const Index actual_kc = (std::min)(IsLower ? size-k2 : k2, kc); 170 Index start = IsLower ? k2+kc : 0; 171 Index end = IsLower ? size : k2-kc; 177 pack_lhs(blockA, tri.getSubMapper(i2, IsLower ? k2 : k2-kc), actual_k 219 Index kc = blocking.kc(); // cache block size along the K direction local [all...] |
H A D | GeneralMatrixMatrixTriangular.h | 74 Index kc = blocking.kc(); local 81 std::size_t sizeA = kc*mc; 82 std::size_t sizeB = kc*size; 92 for(Index k2=0; k2<depth; k2+=kc) 94 const Index actual_kc = (std::min)(k2+kc,depth)-k2;
|
H A D | SelfadjointMatrixMatrix.h | 343 Index kc = blocking.kc(); // cache block size along the K direction local 345 // kc must be smaller than mc 346 kc = (std::min)(kc,mc); 347 std::size_t sizeA = kc*mc; 348 std::size_t sizeB = kc*cols; 357 for(Index k2=0; k2<size; k2+=kc) 359 const Index actual_kc = (std::min)(k2+kc,size)-k2; 380 const Index actual_mc = (std::min)(k2+kc,siz 432 Index kc = blocking.kc(); // cache block size along the K direction local [all...] |
H A D | TriangularMatrixMatrix.h | 127 Index kc = blocking.kc(); // cache block size along the K direction local 132 Index panelWidth = (std::min)(Index(SmallPanelWidth),(std::min)(kc,mc)); 134 std::size_t sizeA = kc*mc; 135 std::size_t sizeB = kc*cols; 153 IsLower ? k2-=kc : k2+=kc) 155 Index actual_kc = (std::min)(IsLower ? k2 : depth-k2, kc); 162 k2 = k2+actual_kc-kc; 278 Index kc local [all...] |
H A D | GeneralMatrixMatrix.h | 74 Index kc = blocking.kc(); // cache block size along the K direction local 92 std::size_t sizeB = kc*nc; 96 for(Index k=0; k<depth; k+=kc) 98 const Index actual_kc = (std::min)(k+kc,depth)-k; // => rows of B', and cols of the A' 159 std::size_t sizeA = kc*mc; 160 std::size_t sizeB = kc*nc; 165 const bool pack_rhs_once = mc!=rows && kc==depth && nc==cols; 172 for(Index k2=0; k2<depth; k2+=kc) 174 const Index actual_kc = (std::min)(k2+kc,dept 268 inline Index kc() const { return m_kc; } function in class:Eigen::internal::level3_blocking [all...] |
/external/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_bc_dump.cpp | 172 bc_kcache &kc = n.bc.kc[k]; local 173 if (kc.mode) { 174 s << " KC" << k << "[CB" << kc.bank << ":" << 175 (kc.addr << 4) << "-" << 176 (((kc.addr + kc.mode) << 4) - 1) << index_mode[kc.index_mode] << "]";
|
H A D | sb_bc_parser.cpp | 466 bc_kcache &kc = cf->bc.kc[kc_set]; local 467 kc_addr = (kc.addr << 4) + (sel & 0x1F); 468 n->src[s] = sh->get_kcache_value(kc.bank, kc_addr, src.chan, (alu_kcache_index_mode)kc.index_mode); 470 if (kc.index_mode != KC_INDEX_NONE) { 471 assert(kc.index_mode != KC_LOCK_LOOP); 472 ubo_indexing[kc.index_mode - KC_INDEX_0] = true;
|
H A D | sb_sched.h | 110 rp_kcache_tracker kc; member in class:r600_sb::alu_group_tracker 171 rp_kcache_tracker& kcache() { return kc; } 183 bc_kcache kc[4]; member in class:r600_sb::alu_kcache_tracker 190 : kc(), lines(), max_kcs(hc >= HW_CLASS_EVERGREEN ? 4 : 2) {} 196 memcpy(bc.kc, kc, sizeof(kc));
|
H A D | sb_bc_finalize.cpp | 823 bc_kcache &kc = alu->bc.kc[k]; local 825 if (kc.mode == KC_LOCK_NONE) 828 if (kc.bank == bank && (kc.addr == line || 829 (kc.mode == KC_LOCK_2 && kc.addr + 1 == line))) { 831 sel = kc_base[k] + (sel - (kc.addr << 4));
|
/external/netperf/src/ |
H A D | 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, k [all...] |
H A D | 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);
|
/external/eigen/bench/ |
H A D | bench_gemm.cpp | 217 std::ptrdiff_t mc(m), nc(n), kc(p); 218 internal::computeProductBlockingSizes<Scalar,Scalar>(kc, mc, nc); 219 std::cout << "blocking size (mc x kc) = " << mc << " x " << kc << "\n"; local
|
/external/wpa_supplicant_8/hostapd/src/eap_server/ |
H A D | eap_server_sim.c | 26 u8 kc[EAP_SIM_MAX_CHAL][EAP_SIM_KC_LEN]; member in struct:eap_sim_data 525 (u8 *) data->rand, (u8 *) data->kc, (u8 *) data->sres, sm); 551 data->num_chal, (const u8 *) data->kc, data->mk);
|
/external/wpa_supplicant_8/src/eap_server/ |
H A D | eap_server_sim.c | 26 u8 kc[EAP_SIM_MAX_CHAL][EAP_SIM_KC_LEN]; member in struct:eap_sim_data 525 (u8 *) data->rand, (u8 *) data->kc, (u8 *) data->sres, sm); 551 data->num_chal, (const u8 *) data->kc, data->mk);
|
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/ |
H A D | eap_server_sim.c | 26 u8 kc[EAP_SIM_MAX_CHAL][EAP_SIM_KC_LEN]; member in struct:eap_sim_data 525 (u8 *) data->rand, (u8 *) data->kc, (u8 *) data->sres, sm); 551 data->num_chal, (const u8 *) data->kc, data->mk);
|
/external/wpa_supplicant_8/hostapd/ |
H A D | hlr_auc_gw.c | 74 u8 kc[8]; member in struct:gsm_triplet 326 if (!pos || os_strlen(pos) != 16 || hexstr2bin(pos, g->kc, 8)) { 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); 640 rpos += wpa_snprintf_hex(rpos, rend - rpos, g->kc, 8); 684 u8 _rand[16], sres[4], kc[8]; local 688 gsm_milenage(m->opc, m->ki, _rand, sres, kc); 690 rpos += wpa_snprintf_hex(rpos, rend - rpos, kc, 8);
|
/external/wpa_supplicant_8/hostapd/src/eap_common/ |
H A D | eap_sim_common.c | 31 int num_chal, const u8 *kc, u8 *mk) 39 addr[1] = kc; 28 eap_sim_derive_mk(const u8 *identity, size_t identity_len, const u8 *nonce_mt, u16 selected_version, const u8 *ver_list, size_t ver_list_len, int num_chal, const u8 *kc, u8 *mk) argument
|
/external/wpa_supplicant_8/hostapd/src/eap_peer/ |
H A D | eap_sim.c | 26 u8 kc[3][EAP_SIM_KC_LEN]; member in struct:eap_sim_data 142 os_memset(data->kc, 0, 3 * EAP_SIM_KC_LEN); 206 if (hexstr2bin(pos, data->kc[i], EAP_SIM_KC_LEN) < 0) 209 data->kc[i], EAP_SIM_KC_LEN); 257 data->sres[0], data->kc[0]) || 259 data->sres[1], data->kc[1]) || 262 data->sres[2], data->kc[2]))) { 296 data->sres[i], data->kc[i])) { 307 data->kc[i], EAP_SIM_KC_LEN); 326 os_memcpy(data->kc[ [all...] |
/external/wpa_supplicant_8/src/eap_common/ |
H A D | eap_sim_common.c | 31 int num_chal, const u8 *kc, u8 *mk) 39 addr[1] = kc; 28 eap_sim_derive_mk(const u8 *identity, size_t identity_len, const u8 *nonce_mt, u16 selected_version, const u8 *ver_list, size_t ver_list_len, int num_chal, const u8 *kc, u8 *mk) argument
|
/external/wpa_supplicant_8/src/eap_peer/ |
H A D | eap_sim.c | 26 u8 kc[3][EAP_SIM_KC_LEN]; member in struct:eap_sim_data 142 os_memset(data->kc, 0, 3 * EAP_SIM_KC_LEN); 206 if (hexstr2bin(pos, data->kc[i], EAP_SIM_KC_LEN) < 0) 209 data->kc[i], EAP_SIM_KC_LEN); 257 data->sres[0], data->kc[0]) || 259 data->sres[1], data->kc[1]) || 262 data->sres[2], data->kc[2]))) { 296 data->sres[i], data->kc[i])) { 307 data->kc[i], EAP_SIM_KC_LEN); 326 os_memcpy(data->kc[ [all...] |