Searched refs:offset (Results 201 - 225 of 5445) sorted by relevance

1234567891011>>

/external/v8/src/interpreter/
H A Dbytecode-label.h25 size_t offset() const { return offset_; } function in class:v8::internal::interpreter::final
30 void bind_to(size_t offset) { argument
31 DCHECK(!bound_ && offset != kInvalidOffset);
32 offset_ = offset;
36 void set_referrer(size_t offset) { argument
37 DCHECK(!bound_ && offset != kInvalidOffset && offset_ == kInvalidOffset);
38 offset_ = offset;
42 return offset() != kInvalidOffset && !is_bound();
/external/webrtc/webrtc/test/
H A Dcommon_unittest.cc23 : factor(kDefaultFactor), offset(kDefaultOffset) {}
25 MyExperiment(int factor, int offset) argument
26 : factor(factor), offset(offset) {}
29 int offset; member in struct:webrtc::__anon24940::MyExperiment
39 EXPECT_EQ(MyExperiment::kDefaultOffset, my_exp.offset);
47 EXPECT_EQ(1, my_exp.offset);
56 EXPECT_EQ(MyExperiment::kDefaultOffset, my_exp.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/elfutils/tests/
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...]
H A Dshow-abbrev.c54 Dwarf_Off offset = 0; local
59 Dwarf_Abbrev *abbrev = dwarf_getabbrev (&die, offset, &length);
67 printf ("dwarf_getabbrevtag at offset %llu returned error: %s\n",
68 (unsigned long long int) offset,
76 printf ("dwarf_getabbrevcode at offset %llu returned error: %s\n",
77 (unsigned long long int) offset,
85 printf ("dwarf_abbrevhaschildren at offset %llu returned error: %s\n",
86 (unsigned long long int) offset,
92 (unsigned long long int) offset, code, tag, children);
97 printf ("dwarf_getattrcnt at offset
[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/dng_sdk/source/
H A Ddng_memory_stream.cpp80 uint64 offset)
83 if (offset + count > fMemoryStreamLength)
90 uint64 baseOffset = offset;
95 uint32 pageIndex = (uint32) (offset / fPageSize);
96 uint32 pageOffset = (uint32) (offset % fPageSize);
103 uint8 *dPtr = ((uint8 *) data) + (uint32) (offset - baseOffset);
107 offset += blockCount;
188 uint64 offset)
192 offset + count));
194 uint64 baseOffset = offset;
78 DoRead(void *data, uint32 count, uint64 offset) argument
186 DoWrite(const void *data, uint32 count, uint64 offset) argument
236 uint64 offset = Position (); local
[all...]
/external/dtc/tests/
H A Daddr_size_cells.c32 int offset; local
35 offset = fdt_path_offset(fdt, path);
36 if (offset < 0)
39 xac = fdt_address_cells(fdt, offset);
40 xsc = fdt_size_cells(fdt, offset);
H A Dnode_check_compatible.c34 int offset, err; local
36 offset = fdt_path_offset(fdt, path);
37 if (offset < 0)
38 FAIL("fdt_path_offset(%s): %s", path, fdt_strerror(offset));
40 err = fdt_node_check_compatible(fdt, offset, compat);
/external/elfutils/libelf/
H A Dgelf_getverdaux.c1 /* Get additional symbol version definition information at the given offset.
42 gelf_getverdaux (Elf_Data *data, int offset, GElf_Verdaux *dst) argument
64 if (unlikely (offset < 0)
65 || unlikely (offset + sizeof (GElf_Verdaux) > data->d_size)
66 || unlikely (offset % __alignof__ (GElf_Verdaux) != 0))
72 result = (GElf_Verdaux *) memcpy (dst, (char *) data->d_buf + offset,
H A Dgelf_getverdef.c1 /* Get symbol version definition information at the given offset.
42 gelf_getverdef (Elf_Data *data, int offset, GElf_Verdef *dst) argument
64 if (unlikely (offset < 0)
65 || unlikely (offset + sizeof (GElf_Verdef) > data->d_size)
66 || unlikely (offset % __alignof__ (GElf_Verdef) != 0))
72 result = (GElf_Verdef *) memcpy (dst, (char *) data->d_buf + offset,
H A Dgelf_getvernaux.c1 /* Get additional required symbol version information at the given offset.
42 gelf_getvernaux (Elf_Data *data, int offset, GElf_Vernaux *dst) argument
67 if (unlikely (offset < 0)
68 || unlikely (offset + sizeof (GElf_Vernaux) > data->d_size)
69 || unlikely (offset % sizeof (GElf_Vernaux) != 0))
75 result = (GElf_Vernaux *) memcpy (dst, (char *) data->d_buf + offset,
H A Dgelf_getverneed.c1 /* Get required symbol version information at the given offset.
42 gelf_getverneed (Elf_Data *data, int offset, GElf_Verneed *dst) argument
67 if (unlikely (offset < 0)
68 || unlikely (offset + sizeof (GElf_Verneed) > data->d_size)
69 || unlikely (offset % sizeof (GElf_Verneed) != 0))
75 result = (GElf_Verneed *) memcpy (dst, (char *) data->d_buf + offset,
/external/libdrm/
H A Dlibdrm_macros.h50 int fd, loff_t offset)
52 /* offset must be aligned to 4096 (not necessarily the page size) */
53 if (offset & 4095) {
58 return mmap64(addr, length, prot, flags, fd, offset);
68 # define drm_mmap(addr, length, prot, flags, fd, offset) \
69 mmap(addr, length, prot, flags, fd, offset)
49 drm_mmap(void *addr, size_t length, int prot, int flags, int fd, loff_t offset) argument
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_mman.h64 static INLINE void *os_mmap(void *addr, size_t length, int prot, int flags, int fd, loff_t offset) argument
66 /* offset must be aligned to 4096 (not necessarily the page size) */
67 if (unlikely(offset & 4095)) {
72 return __mmap2(addr, length, prot, flags, fd, (size_t) (offset >> 12));
77 # define os_mmap(addr, length, prot, flags, fd, offset) mmap(addr, length, prot, flags, fd, offset)
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
H A DStackMapFrameVisitor.java35 public void visitSameZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame sameZeroFrame); argument
36 public void visitSameOneFrame( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameOneFrame sameOneFrame); argument
37 public void visitLessZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LessZeroFrame lessZeroFrame); argument
38 public void visitMoreZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, MoreZeroFrame moreZeroFrame); argument
39 public void visitFullFrame( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame); argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
H A DVariableSizeCollection.java42 private final int offset; field in class:VariableSizeCollection
45 public VariableSizeCollection(@Nonnull DexBackedDexFile dexFile, int offset, int size) { argument
47 this.offset = offset;
56 return new VariableSizeIterator<T>(dexFile, offset, size) {
H A DVariableSizeSet.java42 private final int offset; field in class:VariableSizeSet
45 public VariableSizeSet(@Nonnull DexBackedDexFile dexFile, int offset, int size) { argument
47 this.offset = offset;
56 return new VariableSizeIterator<T>(dexFile, offset, size) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderTypeList.java45 int offset = DexWriter.NO_OFFSET; field in class:BuilderTypeList
60 return offset;
63 public void setOffset(int offset) { argument
64 this.offset = offset;
/external/strace/tests/
H A Dfadvise64_64.c47 do_fadvise(long fd, long long offset, long long llen, long advice) argument
55 ret = syscall(__NR_fadvise64_64, fd, offset, llen, advice);
58 LL_VAL_TO_PAIR(offset), LL_VAL_TO_PAIR(llen));
61 LL_VAL_TO_PAIR(offset), LL_VAL_TO_PAIR(llen), advice);
65 printf("fadvise64_64(%d, %lld, %lld, ", (int) fd, offset, llen);
/external/strace/tests-m32/
H A Dfadvise64_64.c47 do_fadvise(long fd, long long offset, long long llen, long advice) argument
55 ret = syscall(__NR_fadvise64_64, fd, offset, llen, advice);
58 LL_VAL_TO_PAIR(offset), LL_VAL_TO_PAIR(llen));
61 LL_VAL_TO_PAIR(offset), LL_VAL_TO_PAIR(llen), advice);
65 printf("fadvise64_64(%d, %lld, %lld, ", (int) fd, offset, llen);
/external/strace/tests-mx32/
H A Dfadvise64_64.c47 do_fadvise(long fd, long long offset, long long llen, long advice) argument
55 ret = syscall(__NR_fadvise64_64, fd, offset, llen, advice);
58 LL_VAL_TO_PAIR(offset), LL_VAL_TO_PAIR(llen));
61 LL_VAL_TO_PAIR(offset), LL_VAL_TO_PAIR(llen), advice);
65 printf("fadvise64_64(%d, %lld, %lld, ", (int) fd, offset, llen);
/external/guava/guava/src/com/google/common/collect/
H A DRegularImmutableList.java32 private final transient int offset; field in class:RegularImmutableList
36 RegularImmutableList(Object[] array, int offset, int size) { argument
37 this.offset = offset;
57 System.arraycopy(array, offset, dst, dstOff, size);
66 return (E) array[index + offset];
75 if (array[offset + i].equals(object)) {
88 if (array[offset + i].equals(object)) {
98 array, offset + fromIndex, toIndex - fromIndex);
107 Iterators.forArray(array, offset, siz
[all...]
/external/libpcap/
H A Dpcap-common.c1164 bpf_u_int32 offset = 0; local
1167 * "offset" is the offset *past* the field we're swapping;
1176 offset += 8; /* skip past id */
1177 if (hdr->caplen < offset)
1181 offset += 4; /* skip past various 1-byte fields */
1183 offset += 2; /* skip past bus_id */
1184 if (hdr->caplen < offset)
1188 offset += 2; /* skip past various 1-byte fields */
1190 offset
[all...]
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dllseek.c67 static llse_loff_t my_llseek(unsigned int fd, llse_loff_t offset, argument
73 retval = _llseek(fd, ((unsigned long long)offset) >> 32,
74 ((unsigned long long)offset) & 0xffffffff,
81 llse_loff_t llse_llseek(unsigned int fd, llse_loff_t offset, argument
88 result = my_llseek(fd, offset, origin);
103 (offset < ((llse_loff_t) 1 << ((sizeof(off_t) * 8) - 1))))
104 return lseek(fd, (off_t) offset, origin);
112 llse_loff_t llse_llseek(unsigned int fd, llse_loff_t offset, argument
116 (offset >= ((llse_loff_t) 1 << ((sizeof(off_t) * 8) - 1)))) {
120 return lseek(fd, (off_t) offset, origi
[all...]

Completed in 559 milliseconds

1234567891011>>