HomeSort by relevance Sort by last modified time
    Searched full:buf1 (Results 201 - 225 of 257) sorted by null

1 2 3 4 5 6 7 891011

  /hardware/interfaces/camera/provider/2.4/vts/functional/
VtsHalCameraProviderV2_4TargetTest.cpp 266 bool operator()(const buffer_handle_t& buf1,
268 if ((buf1->numFds == buf2->numFds) &&
269 (buf1->numInts == buf2->numInts)) {
270 int length = buf1->numFds + buf1->numInts;
272 if (buf1->data[i] != buf2->data[i]) {
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SocketChannelTest.java 2847 ByteBuffer buf1 = ByteBuffer.allocate(10); local
2887 ByteBuffer buf1 = ByteBuffer.allocate(10); local
    [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h 786 * @param buf1 The first string to compare.
789 * @return When buf1 < buf2, a negative number is returned.
790 * When buf1 == buf2, 0 is returned.
791 * When buf1 > buf2, a positive number is returned.
795 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberRegressionTests.java 125 StringBuffer buf1 = new StringBuffer(); local
128 df.format(n, buf1, new FieldPosition(0)));
132 if (!buf1.toString().equals(buf2.toString()))
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberRegressionTests.java 124 StringBuffer buf1 = new StringBuffer(); local
127 df.format(n, buf1, new FieldPosition(0)));
131 if (!buf1.toString().equals(buf2.toString()))
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
sky2.c     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
vms-lib.c 581 unsigned char *buf1; local
607 buf1 = data + off;
609 sbmdesc->next[j] = bfd_getl16 (buf1 + j * 2);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
fwd_dct32x32_impl_avx2.h 28 __m256i buf0, buf1; local
32 buf1 = _mm256_mul_epu32(a, b);
33 return _mm256_add_epi64(buf0, buf1);
38 __m256i buf1 = _mm256_shuffle_epi32(b, _MM_SHUFFLE(0, 0, 2, 0)); local
39 return _mm256_unpacklo_epi64(buf0, buf1);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regexec.c 988 UChar buf1[ONIGENC_MBC_CASE_FOLD_MAXLEN]; local
997 len1 = ONIGENC_MBC_CASE_FOLD(enc, case_fold_flag, &s1, end1, buf1);
1000 p1 = buf1;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Expression.c     [all...]
  /external/icu/icu4c/source/test/intltest/
calregts.cpp 2654 UnicodeString buf1, buf2; local
    [all...]
numrgts.cpp 330 UnicodeString buf1; local
334 df->format(n, buf1, pos));
338 if(buf1 != buf2)
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 1554 const TileBuffer *const buf1 = (const TileBuffer *)a; local
    [all...]
  /frameworks/compile/slang/tests/P_all_api_11/
all11.rs 26 char buf1[200];
    [all...]
  /frameworks/compile/slang/tests/P_all_api_12/
all12.rs 26 char buf1[200];
    [all...]
  /frameworks/compile/slang/tests/P_all_api_13/
all13.rs 26 char buf1[200];
    [all...]
  /frameworks/compile/slang/tests/P_all_api_14/
all14.rs 26 char buf1[200];
    [all...]
  /frameworks/compile/slang/tests/P_all_api_15/
all15.rs 26 char buf1[200];
    [all...]
  /frameworks/compile/slang/tests/P_all_api_16/
all16.rs 26 char buf1[200];
    [all...]
  /frameworks/compile/slang/tests/P_all_api_17/
all17.rs 26 char buf1[200];
    [all...]
  /external/elfutils/src/
elflint.c 1812 char buf1[50]; local
    [all...]
  /external/llvm/lib/Target/
README.txt     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/
README.txt     [all...]
  /frameworks/compile/slang/tests/P_all_api_18/
all18.rs 26 char buf1[200];
    [all...]
  /frameworks/compile/slang/tests/P_all_api_19/
all19.rs 26 char buf1[200];
    [all...]

Completed in 4702 milliseconds

1 2 3 4 5 6 7 891011