HomeSort by relevance Sort by last modified time
    Searched refs:offset (Results 176 - 200 of 16262) sorted by null

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
iwmmxt-bad2.l 2 [^:]*:1: Error: co-processor offset out of range
3 [^:]*:2: Error: co-processor offset out of range
4 [^:]*:3: Error: co-processor offset out of range
5 [^:]*:4: Error: co-processor offset out of range
6 [^:]*:5: Error: co-processor offset out of range
7 [^:]*:6: Error: co-processor offset out of range
group-reloc-ldrs-encoding-bad.l 2 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
3 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
4 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
5 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
6 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
7 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
8 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
9 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
10 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
11 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
pread.c 26 current file offset. */
37 pread (int fd, void *buf, size_t count, off_t offset)
39 if (lseek(fd, offset, SEEK_SET) != offset)
  /external/strace/tests/
bpf.c 87 unsigned int offset = init_first_(end_of_page); \
88 addr = end_of_page - offset; \
89 sys_bpf(cmd_, addr, offset); \
92 printf("}, %u) = %s\n", offset, errstr); \
95 sys_bpf(cmd_, addr, offset + 1); \
97 cmd_str_, addr, offset + 1, errstr); \
100 offset = init_attr_(end_of_page); \
101 addr = end_of_page - offset; \
102 sys_bpf(cmd_, addr, offset); \
105 printf("}, %u) = %s\n", offset, errstr);
226 static const unsigned int offset = local
263 static const unsigned int offset = local
294 static const unsigned int offset = local
323 static const unsigned int offset = local
353 static const unsigned int offset = local
401 static const unsigned int offset = local
446 static const unsigned int offset = local
488 static const unsigned int offset = local
513 static const unsigned int offset = local
563 static const unsigned int offset = local
604 static const unsigned int offset = local
675 static const unsigned int offset = local
    [all...]
uio.c 41 const off_t offset = 0xdefaceddeadbeefLL; local
47 assert(pread(0, buf, sizeof(buf), offset) == 4);
48 assert(preadv(0, &iov, 1, offset) == 4);
52 assert(pwrite(0, buf, sizeof(buf), offset) == 4);
53 assert(pwritev(0, &iov, 1, offset) == 4);
  /external/strace/tests-m32/
bpf.c 87 unsigned int offset = init_first_(end_of_page); \
88 addr = end_of_page - offset; \
89 sys_bpf(cmd_, addr, offset); \
92 printf("}, %u) = %s\n", offset, errstr); \
95 sys_bpf(cmd_, addr, offset + 1); \
97 cmd_str_, addr, offset + 1, errstr); \
100 offset = init_attr_(end_of_page); \
101 addr = end_of_page - offset; \
102 sys_bpf(cmd_, addr, offset); \
105 printf("}, %u) = %s\n", offset, errstr);
226 static const unsigned int offset = local
263 static const unsigned int offset = local
294 static const unsigned int offset = local
323 static const unsigned int offset = local
353 static const unsigned int offset = local
401 static const unsigned int offset = local
446 static const unsigned int offset = local
488 static const unsigned int offset = local
513 static const unsigned int offset = local
563 static const unsigned int offset = local
604 static const unsigned int offset = local
675 static const unsigned int offset = local
    [all...]
uio.c 41 const off_t offset = 0xdefaceddeadbeefLL; local
47 assert(pread(0, buf, sizeof(buf), offset) == 4);
48 assert(preadv(0, &iov, 1, offset) == 4);
52 assert(pwrite(0, buf, sizeof(buf), offset) == 4);
53 assert(pwritev(0, &iov, 1, offset) == 4);
  /external/strace/tests-mx32/
bpf.c 87 unsigned int offset = init_first_(end_of_page); \
88 addr = end_of_page - offset; \
89 sys_bpf(cmd_, addr, offset); \
92 printf("}, %u) = %s\n", offset, errstr); \
95 sys_bpf(cmd_, addr, offset + 1); \
97 cmd_str_, addr, offset + 1, errstr); \
100 offset = init_attr_(end_of_page); \
101 addr = end_of_page - offset; \
102 sys_bpf(cmd_, addr, offset); \
105 printf("}, %u) = %s\n", offset, errstr);
226 static const unsigned int offset = local
263 static const unsigned int offset = local
294 static const unsigned int offset = local
323 static const unsigned int offset = local
353 static const unsigned int offset = local
401 static const unsigned int offset = local
446 static const unsigned int offset = local
488 static const unsigned int offset = local
513 static const unsigned int offset = local
563 static const unsigned int offset = local
604 static const unsigned int offset = local
675 static const unsigned int offset = local
    [all...]
uio.c 41 const off_t offset = 0xdefaceddeadbeefLL; local
47 assert(pread(0, buf, sizeof(buf), offset) == 4);
48 assert(preadv(0, &iov, 1, offset) == 4);
52 assert(pwrite(0, buf, sizeof(buf), offset) == 4);
53 assert(pwritev(0, &iov, 1, offset) == 4);
  /art/dex2oat/linker/
multi_oat_relative_patcher.h 47 // The adjustment should be the global offset of the base from which relative
50 // with value 0 because this value is used as a missing offset indication in
55 // Get relative offset. Returns 0 when the offset has not been set yet.
61 // Set the offset.
62 void SetOffset(MethodReference method_ref, uint32_t offset) {
63 method_offset_map_.map.Put(method_ref, offset + adjustment_);
66 // Wrapper around RelativePatcher::ReserveSpace(), doing offset adjustment.
67 uint32_t ReserveSpace(uint32_t offset,
70 offset += adjustment_
    [all...]
  /external/icu/icu4c/source/i18n/
collation.cpp 33 Collation::incTwoBytePrimaryByOffset(uint32_t basePrimary, UBool isCompressible, int32_t offset) {
35 // plus the offset, modulo the number of usable byte values, plus the minimum.
39 offset += ((int32_t)(basePrimary >> 16) & 0xff) - 4;
40 primary = (uint32_t)((offset % 251) + 4) << 16;
41 offset /= 251;
43 offset += ((int32_t)(basePrimary >> 16) & 0xff) - 2;
44 primary = (uint32_t)((offset % 254) + 2) << 16;
45 offset /= 254;
48 return primary | ((basePrimary & 0xff000000) + (uint32_t)(offset << 24));
52 Collation::incThreeBytePrimaryByOffset(uint32_t basePrimary, UBool isCompressible, int32_t offset) {
127 int32_t offset = (c - (lower32 >> 8)) * (lower32 & 0x7f); \/\/ delta * increment local
    [all...]
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 115 int offset = 0; local
116 while (offset < codeAttribute.u4codeLength)
118 Instruction instruction = InstructionFactory.create(codeAttribute.code, offset);
119 int instructionLength = instruction.length(offset);
122 if (branchTargetFinder.isSubroutine(offset) &&
123 branchTargetFinder.isSubroutineReturning(offset))
128 System.out.println(" Skipping original subroutine instruction "+instruction.toString(offset));
131 // Append a label at this offset instead.
132 codeAttributeComposer.appendLabel(offset);
137 instruction.accept(clazz, method, codeAttribute, offset, this)
    [all...]
  /external/flatbuffers/php/
ByteBuffer.php 116 * @param $offset
120 public function writeLittleEndian($offset, $count, $data)
124 $this->_buffer[$offset + $i] = chr($data >> $i * 8);
128 $this->_buffer[$offset + $count - 1 - $i] = chr($data >> $i * 8);
136 * @param $offset
140 public function readLittleEndian($offset, $count, $force_bigendian = false)
142 $this->assertOffsetAndLength($offset, $count);
147 $r |= ord($this->_buffer[$offset + $i]) << $i * 8;
151 $r |= ord($this->_buffer[$offset + $count -1 - $i]) << $i * 8;
159 * @param $offset
    [all...]
  /external/skia/samplecode/
SampleClipDrawMatch.cpp 45 SkRect create_rect(const SkPoint& offset) {
47 r.offset(offset);
51 SkRRect create_rrect(const SkPoint& offset) {
53 rrect.setRectXY(create_rect(offset), 10, 10);
57 SkRRect create_circle(const SkPoint& offset) {
59 circle.setOval(create_rect(offset));
63 SkPath create_convex_path(const SkPoint& offset) {
69 convexPath.offset(offset.fX, offset.fY)
236 SkPoint offset; variable
    [all...]
  /external/skqp/samplecode/
SampleClipDrawMatch.cpp 45 SkRect create_rect(const SkPoint& offset) {
47 r.offset(offset);
51 SkRRect create_rrect(const SkPoint& offset) {
53 rrect.setRectXY(create_rect(offset), 10, 10);
57 SkRRect create_circle(const SkPoint& offset) {
59 circle.setOval(create_rect(offset));
63 SkPath create_convex_path(const SkPoint& offset) {
69 convexPath.offset(offset.fX, offset.fY)
236 SkPoint offset; variable
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/
simple_memory_arena_test.cc 38 EXPECT_EQ(allocs[0].offset, 0);
39 EXPECT_EQ(allocs[1].offset, 2048);
40 EXPECT_EQ(allocs[2].offset, 4096);
41 EXPECT_EQ(allocs[3].offset, 0);
42 EXPECT_EQ(allocs[4].offset, 6144);
43 EXPECT_EQ(allocs[5].offset, 1024);
56 EXPECT_EQ(allocs[0].offset, 0);
57 EXPECT_EQ(allocs[1].offset, 2048);
58 EXPECT_EQ(allocs[2].offset, 4096);
68 EXPECT_EQ(allocs[3].offset, 0)
    [all...]
  /bionic/libc/stdio/
fmemopen.cpp 44 size_t offset; member in struct:fmemopen_cookie
51 if (static_cast<size_t>(n) > ck->size - ck->offset) n = ck->size - ck->offset;
54 memmove(buf, ck->buf + ck->offset, n);
55 ck->offset += n;
68 if (ck->append) ck->offset = ck->size;
71 if (static_cast<size_t>(n) + space_for_null > ck->capacity - ck->offset) {
72 n = ck->capacity - ck->offset - space_for_null;
81 memmove(ck->buf + ck->offset, buf, n);
82 ck->offset += n
    [all...]
  /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/strace/
readlink.c 38 decode_readlink(struct tcb *tcp, int offset)
41 printpath(tcp, tcp->u_arg[offset]);
45 printaddr(tcp->u_arg[offset + 1]);
54 printstrn(tcp, tcp->u_arg[offset + 1], tcp->u_rval);
55 tprintf(", %" PRI_klu, tcp->u_arg[offset + 2]);
  /external/valgrind/memcheck/tests/ppc32/
power_ISA2_07.c 16 unsigned offset; local
25 offset = ((unsigned ) &arrB[1]) - base;
27 __asm__ volatile ("ori 21, %0, 0"::"r" (offset));
32 offset = ((unsigned) &arrH[1]) - base;
34 __asm__ volatile ("ori 21, %0, 0"::"r" (offset));
  /external/valgrind/memcheck/tests/ppc64/
power_ISA2_07.c 16 unsigned long offset; local
25 offset = ((unsigned long) &arrB[1]) - base;
27 __asm__ volatile ("ori 21, %0, 0"::"r" (offset));
32 offset = ((unsigned long) &arrH[1]) - base;
34 __asm__ volatile ("ori 21, %0, 0"::"r" (offset));
  /hardware/qcom/display/msm8226/libgralloc/
memalloc.h 46 unsigned int offset; member in struct:gralloc::alloc_data
65 unsigned int offset, int fd) = 0;
69 unsigned int offset, int fd) = 0;
73 unsigned int offset) = 0;
77 unsigned int offset, int fd, int op) = 0;
  /hardware/qcom/display/msm8909/libgralloc/
memalloc.h 46 unsigned int offset; member in struct:gralloc::alloc_data
66 unsigned int offset, int fd) = 0;
70 unsigned int offset, int fd) = 0;
74 unsigned int offset) = 0;
78 unsigned int offset, int fd, int op) = 0;
  /hardware/qcom/display/msm8909w_3100/libgralloc/
memalloc.h 46 unsigned int offset; member in struct:gralloc::alloc_data
66 unsigned int offset, int fd) = 0;
70 unsigned int offset, int fd) = 0;
74 unsigned int offset) = 0;
78 unsigned int offset, int fd, int op) = 0;
  /hardware/qcom/display/msm8960/libgralloc/
memalloc.h 46 int offset; member in struct:gralloc::alloc_data
65 int offset, int fd) = 0;
69 int offset, int fd) = 0;
73 int offset) = 0;
77 int offset, int fd, int op) = 0;

Completed in 935 milliseconds

1 2 3 4 5 6 78 91011>>