Searched refs:temp (Results 1 - 25 of 1479) sorted by relevance

1234567891011>>

/external/qemu-pc-bios/vgabios/
H A Ddataseghack7 $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
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_pan.c63 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
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_pan.c63 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
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_pan.c63 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
[all...]
/external/emma/core/java14/com/vladium/util/
H A DIJREVersion.java60 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/
H A Dswapyv12buffer.c16 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/
H A Dasm_fill.h36 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[
40 solid_fill( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
73 linear_grad( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
97 radial_grad( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
134 pattern( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
164 paint_degenerate( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
177 image_normal( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
191 image_multiply( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
205 image_stencil( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
218 color_transform( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
237 alpha_normal( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
251 alpha_per_channel( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
300 blend_unpremultiply( struct ureg_program *ureg, struct ureg_src src, struct ureg_src one, struct ureg_dst temp[1]) argument
326 blend_generic(struct ureg_program *ureg, VGBlendMode mode, struct ureg_src src, struct ureg_src src_channel_alpha, struct ureg_src dst, struct ureg_src one, struct ureg_dst temp[2]) argument
422 blend_src( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
433 blend_src_over( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
444 blend_dst_over( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
455 blend_src_in( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
466 blend_dst_in( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
477 blend_multiply( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
488 blend_screen( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
499 blend_darken( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
510 blend_lighten( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
521 blend_additive( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
532 mask( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
547 premultiply( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
561 unpremultiply( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
573 color_bw( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dasm_fill.h36 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[
40 solid_fill( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
73 linear_grad( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
97 radial_grad( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
134 pattern( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
164 paint_degenerate( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
177 image_normal( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
191 image_multiply( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
205 image_stencil( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
218 color_transform( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
237 alpha_normal( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
251 alpha_per_channel( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
300 blend_unpremultiply( struct ureg_program *ureg, struct ureg_src src, struct ureg_src one, struct ureg_dst temp[1]) argument
326 blend_generic(struct ureg_program *ureg, VGBlendMode mode, struct ureg_src src, struct ureg_src src_channel_alpha, struct ureg_src dst, struct ureg_src one, struct ureg_dst temp[2]) argument
422 blend_src( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
433 blend_src_over( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
444 blend_dst_over( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
455 blend_src_in( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
466 blend_dst_in( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
477 blend_multiply( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
488 blend_screen( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
499 blend_darken( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
510 blend_lighten( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
521 blend_additive( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
532 mask( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
547 premultiply( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
561 unpremultiply( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
573 color_bw( struct ureg_program *ureg, struct ureg_dst *out, struct ureg_src *in, struct ureg_src *sampler, struct ureg_dst *temp, struct ureg_src *constant) argument
[all...]
/external/chromium_org/v8/test/webkit/
H A Dlogical-or-jless.js29 var temp = failMessage || failMessage; variable
/external/qemu/android/
H A Dhw-lcd.c19 char temp[8]; local
36 snprintf(temp, sizeof temp, "%d", density);
37 boot_property_add("qemu.sf.lcd_density", temp);
/external/chromium/base/
H A Dbase64.cc12 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/
H A Dbase64.cc12 std::string temp; local
13 temp.resize(modp_b64_encode_len(input.size())); // makes room for null byte
18 // modp_b64_encode_len() returns at least 1, so temp[0] is safe to use.
19 size_t output_size = modp_b64_encode(&(temp[0]), input.data(), input_size);
23 temp.resize(output_size); // strips off null byte
24 output->swap(temp);
29 std::string temp; local
30 temp.resize(modp_b64_decode_len(input.size()));
34 size_t output_size = modp_b64_decode(&(temp[0]), input.data(), input_size);
38 temp
[all...]
/external/chromium_org/third_party/lzma_sdk/
H A DLzHash.h18 UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
19 hash2Value = temp & (kHash2Size - 1); \
20 hashValue = (temp ^ ((UInt32)cur[2] << 8)) & p->hashMask; }
23 UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
24 hash2Value = temp & (kHash2Size - 1); \
25 hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); \
26 hashValue = (temp ^ ((UInt32)cur[2] << 8) ^ (p->crc[cur[3]] << 5)) & p->hashMask; }
29 UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
30 hash2Value = temp & (kHash2Size - 1); \
31 hash3Value = (temp
[all...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzHash.h19 UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
20 hash2Value = temp & (kHash2Size - 1); \
21 hashValue = (temp ^ ((UInt32)cur[2] << 8)) & p->hashMask; }
24 UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
25 hash2Value = temp & (kHash2Size - 1); \
26 hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); \
27 hashValue = (temp ^ ((UInt32)cur[2] << 8) ^ (p->crc[cur[3]] << 5)) & p->hashMask; }
30 UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
31 hash2Value = temp & (kHash2Size - 1); \
32 hash3Value = (temp
[all...]
/external/lzma/C/
H A DLzHash.h18 UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
19 hash2Value = temp & (kHash2Size - 1); \
20 hashValue = (temp ^ ((UInt32)cur[2] << 8)) & p->hashMask; }
23 UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
24 hash2Value = temp & (kHash2Size - 1); \
25 hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); \
26 hashValue = (temp ^ ((UInt32)cur[2] << 8) ^ (p->crc[cur[3]] << 5)) & p->hashMask; }
29 UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
30 hash2Value = temp & (kHash2Size - 1); \
31 hash3Value = (temp
[all...]
/external/elfutils/tests/
H A Drun-strip-test.sh31 debugout=${debugfile:+-f testfile.debug.temp -F $debugfile}
34 test x$stripped = xtestfile.temp || testfiles $stripped $debugfile
36 tempfiles testfile.temp testfile.debug.temp testfile.unstrip
38 testrun ../src/strip -o testfile.temp $debugout $original
42 cmp $stripped testfile.temp || status=$?
45 testrun ../src/elflint -q testfile.temp || status=$?
48 cmp $debugfile testfile.debug.temp || status=$?
51 testrun ../src/elflint -q -d testfile.debug.temp || status=$?
54 testrun ../src/unstrip -o testfile.unstrip testfile.temp testfil
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Dbios_usage2 gcc -E rombios.c | grep "^\.org" | sed -e 's/\.org //' | sed -e 's/ .*//' | sort >! temp.usage
3 usage rombios.bin temp.usage
4 /bin/rm temp.usage
/external/qemu/android/utils/
H A Dtempfile.h33 extern const char* tempfile_path( TempFile* temp );
34 extern void tempfile_close( TempFile* temp );
/external/libgsm/src/
H A Dlpc.c36 word temp, smax, scalauto; local
49 temp = GSM_ABS( s[k] );
50 if (temp > smax) smax = temp;
183 register word temp; local
198 temp = gsm_norm( L_ACF[0] );
200 assert(temp >= 0 && temp < 32);
203 for (i = 0; i <= 8; i++) ACF[i] = SASR( L_ACF[i] << temp, 16 );
215 temp
257 register word temp; local
291 register word temp; local
[all...]
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A Dchkder.h24 Scalar temp; local
32 temp = eps * abs(x[j]);
33 if (temp == 0.)
34 temp = eps;
35 xp[j] = x[j] + temp;
42 temp = abs(x[j]);
43 if (temp == 0.)
44 temp = 1.;
45 err += temp * fjac.col(j);
48 temp
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DPropIDUtils.cpp72 wchar_t temp[12]; local
73 ConvertUInt32ToHex(prop.ulVal, temp);
74 return temp;
95 wchar_t temp[16]; local
97 temp[0] = kPosixTypes[(a >> 12) & 0xF];
100 temp[7 - i] = MY_ATTR_CHAR(a, i + 2, L'r');
101 temp[8 - i] = MY_ATTR_CHAR(a, i + 1, L'w');
102 temp[9 - i] = MY_ATTR_CHAR(a, i + 0, L'x');
104 if ((a & 0x800) != 0) temp[3] = ((a & (1 << 6)) ? 's' : 'S');
105 if ((a & 0x400) != 0) temp[
[all...]
/external/qemu/android/avd/
H A Dutil.c45 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); local
67 (void) bufprint_app_dir(temp, end);
68 sdkPath = path_parent(temp, 1);
87 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); local
89 p = bufprint_config_path(temp, end);
94 if (!path_exists(temp)) {
104 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); local
116 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); local
157 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); local
192 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); local
242 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); local
[all...]
/external/llvm/tools/llvm-config/
H A DMakefile41 > temp.sed
43 >> temp.sed
45 >> temp.sed
47 >> temp.sed
49 >> temp.sed
51 >> temp.sed
53 >> temp.sed
55 >> temp.sed
57 >> temp.sed
58 $(Verb) $(SED) -f temp
[all...]
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael-alg-fst.c154 #define temp xtemp.x8 macro
158 *((word32*)temp[0]) = *((word32*)(a )) ^ *((word32*)rk[0][0]);
159 *((word32*)temp[1]) = *((word32*)(a+ 4)) ^ *((word32*)rk[0][1]);
160 *((word32*)temp[2]) = *((word32*)(a+ 8)) ^ *((word32*)rk[0][2]);
161 *((word32*)temp[3]) = *((word32*)(a+12)) ^ *((word32*)rk[0][3]);
162 *((word32*)(b )) = *((const word32*)T1[temp[0][0]])
163 ^ *((const word32*)T2[temp[1][1]])
164 ^ *((const word32*)T3[temp[2][2]])
165 ^ *((const word32*)T4[temp[3][3]]);
166 *((word32*)(b + 4)) = *((const word32*)T1[temp[
232 #undef temp macro
242 word8 temp[4][4]; local
319 #define temp macro
397 #undef temp macro
411 word8 temp[4], shift; local
[all...]
/external/guava/guava-testlib/src/com/google/common/testing/
H A DClusterException.java70 ArrayList<Throwable> temp = new ArrayList<Throwable>();
71 temp.addAll(exceptions);
72 this.exceptions = Collections.unmodifiableCollection(temp);
79 ArrayList<Throwable> temp = new ArrayList<Throwable>();
81 temp.add(exception);
83 return create(temp);
113 Throwable temp = exceptions.iterator().next();
114 if (temp instanceof RuntimeException) {
115 return (RuntimeException)temp;
117 return new RuntimeException(temp);
[all...]

Completed in 1448 milliseconds

1234567891011>>