HomeSort by relevance Sort by last modified time
    Searched refs:temp (Results 201 - 225 of 3860) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/tools/clang/rewrite_scoped_refptr/tests/
test4-original.cc 12 Foo* temp = foo; local
test7-expected.cc 12 Foo* temp = foo; local
test7-original.cc 12 Foo* temp = foo; local
  /frameworks/base/libs/hwui/utils/
StringUtils.h 46 double temp = d.bytes; local
47 while (temp > 1024 && suffix < 2) {
48 temp /= 1024.0;
51 stream << std::fixed << std::setprecision(2) << temp << SUFFIXES[suffix];
  /prebuilts/go/darwin-x86/src/math/
asin.go 34 temp := Sqrt(1 - x*x)
36 temp = Pi/2 - satan(temp/x)
38 temp = satan(x / temp)
42 temp = -temp
44 return temp
  /prebuilts/go/linux-x86/src/math/
asin.go 34 temp := Sqrt(1 - x*x)
36 temp = Pi/2 - satan(temp/x)
38 temp = satan(x / temp)
42 temp = -temp
44 return temp
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
void.swg 15 %typemap(in,noblock=1) void * const& ($*ltype temp = 0, int res) {
16 res = SWIG_ConvertPtr($input, %as_voidptrptr(&temp), 0, $disown);
20 $1 = &temp;
36 void *temp = 0;
37 int res = SWIG_ConvertPtr($input, &temp, 0, SWIG_POINTER_DISOWN);
41 $1 = ($1_ltype) temp;
77 static $*ltype temp = %reinterpret_cast(argp, $*ltype);
78 $result = &temp;
  /toolchain/binutils/binutils-2.27/include/vms/
eeom.h 51 unsigned char temp; member in struct:vms_eeom
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
IPAddress.java 52 String temp = address+"."; local
56 while (start < temp.length()
57 && (pos = temp.indexOf('.', start)) > start)
65 octet = Integer.parseInt(temp.substring(start, pos));
134 String temp = address + ":"; local
138 while (start < temp.length()
139 && (pos = temp.indexOf(':', start)) >= start)
148 String value = temp.substring(start, pos);
150 if (pos == (temp.length() - 1) && value.indexOf('.') > 0)
163 octet = Integer.parseInt(temp.substring(start, pos), 16)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_highbd_block_error_intrin_sse2.c 20 uint32_t temp[4]; local
53 _mm_storeu_si128((__m128i *)temp, error_sse2);
54 error = error + temp[0] + temp[1] + temp[2] + temp[3];
55 _mm_storeu_si128((__m128i *)temp, sqcoeff_sse2);
56 sqcoeff += temp[0] + temp[1] + temp[2] + temp[3]
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
bits.c 42 UWord8 temp; local
142 temp = 0;
148 temp++;
152 temp <<= 1;
156 *stream_ptr = temp;
158 temp = 0;
166 temp++;
168 temp <<= 4;
169 temp += mode & 0x000F;
174 temp <<= (unused_size[coding_mode] - 1)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ComprehensionTlv.java 123 int temp = data[curIndex++] & 0xff; local
124 switch (temp) {
128 Rlog.d("CAT ", "decode: unexpected first tag byte=" + Integer.toHexString(temp) +
144 tag = temp;
152 temp = data[curIndex++] & 0xff;
153 if (temp < 0x80) {
154 length = temp;
155 } else if (temp == 0x81) {
164 } else if (temp == 0x82) {
175 } else if (temp == 0x83)
    [all...]
BerTlv.java 89 int temp = data[curIndex++] & 0xff; local
90 if (temp < 0x80) {
91 length = temp;
92 } else if (temp == 0x81) {
93 temp = data[curIndex++] & 0xff;
94 if (temp < 0x80) {
101 length = temp;
106 " byte= " + Integer.toHexString(temp) + " curIndex=" + curIndex +
  /external/xz-embedded/linux/lib/xz/
xz_dec_stream.c 140 } temp; member in struct:xz_dec
163 * Fill s->temp by copying data starting from b->in[b->in_pos]. Caller
164 * must have set s->temp.pos to indicate how much data we are supposed
165 * to copy into s->temp.buf. Return true once s->temp.pos has reached
166 * s->temp.size.
171 b->in_size - b->in_pos, s->temp.size - s->temp.pos);
173 memcpy(s->temp.buf + s->temp.pos, b->in + b->in_pos, copy_size)
    [all...]
  /external/elfutils/tests/
run-readelf-test1.sh 23 debugout=${debugfile:+-f testfile.debug.temp -F $debugfile}
27 tempfiles testfile.temp
29 testrun ${abs_top_builddir}/src/readelf -r testfile3 > testfile.temp
31 diff -u - testfile.temp <<EOF
  /external/ltp/testcases/kernel/syscalls/memcpy/
memcpy01.c 59 FILE *temp; variable
79 setup(); /* temp file is now open */
92 fprintf(temp, "\tcopy failed - missed data\n");
97 fprintf(temp, "\tcopy failed - 'to' bounds\n");
102 fprintf(temp, "\tcopy failed - 'from' bounds\n");
119 fprintf(temp, "\tcopy failed - missed data\n");
124 fprintf(temp, "\tcopy failed - 'to' bounds\n");
129 fprintf(temp, "\tcopy failed - 'from' bounds\n");
174 temp = stderr;
  /external/toybox/toys/other/
nbd_client.c 51 int temp; local
56 temp = 1;
57 setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, &temp, sizeof(int));
73 temp = (flags & 2) ? 1 : 0;
74 xioctl(nbd, BLKROSET, &temp);
89 temp = open(toybuf, O_RDONLY);
90 if (temp == -1) msleep(100);
92 close(temp);
  /frameworks/native/opengl/tests/gralloc/
gralloc.cpp 43 void* temp = malloc(size); local
45 memset(temp, 0, size);
73 memcpy(temp, temp2, size);
79 memcpy(temp, vaddr, size);
85 memcpy(vaddr, temp, size);
92 lamecpy(temp, temp2, size);
98 lamecpy(temp, vaddr, size);
104 lamecpy(vaddr, temp, size);
  /toolchain/binutils/binutils-2.27/gold/testsuite/
ifunc-sel.h 78 void *temp; local
85 : "=&b" (ret), "=&r" (temp)
  /external/ImageMagick/
winpath.sh 39 temp=`echo "$arg" | sed -e "s!^$unix_mount_path!$win_mount_path!"`
40 if test "$temp" != "$arg"
42 candidate="$temp"
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_vpx_convolve_neon.c 22 uint16_t temp[64 * 136]; local
27 * height and filter a multiple of 4 lines. Since this goes in to the temp
30 vpx_highbd_convolve8_horiz_neon(src - src_stride * 3, src_stride, temp, w,
34 /* Step into the temp buffer 3 lines to get the actual frame data */
35 vpx_highbd_convolve8_vert_neon(temp + w * 3, w, dst, dst_stride, filter,
45 uint16_t temp[64 * 136]; local
52 vpx_highbd_convolve8_horiz_neon(src - src_stride * 3, src_stride, temp, w,
55 vpx_highbd_convolve8_avg_vert_neon(temp + w * 3, w, dst, dst_stride, filter,
vpx_convolve_neon.c 24 uint8_t temp[64 * 72]; local
33 * height and filter a multiple of 4 lines. Since this goes in to the temp
36 vpx_convolve8_horiz_neon(src - src_stride * 3, src_stride, temp, w, filter,
40 /* Step into the temp buffer 3 lines to get the actual frame data */
41 vpx_convolve8_vert_neon(temp + w * 3, w, dst, dst_stride, filter, x0_q4,
50 uint8_t temp[64 * 72]; local
59 vpx_convolve8_horiz_neon(src - src_stride * 3, src_stride, temp, w, filter,
62 vpx_convolve8_avg_vert_neon(temp + w * 3, w, dst, dst_stride, filter, x0_q4,
  /external/ltp/testcases/kernel/syscalls/gethostbyname_r/
gethostbyname_r01.c 36 } temp = { variable in typeref:struct:__anon28540
72 char name[sizeof(temp.buffer)];
80 len = sizeof(temp.buffer) - 16 - 2 * sizeof(char *) - 1;
84 retval = gethostbyname_r(name, &resbuf, temp.buffer,
85 sizeof(temp.buffer), &result, &herrno);
87 if (strcmp(temp.canary, CANARY) != 0) {
  /external/ltp/testcases/kernel/timers/clock_gettime/
clock_gettime03.c 45 * make temp a bad pointer
46 * Otherwise pass defined struct timespec variable to temp
93 struct timespec spec, *temp; local
125 temp = &spec;
128 temp = (struct timespec *)-1;
130 temp = NULL;
132 temp = NULL;
135 TEST(ltp_syscall(__NR_clock_gettime, clocks[i], temp));
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
Hash234.java 56 int temp = crcTable[buf[off] & 0xFF] ^ (buf[off + 1] & 0xFF); local
57 hash2Value = temp & HASH_2_MASK;
59 temp ^= (buf[off + 2] & 0xFF) << 8;
60 hash3Value = temp & HASH_3_MASK;
62 temp ^= crcTable[buf[off + 3] & 0xFF] << 5;
63 hash4Value = temp & hash4Mask;

Completed in 2164 milliseconds

1 2 3 4 5 6 7 891011>>