HomeSort by relevance Sort by last modified time
    Searched defs:offset (Results 76 - 100 of 7301) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/unittests/Support/
DataExtractorTest.cpp 27 uint32_t offset = 0; local
29 EXPECT_EQ(0x80U, DE.getU8(&offset));
30 EXPECT_EQ(1U, offset);
31 offset = 0;
32 EXPECT_EQ(0x8090U, DE.getU16(&offset));
33 EXPECT_EQ(2U, offset);
34 offset = 0;
35 EXPECT_EQ(0x8090FFFFU, DE.getU32(&offset));
36 EXPECT_EQ(4U, offset);
37 offset = 0
75 uint32_t offset = 0; local
92 uint32_t offset = 0; local
102 uint32_t offset = 0; local
    [all...]
  /external/syslinux/gpxe/src/drivers/bus/
pcibackup.c 32 * Check PCI configuration space offset against exclusion list
35 * @v offset Offset within PCI configuration space
39 pci_backup_excluded ( struct pci_device *pci, unsigned int offset,
45 if ( offset == *exclude ) {
46 DBGC ( pci, "PCI %p skipping configuration offset "
47 "%02x\n", pci, offset );
63 unsigned int offset; local
66 for ( offset = 0, dword = backup->dwords ; offset < 0x100
82 unsigned int offset; local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
runtime_fork_join.cc 80 const int64 offset = i * stride; local
83 partitions, offset, &bc]() {
85 &partitions[offset], prof_counters);
  /external/tpm2/
NV_Write_fp.h 16 UINT16 offset; member in struct:__anon40437
PolicyCounterTimer_fp.h 15 UINT16 offset; member in struct:__anon40455
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
isp_isf.cpp 154 int16 i, ind, offset; local
166 offset = (isp[i] & 0x007f); /* offset = b0-b6 of isf[i] */
168 /* isp[i] = table[ind]+ ((table[ind+1]-table[ind])*offset) / 128 */
170 L_tmp = mul_16by16_to_int32(table[ind + 1] - table[ind], offset);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
isp_isf.c 67 Word16 offset; local
79 offset = (Word16) (isp[i] & 0x007f); /* offset = b0-b6 of isf[i] */
81 /* isp[i] = table[ind]+ ((table[ind+1]-table[ind])*offset) / 128 */
82 L_tmp = vo_L_mult(vo_sub(table[ind + 1], table[ind]), offset);
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
s_mp3bits.h 94 uint32 offset; member in struct:__anon45396
  /frameworks/minikin/tests/unittest/
UnicodeUtilsTest.cpp 26 size_t offset; local
28 ParseUnicode(buf, BUF_SIZE, "U+000D U+1F431 | 'a'", &size, &offset);
30 EXPECT_EQ(offset, 3u);
  /hardware/qcom/msm8998/kernel-headers/media/
msm_jpeg_dma.h 27 uint32_t offset; member in struct:msm_jpeg_dma_buff
  /hardware/qcom/msm8998/original-kernel-headers/media/
msm_jpeg_dma.h 25 uint32_t offset; member in struct:msm_jpeg_dma_buff
  /system/extras/simpleperf/
read_apk_test.cpp 34 // Test if we can read the EmbeddedElf using an offset inside its [offset, offset+size] range
45 uint64_t offset; local
47 ASSERT_FALSE(ApkInspector::FindOffsetInApkByName("/dev/null", "", &offset, &length));
48 ASSERT_FALSE(ApkInspector::FindOffsetInApkByName(GetTestData(APK_FILE), "", &offset, &length));
49 ASSERT_TRUE(ApkInspector::FindOffsetInApkByName(GetTestData(APK_FILE), NATIVELIB_IN_APK, &offset, &length));
50 ASSERT_EQ(NATIVELIB_OFFSET_IN_APK, static_cast<size_t>(offset));
  /system/update_engine/payload_consumer/
extent_writer.cc 48 const off64_t offset = local
50 TEST_AND_RETURN_FALSE_ERRNO(fd_->Seek(offset, SEEK_SET) !=
  /art/libdexfile/dex/
dex_file_exception_helpers.cc 25 int32_t offset = -1; local
37 offset = tries->handler_off_;
44 offset = try_item != nullptr ? try_item->handler_off_ : -1;
48 Init(accessor, offset);
57 void CatchHandlerIterator::Init(const CodeItemDataAccessor& accessor, int32_t offset) {
58 if (offset >= 0) {
59 Init(accessor.GetCatchHandlerData(offset));
  /bionic/linker/
linker_mapped_file_fragment.cpp 49 off64_t offset; local
50 CHECK(safe_add(&offset, base_offset, elf_offset));
52 off64_t page_min = page_start(offset);
55 CHECK(safe_add(&end_offset, offset, size));
56 CHECK(safe_add(&end_offset, end_offset, page_offset(offset)));
71 data_ = map_start + page_offset(offset);
  /bootable/recovery/
fuse_sdcard_provider.cpp 43 off64_t offset = static_cast<off64_t>(block) * fd.block_size; local
44 if (TEMP_FAILURE_RETRY(lseek64(fd.fd, offset, SEEK_SET)) == -1) {
  /dalvik/dx/src/com/android/dex/
CallSiteId.java 28 private final int offset; field in class:CallSiteId
30 public CallSiteId(Dex dex, int offset) {
32 this.offset = offset;
37 return Unsigned.compare(offset, o.offset);
41 return offset;
45 out.writeInt(offset);
51 return String.valueOf(offset);
53 return dex.protoIds().get(offset).toString()
    [all...]
  /development/tools/bugreport/src/com/android/bugreport/stacks/
NativeStackFrameSnapshot.java 26 public int offset; field in class:NativeStackFrameSnapshot
37 that.offset = this.offset;
  /external/brotli/c/enc/
prefix.h 40 size_t offset = (2 + prefix) << bucket; local
46 (nbits << 24) | ((dist - offset) >> postfix_bits));
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
offset_token.py 22 representing the content, and an offset. Using relative positions makes it
26 def __init__(self, token_type, string, offset):
29 self._offset = offset
48 def offset(self): member in class:OffsetToken
52 return str((self.type_name, self.string, self.offset))
97 (0, first_token.offset[1]))
105 offset_row, offset_col = t.offset
  /external/clang/test/CodeGen/
2003-06-26-CFECrash.c 4 long offset; member in struct:min_info
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLBIOInputStream.java 54 int offset = 0; local
56 while (offset < buffer.length) {
63 if (offset == 0) {
71 buffer[offset++] = (byte) inputByte;
74 return offset;
  /external/dtc/tests/
get_name.c 32 int offset; local
41 offset = fdt_path_offset(fdt, path);
42 if (offset < 0)
45 getname = fdt_get_name(fdt, offset, &len);
47 offset, getname, len);
49 FAIL("fdt_get_name(%d): %s", offset, fdt_strerror(len));
60 getname2 = fdt_get_name(fdt, offset, NULL);
62 FAIL("fdt_get_name(%d, NULL) failed", offset);
65 offset, getname2, getname);
get_path.c 34 int offset; local
38 offset = fdt_path_offset(fdt, path);
39 if (offset < 0)
40 FAIL("Couldn't find path \"%s\": %s", path, fdt_strerror(offset));
44 len = fdt_get_path(fdt, offset, buf, buflen);
45 verbose_printf("get_path() %s -> %d -> %s\n", path, offset, buf);
node_offset_by_compatible.c 34 int offset = -1, target; local
40 target, offset);
41 offset = fdt_node_offset_by_compatible(fdt, offset, compat);
42 verbose_printf("%d\n", offset);
44 if (offset != target)
46 "instead of %d", compat, offset, target);

Completed in 1079 milliseconds

1 2 34 5 6 7 8 91011>>