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

1234567891011>>

/external/ltp/testcases/kernel/syscalls/nftw/
H A Dnftw.c45 FILE *temp; variable
255 setup(); /* temp file is now open */
267 fprintf(temp, "A call to int nftw(const char *path, int (*fn)(const\n");
268 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
269 fprintf(temp, "depth, int flags) shall recursively descend the\n");
270 fprintf(temp, "directory hierarchy rooted in path until it has\n");
271 fprintf(temp,
273 fprintf(temp, "each object in the directory tree, and return 0.\n\n");
282 fprintf(temp, "A call to int nftw(const char *path, int (*fn)(const\n");
283 fprintf(temp, "cha
[all...]
H A Dnftw64.c45 FILE *temp; variable
252 setup(); /* temp file is now open */
264 fprintf(temp,
266 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
267 fprintf(temp, "depth, int flags) shall recursively descend the\n");
268 fprintf(temp, "directory hierarchy rooted in path until it has\n");
269 fprintf(temp,
271 fprintf(temp, "each object in the directory tree, and return 0.\n\n");
280 fprintf(temp,
282 fprintf(temp, "cha
[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/dng_sdk/source/
H A Ddng_xy_coord.cpp49 dng_xy_coord temp = coord; local
55 temp.x = Pin_real64 (0.000001, temp.x, 0.999999);
56 temp.y = Pin_real64 (0.000001, temp.y, 0.999999);
58 if (temp.x + temp.y > 0.999999)
60 real64 scale = 0.999999 / (temp.x + temp.y);
61 temp
[all...]
/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.c15 unsigned char *temp; local
17 temp = last_frame->buffer_alloc;
19 new_frame->buffer_alloc = temp;
21 temp = last_frame->y_buffer;
23 new_frame->y_buffer = temp;
25 temp = last_frame->u_buffer;
27 new_frame->u_buffer = temp;
29 temp = last_frame->v_buffer;
31 new_frame->v_buffer = temp;
/external/libtextclassifier/util/strings/
H A Dnumbers.cc28 char *temp; local
33 // succession of digits. If it finds some digits, it sets temp to point to
37 // If there were no digits at all, strtol() sets temp to be c_str (the start
39 *value = strtol(c_str, &temp, 0); // NOLINT
41 // temp != c_str means that the input string contained at least one digit (see
42 // above). *temp == '\0' means the input string does not contain any random
44 return (temp != c_str) && (*temp == '\0');
48 char *temp; local
49 *value = strtoll(c_str, &temp,
56 char *temp; local
[all...]
/external/v8/tools/clang/rewrite_scoped_refptr/tests/
H A Dtest5-expected.cc17 Foo* temp = foo; local
21 scoped_refptr<Bar> temp(new Bar);
22 ExpectsRawFooPtr(temp.get());
H A Dtest5-original.cc17 Foo* temp = foo; local
21 scoped_refptr<Bar> temp(new Bar);
22 ExpectsRawFooPtr(temp);
H A Dtest6-expected.cc18 scoped_refptr<Foo> temp(foo);
22 scoped_refptr<Bar> temp(new Bar);
23 ExpectsScopedPtr(temp);
H A Dtest6-original.cc18 scoped_refptr<Foo> temp(foo);
22 scoped_refptr<Bar> temp(new Bar);
23 ExpectsScopedPtr(temp);
H A Dtest3-expected.cc16 scoped_refptr<Foo> temp(new Foo);
17 ExpectsScopedRefptr(temp);
H A Dtest3-original.cc16 scoped_refptr<Foo> temp(new Foo);
17 ExpectsScopedRefptr(temp);
/external/libmicrohttpd/contrib/
H A Dascebc2 iconv -f UTF-8 -t IBM-1047 $1 > temp.file
6 mv temp.file $1
10 mv temp.file $1
/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/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/libchrome/base/
H A Dbase64.cc14 std::string temp; local
15 temp.resize(modp_b64_encode_len(input.size())); // makes room for null byte
17 // modp_b64_encode_len() returns at least 1, so temp[0] is safe to use.
18 size_t output_size = modp_b64_encode(&(temp[0]), input.data(), input.size());
20 temp.resize(output_size); // strips off null byte
21 output->swap(temp);
25 std::string temp; local
26 temp.resize(modp_b64_decode_len(input.size()));
30 size_t output_size = modp_b64_decode(&(temp[0]), input.data(), input_size);
34 temp
[all...]
/external/lzma/C/
H A DSort.c8 #define HeapSortDown(p, k, size, temp) \
13 if (temp >= p[s]) break; \
15 } p[k] = temp; }
26 UInt32 temp = p[i]; local
28 HeapSortDown(p, k, size, temp)
36 UInt32 temp = p[size];
38 HeapSortDown(p, k, size, temp)
44 UInt32 temp = p[size]; local
48 HeapSortDown(p, k, size, temp)
51 UInt32 temp local
72 UInt64 temp = p[i]; local
90 UInt64 temp = p[size]; local
97 UInt64 temp = p[size]; local
[all...]
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/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...]
/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());
35 std::ifstream fs(temp.c_str(), std::ios_base::out);
40 std::remove(temp.c_str());
42 std::wofstream fs(temp.c_str());
46 std::wifstream fs(temp.c_str());
52 std::wifstream fs(temp.c_str(), std::ios_base::out);
57 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);
35 std::ifstream fs(temp, std::ios_base::out);
40 std::remove(temp.c_str());
42 std::wofstream fs(temp);
46 std::wifstream fs(temp);
52 std::wifstream fs(temp, std::ios_base::out);
57 std::remove(temp.c_str());
/external/selinux/libselinux/src/
H A Dselinuxswig_ruby.i22 %typemap(in,numinputs=0) security_id_t *(security_id_t temp) {
23 $1 = &temp;
26 %typemap(in,noblock=1,numinputs=0) char ** (char * temp = 0) {
27 $1 = &temp;
37 %typemap(in,noblock=1,numinputs=0) char ** (char * temp = 0) {
38 $1 = &temp;

Completed in 612 milliseconds

1234567891011>>