Home
last modified time | relevance | path

Searched refs:k (Results 1 – 25 of 3305) sorted by relevance

12345678910>>...133

/external/libhevc/common/
Dihevc_chroma_itrans_recon_16x16.c118 WORD32 j, k; in ihevc_chroma_itrans_recon_16x16() local
158 for(k = 0; k < 8; k++) in ihevc_chroma_itrans_recon_16x16()
160 o[k] = g_ai2_ihevc_trans_16[1][k] * pi2_src[src_strd] in ihevc_chroma_itrans_recon_16x16()
161 + g_ai2_ihevc_trans_16[3][k] in ihevc_chroma_itrans_recon_16x16()
164 for(k = 0; k < 4; k++) in ihevc_chroma_itrans_recon_16x16()
166 eo[k] = g_ai2_ihevc_trans_16[2][k] * pi2_src[2 * src_strd]; in ihevc_chroma_itrans_recon_16x16()
174 for(k = 0; k < 2; k++) in ihevc_chroma_itrans_recon_16x16()
176 ee[k] = eee[k] + eeo[k]; in ihevc_chroma_itrans_recon_16x16()
177 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_chroma_itrans_recon_16x16()
179 for(k = 0; k < 4; k++) in ihevc_chroma_itrans_recon_16x16()
[all …]
Dihevc_itrans_recon_16x16.c108 WORD32 j, k; in ihevc_itrans_recon_16x16() local
148 for(k = 0; k < 8; k++) in ihevc_itrans_recon_16x16()
150 o[k] = g_ai2_ihevc_trans_16[1][k] * pi2_src[src_strd] in ihevc_itrans_recon_16x16()
151 + g_ai2_ihevc_trans_16[3][k] in ihevc_itrans_recon_16x16()
154 for(k = 0; k < 4; k++) in ihevc_itrans_recon_16x16()
156 eo[k] = g_ai2_ihevc_trans_16[2][k] * pi2_src[2 * src_strd]; in ihevc_itrans_recon_16x16()
164 for(k = 0; k < 2; k++) in ihevc_itrans_recon_16x16()
166 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_16x16()
167 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_itrans_recon_16x16()
169 for(k = 0; k < 4; k++) in ihevc_itrans_recon_16x16()
[all …]
Dihevc_itrans_recon_32x32.c109 WORD32 j, k; in ihevc_itrans_recon_32x32() local
150 for(k = 0; k < 16; k++) in ihevc_itrans_recon_32x32()
152 o[k] = g_ai2_ihevc_trans_32[1][k] * pi2_src[src_strd] in ihevc_itrans_recon_32x32()
153 + g_ai2_ihevc_trans_32[3][k] in ihevc_itrans_recon_32x32()
156 for(k = 0; k < 8; k++) in ihevc_itrans_recon_32x32()
158 eo[k] = g_ai2_ihevc_trans_32[2][k] * pi2_src[2 * src_strd]; in ihevc_itrans_recon_32x32()
177 for(k = 0; k < 4; k++) in ihevc_itrans_recon_32x32()
179 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_32x32()
180 ee[k + 4] = eee[3 - k] - eeo[3 - k]; in ihevc_itrans_recon_32x32()
182 for(k = 0; k < 8; k++) in ihevc_itrans_recon_32x32()
[all …]
Dihevc_itrans_recon_8x8.c108 WORD32 j, k; in ihevc_itrans_recon_8x8() local
148 for(k = 0; k < 4; k++) in ihevc_itrans_recon_8x8()
150 o[k] = g_ai2_ihevc_trans_8[1][k] * pi2_src[src_strd] in ihevc_itrans_recon_8x8()
151 + g_ai2_ihevc_trans_8[3][k] in ihevc_itrans_recon_8x8()
164 for(k = 0; k < 4; k++) in ihevc_itrans_recon_8x8()
166 pi2_tmp[k] = in ihevc_itrans_recon_8x8()
167 CLIP_S16(((e[k] + o[k] + add) >> shift)); in ihevc_itrans_recon_8x8()
168 pi2_tmp[k + 4] = in ihevc_itrans_recon_8x8()
169 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift)); in ihevc_itrans_recon_8x8()
187 for(k = 0; k < 4; k++) in ihevc_itrans_recon_8x8()
[all …]
/external/clang/test/OpenMP/
Dfor_private_messages.cpp52 for (int k = 0; k < argc; ++k) in foomain() local
53 ++k; in foomain()
55 for (int k = 0; k < argc; ++k) in foomain() local
56 ++k; in foomain()
58 for (int k = 0; k < argc; ++k) in foomain() local
59 ++k; in foomain()
61 for (int k = 0; k < argc; ++k) in foomain() local
62 ++k; in foomain()
64 for (int k = 0; k < argc; ++k) in foomain() local
65 ++k; in foomain()
[all …]
Dsimd_private_messages.cpp47 for (int k = 0; k < argc; ++k) ++k; in foomain() local
49 for (int k = 0; k < argc; ++k) ++k; in foomain() local
51 for (int k = 0; k < argc; ++k) ++k; in foomain() local
53 for (int k = 0; k < argc; ++k) ++k; in foomain() local
55 for (int k = 0; k < argc; ++k) ++k; in foomain() local
57 for (int k = 0; k < argc; ++k) ++k; in foomain() local
59 for (int k = 0; k < argc; ++k) ++k; in foomain() local
61 for (int k = 0; k < argc; ++k) ++k; in foomain() local
63 for (int k = 0; k < argc; ++k) ++k; in foomain() local
65 for (int k = 0; k < argc; ++k) ++k; in foomain() local
[all …]
Dparallel_for_private_messages.cpp52 for (int k = 0; k < argc; ++k) in foomain() local
53 ++k; in foomain()
55 for (int k = 0; k < argc; ++k) in foomain() local
56 ++k; in foomain()
58 for (int k = 0; k < argc; ++k) in foomain() local
59 ++k; in foomain()
61 for (int k = 0; k < argc; ++k) in foomain() local
62 ++k; in foomain()
64 for (int k = 0; k < argc; ++k) in foomain() local
65 ++k; in foomain()
[all …]
Dsimd_linear_messages.cpp107 for (int k = 0; k < argc; ++k) ++k; in foomain() local
109 for (int k = 0; k < argc; ++k) ++k; in foomain() local
111 for (int k = 0; k < argc; ++k) ++k; in foomain() local
113 for (int k = 0; k < argc; ++k) ++k; in foomain() local
115 for (int k = 0; k < argc; ++k) ++k; in foomain() local
117 for (int k = 0; k < argc; ++k) ++k; in foomain() local
119 for (int k = 0; k < argc; ++k) ++k; in foomain() local
121 for (int k = 0; k < argc; ++k) ++k; in foomain() local
125 for (int k = 0; k < argc; ++k) ++k; in foomain() local
127 for (int k = 0; k < argc; ++k) ++k; in foomain() local
[all …]
Dsimd_aligned_messages.cpp114 for (I k = 0; k < argc; ++k) ++k; in foomain() local
116 for (I k = 0; k < argc; ++k) ++k; in foomain() local
118 for (I k = 0; k < argc; ++k) ++k; in foomain() local
120 for (I k = 0; k < argc; ++k) ++k; in foomain() local
122 for (I k = 0; k < argc; ++k) ++k; in foomain() local
124 for (I k = 0; k < argc; ++k) ++k; in foomain() local
126 for (I k = 0; k < argc; ++k) ++k; in foomain() local
128 for (I k = 0; k < argc; ++k) ++k; in foomain() local
130 for (I k = 0; k < argc; ++k) ++k; in foomain() local
132 for (I k = 0; k < argc; ++k) ++k; in foomain() local
[all …]
/external/chromium_org/v8/test/mjsunit/
Dmath-floor-of-div.js52 for (var k = 0; k <= limit; k++) {
53 if (k > exhaustive_limit) { c += step; k += c; }
54 assertEquals(Math.floor(div(k, 1)), Math.floor(k / 1));
55 assertEquals(Math.floor(div(k, -1)), Math.floor(k / -1));
56 assertEquals(Math.floor(div(k, 2)), Math.floor(k / 2));
57 assertEquals(Math.floor(div(k, -2)), Math.floor(k / -2));
58 assertEquals(Math.floor(div(k, 3)), Math.floor(k / 3));
59 assertEquals(Math.floor(div(k, -3)), Math.floor(k / -3));
60 assertEquals(Math.floor(div(k, 4)), Math.floor(k / 4));
61 assertEquals(Math.floor(div(k, -4)), Math.floor(k / -4));
[all …]
Dmath-floor-of-div-nosudiv.js52 for (var k = 0; k <= limit; k++) {
53 if (k > exhaustive_limit) { c += step; k += c; }
54 assertEquals(Math.floor(div(k, 1)), Math.floor(k / 1));
55 assertEquals(Math.floor(div(k, -1)), Math.floor(k / -1));
56 assertEquals(Math.floor(div(k, 2)), Math.floor(k / 2));
57 assertEquals(Math.floor(div(k, -2)), Math.floor(k / -2));
58 assertEquals(Math.floor(div(k, 3)), Math.floor(k / 3));
59 assertEquals(Math.floor(div(k, -3)), Math.floor(k / -3));
60 assertEquals(Math.floor(div(k, 4)), Math.floor(k / 4));
61 assertEquals(Math.floor(div(k, -4)), Math.floor(k / -4));
[all …]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
Dintialize.c21 int k; in WebRtcIsac_InitMasking() local
23 for (k = 0; k < WINLEN; k++) { in WebRtcIsac_InitMasking()
24 maskdata->DataBufferLo[k] = 0.0; in WebRtcIsac_InitMasking()
25 maskdata->DataBufferHi[k] = 0.0; in WebRtcIsac_InitMasking()
27 for (k = 0; k < ORDERLO+1; k++) { in WebRtcIsac_InitMasking()
28 maskdata->CorrBufLo[k] = 0.0; in WebRtcIsac_InitMasking()
29 maskdata->PreStateLoF[k] = 0.0; in WebRtcIsac_InitMasking()
30 maskdata->PreStateLoG[k] = 0.0; in WebRtcIsac_InitMasking()
31 maskdata->PostStateLoF[k] = 0.0; in WebRtcIsac_InitMasking()
32 maskdata->PostStateLoG[k] = 0.0; in WebRtcIsac_InitMasking()
[all …]
Dfilterbanks.c87 int k,n; in WebRtcIsac_SplitAndFilterFloat() local
100 for (k=0;k<FRAMESAMPLES;k++) { in WebRtcIsac_SplitAndFilterFloat()
101 in[k] = pin[k] + kHpStCoefInFloat[2] * prefiltdata->HPstates_float[0] + in WebRtcIsac_SplitAndFilterFloat()
103 ftmp = pin[k] - kHpStCoefInFloat[0] * prefiltdata->HPstates_float[0] - in WebRtcIsac_SplitAndFilterFloat()
123 for (k=0;k<NUMBEROFCOMPOSITEAPSECTIONS;k++){ in WebRtcIsac_SplitAndFilterFloat()
124 CompositeAPFilterState[k] = 0.0; in WebRtcIsac_SplitAndFilterFloat()
127 for (k=0;k<FRAMESAMPLES_HALF;k++) { in WebRtcIsac_SplitAndFilterFloat()
128 tempinoutvec[k] = in[FRAMESAMPLES-1-2*k]; in WebRtcIsac_SplitAndFilterFloat()
137 for (k=0;k<FRAMESAMPLES_HALF;k++) { in WebRtcIsac_SplitAndFilterFloat()
138 tempin_ch1[FRAMESAMPLES_HALF+QLOOKAHEAD-1-k] = tempinoutvec[k]; in WebRtcIsac_SplitAndFilterFloat()
[all …]
Dtransform.c24 int k; in WebRtcIsac_InitTransform() local
29 for (k = 0; k < FRAMESAMPLES_HALF; k++) { in WebRtcIsac_InitTransform()
30 costab1[k] = cos(phase); in WebRtcIsac_InitTransform()
31 sintab1[k] = sin(phase); in WebRtcIsac_InitTransform()
37 for (k = 0; k < FRAMESAMPLES_QUARTER; k++) { in WebRtcIsac_InitTransform()
38 costab2[k] = cos(phase); in WebRtcIsac_InitTransform()
39 sintab2[k] = sin(phase); in WebRtcIsac_InitTransform()
52 int k; in WebRtcIsac_Time2Spec() local
63 for (k = 0; k < FRAMESAMPLES_HALF; k++) { in WebRtcIsac_Time2Spec()
64 tmp1r = costab1[k]; in WebRtcIsac_Time2Spec()
[all …]
Dentropy_coding.c63 int k, n; in FindCorrelation() local
65 for (k = 0; k < FRAMESAMPLES / 8; k++) { in FindCorrelation()
66 summ[k] = (PSpecQ12[k] + PSpecQ12[FRAMESAMPLES_QUARTER - 1 - k] + 16) >> 5; in FindCorrelation()
67 diff[k] = (PSpecQ12[k] - PSpecQ12[FRAMESAMPLES_QUARTER - 1 - k] + 16) >> 5; in FindCorrelation()
76 for (k = 0; k < AR_ORDER; k += 2) { in FindCorrelation()
78 CS_ptrQ9 = WebRtcIsac_kCos[k]; in FindCorrelation()
81 CorrQ7[k + 1] = sum; in FindCorrelation()
84 for (k = 1; k < AR_ORDER; k += 2) { in FindCorrelation()
86 CS_ptrQ9 = WebRtcIsac_kCos[k]; in FindCorrelation()
89 CorrQ7[k + 1] = sum; in FindCorrelation()
[all …]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dintialize.c21 int k; in WebRtcIsac_InitMasking() local
23 for (k = 0; k < WINLEN; k++) { in WebRtcIsac_InitMasking()
24 maskdata->DataBufferLo[k] = 0.0; in WebRtcIsac_InitMasking()
25 maskdata->DataBufferHi[k] = 0.0; in WebRtcIsac_InitMasking()
27 for (k = 0; k < ORDERLO+1; k++) { in WebRtcIsac_InitMasking()
28 maskdata->CorrBufLo[k] = 0.0; in WebRtcIsac_InitMasking()
29 maskdata->PreStateLoF[k] = 0.0; in WebRtcIsac_InitMasking()
30 maskdata->PreStateLoG[k] = 0.0; in WebRtcIsac_InitMasking()
31 maskdata->PostStateLoF[k] = 0.0; in WebRtcIsac_InitMasking()
32 maskdata->PostStateLoG[k] = 0.0; in WebRtcIsac_InitMasking()
[all …]
Dfilterbanks.c87 int k,n; in WebRtcIsac_SplitAndFilterFloat() local
100 for (k=0;k<FRAMESAMPLES;k++) { in WebRtcIsac_SplitAndFilterFloat()
101 in[k] = pin[k] + kHpStCoefInFloat[2] * prefiltdata->HPstates_float[0] + in WebRtcIsac_SplitAndFilterFloat()
103 ftmp = pin[k] - kHpStCoefInFloat[0] * prefiltdata->HPstates_float[0] - in WebRtcIsac_SplitAndFilterFloat()
123 for (k=0;k<NUMBEROFCOMPOSITEAPSECTIONS;k++){ in WebRtcIsac_SplitAndFilterFloat()
124 CompositeAPFilterState[k] = 0.0; in WebRtcIsac_SplitAndFilterFloat()
127 for (k=0;k<FRAMESAMPLES_HALF;k++) { in WebRtcIsac_SplitAndFilterFloat()
128 tempinoutvec[k] = in[FRAMESAMPLES-1-2*k]; in WebRtcIsac_SplitAndFilterFloat()
137 for (k=0;k<FRAMESAMPLES_HALF;k++) { in WebRtcIsac_SplitAndFilterFloat()
138 tempin_ch1[FRAMESAMPLES_HALF+QLOOKAHEAD-1-k] = tempinoutvec[k]; in WebRtcIsac_SplitAndFilterFloat()
[all …]
Dtransform.c24 int k; in WebRtcIsac_InitTransform() local
29 for (k = 0; k < FRAMESAMPLES_HALF; k++) { in WebRtcIsac_InitTransform()
30 costab1[k] = cos(phase); in WebRtcIsac_InitTransform()
31 sintab1[k] = sin(phase); in WebRtcIsac_InitTransform()
37 for (k = 0; k < FRAMESAMPLES_QUARTER; k++) { in WebRtcIsac_InitTransform()
38 costab2[k] = cos(phase); in WebRtcIsac_InitTransform()
39 sintab2[k] = sin(phase); in WebRtcIsac_InitTransform()
52 int k; in WebRtcIsac_Time2Spec() local
63 for (k = 0; k < FRAMESAMPLES_HALF; k++) { in WebRtcIsac_Time2Spec()
64 tmp1r = costab1[k]; in WebRtcIsac_Time2Spec()
[all …]
Dentropy_coding.c63 int k, n; in FindCorrelation() local
65 for (k = 0; k < FRAMESAMPLES / 8; k++) { in FindCorrelation()
66 summ[k] = (PSpecQ12[k] + PSpecQ12[FRAMESAMPLES_QUARTER - 1 - k] + 16) >> 5; in FindCorrelation()
67 diff[k] = (PSpecQ12[k] - PSpecQ12[FRAMESAMPLES_QUARTER - 1 - k] + 16) >> 5; in FindCorrelation()
76 for (k = 0; k < AR_ORDER; k += 2) { in FindCorrelation()
78 CS_ptrQ9 = WebRtcIsac_kCos[k]; in FindCorrelation()
81 CorrQ7[k + 1] = sum; in FindCorrelation()
84 for (k = 1; k < AR_ORDER; k += 2) { in FindCorrelation()
86 CS_ptrQ9 = WebRtcIsac_kCos[k]; in FindCorrelation()
89 CorrQ7[k + 1] = sum; in FindCorrelation()
[all …]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dtransform.c112 int k; in WebRtcIsacfix_Time2SpecC() local
121 for (k = 0; k < FRAMESAMPLES/2; k++) { in WebRtcIsacfix_Time2SpecC()
122 tmp1rQ14 = WebRtcIsacfix_kCosTab1[k]; in WebRtcIsacfix_Time2SpecC()
123 tmp1iQ14 = WebRtcIsacfix_kSinTab1[k]; in WebRtcIsacfix_Time2SpecC()
124 …PL_RSHIFT_W32(WEBRTC_SPL_MUL_16_16(tmp1rQ14, inre1Q9[k]) + WEBRTC_SPL_MUL_16_16(tmp1iQ14, inre2Q9[ in WebRtcIsacfix_Time2SpecC()
125 …PL_RSHIFT_W32(WEBRTC_SPL_MUL_16_16(tmp1rQ14, inre2Q9[k]) - WEBRTC_SPL_MUL_16_16(tmp1iQ14, inre1Q9[ in WebRtcIsacfix_Time2SpecC()
126 …tmpreQ16[k] = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL_16_32_RSFT16(factQ19, xrQ16)+4, 3); // (Q16*Q19… in WebRtcIsacfix_Time2SpecC()
127 …tmpimQ16[k] = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL_16_32_RSFT16(factQ19, xiQ16)+4, 3); // (Q16*Q19… in WebRtcIsacfix_Time2SpecC()
143 for (k=0; k<FRAMESAMPLES/2; k++) { in WebRtcIsacfix_Time2SpecC()
144 inre1Q9[k] = (int16_t) WEBRTC_SPL_LSHIFT_W32(tmpreQ16[k], sh); //Q(16+sh) in WebRtcIsacfix_Time2SpecC()
[all …]
Dinitialize.c25 int k; in WebRtcIsacfix_InitMaskingEnc() local
27 for (k = 0; k < WINLEN; k++) { in WebRtcIsacfix_InitMaskingEnc()
28 maskdata->DataBufferLoQ0[k] = (int16_t) 0; in WebRtcIsacfix_InitMaskingEnc()
29 maskdata->DataBufferHiQ0[k] = (int16_t) 0; in WebRtcIsacfix_InitMaskingEnc()
31 for (k = 0; k < ORDERLO+1; k++) { in WebRtcIsacfix_InitMaskingEnc()
32 maskdata->CorrBufLoQQ[k] = (int32_t) 0; in WebRtcIsacfix_InitMaskingEnc()
33 maskdata->CorrBufLoQdom[k] = 0; in WebRtcIsacfix_InitMaskingEnc()
35 maskdata->PreStateLoGQ15[k] = 0; in WebRtcIsacfix_InitMaskingEnc()
38 for (k = 0; k < ORDERHI+1; k++) { in WebRtcIsacfix_InitMaskingEnc()
39 maskdata->CorrBufHiQQ[k] = (int32_t) 0; in WebRtcIsacfix_InitMaskingEnc()
[all …]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dtransform.c122 int k; in WebRtcIsacfix_Time2Spec() local
131 for (k = 0; k < FRAMESAMPLES/2; k++) { in WebRtcIsacfix_Time2Spec()
132 tmp1rQ14 = kCosTab1[k]; in WebRtcIsacfix_Time2Spec()
133 tmp1iQ14 = kSinTab1[k]; in WebRtcIsacfix_Time2Spec()
134 …PL_RSHIFT_W32(WEBRTC_SPL_MUL_16_16(tmp1rQ14, inre1Q9[k]) + WEBRTC_SPL_MUL_16_16(tmp1iQ14, inre2Q9[ in WebRtcIsacfix_Time2Spec()
135 …PL_RSHIFT_W32(WEBRTC_SPL_MUL_16_16(tmp1rQ14, inre2Q9[k]) - WEBRTC_SPL_MUL_16_16(tmp1iQ14, inre1Q9[ in WebRtcIsacfix_Time2Spec()
136 …tmpreQ16[k] = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL_16_32_RSFT16(factQ19, xrQ16)+4, 3); // (Q16*Q19… in WebRtcIsacfix_Time2Spec()
137 …tmpimQ16[k] = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL_16_32_RSFT16(factQ19, xiQ16)+4, 3); // (Q16*Q19… in WebRtcIsacfix_Time2Spec()
153 for (k=0; k<FRAMESAMPLES/2; k++) { in WebRtcIsacfix_Time2Spec()
154 inre1Q9[k] = (WebRtc_Word16) WEBRTC_SPL_LSHIFT_W32(tmpreQ16[k], sh); //Q(16+sh) in WebRtcIsacfix_Time2Spec()
[all …]
Dinitialize.c25 int k; in WebRtcIsacfix_InitMaskingEnc() local
27 for (k = 0; k < WINLEN; k++) { in WebRtcIsacfix_InitMaskingEnc()
28 maskdata->DataBufferLoQ0[k] = (WebRtc_Word16) 0; in WebRtcIsacfix_InitMaskingEnc()
29 maskdata->DataBufferHiQ0[k] = (WebRtc_Word16) 0; in WebRtcIsacfix_InitMaskingEnc()
31 for (k = 0; k < ORDERLO+1; k++) { in WebRtcIsacfix_InitMaskingEnc()
32 maskdata->CorrBufLoQQ[k] = (WebRtc_Word32) 0; in WebRtcIsacfix_InitMaskingEnc()
33 maskdata->CorrBufLoQdom[k] = 0; in WebRtcIsacfix_InitMaskingEnc()
35 maskdata->PreStateLoGQ15[k] = 0; in WebRtcIsacfix_InitMaskingEnc()
38 for (k = 0; k < ORDERHI+1; k++) { in WebRtcIsacfix_InitMaskingEnc()
39 maskdata->CorrBufHiQQ[k] = (WebRtc_Word32) 0; in WebRtcIsacfix_InitMaskingEnc()
[all …]
/external/chromium_org/v8/test/mjsunit/harmony/
Dproxies-with.js69 get: function(r, k) { key = k; return k === "a" ? "onproxy" : undefined }, argument
70 getPropertyDescriptor: function(k) { argument
71 key = k;
72 return k === "a" ? {value: "onproxy", configurable: true} : undefined
77 get: function(r, k) { return this.get2(r, k) }, argument
78 get2: function(r, k) { key = k; return k === "a" ? "onproxy" : undefined }, argument
79 getPropertyDescriptor: function(k) { argument
80 key = k;
81 return k === "a" ? {value: "onproxy", configurable: true} : undefined
86 getPropertyDescriptor: function(k) { argument
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dphash.c102 register const unsigned char *k = (const unsigned char *)sk; in phash_lookup() local
112 a += (k[0] +((ub4)k[1]<<8) +((ub4)k[2]<<16) +((ub4)k[3]<<24)); in phash_lookup()
114 b += (k[4] +((ub4)k[5]<<8) +((ub4)k[6]<<16) +((ub4)k[7]<<24)); in phash_lookup()
116 c += (k[8] +((ub4)k[9]<<8) +((ub4)k[10]<<16)+((ub4)k[11]<<24)); in phash_lookup()
119 k += 12; len -= 12; in phash_lookup()
126 case 11: c+=((ub4)k[10]<<24); in phash_lookup()
127 case 10: c+=((ub4)k[9]<<16); in phash_lookup()
128 case 9 : c+=((ub4)k[8]<<8); in phash_lookup()
131 case 8 : b+=((ub4)k[7]<<24); in phash_lookup()
132 case 7 : b+=((ub4)k[6]<<16); in phash_lookup()
[all …]

12345678910>>...133