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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/c/
OP_GOTO_16.c 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(kInterpEntryInstr, offset);
12 FINISH(offset);
OP_GOTO_32.c 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(kInterpEntryInstr, offset);
13 FINISH(offset);
OP_FILL_ARRAY_DATA.c 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.c 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)\n", offset);
25 if (offset <= 0) /* uncommon */
26 PERIODIC_CHECKS(kInterpEntryInstr, offset);
27 FINISH(offset);
OP_SPARSE_SWITCH.c 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)\n", offset);
25 if (offset <= 0) /* uncommon */
26 PERIODIC_CHECKS(kInterpEntryInstr, offset);
27 FINISH(offset);
  /bionic/libc/bionic/
clearenv.c 34 int offset; local
36 for (P = &environ[offset]; *P; ++P)
  /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/JavaScriptCore/bytecode/
JumpTable.cpp 38 int32_t offset = branchOffsets[value - min]; local
39 if (offset)
40 return offset;
  /external/webkit/WebKitTools/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 80 size_t offset; local
88 offset = elf->state.elf32.ehdr->e_shoff;
93 || (((size_t) ((char *) elf->map_address + offset))
96 num = ((Elf32_Shdr *) (elf->map_address + offset))->sh_link;
104 offset) != sizeof (Elf32_Shdr))
119 size_t offset; local
127 offset = elf->state.elf64.ehdr->e_shoff;
132 || (((size_t) ((char *) elf->map_address + offset))
135 num = ((Elf64_Shdr *) (elf->map_address + offset))->sh_link;
143 offset) != sizeof (Elf64_Shdr)
    [all...]
  /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/webkit/JavaScriptCore/pcre/
pcre_ucp_searchfuncs.cpp 95 int offset = ucp_table[mid].f1 & f1_casemask; local
96 if (offset & f1_caseneg)
97 offset |= f1_caseneg;
98 return !offset ? -1 : c + offset;
  /dalvik/vm/native/
org_apache_harmony_dalvik_ddmc_DdmServer.c 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/elfutils/libdw/
dwarf_siblingof.c 53 Dwarf_Off offset; local
55 if (dwarf_formref (&sibattr, &offset) != 0)
62 + sibattr.cu->start + offset);
  /external/freetype/include/freetype/internal/
ftrfork.h 41 /* and internal offset. The `POST' resource expects to be concatenated */
47 FT_ULong offset; member in struct:FT_RFork_Ref_
58 /* Guess a file name and offset where the actual resource fork is */
62 /* offset (offsets[N]), and an error code (errors[N]). */
83 /* offset of the possible start of the resource fork in file */
107 /* information includes the file offset where the resource map */
108 /* starts, and the file offset where the resource data starts. */
119 /* The file offset where the resource fork starts. */
123 /* The file offset where the resource map starts. */
126 /* The file offset where the resource data starts. *
    [all...]
  /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/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/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);
  /external/opencore/codecs_v2/audio/mp3/dec/src/
s_mp3bits.h 94 uint32 offset; member in struct:__anon3519
  /external/opencore/fileformats/mp4/parser/src/
mediadataatom.cpp 53 int32 offset = getSize() - getDefaultSize(); local
57 if ((filePointer + offset) == fp->_fileSize)
62 AtomUtils::seekFromStart(fp, (filePointer + offset));
  /external/skia/src/animator/
SkTextOnPath.h 32 SkScalar offset; member in class:SkTextOnPath
  /external/webkit/JavaScriptCore/icu/unicode/
parseerr.h 30 * <p>The line, offset, and context fields are optional; parsing
64 * The character offset to the error. If the line field is >= 1,
65 * then this is the offset from the start of the line. Otherwise,
66 * this is the offset from the start of the text. If the parser
70 int32_t offset; member in struct:UParseError
  /external/webkit/WebCore/bindings/js/
JSWebGLArrayHelper.h 44 // void set(in sequence<long> array, [Optional] in unsigned long offset);
46 unsigned offset = 0; local
48 offset = args.at(1).toInt32(exec);
50 if (offset + length > webGLArray->length())
57 webGLArray->set(i + offset, v.toNumber(exec));
  /external/webkit/WebCore/editing/gtk/
SelectionControllerGtk.cpp 36 int offset; local
38 AccessibilityObject* object = objectAndOffsetUnignored(accessibilityObject, offset, true);
41 g_signal_emit_by_name(wrapper, "text-caret-moved", offset);
  /external/webkit/WebCore/icu/unicode/
parseerr.h 30 * <p>The line, offset, and context fields are optional; parsing
64 * The character offset to the error. If the line field is >= 1,
65 * then this is the offset from the start of the line. Otherwise,
66 * this is the offset from the start of the text. If the parser
70 int32_t offset; member in struct:UParseError

Completed in 903 milliseconds

1 2 3 4 5 6 7 8 91011>>