HomeSort by relevance Sort by last modified time
    Searched defs:temp16 (Results 1 - 9 of 9) sorted by null

  /external/gptfdisk/
bsd.cc 75 uint16_t* temp16; local
121 temp16 = (uint16_t*) &buffer[labelStart + 138];
122 numParts = *temp16;
  /external/deqp/external/openglcts/modules/glesext/texture_buffer/
esextcTextureBufferTextureBufferRange.cpp 1297 unsigned short temp16 = 0; local
    [all...]
  /external/webp/src/dsp/
dec_mips32.c 222 int temp15, temp16, temp17, temp18; local
233 "addu %[temp16], %[temp0], %[temp8] \n\t"
253 "addu %[temp8], %[temp16], %[temp4] \n\t"
254 "subu %[temp4], %[temp16], %[temp4] \n\t"
255 "addu %[temp16], %[temp1], %[temp9] \n\t"
277 "addu %[temp9], %[temp16], %[temp5] \n\t"
278 "subu %[temp5], %[temp16], %[temp5] \n\t"
279 "addu %[temp16], %[temp2], %[temp10] \n\t"
289 "addu %[temp10], %[temp16], %[temp6] \n\t"
290 "subu %[temp6], %[temp16], %[temp6] \n\t
    [all...]
enc_mips32.c 34 "lh %[temp16], " #A "(%[temp20]) \n\t" \
38 "addu %[" #TEMP4 "], %[temp16], %[temp18] \n\t" \
39 "subu %[temp16], %[temp16], %[temp18] \n\t" \
51 "addu %[" #TEMP1 "], %[temp16], %[" #TEMP2 "] \n\t" \
52 "subu %[" #TEMP2 "], %[temp16], %[" #TEMP2 "] \n\t" \
63 "addu %[temp16], %[" #TEMP0 "], %[" #TEMP8 "] \n\t" \
75 "addu %[" #TEMP0 "], %[temp16], %[temp19] \n\t" \
78 "subu %[" #TEMP12 "], %[temp16], %[temp19] \n\t" \
84 "lbu %[temp16], 0+" XSTR(BPS) "*" #A "(%[temp20]) \n\t"
121 int temp14, temp15, temp16, temp17, temp18, temp19, temp20; local
485 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; local
    [all...]
dec_mips_dsp_r2.c 57 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; local
71 CONVERT_2_BYTES_TO_HALF(temp13, temp14, temp3, temp15, temp5, temp16,
75 STORE_SAT_SUM_X2(temp13, temp14, temp3, temp15, temp5, temp16, temp11,
88 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; local
107 MUL_SHIFT_SUM(temp11, temp12, temp13, temp14, temp15, temp16, temp4, temp17,
109 temp15, temp4, temp16, temp17)
117 SRA_16(temp13, temp14, temp15, temp16, temp3, temp4, temp17, temp8)
127 MUL_SHIFT_SUM(temp6, temp8, temp18, temp17, temp11, temp15, temp12, temp16,
128 temp8, temp15, temp6, temp11, temp12, temp16, temp10, temp14,
129 temp18, temp12, temp17, temp16)
    [all...]
enc_mips_dsp_r2.c 72 [temp14]"=&r"(temp14), [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), \
94 "sra %[temp16], %[" #TEMP1 "], 16 \n\t" \
97 "subu %[" #TEMP2 "], %[" #TEMP0 "], %[temp16] \n\t" \
98 "addu %[" #TEMP0 "], %[" #TEMP0 "], %[temp16] \n\t" \
102 "mul %[temp16], %[" #TEMP3 "], %[c2217] \n\t" \
106 "addu %[" #TEMP1 "], %[temp16], %[" #TEMP1 "] \n\t" \
117 "addu %[temp16], %[" #TEMP0 "], %[" #TEMP12 "] \n\t" \
125 "addiu %[temp16], %[temp16], 7 \n\t"
149 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; local
177 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; local
253 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17; local
    [all...]
  /external/libavc/common/x86/
ih264_iquant_itrans_recon_ssse3.c 396 __m128i temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/cng/
webrtc_cng.c 491 int16_t temp16; local
542 temp16 = (int16_t) WEBRTC_SPL_MUL_16_16_RSFT(
545 temp16 = 0x7fff - temp16;
546 En = (int16_t) WEBRTC_SPL_MUL_16_16_RSFT(En, temp16, 15);
  /frameworks/av/media/mtp/
MtpServer.cpp 896 uint16_t temp16; local
923 if (!mData.getUInt16(temp16)) return MTP_RESPONSE_INVALID_PARAMETER;
924 MtpObjectFormat format = temp16;
925 if (!mData.getUInt16(temp16)) return MTP_RESPONSE_INVALID_PARAMETER; // protection status
928 if (!mData.getUInt16(temp16)) return MTP_RESPONSE_INVALID_PARAMETER; // thumb format
    [all...]

Completed in 256 milliseconds