HomeSort by relevance Sort by last modified time
    Searched refs:temp (Results 1 - 25 of 2455) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/syscalls/nftw/
nftw.c 45 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, "char *, const struct stat *, int, struct FTW *), int\n")
    [all...]
nftw64.c 45 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, "char *, const struct stat *, int, struct FTW *), int\n")
    [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/dng_sdk/source/
dng_xy_coord.cpp 49 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.x *= scale
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
FO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c 45 LVM_FLOAT 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;
61 LVM_INT16 temp; local
65 temp=pCoef->A1;
66 pBiquadState->coefs[0]=temp;
    [all...]
BQ_1I_D16F16Css_TRC_WRA_01_Init.c 45 LVM_FLOAT 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
64 LVM_INT16 temp; local
    [all...]
BQ_1I_D16F32Css_TRC_WRA_01_init.c 46 LVM_FLOAT temp; local
50 temp = pCoef->A2;
51 pBiquadState->coefs[0] = temp;
52 temp = pCoef->A1;
53 pBiquadState->coefs[1] = temp;
54 temp = pCoef->A0;
55 pBiquadState->coefs[2] = temp;
56 temp = pCoef->B2;
57 pBiquadState->coefs[3] = temp;
58 temp = pCoef->B1
66 LVM_INT16 temp; local
    [all...]
BQ_2I_D16F16Css_TRC_WRA_01_Init.c 46 LVM_FLOAT temp; local
50 temp = pCoef->A2;
51 pBiquadState->coefs[0] = temp;
52 temp = pCoef->A1;
53 pBiquadState->coefs[1] = temp;
54 temp = pCoef->A0;
55 pBiquadState->coefs[2] = temp;
56 temp = pCoef->B2;
57 pBiquadState->coefs[3] = temp;
58 temp = pCoef->B1
66 LVM_INT16 temp; local
    [all...]
BQ_2I_D16F32Css_TRC_WRA_01_init.c 45 LVM_FLOAT 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
64 LVM_INT16 temp; local
    [all...]
BQ_2I_D32F32Cll_TRC_WRA_01_Init.c 45 LVM_FLOAT 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
64 LVM_INT32 temp; local
    [all...]
FO_1I_D16F16Css_TRC_WRA_01_Init.c 46 LVM_FLOAT 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;
61 LVM_INT16 temp; local
65 temp=pCoef->A1;
66 pBiquadState->coefs[0]=temp;
    [all...]
FO_1I_D32F32Cll_TRC_WRA_01_Init.c 45 LVM_FLOAT 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;
61 LVM_INT32 temp; local
65 temp=pCoef->A1;
66 pBiquadState->coefs[0]=temp;
    [all...]
  /external/u-boot/arch/arm/include/asm/
utils.h 13 u32 temp = n; local
15 while (temp) {
17 temp >>= 1;
29 u32 temp = n; local
31 while (temp) {
33 temp >>= 1;
  /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 15 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;
  /art/test/015-switch/src/
Main.java 157 long temp = value; local
158 temp = Long.rotateLeft(temp, value);
159 temp = Long.rotateLeft(temp, value);
160 temp = Long.rotateLeft(temp, value);
161 temp = Long.rotateLeft(temp, value);
162 temp = Long.rotateLeft(temp, value)
    [all...]
  /external/libtextclassifier/utils/strings/
numbers.cc 28 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, 0); // NOLIN
56 char *temp; local
    [all...]
  /external/v8/tools/clang/rewrite_scoped_refptr/tests/
test5-expected.cc 17 Foo* temp = foo; local
21 scoped_refptr<Bar> temp(new Bar);
22 ExpectsRawFooPtr(temp.get());
test5-original.cc 17 Foo* temp = foo; local
21 scoped_refptr<Bar> temp(new Bar);
22 ExpectsRawFooPtr(temp);
test6-expected.cc 18 scoped_refptr<Foo> temp(foo);
22 scoped_refptr<Bar> temp(new Bar);
23 ExpectsScopedPtr(temp);
test6-original.cc 18 scoped_refptr<Foo> temp(foo);
22 scoped_refptr<Bar> temp(new Bar);
23 ExpectsScopedPtr(temp);
  /art/test/642-fp-callees/
fp_callees.cc 46 double temp = array[0]; local
47 CHECK_EQ(bit_cast<int64_t>(a), bit_cast<int64_t>(temp));
48 temp = array[1];
49 CHECK_EQ(bit_cast<int64_t>(b), bit_cast<int64_t>(temp));
50 temp = array[2];
51 CHECK_EQ(bit_cast<int64_t>(c), bit_cast<int64_t>(temp));
52 temp = array[3];
53 CHECK_EQ(bit_cast<int64_t>(d), bit_cast<int64_t>(temp));
54 temp = array[4];
55 CHECK_EQ(bit_cast<int64_t>(e), bit_cast<int64_t>(temp));
    [all...]
  /external/toybox/toys/posix/
nohup.c 31 char *temp = getenv("HOME"); local
33 temp = xmprintf("%s/%s", temp ? temp : "", "nohup.out");
34 xcreate(temp, O_CREAT|O_APPEND|O_WRONLY, 0600);
35 free(temp);
  /external/libtextclassifier/lang_id/common/lite_strings/
numbers.cc 49 // succession of digits. If it finds some digits, it sets temp to point to
53 // If there were no digits at all, strtol() sets temp to be c_str (the start
55 char *temp = nullptr; local
56 const long int parsed_value = strtol(c_str, &temp, 0); // NOLINT
71 return (temp != c_str) && OnlyWhitespaces(temp);
80 char *temp = nullptr; local
81 *value = strtof(c_str, &temp);
82 return (temp != c_str) && OnlyWhitespaces(temp);
    [all...]
  /external/u-boot/include/
thermal.h 12 int thermal_get_temp(struct udevice *dev, int *temp);
28 * @temp: pointer that returns the measured temperature
30 int (*get_temp)(struct udevice *dev, int *temp);

Completed in 446 milliseconds

1 2 3 4 5 6 7 8 91011>>