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

1234567891011>>

/external/lldb/test/functionalities/process_attach/
H A Dmain.c6 int temp = 0; local
7 while (temp < 30) // Waiting to be attached...
10 temp++;
/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/lldb/test/functionalities/thread/state/
H A Dmain.c26 int temp = 0; // Set first breakpoint here local
28 while (!g_test && temp < 5)
30 ++temp;
34 return temp; // Set second breakpoint here
/external/toybox/toys/posix/
H A Dnohup.c30 char *temp = getenv("HOME"); local
32 temp = xmprintf("%s/%s", temp ? temp : "", "nohup.out");
33 xcreate(temp, O_CREAT|O_APPEND|O_WRONLY, 0600);
34 free(temp);
H A Drmdir.c24 char *temp; local
36 if (!(temp = strrchr(name, '/'))) return;
37 *temp = 0;
38 } while (!temp[1]);
/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/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/v8/test/webkit/
H A Dlogical-or-jless.js29 var temp = failMessage || failMessage; variable
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/
H A Dpointer.pass.cpp23 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());
H A Dstring.pass.cpp23 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/toybox/toys/other/
H A Dtac.c25 struct arg_list *temp; local
30 temp = xmalloc(sizeof(struct arg_list));
31 temp->next = list;
32 temp->arg = c;
33 list = temp;
38 struct arg_list *temp = list->next; local
42 list = temp;
/external/selinux/libsemanage/src/
H A Dsemanageswig_ruby.i21 %typemap(in, numinputs=0) char **(char *temp=NULL) {
22 $1 = &temp;
30 %typemap(in, numinputs=0) char ***(char **temp=NULL) {
31 $1 = &temp;
36 %typemap(in, numinputs=0) semanage_module_info_t **(semanage_module_info_t *temp=NULL) {
37 $1 = &temp;
48 %typemap(in, numinputs=0) semanage_context_t **(semanage_context_t *temp=NULL) {
49 $1 = &temp;
60 %typemap(in, numinputs=0) semanage_bool_t ***(semanage_bool_t **temp=NULL) {
61 $1 = &temp;
[all...]
H A Dexception.sh12 gcc -x c -c -I../include - -aux-info temp.aux < ../include/semanage/semanage.h
13 for i in `awk '/extern int/ { print $6 }' temp.aux`; do except $i ; done
14 rm -f -- temp.aux -.o
/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/src/tests/
H A Drun-strip-test.sh23 debugout=${debugfile:+-f testfile.debug.temp -F $debugfile}
26 test x$stripped = xtestfile.temp || testfiles $stripped $debugfile
28 tempfiles testfile.temp testfile.debug.temp testfile.unstrip
30 testrun ${abs_top_builddir}/src/strip -o testfile.temp $debugout $original
34 cmp $stripped testfile.temp || status=$?
37 testrun ${abs_top_builddir}/src/elflint -q testfile.temp || status=$?
40 cmp $debugfile testfile.debug.temp || status=$?
43 testrun ${abs_top_builddir}/src/elflint -q -d testfile.debug.temp || status=$?
46 testrun ${abs_top_builddir}/src/unstrip -o testfile.unstrip testfile.temp testfil
[all...]
/external/llvm/tools/llvm-config/
H A DMakefile49 > temp.sed
51 >> temp.sed
53 >> temp.sed
55 >> temp.sed
57 >> temp.sed
59 >> temp.sed
61 >> temp.sed
63 >> temp.sed
65 >> temp.sed
67 >> temp
[all...]
/external/selinux/libselinux/src/
H A Dexception.sh18 gcc -x c -c -I../include - -aux-info temp.aux < ../include/selinux/selinux.h
19 for i in `awk '/<stdin>.*extern int/ { print $6 }' temp.aux`; do except $i ; done
20 rm -f -- temp.aux -.o
H A Dselinuxswig_ruby.i17 %typemap(in,numinputs=0) security_id_t *(security_id_t temp) {
18 $1 = &temp;
21 %typemap(in,noblock=1,numinputs=0) char ** (char * temp = 0) {
22 $1 = &temp;
32 %typemap(in,noblock=1,numinputs=0) char ** (char * temp = 0) {
33 $1 = &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/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/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/
H A Dclose.pass.cpp23 std::string temp = get_temp_file_name(); local
27 fs.open(temp.c_str());
32 std::remove(temp.c_str());
36 fs.open(temp.c_str());
41 std::remove(temp.c_str());
H A Drdbuf.pass.cpp23 std::string temp = get_temp_file_name(); local
25 std::ofstream fs(temp.c_str());
29 std::remove(temp.c_str());
31 std::wofstream fs(temp.c_str());
35 std::remove(temp.c_str());

Completed in 905 milliseconds

1234567891011>>