HomeSort by relevance Sort by last modified time
    Searched refs:tmp2 (Results 101 - 125 of 354) sorted by null

1 2 3 45 6 7 8 91011>>

  /bionic/libc/arch-arm64/denver64/bionic/
memcpy_base.S 41 #define tmp2 x4 define
123 neg tmp2, src
124 ands tmp2, tmp2, #15 /* Bytes to reach alignment. */
126 sub count, count, tmp2
131 add src, src, tmp2
133 add dst, dst, tmp2
  /bionic/libc/arch-arm64/generic/bionic/
memcpy_base.S 40 #define tmp2 x4 define
117 neg tmp2, src
118 ands tmp2, tmp2, #15 /* Bytes to reach alignment. */
120 sub count, count, tmp2
125 add src, src, tmp2
127 add dst, dst, tmp2
  /external/jpeg/
jfdctint.c 142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
159 tmp2 = dataptr[2] + dataptr[5];
170 tmp11 = tmp1 + tmp2;
171 tmp12 = tmp1 - tmp2;
224 tmp2 = dataptr[DCTSIZE*2] + dataptr[DCTSIZE*5];
235 tmp11 = tmp1 + tmp2;
236 tmp12 = tmp1 - tmp2;
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jfdctint.c 143 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
160 tmp2 = dataptr[2] + dataptr[5];
171 tmp11 = tmp1 + tmp2;
172 tmp12 = tmp1 - tmp2;
225 tmp2 = dataptr[DCTSIZE*2] + dataptr[DCTSIZE*5];
236 tmp11 = tmp1 + tmp2;
237 tmp12 = tmp1 - tmp2;
  /system/bt/stack/a2dp/
a2d_sbc.c 149 UINT32 idx, tmp, tmp2; local
175 tmp2 = (idx<<1);
177 p_pkt[idx] = p_pkt[tmp2];
178 p_pkt[tmp2] = tmp;
180 printf("tmp2: %02d, len: %d, idx: %d\n",
181 tmp2, len, a2d_sbc_ds_cb.fr[a2d_sbc_ds_cb.index].idx);
186 tmp2 = p_pkt[idx];
187 tmp = (tmp2>>3)+(tmp2<<5);
191 (UINT8)tmp2, len, a2d_sbc_ds_cb.fr[a2d_sbc_ds_cb.index].idx
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_intrapred8_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
23 "lb %[tmp2], 1(%[left]) \n\t"
32 "replv.qb %[tmp2], %[tmp2] \n\t"
43 "sw %[tmp2], (%[dst]) \n\t"
44 "sw %[tmp2], 4(%[dst]) \n\t"
64 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2),
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_vs.c 121 struct pipe_shader_state tmp2 = *templ; local
122 tmp2.tokens = vs->base.tokens;
123 vs->draw_shader = draw_create_vertex_shader(svga->swtnl.draw, &tmp2);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_intrapred8_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
23 "lb %[tmp2], 1(%[left]) \n\t"
32 "replv.qb %[tmp2], %[tmp2] \n\t"
43 "sw %[tmp2], (%[dst]) \n\t"
44 "sw %[tmp2], 4(%[dst]) \n\t"
64 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2),
    [all...]
  /system/core/libpixelflinger/include/private/pixelflinger/
ggl_fixed.h 198 GGLfixed result,tmp,tmp1,tmp2; local
238 : [res]"=&r"(result),[tmp]"=&r"(tmp),[tmp1]"=&r"(tmp1),[tmp2]"=&r"(tmp2)
249 "sra %[tmp2],%[tmp],0x1f \t\n"
252 "addu %[tmp],%[tmp],%[tmp2] \t\n"
254 "srl %[tmp2],%[res],%[rshift] \t\n"
258 "or %[tmp],%[tmp],%[tmp2] \t\n"
260 : [res]"=&r"(result),[tmp]"=&r"(tmp),[tmp1]"=&r"(tmp1),[tmp2]"=&r"(tmp2)
272 "sra %[tmp2],%[tmp],0x1f \t\n
294 GGLfixed result,t,tmp1,tmp2; local
366 GGLfixed result,t,tmp1,tmp2; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct.cpp 47 Int tmp, tmp2; local
60 tmp2 = *((Int*) pred); /* prediction 4 pixels */
61 k0 = tmp2 & 0xFF;
64 k1 = (tmp2 >> 8) & 0xFF;
67 k2 = (tmp2 >> 16) & 0xFF;
70 k3 = (tmp2 >> 24) & 0xFF;
74 tmp2 = *((Int*)(pred + 4));
75 k4 = tmp2 & 0xFF;
78 k5 = (tmp2 >> 8) & 0xFF;
81 k6 = (tmp2 >> 16) & 0xFF
275 Int tmp, tmp2; local
481 Int tmp, tmp2; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
lagconceal.cpp 149 int16 i, tmp, tmp2; local
254 tmp2 = *T0 - lastLag;
260 else if ((lastGain > 8192) && (secLastGain > 8192) && ((tmp2 + 10) > 0 && tmp2 < 10))
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_deblocking.c 333 i32 tmp1, tmp2; local
337 tmp2 = mb1->totalCoeff[ind2];
343 if (tmp1 || tmp2)
368 i32 tmp1, tmp2, tmp3, tmp4; local
371 tmp2 = mb1->mv[ind2].hor;
375 if ( (ABS(tmp1 - tmp2) >= 4) || (ABS(tmp3 - tmp4) >= 4) ||
427 u32 tmp1, tmp2, tmp3, tmp4; local
430 tmp2 = mb2->totalCoeff[10];
433 if (tmp1 || tmp2)
444 tmp2 = mb2->totalCoeff[14]
494 u32 tmp1, tmp2, tmp3, tmp4; local
1891 u32 tmp1, tmp2, isIntraMb; local
    [all...]
  /external/fsck_msdos/
boot.c 197 char tmp2[16]; local
198 snprintf(tmp2, sizeof(tmp2), "%.2x ", block[11 + i]);
199 strcat(tmp, tmp2);
206 char tmp2[16]; local
207 snprintf(tmp2, sizeof(tmp2), "%.2x ", backup[11 + i]);
208 strcat(tmp, tmp2);
  /external/ipsec-tools/src/racoon/
isakmp_unity.c 274 char tmp2[40]; local
294 inet_ntop(AF_INET, &netentry->network.mask4, tmp2, 40);
295 plog(LLV_DEBUG, LOCATION, NULL, "splitnet: %s/%s\n", tmp1, tmp2);
363 char tmp2[40]; local
373 inet_ntop(AF_INET, &netentry->network.mask4, tmp2, 40);
375 len += strlen(tmp2);
392 inet_ntop(AF_INET, &netentry->network.mask4, tmp2, 40);
402 len += sprintf(str+len, "%s/%s ", tmp1, tmp2);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c 171 WebRtc_Word32 tmp1, tmp2, tmp3; local
173 tmp2 = (WebRtc_Word32)tempin_ch2[k]; // Q0 -> Q0
174 tmp3 = (WebRtc_Word32)WEBRTC_SPL_RSHIFT_W32((tmp1 + tmp2), 1);/* low pass signal*/
176 tmp3 = (WebRtc_Word32)WEBRTC_SPL_RSHIFT_W32((tmp1 - tmp2), 1);/* high pass signal*/
226 WebRtc_Word32 tmp1, tmp2, tmp3; local
228 tmp2 = (WebRtc_Word32)tempin_ch2[k]; // Q0 -> Q0
229 tmp3 = (WebRtc_Word32)WEBRTC_SPL_RSHIFT_W32((tmp1 + tmp2), 1);/* low pass signal*/
231 tmp3 = (WebRtc_Word32)WEBRTC_SPL_RSHIFT_W32((tmp1 - tmp2), 1);/* high pass signal*/
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 868 char * tmp2=NULL; local
1854 char *tmp2 = NULL; local
1961 char *tmp2 = NULL; local
2033 char * tmp2 = NULL; local
2178 char *tmp2 = NULL; local
2282 char * tmp2 = NULL; local
2386 char *tmp2 = NULL; local
2468 char * tmp2 = NULL; local
    [all...]
  /system/bt/embdrv/sbc/encoder/srce/
sbc_encoder.c 109 if(idx > 0){if((idx&1)&&(pstrEncParams->u16PacketLength > (sbc_prtc_cb.base+(idx<<1)))) {tmp2=idx<<1; tmp=ar[idx];ar[idx]=ar[tmp2];ar[tmp2]=tmp;} \
110 else{tmp2=ar[idx]; tmp=(tmp2>>5)+(tmp2<<3);ar[idx]=(UINT8)tmp;}}}
135 UINT32 idx, tmp, tmp2; local
  /external/webp/src/dsp/
yuv_sse2.c 110 const __m128i tmp2 = _mm_packus_epi16(tmp1, tmp1); local
112 _mm_storel_epi64((__m128i*)rgb, tmp2);
119 const __m128i tmp2 = _mm_packs_epi32(tmp1, tmp1); local
120 const __m128i tmp3 = _mm_packus_epi16(tmp2, tmp2);
140 const __m128i tmp2 = _mm_packus_epi16(tmp1_1, tmp1_2); local
141 _mm_storeu_si128((__m128i*)dst, tmp2);
207 const __m128i tmp2 = _mm_packus_epi16(tmp1_1, tmp1_2); local
208 _mm_storeu_si128((__m128i*)dst, tmp2);
  /external/crcalc/tests/src/com/hp/creals/
CRTest.java 136 CR tmp2 = tmp.subtract(CR.PI); local
137 check(tmp2.ln().intValue() == -123, "intValue(...) failed");
138 check(tmp2.ln().longValue() == -123, "longValue(...) failed");
139 check(tmp2.ln().floatValue() == -123.0, "floatValue(...) failed");
140 check(tmp2.ln().doubleValue() == -123.0, "doubleValue(...) failed");
  /external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 381 char tmp1[NI_MAXHOST], tmp2[NI_MAXHOST]; local
384 set_address(tmp2, sizeof(tmp2), sa2, withports) == NULL)
386 if (strlen(tmp1) + 1 + strlen(tmp2) + 1 > len)
388 snprintf(buf, len, "%s-%s", tmp1, tmp2);
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 47 tmp2 .req r6 label
92 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
95 SMULBB tmp1, phaseFrac, tmp1 @ tmp1 = phaseFrac * tmp2
116 ADD pPhaseAccum, pPhaseAccum, tmp2, LSR #(NUM_PHASE_FRAC_BITS - NEXT_INPUT_PCM_SHIFT)
117 AND phaseFrac, tmp2, phaseFracMask @ nphaseFrac = frac part
ARM-E_interpolate_noloop_gnu.s 51 tmp2 .req r9 label
84 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
87 SMULBB tmp1, phaseFrac, tmp1 @ tmp1 = phaseFrac * tmp2
108 ADD pPhaseAccum, pPhaseAccum, tmp2, LSR #(NUM_PHASE_FRAC_BITS - NEXT_INPUT_PCM_SHIFT)
109 AND phaseFrac, tmp2, phaseFracMask @ nphaseFrac = frac part
ARM-E_voice_gain_gnu.s 47 tmp2 .req r1 @ reuse register label
116 LDR tmp2, [pMixBuffer, #4]
122 SMLAWB tmp2, gainRight, tmp0, tmp2
128 STR tmp2, [pMixBuffer], #4
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 47 tmp2 .req r6 label
92 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
95 SMULBB tmp1, phaseFrac, tmp1 @ tmp1 = phaseFrac * tmp2
116 ADD pPhaseAccum, pPhaseAccum, tmp2, LSR #(NUM_PHASE_FRAC_BITS - NEXT_INPUT_PCM_SHIFT)
117 AND phaseFrac, tmp2, phaseFracMask @ nphaseFrac = frac part
ARM-E_interpolate_noloop_gnu.s 51 tmp2 .req r9 label
84 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
87 SMULBB tmp1, phaseFrac, tmp1 @ tmp1 = phaseFrac * tmp2
108 ADD pPhaseAccum, pPhaseAccum, tmp2, LSR #(NUM_PHASE_FRAC_BITS - NEXT_INPUT_PCM_SHIFT)
109 AND phaseFrac, tmp2, phaseFracMask @ nphaseFrac = frac part

Completed in 705 milliseconds

1 2 3 45 6 7 8 91011>>