HomeSort by relevance Sort by last modified time
    Searched defs:offset (Results 1 - 25 of 2483) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/c/
OP_GOTO_16.cpp 3 s4 offset = (s2) FETCH(1); /* sign-extend next code unit */ local
5 if (offset < 0)
6 ILOGV("|goto/16 -0x%04x", -offset);
8 ILOGV("|goto/16 +0x%04x", offset);
10 if (offset < 0)
11 PERIODIC_CHECKS(offset);
12 FINISH(offset);
OP_GOTO_32.cpp 3 s4 offset = FETCH(1); /* low-order 16 bits */ local
4 offset |= ((s4) FETCH(2)) << 16; /* high-order 16 bits */
6 if (offset < 0)
7 ILOGV("|goto/32 -0x%08x", -offset);
9 ILOGV("|goto/32 +0x%08x", offset);
11 if (offset <= 0) /* allowed to branch to self */
12 PERIODIC_CHECKS(offset);
13 FINISH(offset);
OP_FILL_ARRAY_DATA.cpp 4 s4 offset; local
9 offset = FETCH(1) | (((s4) FETCH(2)) << 16);
10 ILOGV("|fill-array-data v%d +0x%04x", vsrc1, offset);
11 arrayData = pc + offset; // offset in 16-bit units
OP_PACKED_SWITCH.cpp 5 s4 offset; local
8 offset = FETCH(1) | (((s4) FETCH(2)) << 16);
10 switchData = pc + offset; // offset in 16-bit units
23 offset = dvmInterpHandlePackedSwitch(switchData, testVal);
24 ILOGV("> branch taken (0x%04x)", offset);
25 if (offset <= 0) /* uncommon */
26 PERIODIC_CHECKS(offset);
27 FINISH(offset);
OP_SPARSE_SWITCH.cpp 5 s4 offset; local
8 offset = FETCH(1) | (((s4) FETCH(2)) << 16);
10 switchData = pc + offset; // offset in 16-bit units
23 offset = dvmInterpHandleSparseSwitch(switchData, testVal);
24 ILOGV("> branch taken (0x%04x)", offset);
25 if (offset <= 0) /* uncommon */
26 PERIODIC_CHECKS(offset);
27 FINISH(offset);
  /external/clang/test/CodeGenCXX/
2008-05-07-CrazyOffsetOf.cpp 8 int offset = (char *) &(((struct bork *) 0x10)->query) - (char *) 0x10; variable
  /external/elfutils/libdw/
dwarf_haspc.c 67 ptrdiff_t offset = 0; local
68 while ((offset = INTUSE(dwarf_ranges) (die, offset, &base,
73 return offset;
dwarf_siblingof.c 99 Dwarf_Off offset; local
101 if (unlikely (__libdw_formref (&sibattr, &offset) != 0))
108 + sibattr.cu->start + offset);
  /external/oprofile/libabi/
op_abi.h 19 /// offset or size of the named entry
20 int offset; member in struct:op_abi_entry
  /external/webkit/Source/JavaScriptCore/bytecode/
JumpTable.cpp 40 int32_t offset = branchOffsets[value - min]; local
41 if (offset)
42 return offset;
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTreeDraggingInfo.h 33 NSSize offset; variable
39 - (id)initWithImage:(NSImage *)image offset:(NSSize)offset pasteboard:(NSPasteboard *)pasteboard source:(id)source;
  /external/elfutils/libelf/
elf_getshstrndx.c 115 size_t offset; local
123 offset = elf->state.elf32.ehdr->e_shoff;
128 || (((size_t) ((char *) elf->map_address + offset))
131 num = ((Elf32_Shdr *) (elf->map_address + offset))->sh_link;
139 sizeof (Elf32_Shdr), offset)
161 size_t offset = elf->state.elf64.ehdr->e_shoff; local
166 || (((size_t) ((char *) elf->map_address + offset))
169 num = ((Elf64_Shdr *) (elf->map_address + offset))->sh_link;
177 sizeof (Elf64_Shdr), offset)
  /external/elfutils/tests/
dwfl-bug-getmodules.c 63 ptrdiff_t offset = dwfl_getmodules (dwfl, &iterate, dwfl, 0); local
64 if (offset <= 0)
67 offset = dwfl_getmodules (dwfl, &iterate, NULL, offset);
68 if (offset != 0)
69 error (1, 0, "dwfl_getmodules (%d): %s", (int) offset, dwfl_errmsg (-1));
  /external/icu4c/test/cintltst/
callcoll.h 35 int32_t offset; member in struct:OrderAndOffset
  /external/icu4c/test/intltest/
tscoll.h 29 int32_t offset; member in struct:IntlTestCollator::Order
  /external/valgrind/main/coregrind/m_gdbserver/
regdef.h 35 /* The offset (in bits) of the value of this register in the buffer. */
36 int offset; member in struct:reg
  /hardware/ti/omap4xxx/camera/inc/
VideoMetadata.h 20 /* This structure is used to pass buffer offset from Camera-Hal to Encoder component
28 int offset; member in struct:__anon18378
  /dalvik/vm/native/
org_apache_harmony_dalvik_ddmc_DdmServer.cpp 26 * int offset, int length)
35 int offset = args[2]; local
38 assert(offset+length <= (int)data->length);
40 dvmDbgDdmSendChunk(type, length, (const u1*)data->contents + offset);
  /external/chromium/chrome/browser/ui/views/
pinned_contents_info_bubble.cc 16 // Arrow offset is calculated from the middle of the |position_relative_to|.
17 int offset = position_relative_to.x() + (position_relative_to.width() / 2); local
18 offset -= bubble_anchor_.x();
22 offset += kLeftMargin + insets.left() + 1;
23 bubble_border_->SetArrowOffset(offset, contents_size);
31 window_bounds->Offset(0, -(kTopMargin + 1));
  /external/icu4c/common/unicode/
parseerr.h 34 * <p>The line, offset, and context fields are optional; parsing
68 * The character offset to the error. If the line field is >= 1,
69 * then this is the offset from the start of the line. Otherwise,
70 * this is the offset from the start of the text. If the parser
74 int32_t offset; member in struct:UParseError
  /external/libvpx/libmkv/
EbmlBufferWriter.h 6 unsigned long long offset; member in struct:__anon8406
13 unsigned int offset; member in struct:__anon8407
  /external/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/openssh/
buffer.h 22 u_int offset; /* Offset of first byte containing data. */ member in struct:__anon9851
23 u_int end; /* Offset of last byte containing data. */
  /external/skia/src/animator/
SkTextOnPath.h 24 SkScalar offset; member in class:SkTextOnPath
  /external/srtp/crypto/include/
aes_icm.h 19 v128_t offset; /* initial offset value */ member in struct:__anon12709

Completed in 478 milliseconds

1 2 3 4 5 6 7 8 91011>>