Home
last modified time | relevance | path

Searched refs:k0 (Results 1 – 25 of 50) sorted by relevance

12

/external/clang/test/CodeGenCXX/
Dvtable-layout-extreme.cpp13 int k0; member in Test1::C1
19 int k0; member in Test1::C2
26 int k0; member in Test1::C3
36 int k0; member in Test1::C4
45 int k0; member in Test1::C5
54 int k0; member in Test1::C6
63 int k0; member in Test1::C7
74 int k0; member in Test1::C8
202 int k0; member in Test1::C9
Dstatic-data-member.cpp91 static int k0; member
97 int U::k0; member in test5::U
98 const int U::k1 = (k0 = 9, 42);
/external/aac/libSBRenc/src/
Dsbrenc_freq_sca.cpp335 INT *k0, in FDKsbrEnc_FindStartAndStopBand() argument
340 *k0 = getStartFreq(samplingFreq, startFreq); in FDKsbrEnc_FindStartAndStopBand()
345 2**k0 * samplingFreq) ) { in FDKsbrEnc_FindStartAndStopBand()
354 *k2 = 2 * *k0; in FDKsbrEnc_FindStartAndStopBand()
356 *k2 = 3 * *k0; in FDKsbrEnc_FindStartAndStopBand()
367 if ( (samplingFreq == 44100) && ( (*k2 - *k0) > MAX_FREQ_COEFFS_FS44100 ) ) in FDKsbrEnc_FindStartAndStopBand()
370 if ( (samplingFreq >= 48000) && ( (*k2 - *k0) > MAX_FREQ_COEFFS_FS48000 ) ) in FDKsbrEnc_FindStartAndStopBand()
373 if ((*k2 - *k0) > MAX_FREQ_COEFFS) in FDKsbrEnc_FindStartAndStopBand()
376 if ((*k2 - *k0) < 0) in FDKsbrEnc_FindStartAndStopBand()
394 const INT k0, const INT k2, in FDKsbrEnc_UpdateFreqScale() argument
[all …]
Dsbrenc_freq_sca.h100 const INT k0, const INT k2,
124 INT *k0,
/external/aac/libSBRdec/src/
Dsbrdec_freq_sca.cpp165 UCHAR k0) /*!< Start freq index */ in getStopBand() argument
198 k2 = 2*k0; in getStopBand()
200 k2 = 3*k0; in getStopBand()
209 if ( ((k2 - k0) > MAX_FREQ_COEFFS) || (k2 <= k0) ) { in getStopBand()
215 if ( (fs >= 42000) && ( (k2 - k0) > MAX_FREQ_COEFFS_FS44100 ) ) { in getStopBand()
219 if ( (fs >= 46009) && ( (k2 - k0) > MAX_FREQ_COEFFS_FS48000 ) ) { in getStopBand()
225 if ( (fs == 44100) && ( (k2 - k0) > MAX_FREQ_COEFFS_FS44100 ) ) { in getStopBand()
229 if ( (fs >= 48000) && ( (k2 - k0) > MAX_FREQ_COEFFS_FS48000 ) ) { in getStopBand()
258 UCHAR k0, k2, i; in sbrdecUpdateFreqScale() local
271 k0 = getStartBand(fs, hHeaderData->bs_data.startFreq, flags); in sbrdecUpdateFreqScale()
[all …]
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
DTwofishEngine.java388 int k0 = sBoxKeys[0]; in setKey() local
400 gSBox[i*2] = gMDS0[(P[P_01][b0] & 0xff) ^ b0(k0)]; in setKey()
401 gSBox[i*2+1] = gMDS1[(P[P_11][b1] & 0xff) ^ b1(k0)]; in setKey()
402 gSBox[i*2+0x200] = gMDS2[(P[P_21][b2] & 0xff) ^ b2(k0)]; in setKey()
403 gSBox[i*2+0x201] = gMDS3[(P[P_31][b3] & 0xff) ^ b3(k0)]; in setKey()
417 [(P[P_02][b0] & 0xff) ^ b0(k1)] & 0xff) ^ b0(k0)]; in setKey()
419 [(P[P_12][b1] & 0xff) ^ b1(k1)] & 0xff) ^ b1(k0)]; in setKey()
421 [(P[P_22][b2] & 0xff) ^ b2(k1)] & 0xff) ^ b2(k0)]; in setKey()
423 [(P[P_32][b3] & 0xff) ^ b3(k1)] & 0xff) ^ b3(k0)]; in setKey()
526 int k0 = k32[0]; in F32() local
[all …]
/external/opencv/cvaux/src/
Dcvhmmobs.cpp173 work_t k0 = 0; in icvImgToObs_DCT_8u32f_C1R() local
185 k0 = ((work_t) is) * tab[-1]; in icvImgToObs_DCT_8u32f_C1R()
222 k0 = -k0; in icvImgToObs_DCT_8u32f_C1R()
223 s = k0; in icvImgToObs_DCT_8u32f_C1R()
236 k0 = 0; in icvImgToObs_DCT_8u32f_C1R()
252 k0 = (work_t) (s * tab[-1]); in icvImgToObs_DCT_8u32f_C1R()
291 k0 = -k0; in icvImgToObs_DCT_8u32f_C1R()
292 s = k0; in icvImgToObs_DCT_8u32f_C1R()
370 work_t k0 = 0; in icvImgToObs_DCT_32f_C1R() local
382 k0 = ((work_t) is) * tab[-1]; in icvImgToObs_DCT_32f_C1R()
[all …]
/external/llvm/test/MC/Disassembler/Mips/
Dmips64.txt3 # CHECK: daddiu t3,k0,31949
6 # CHECK: daddu k0,at,t3
9 # CHECK: ddiv zero,k0,s6
21 # CHECK: dmult t3,k0
60 # CHECK: sw k0,-15159(at)
63 # CHECK: ld k0,3958(zero)
Dmips64_le.txt3 # CHECK: daddiu t3,k0,31949
6 # CHECK: daddu k0,at,t3
9 # CHECK: ddiv zero,k0,s6
21 # CHECK: dmult t3,k0
60 # CHECK: sw k0,-15159(at)
63 # CHECK: ld k0,3958(zero)
Dmips64r2.txt3 # CHECK: daddiu t3,k0,31949
6 # CHECK: daddu k0,at,t3
9 # CHECK: ddiv zero,k0,s6
21 # CHECK: dmult t3,k0
60 # CHECK: sw k0,-15159(at)
63 # CHECK: ld k0,3958(zero)
72 # CHECK: dclz k0,t1
Dmips64r2_le.txt3 # CHECK: daddiu t3,k0,31949
6 # CHECK: daddu k0,at,t3
9 # CHECK: ddiv zero,k0,s6
21 # CHECK: dmult t3,k0
60 # CHECK: sw k0,-15159(at)
63 # CHECK: ld k0,3958(zero)
72 # CHECK: dclz k0,t1
/external/bzip2/
Dbzlib.c564 s->state_out_ch = s->k0; in unRLE_obuf_to_output_FAST()
568 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_FAST()
574 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_FAST()
580 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_FAST()
585 BZ_GET_FAST(s->k0); BZ_RAND_UPD_MASK; in unRLE_obuf_to_output_FAST()
586 s->k0 ^= BZ_RAND_MASK; s->nblock_used++; in unRLE_obuf_to_output_FAST()
596 Int32 c_k0 = s->k0; in unRLE_obuf_to_output_FAST()
674 s->k0 = c_k0; in unRLE_obuf_to_output_FAST()
734 s->state_out_ch = s->k0; in unRLE_obuf_to_output_SMALL()
738 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_SMALL()
[all …]
Ddecompress.c551 BZ_GET_SMALL(s->k0); s->nblock_used++; in BZ2_decompress()
552 BZ_RAND_UPD_MASK; s->k0 ^= BZ_RAND_MASK; in BZ2_decompress()
554 BZ_GET_SMALL(s->k0); s->nblock_used++; in BZ2_decompress()
570 BZ_GET_FAST(s->k0); s->nblock_used++; in BZ2_decompress()
571 BZ_RAND_UPD_MASK; s->k0 ^= BZ_RAND_MASK; in BZ2_decompress()
573 BZ_GET_FAST(s->k0); s->nblock_used++; in BZ2_decompress()
/external/srec/srec/cfront/
Dsp_fft.c486 unsigned n, m, n4, i, j, k, ii, k0; in do_fft1() local
530 k0 = indexTbl[k] + j; in do_fft1()
531 k0 <<= 1; in do_fft1()
532 comp_L_butterfly1(j, n4, cc1, ss1, cc3, ss3, data + k0); in do_fft1()
544 k0 = indexTbl[k]; in do_fft1()
545 k0 <<= 1; in do_fft1()
546 four_point_fft1(data + k0); in do_fft1()
554 k0 = indexTbl[k]; in do_fft1()
555 k0 <<= 1; in do_fft1()
558 if (k0 != 0) in do_fft1()
[all …]
/external/kernel-headers/original/asm-mips/
Dregdef.h47 #define k0 $26 /* kernel scratch */ macro
90 #define k0 $26 /* kernel temporary */ macro
/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-matchers.h64 template <class Tuple, int k0 = -1, int k1 = -1, int k2 = -1, int k3 = -1,
70 template <class Tuple, int k0, int k1, int k2, int k3, int k4, int k5, int k6,
74 typedef ::std::tr1::tuple<GMOCK_FIELD_TYPE_(Tuple, k0),
82 return type(get<k0>(t), get<k1>(t), get<k2>(t), get<k3>(t), get<k4>(t), in GetSelectedFields()
99 template <class Tuple, int k0>
100 class TupleFields<Tuple, k0, -1, -1, -1, -1, -1, -1, -1, -1, -1> {
102 typedef ::std::tr1::tuple<GMOCK_FIELD_TYPE_(Tuple, k0)> type;
105 return type(get<k0>(t)); in GetSelectedFields()
109 template <class Tuple, int k0, int k1>
110 class TupleFields<Tuple, k0, k1, -1, -1, -1, -1, -1, -1, -1, -1> {
[all …]
/external/openssh/
Dumac.c340 UINT32 k0,k1,k2,k3,k4,k5,k6,k7; in nh_aux() local
348 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3); in nh_aux()
350 h += MUL64((k0 + d0), (k4 + d4)); in nh_aux()
373 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, in nh_aux() local
378 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3); in nh_aux()
387 h1 += MUL64((k0 + d0), (k4 + d4)); in nh_aux()
399 k0 = k8; k1 = k9; k2 = k10; k3 = k11; in nh_aux()
420 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, in nh_aux() local
426 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3); in nh_aux()
436 h1 += MUL64((k0 + d0), (k4 + d4)); in nh_aux()
[all …]
/external/valgrind/main/VEX/switchback/
Dtest_bzip2.c740 Int32 k0; member
1881 BZ_GET_SMALL(s->k0); s->nblock_used++; in BZ2_decompress()
1882 BZ_RAND_UPD_MASK; s->k0 ^= BZ_RAND_MASK; in BZ2_decompress()
1884 BZ_GET_SMALL(s->k0); s->nblock_used++; in BZ2_decompress()
1900 BZ_GET_FAST(s->k0); s->nblock_used++; in BZ2_decompress()
1901 BZ_RAND_UPD_MASK; s->k0 ^= BZ_RAND_MASK; in BZ2_decompress()
1903 BZ_GET_FAST(s->k0); s->nblock_used++; in BZ2_decompress()
4915 s->state_out_ch = s->k0; in unRLE_obuf_to_output_FAST()
4919 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_FAST()
4925 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_FAST()
[all …]
/external/svox/pico/lib/
Dpicofftsg.c670 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh, m2; in bitrv2() local
681 for (k0 = 0; k0 < m; k0 += 4) { in bitrv2()
682 k = k0; in bitrv2()
683 for (j = j0; j < j0 + k0; j += 4) { in bitrv2()
846 k1 = j0 + k0; in bitrv2()
913 for (k0 = 0; k0 < m; k0 += 4) { in bitrv2()
914 k = k0; in bitrv2()
915 for (j = j0; j < j0 + k0; j += 4) { in bitrv2()
998 k1 = j0 + k0; in bitrv2()
1029 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh, m2; in bitrv2conj() local
[all …]
/external/valgrind/main/perf/
Dbz2.c756 Int32 k0; member
1896 BZ_GET_SMALL(s->k0); s->nblock_used++; in BZ2_decompress()
1897 BZ_RAND_UPD_MASK; s->k0 ^= BZ_RAND_MASK; in BZ2_decompress()
1899 BZ_GET_SMALL(s->k0); s->nblock_used++; in BZ2_decompress()
1915 BZ_GET_FAST(s->k0); s->nblock_used++; in BZ2_decompress()
1916 BZ_RAND_UPD_MASK; s->k0 ^= BZ_RAND_MASK; in BZ2_decompress()
1918 BZ_GET_FAST(s->k0); s->nblock_used++; in BZ2_decompress()
4930 s->state_out_ch = s->k0; in unRLE_obuf_to_output_FAST()
4934 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_FAST()
4940 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_FAST()
[all …]
/external/valgrind/main/exp-sgcheck/tests/
Dhackedbz2.c763 Int32 k0; member
1905 BZ_GET_SMALL(s->k0); s->nblock_used++; in BZ2_decompress()
1906 BZ_RAND_UPD_MASK; s->k0 ^= BZ_RAND_MASK; in BZ2_decompress()
1908 BZ_GET_SMALL(s->k0); s->nblock_used++; in BZ2_decompress()
1924 BZ_GET_FAST(s->k0); s->nblock_used++; in BZ2_decompress()
1925 BZ_RAND_UPD_MASK; s->k0 ^= BZ_RAND_MASK; in BZ2_decompress()
1927 BZ_GET_FAST(s->k0); s->nblock_used++; in BZ2_decompress()
4939 s->state_out_ch = s->k0; in unRLE_obuf_to_output_FAST()
4943 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_FAST()
4949 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_FAST()
[all …]
/external/valgrind/main/memcheck/tests/
Dorigin5-bz2.c756 Int32 k0; member
1896 BZ_GET_SMALL(s->k0); s->nblock_used++; in BZ2_decompress()
1897 BZ_RAND_UPD_MASK; s->k0 ^= BZ_RAND_MASK; in BZ2_decompress()
1899 BZ_GET_SMALL(s->k0); s->nblock_used++; in BZ2_decompress()
1915 BZ_GET_FAST(s->k0); s->nblock_used++; in BZ2_decompress()
1916 BZ_RAND_UPD_MASK; s->k0 ^= BZ_RAND_MASK; in BZ2_decompress()
1918 BZ_GET_FAST(s->k0); s->nblock_used++; in BZ2_decompress()
4930 s->state_out_ch = s->k0; in unRLE_obuf_to_output_FAST()
4934 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_FAST()
4940 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_FAST()
[all …]
Dvarinfo6.c794 Int32 k0; member
1935 BZ_GET_SMALL(s->k0); s->nblock_used++; in BZ2_decompress()
1936 BZ_RAND_UPD_MASK; s->k0 ^= BZ_RAND_MASK; in BZ2_decompress()
1938 BZ_GET_SMALL(s->k0); s->nblock_used++; in BZ2_decompress()
1954 BZ_GET_FAST(s->k0); s->nblock_used++; in BZ2_decompress()
1955 BZ_RAND_UPD_MASK; s->k0 ^= BZ_RAND_MASK; in BZ2_decompress()
1957 BZ_GET_FAST(s->k0); s->nblock_used++; in BZ2_decompress()
4968 s->state_out_ch = s->k0; in unRLE_obuf_to_output_FAST()
4972 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_FAST()
4978 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_FAST()
[all …]
/external/llvm/include/llvm/ADT/
DHashing.h172 static const uint64_t k0 = 0xc3a5c85c97cb3127ULL; variable
224 uint64_t d = fetch64(s + len - 16) * k0; in hash_17to32_bytes()
231 uint64_t a = fetch64(s) + (len + fetch64(s + len - 16)) * k0; in hash_33to64_bytes()
248 uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0); in hash_33to64_bytes()
249 return shift_mix((seed ^ (r * k0)) + vs) * k2; in hash_33to64_bytes()
/external/srec/config/en.us/models/
Dgeneric.pht49 92 k0 \ 2

12