Searched defs:buf0 (Results 1 - 15 of 15) sorted by relevance

/external/compiler-rt/lib/tsan/go/
H A Dtest.c32 char buf0[100<<10]; variable
39 char *buf = (char*)((unsigned long)buf0 + (64<<10) - 1 & ~((64<<10) - 1));
/external/chromium_org/third_party/lzma_sdk/
H A DBcj2.c34 const Byte *buf0, SizeT size0,
70 Byte b = buf0[inPos];
82 b = buf0[inPos++];
33 Bcj2_Decode( const Byte *buf0, SizeT size0, const Byte *buf1, SizeT size1, const Byte *buf2, SizeT size2, const Byte *buf3, SizeT size3, Byte *outBuf, SizeT outSize) argument
/external/lzma/C/
H A DBcj2.c34 const Byte *buf0, SizeT size0,
70 Byte b = buf0[inPos];
82 b = buf0[inPos++];
33 Bcj2_Decode( const Byte *buf0, SizeT size0, const Byte *buf1, SizeT size1, const Byte *buf2, SizeT size2, const Byte *buf3, SizeT size3, Byte *outBuf, SizeT outSize) argument
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofiledata_unittest.cc76 char *buf0 = reinterpret_cast<char *>(buf); local
80 NO_INTR(len = read(fd, buf0 + num_bytes, count - num_bytes));
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofiledata_unittest.cc76 char *buf0 = reinterpret_cast<char *>(buf); local
80 NO_INTR(len = read(fd, buf0 + num_bytes, count - num_bytes));
/external/ppp/pppd/
H A Dutils.c172 char *str, *f, *buf0; local
180 buf0 = buf;
429 return buf - buf0;
/external/chromium_org/base/third_party/symbolize/
H A Dsymbolize.cc143 char *buf0 = reinterpret_cast<char *>(buf); local
147 NO_INTR(len = read(fd, buf0 + num_bytes, count - num_bytes));
/external/opencv/cv/src/
H A Dcvimgwarp.cpp213 worktype* buf0, worktype* buf1 ) \
232 CV_SWAP( buf0, buf1, swap_t ); \
240 worktype* _buf = k == 0 ? buf0 : buf1; \
245 memcpy( buf1, buf0, dsize.width*sizeof(buf0[0]) ); \
267 dst[dx] = (arrtype)descale_macro( mul_one_macro(buf0[dx])); \
270 dst[dx] = (arrtype)descale_macro( mul_one_macro(buf0[dx]) + \
271 fy*(buf1[dx] - buf0[dx])); \
584 const CvResizeAlpha* yofs, float* buf0, float* buf1 );
807 float *buf0, *buf local
[all...]
/external/qemu/android/
H A Dsockets.c378 static char buf0[MAX_PATH]; local
379 char *buf = buf0, *end = buf + sizeof(buf0);
402 return buf0;
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c244 char *str, *buf0; local
248 buf0 = buf;
383 return buf - buf0;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_dct32x32_avx2.c26 __m256i buf0, buf1; local
27 buf0 = _mm256_mul_epu32(a, b);
31 return _mm256_add_epi64(buf0, buf1);
35 __m256i buf0 = _mm256_shuffle_epi32(a, _MM_SHUFFLE(0, 0, 2, 0)); local
37 return _mm256_unpacklo_epi64(buf0, buf1);
H A Dvp9_dct32x32_sse2.c20 __m128i buf0, buf1; local
21 buf0 = _mm_mul_epu32(a, b);
25 return _mm_add_epi64(buf0, buf1);
29 __m128i buf0 = _mm_shuffle_epi32(a, _MM_SHUFFLE(0, 0, 2, 0)); local
31 return _mm_unpacklo_epi64(buf0, buf1);
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct32x32_avx2.c26 __m256i buf0, buf1; local
27 buf0 = _mm256_mul_epu32(a, b);
31 return _mm256_add_epi64(buf0, buf1);
35 __m256i buf0 = _mm256_shuffle_epi32(a, _MM_SHUFFLE(0, 0, 2, 0)); local
37 return _mm256_unpacklo_epi64(buf0, buf1);
H A Dvp9_dct32x32_sse2.c17 __m128i buf0, buf1; local
18 buf0 = _mm_mul_epu32(a, b);
22 return _mm_add_epi64(buf0, buf1);
26 __m128i buf0 = _mm_shuffle_epi32(a, _MM_SHUFFLE(0, 0, 2, 0)); local
28 return _mm_unpacklo_epi64(buf0, buf1);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 8268 milliseconds