HomeSort by relevance Sort by last modified time
    Searched refs:raw1 (Results 1 - 9 of 9) sorted by null

  /external/libaom/libaom/examples/
scalable_encoder.c 126 aom_image_t raw0, raw1; local
178 if (!aom_img_alloc(&raw1, AOM_IMG_FMT_I420, info.frame_width,
260 aom_img_read(&raw1, infile1);
267 encode_frame(&codec, &raw1, frame_count++, flags, outfile);
283 aom_img_free(&raw1);
  /external/libchrome/base/memory/
ref_counted_unittest.cc 404 ScopedRefPtrCountBase *raw1 = new ScopedRefPtrCountBase(); local
405 scoped_refptr<ScopedRefPtrCountBase> p1(raw1);
458 ScopedRefPtrCountBase *raw1 = new ScopedRefPtrCountBase(); local
459 scoped_refptr<ScopedRefPtrCountBase> p1(raw1);
528 ScopedRefPtrCountDerived *raw1 = new ScopedRefPtrCountDerived(); local
529 scoped_refptr<ScopedRefPtrCountDerived> p1(raw1);
542 EXPECT_EQ(raw1, p2.get());
  /external/wpa_supplicant_8/src/crypto/
des-internal.c 249 static void cookey(const u32 *raw1, u32 *keyout)
257 for (i = 0; i < 16; i++, raw1++) {
258 raw0 = raw1++;
261 *cook |= (*raw1 & 0x00fc0000L) >> 10;
262 *cook++ |= (*raw1 & 0x00000fc0L) >> 6;
265 *cook |= (*raw1 & 0x0003f000L) >> 4;
266 *cook++ |= (*raw1 & 0x0000003fL);
  /external/icu/icu4c/source/i18n/
basictz.cpp 48 int32_t raw1, raw2, dst1, dst2; local
49 getOffset(start, FALSE, raw1, dst1, status);
58 if ((raw1 + dst1 != raw2 + dst2)
64 if (raw1 != raw2 || dst1 != dst2) {
tzgnames.cpp 707 int32_t raw1, sav1; local
713 goldenZone->getOffset(date + raw + sav, TRUE, raw1, sav1, status);
716 if (raw != raw1 || sav != sav1) {
    [all...]
  /external/elfutils/src/
elfcmp.c 586 char *raw1 = NULL; local
593 raw1 = elf_rawfile (elf1, &size1);
594 if (raw1 == NULL )
650 if (unlikely (memcmp (raw1 + last, raw2 + last,
  /external/icu/icu4c/source/test/intltest/
tzrulets.cpp 829 int32_t raw1, raw2, dst1, dst2; local
830 tz->getOffset(startTime, FALSE, raw1, dst1, status);
835 if (raw1 + dst1 != raw2 + dst2) {
919 int32_t raw1, raw2, dst1, dst2; local
1012 int32_t raw1, dst1; local
1184 int32_t raw0, dst0, raw1, dst1; local
2537 int32_t raw1, raw2, dst1, dst2; local
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
StandardCodes.java 1245 TreeMap<String, Map<LstrField, String>> raw1 = new TreeMap<String, Map<LstrField, String>>(); external variable declarations
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
array_ops_test.py 763 raw1 = np.array([[1, 2, 4, 5], [5, 6, 7, 8], [9, 10, 11, 12]])
764 checker2 = StridedSliceChecker(self, raw1)
    [all...]

Completed in 2927 milliseconds