/external/qemu-pc-bios/vgabios/ |
dataseghack | 7 $1 > temp.awk.1 13 $1 > temp.awk.2 19 $1 > temp.awk.3 22 cat temp.awk.1 temp.awk.2 temp.awk.3 | sed -e 's/^\.data//' -e 's/^\.bss//' -e 's/^\.text//' > $1 23 /bin/rm -f temp.awk.1 temp.awk.2 temp.awk.3 $1.orig
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
FO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c | 44 LVM_INT16 temp; local 48 temp=pCoef->A1; 49 pBiquadState->coefs[0]=temp; 50 temp=pCoef->A0; 51 pBiquadState->coefs[1]=temp; 52 temp=pCoef->B1; 53 pBiquadState->coefs[2]=temp; 55 temp=pCoef->Shift; 56 pBiquadState->Shift = temp;
|
BQ_1I_D16F16Css_TRC_WRA_01_Init.c | 44 LVM_INT16 temp; local 48 temp=pCoef->A2; 49 pBiquadState->coefs[0]=temp; 50 temp=pCoef->A1; 51 pBiquadState->coefs[1]=temp; 52 temp=pCoef->A0; 53 pBiquadState->coefs[2]=temp; 54 temp=pCoef->B2; 55 pBiquadState->coefs[3]=temp; 56 temp=pCoef->B1 [all...] |
BQ_1I_D16F32Css_TRC_WRA_01_init.c | 45 LVM_INT16 temp; local 49 temp=pCoef->A2; 50 pBiquadState->coefs[0]=temp; 51 temp=pCoef->A1; 52 pBiquadState->coefs[1]=temp; 53 temp=pCoef->A0; 54 pBiquadState->coefs[2]=temp; 55 temp=pCoef->B2; 56 pBiquadState->coefs[3]=temp; 57 temp=pCoef->B1 [all...] |
BQ_2I_D16F16Css_TRC_WRA_01_Init.c | 45 LVM_INT16 temp; local 49 temp=pCoef->A2; 50 pBiquadState->coefs[0]=temp; 51 temp=pCoef->A1; 52 pBiquadState->coefs[1]=temp; 53 temp=pCoef->A0; 54 pBiquadState->coefs[2]=temp; 55 temp=pCoef->B2; 56 pBiquadState->coefs[3]=temp; 57 temp=pCoef->B1 [all...] |
BQ_2I_D16F32Css_TRC_WRA_01_init.c | 44 LVM_INT16 temp; local 48 temp=pCoef->A2; 49 pBiquadState->coefs[0]=temp; 50 temp=pCoef->A1; 51 pBiquadState->coefs[1]=temp; 52 temp=pCoef->A0; 53 pBiquadState->coefs[2]=temp; 54 temp=pCoef->B2; 55 pBiquadState->coefs[3]=temp; 56 temp=pCoef->B1 [all...] |
BQ_2I_D32F32Cll_TRC_WRA_01_Init.c | 44 LVM_INT32 temp; local 48 temp=pCoef->A2; 49 pBiquadState->coefs[0]=temp; 50 temp=pCoef->A1; 51 pBiquadState->coefs[1]=temp; 52 temp=pCoef->A0; 53 pBiquadState->coefs[2]=temp; 54 temp=pCoef->B2; 55 pBiquadState->coefs[3]=temp; 56 temp=pCoef->B1 [all...] |
FO_1I_D16F16Css_TRC_WRA_01_Init.c | 45 LVM_INT16 temp; local 49 temp=pCoef->A1; 50 pBiquadState->coefs[0]=temp; 51 temp=pCoef->A0; 52 pBiquadState->coefs[1]=temp; 53 temp=pCoef->B1; 54 pBiquadState->coefs[2]=temp;
|
FO_1I_D32F32Cll_TRC_WRA_01_Init.c | 44 LVM_INT32 temp; local 48 temp=pCoef->A1; 49 pBiquadState->coefs[0]=temp; 50 temp=pCoef->A0; 51 pBiquadState->coefs[1]=temp; 52 temp=pCoef->B1; 53 pBiquadState->coefs[2]=temp;
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_pan.c | 63 EAS_INT temp; local 78 temp = EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle); 79 temp = COEFF_PAN_G0 + FMUL_15x15(temp, netAngle); 81 if (temp > SYNTH_FULL_SCALE_EG1_GAIN) 82 temp = SYNTH_FULL_SCALE_EG1_GAIN; 83 else if (temp < 0) 84 temp = 0; 86 *pGainRight = (EAS_I16) temp; 89 temp = -EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle) [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_pan.c | 63 EAS_INT temp; local 78 temp = EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle); 79 temp = COEFF_PAN_G0 + FMUL_15x15(temp, netAngle); 81 if (temp > SYNTH_FULL_SCALE_EG1_GAIN) 82 temp = SYNTH_FULL_SCALE_EG1_GAIN; 83 else if (temp < 0) 84 temp = 0; 86 *pGainRight = (EAS_I16) temp; 89 temp = -EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle) [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_pan.c | 63 EAS_INT temp; local 78 temp = EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle); 79 temp = COEFF_PAN_G0 + FMUL_15x15(temp, netAngle); 81 if (temp > SYNTH_FULL_SCALE_EG1_GAIN) 82 temp = SYNTH_FULL_SCALE_EG1_GAIN; 83 else if (temp < 0) 84 temp = 0; 86 *pGainRight = (EAS_I16) temp; 89 temp = -EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle) [all...] |
/external/emma/core/java14/com/vladium/util/ |
IJREVersion.java | 60 boolean temp = false; 66 temp = true; 70 _JRE_1_3_PLUS = temp; 72 if (temp) 74 temp = false; 78 temp = true; 82 _JRE_1_4_PLUS = temp; 84 temp = false; 86 _JRE_SUN_SIGNAL_COMPATIBLE = temp;
|
/external/libvpx/libvpx/vp8/common/ |
swapyv12buffer.c | 16 unsigned char *temp; local 18 temp = last_frame->buffer_alloc; 20 new_frame->buffer_alloc = temp; 22 temp = last_frame->y_buffer; 24 new_frame->y_buffer = temp; 26 temp = last_frame->u_buffer; 28 new_frame->u_buffer = temp; 30 temp = last_frame->v_buffer; 32 new_frame->v_buffer = temp;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
asm_fill.h | 36 struct ureg_dst *temp, 44 struct ureg_dst *temp, 55 ureg_MOV(ureg, ureg_writemask(temp[0], TGSI_WRITEMASK_XY), in[0]); \ 57 ureg_writemask(temp[0], TGSI_WRITEMASK_Z), \ 59 ureg_DP3(ureg, temp[1], constant[4], ureg_src(temp[0])); \ 60 ureg_DP3(ureg, temp[2], constant[5], ureg_src(temp[0])); \ 61 ureg_DP3(ureg, temp[3], constant[6], ureg_src(temp[0])); [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
asm_fill.h | 36 struct ureg_dst *temp, 44 struct ureg_dst *temp, 55 ureg_MOV(ureg, ureg_writemask(temp[0], TGSI_WRITEMASK_XY), in[0]); \ 57 ureg_writemask(temp[0], TGSI_WRITEMASK_Z), \ 59 ureg_DP3(ureg, temp[1], constant[4], ureg_src(temp[0])); \ 60 ureg_DP3(ureg, temp[2], constant[5], ureg_src(temp[0])); \ 61 ureg_DP3(ureg, temp[3], constant[6], ureg_src(temp[0])); [all...] |
/device/asus/flo/conn_init/ |
wfc_util_common.c | 53 char temp; local 66 temp = pAsciiString[i]; 68 if (temp >= '0' && temp <= '9') { 69 temp = temp - '0'; 70 } else if ( temp >= 'a' && temp <= 'f' ) { 71 temp = temp - 'a' + 10 [all...] |
/device/lge/mako/conn_init/ |
wfc_util_common.c | 53 char temp; local 66 temp = pAsciiString[i]; 68 if (temp >= '0' && temp <= '9') { 69 temp = temp - '0'; 70 } else if ( temp >= 'a' && temp <= 'f' ) { 71 temp = temp - 'a' + 10 [all...] |
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_decode_header.cpp | 121 uint32 temp; local 136 temp = getUpTo17bits(inputStream, SYNC_WORD_LNGTH); 137 if ((temp & SYNC_WORD) != SYNC_WORD) 147 temp = getNbits(inputStream, 21); // to avoid multiple bitstream accesses 150 switch (temp >> 19) /* 2 */ 167 info->layer_description = 4 - ((temp << 13) >> 30); /* 2 */ 168 info->error_protection = !((temp << 15) >> 31); /* 1 */ 173 calculate_crc((temp << 16) >> 16, 16, crc); 176 info->bitrate_index = (temp << 16) >> 28; /* 4 */ 177 info->sampling_frequency = (temp << 20) >> 30; /* 2 * [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
l_extract.cpp | 164 Word32 temp; local 168 temp = (L_var >> 16); 170 *(pL_var_hi) = (Word16) temp; 171 *(pL_var_lo) = (Word16)((L_var >> 1) - (temp << 15));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.cons/ |
pointer.pass.cpp | 23 std::string temp = get_temp_file_name(); local 25 std::ofstream fs(temp.c_str()); 29 std::ifstream fs(temp.c_str()); 34 std::remove(temp.c_str()); 36 std::wofstream fs(temp.c_str()); 40 std::wifstream fs(temp.c_str()); 45 std::remove(temp.c_str());
|
string.pass.cpp | 23 std::string temp = get_temp_file_name(); local 25 std::ofstream fs(temp); 29 std::ifstream fs(temp); 34 std::remove(temp.c_str()); 36 std::wofstream fs(temp); 40 std::wifstream fs(temp); 45 std::remove(temp.c_str());
|
/external/chromium/base/ |
base64.cc | 12 std::string temp; local 13 temp.resize(modp_b64_encode_len(input.size())); // makes room for null byte 17 int output_size= modp_b64_encode(&(temp[0]), input.data(), input_size); 21 temp.resize(output_size); // strips off null byte 22 output->swap(temp); 27 std::string temp; local 28 temp.resize(modp_b64_decode_len(input.size())); 32 int output_size = modp_b64_decode(&(temp[0]), input.data(), input_size); 36 temp.resize(output_size); 37 output->swap(temp); [all...] |
/external/chromium_org/base/ |
base64.cc | 12 std::string temp; local 13 temp.resize(modp_b64_encode_len(input.size())); // makes room for null byte 15 // modp_b64_encode_len() returns at least 1, so temp[0] is safe to use. 16 size_t output_size = modp_b64_encode(&(temp[0]), input.data(), input.size()); 18 temp.resize(output_size); // strips off null byte 19 output->swap(temp); 23 std::string temp; local 24 temp.resize(modp_b64_decode_len(input.size())); 28 size_t output_size = modp_b64_decode(&(temp[0]), input.data(), input_size); 32 temp.resize(output_size) [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
get_pred_outside.cpp | 113 #define PAD_CORNER { temp = *prev; \ 114 temp |= (temp<<8); \ 115 temp |= (temp<<16); \ 116 *((uint32*)ptr) = temp; \ 117 *((uint32*)(ptr+4)) = temp; \ 118 *((uint32*)(ptr+=16)) = temp; \ 119 *((uint32*)(ptr+4)) = temp; \ 120 *((uint32*)(ptr+=16)) = temp; \ 259 uint32 temp, temp2; local 316 temp = *(prev += 16); local [all...] |