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

1 2 3

  /external/syslinux/com32/elflink/ldlinux/
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/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/
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 = blocking.kc(); // cache block size along the K directio local
    [all...]
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_kc, actual_mc)
219 Index kc = blocking.kc(); \/\/ cache block size along the K direction local
    [all...]
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,depth)-k2
268 inline Index kc() const { return m_kc; } function in class:Eigen::internal::level3_blocking
    [all...]
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,size)-k2
432 Index kc = blocking.kc(); \/\/ cache block size along the K direction local
    [all...]
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;
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorContractionBlocking.h 42 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Index kc() const { return kc_; } function in class:Eigen::internal::TensorContractionBlocking
TensorContractionThreadPool.h 28 const Index kc; member in struct:Eigen::internal::packLhsArg
41 const Index kc; member in struct:Eigen::internal::packRhsAndKernelArg
189 bk = blocking.kc();
196 bk = blocking.kc();
233 bk = blocking.kc();
240 bk = blocking.kc();
800 Index kc = blocking.kc(); local
    [all...]
  /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,
  /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
142 os_memset(data->kc, 0, 3 * EAP_SIM_KC_LEN);
206 if (hexstr2bin(pos, data->kc[i], EAP_SIM_KC_LEN) < 0)
208 wpa_hexdump_key(MSG_DEBUG, "EAP-SIM: Kc",
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])) {
306 wpa_hexdump_key(MSG_DEBUG, "EAP-SIM: Kc",
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
TelephonyUtil.java 279 String kc = makeHex(result, 1 + kcOffset, kcLen); local
280 sb.append(":" + kc + ":" + sres);
281 Log.v(TAG, "kc:" + kc + " sres:" + sres);
  /external/libopus/
Makefile.mips 49 CFLAGS += -mips32r2 -mno-mips16 -std=gnu99 -O2 -g $(WARNINGS) -DENABLE_ASSERTIONS -DMIPSr1_ASM -DOPUS_BUILD -mdspr2 -march=74kc -mtune=74kc -mmt -mgp32
  /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...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
SupplicantStaNetworkHalTest.java 388 final byte[] kc = new byte[]{0x45, 0x45, 0x32, 0x34, 0x45, 0x10, 0x34, 0x12};
390 // Send 2 kc/sres pair for this request.
391 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc)
393 + ":" + NativeUtil.hexStringFromByteArray(kc)
401 assertArrayEquals(kc, params.get(0).kc);
403 assertArrayEquals(kc, params.get(1).kc);
423 // Send 3 kc/sres pair for this request.
436 assertArrayEquals(kc1, params.get(0).kc);
    [all...]
  /libcore/ojluni/src/main/java/java/util/
HashMap.java 365 * Returns k.compareTo(x) if x matches kc (k's screened comparable
369 static int compareComparables(Class<?> kc, Object k, Object x) {
370 return (x == null || x.getClass() != kc ? 0 :
1922 Class<?> kc = null; local
1973 Class<?> kc = null; local
    [all...]

Completed in 445 milliseconds

1 2 3