Searched refs:offset (Results 101 - 125 of 4102) sorted by relevance

1234567891011>>

/external/elfutils/src/libdw/
H A Ddwarf_offabbrev.c1 /* Get abbreviation at given offset.
38 dwarf_offabbrev (Dwarf *dbg, Dwarf_Off offset, size_t *lengthp, argument
44 Dwarf_Abbrev *abbrev = __libdw_getabbrev (dbg, NULL, offset, lengthp,
/external/elfutils/src/tests/
H A Drun-debugaltlink.sh22 test-offset-loop libtestfile_multi_shared.so
26 test-offset-loop libtestfile_multi_shared.so <<\EOF
30 test-offset-loop: test-offset-loop.alt, build ID: 066bbf1a7bc5676f5015ee1966a088f23bdb83ae
H A Drun-allfcts-multi.sh30 # - test-offset-loop.c
40 # gcc -g -O2 test-offset-loop.c -o test-offset-loop
41 # cp test-offset-loop test-offset-loop2
42 # dwz test-offset-loop test-offset-loop2 -m test-offset-loop.alt
44 testfiles test-offset-loop test-offset
[all...]
/external/emma/core/java12/com/vladium/jcd/cls/
H A DIInterfaceCollection.java32 * constant pool index for offset'th direct superinterface.
34 * @param offset superinterface number [must be in [0, size()) range]
37 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
39 int get (int offset); argument
61 * @return offset of the new pointer [same as {@link #size()}-1 when called
67 * Replaces superinterface pointer number 'offset' with new value 'interface_index'.
72 * @param offset offset of the superinterface pointer to replace [must be in [0, size()) range]
76 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
78 int set (int offset, in argument
[all...]
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DIDeclaredExceptionTable.java31 * pool index for offset'th exception type thrown by the method that contains
34 * @param offset thrown exception class number [must be in [0, size()) range]
37 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
39 int get (int offset); argument
64 * @return offset of the new pointer [same as {@link #size()}-1 when called
70 * Replaces exception class pointer number 'offset' with new value 'interface_index'.
75 * @param offset thrown exception class number [must be in [0, size()) range]
79 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
81 int set (int offset, int exception_index); argument
H A DIExceptionHandlerTable.java31 * Returns {@link Exception_info} descriptor at a given offset.
33 * @param offset exception offset [must be in [0, size()) range; input not checked]
36 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
38 Exception_info get (int offset); argument
68 * Replaces the Exception_info descriptor at a given offset. No duplicate
74 * @param offset exception offset [must be in [0, size()) range; input not checked]
76 * @return previous exception descriptor at this offset [never null]
78 * @throws IndexOutOfBoundsException if 'offset' i
80 set(int offset, Exception_info exception) argument
[all...]
/external/google-breakpad/src/common/linux/
H A Dmemory_mapped_file.cc49 MemoryMappedFile::MemoryMappedFile(const char* path, size_t offset) { argument
50 Map(path, offset);
57 bool MemoryMappedFile::Map(const char* path, size_t offset) { argument
78 // If the file does not extend beyond the offset, simply use an empty
81 if (offset >= file_len) {
87 void* data = sys_mmap(NULL, file_len, PROT_READ, MAP_PRIVATE, fd, offset);
89 if ((offset & 4095) != 0) {
95 NULL, file_len, PROT_READ, MAP_PRIVATE, fd, offset >> 12);
102 content_.Set(data, file_len - offset);
/external/icu/icu4c/source/common/unicode/
H A Drep.h44 * offset and a limit offset. The range of characters thus specified
45 * includes the characters at offset start..limit-1. That is, the
46 * start offset is inclusive, and the limit offset is exclusive.
88 * Returns the 16-bit code unit at the given offset into the text.
89 * @param offset an integer between 0 and <code>length()</code>-1
91 * @return 16-bit code unit of text at given offset
94 inline UChar charAt(int32_t offset) const;
97 * Returns the 32-bit code point at the given 16-bit offset int
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DReplaceable.java25 * offset and a limit offset. The range of characters thus specified
26 * includes the characters at offset start..limit-1. That is, the
27 * start offset is inclusive, and the limit offset is exclusive.
64 * Returns the 16-bit code unit at the given offset into the text.
65 * @param offset an integer between 0 and <code>length()</code>-1
67 * @return 16-bit code unit of text at given offset
70 char charAt(int offset); argument
73 * Returns the 32-bit code point at the given 16-bit offset int
86 char32At(int offset) argument
[all...]
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
H A DAndroid22Workaround.java6 public static void glVertexAttribPointer(int location, int components, int format, boolean normalize, int stride, int offset){ argument
12 offset);
/external/llvm/utils/testgen/
H A Dmc-bundling-x86-gen.py6 # For every possible offset in an aligned bundle, a bundle-locked group of every
47 for offset in range(0, BUNDLE_SIZE):
51 print('INSTRLEN_{0}_OFFSET_{1}:'.format(instlen, offset))
52 if offset > 0:
53 print(NOPFILL.format(offset))
58 inst_orig_offset = base_offset + offset # had it not been padded...
70 if offset + instlen == BUNDLE_SIZE:
73 elif offset + instlen < BUNDLE_SIZE:
77 else: # offset + instlen > BUNDLE_SIZE
86 if offset
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_mm.h13 uint32_t offset; member in struct:nouveau_mm_allocation
25 struct nouveau_bo **, uint32_t *offset);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_scratch.h37 int offset; member in struct:nouveau_scratch_state
43 struct nouveau_bo **bo, unsigned *offset);
/external/proguard/src/proguard/evaluation/
H A DBranchUnit.java34 * Sets the new instruction offset.
38 int offset,
43 * Sets the new instruction offset, depending on the certainty of the
48 int offset,
36 branch(Clazz clazz, CodeAttribute codeAttribute, int offset, int branchTarget) argument
46 branchConditionally(Clazz clazz, CodeAttribute codeAttribute, int offset, int branchTarget, int conditional) argument
/external/sfntly/cpp/src/sfntly/data/
H A Dfont_data.h61 // @param offset the start of the new bounds
64 virtual bool Bound(int32_t offset, int32_t length);
66 // Sets limits on the size of the FontData. This is a offset bound only so if
69 // @param offset the start of the new bounds which must be within the current
72 virtual bool Bound(int32_t offset);
76 // @param offset the start of the slice
79 virtual CALLER_ATTACH FontData* Slice(int32_t offset, int32_t length) = 0;
83 // @param offset the start of the slice
85 virtual CALLER_ATTACH FontData* Slice(int32_t offset) = 0;
97 // @param offset th
[all...]
/external/sfntly/cpp/src/sfntly/port/
H A Dmemory_output_stream.cc32 int32_t offset,
35 if (offset >= 0 && length > 0) {
37 buffer->begin() + offset,
38 buffer->begin() + offset + length);
46 void MemoryOutputStream::Write(byte_t* buffer, int32_t offset, int32_t length) { argument
48 if (offset >= 0 && length > 0) {
49 store_.insert(store_.end(), buffer + offset, buffer + offset + length);
31 Write(ByteVector* buffer, int32_t offset, int32_t length) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
H A DDexDataStore.java9 @Nonnull OutputStream outputAt(int offset); argument
10 @Nonnull InputStream readAt(int offset); argument
/external/strace/
H A Dlseek.c6 * fs/read_write.c::SYSCALL_DEFINE3(lseek, unsigned, fd, off_t, offset, unsigned, origin)
9 * which means that on x32 we need to use tcp->ext_arg[N] to get offset argument.
15 long long offset; local
20 offset = tcp->ext_arg[1];
23 tprintf(", %llu, ", offset);
25 tprintf(", %lld, ", offset);
33 long offset; local
38 offset = tcp->u_arg[1];
41 tprintf(", %lu, ", offset);
43 tprintf(", %ld, ", offset);
[all...]
/external/v8/test/mjsunit/regress/
H A Dregress-crbug-319860.js31 var offset = 0x2000000;
34 result = a[index + offset];
/external/vixl/src/vixl/
H A Dcode-buffer.h43 ptrdiff_t OffsetFrom(ptrdiff_t offset) const {
45 VIXL_ASSERT((offset >= 0) && (offset <= cursor_offset));
46 return cursor_offset - offset;
54 T GetOffsetAddress(ptrdiff_t offset) const {
55 VIXL_ASSERT((offset >= 0) && (offset <= (cursor_ - buffer_)));
56 return reinterpret_cast<T>(buffer_ + offset);
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java200 for (int offset = 0; offset < codeLength; offset++)
202 if (partialEvaluator.isTraced(offset))
205 offset);
207 instruction.accept(clazz, method, codeAttribute, offset, unusedParameterSimplifier);
227 for (int offset = 0; offset < codeLength; offset++)
229 if (partialEvaluator.isTraced(offset))
503 visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) argument
506 visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
583 visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) argument
589 visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction) argument
640 visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruction variableInstruction) argument
654 visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
666 visitBranchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstruction branchInstruction) argument
694 visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) argument
697 visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruction variableInstruction) argument
722 visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) argument
928 visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction) argument
1701 insertPushInstructions(int offset, boolean replace, boolean before, int computationalType) argument
1745 insertPopInstructions(int offset, boolean replace, boolean before, int popCount) argument
1809 insertInstruction(int offset, boolean replace, boolean before, Instruction instruction) argument
1840 insertInstructions(int offset, boolean replace, boolean before, Instruction instruction, Instruction[] instructions) argument
1883 replaceByStaticInvocation(Clazz clazz, int offset, ConstantInstruction constantInstruction) argument
1901 replaceByInfiniteLoop(Clazz clazz, int offset) argument
[all...]
/external/mesa3d/src/mapi/glapi/
H A Dglapi_getproc.c76 * Return dispatch table offset of the named static (built-in) function.
118 * Return the name of the function at the given offset in the dispatch
122 get_static_proc_name( GLuint offset )
126 if (static_functions[i].Offset == offset) {
227 get_extension_proc_name(GLuint offset) argument
231 if (ExtEntryTable[i].dispatch_offset == offset) {
258 * Use a temporary dispatch offset of ~0 (i.e. -1). Later, when the driver
259 * calls \c _glapi_add_dispatch we'll put in the proper offset. If that
305 set_entry_info( struct _glapi_function * entry, const char * signature, unsigned offset )
316 fill_in_entrypoint_offset(entry->dispatch_stub, offset);
382 int offset = ~0; local
489 GLint offset; local
549 _glapi_get_proc_name(GLuint offset) argument
618 GLuint offset = (BeginFunc - (char *) table) / sizeof(void *); local
624 GLuint offset = (viewportFunc - (char *) table) / sizeof(void *); local
630 GLuint offset = (VertexPointerFunc - (char *) table) / sizeof(void *); local
636 GLuint offset = (ResetMinMaxFunc - (char *) table) / sizeof(void *); local
642 GLuint offset = (blendColorFunc - (char *) table) / sizeof(void *); local
648 GLuint offset = (secondaryColor3fFunc - (char *) table) / sizeof(void *); local
654 GLuint offset = (pointParameterivFunc - (char *) table) / sizeof(void *); local
660 GLuint offset = (setFenceFunc - (char *) table) / sizeof(void *); local
[all...]
/external/elfutils/src/libelf/
H A Dgelf_update_verdaux.c42 gelf_update_verdaux (data, offset, src)
44 int offset;
57 if (unlikely (offset < 0)
58 || unlikely ((offset + sizeof (GElf_Verdaux)) > data_scn->d.d_size))
73 memcpy ((char *) data_scn->d.d_buf + offset, src, sizeof (GElf_Verdaux));
H A Dgelf_update_verdef.c42 gelf_update_verdef (data, offset, src)
44 int offset;
57 if (unlikely (offset < 0)
58 || unlikely ((offset + sizeof (GElf_Verdef)) > data_scn->d.d_size))
73 memcpy ((char *) data_scn->d.d_buf + offset, src, sizeof (GElf_Verdef));
H A Dgelf_update_vernaux.c42 gelf_update_vernaux (data, offset, src)
44 int offset;
57 if (unlikely (offset < 0)
58 || unlikely ((offset + sizeof (GElf_Vernaux)) > data_scn->d.d_size))
73 memcpy ((char *) data_scn->d.d_buf + offset, src, sizeof (GElf_Vernaux));

Completed in 710 milliseconds

1234567891011>>