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

1 2 3 4 5 67 8 91011>>

  /external/bluetooth/bluez/tools/
csr_usb.c 108 int len, offset = 0; local
147 (void *) (rp + offset), sizeof(rp) - offset, 10);
148 offset += len;
  /external/e2fsprogs/ext2ed/
group_com.c 82 unsigned long copy_num,offset; local
93 offset=file_system_info.first_group_desc_offset+copy_num*file_system_info.super_block.s_blocks_per_group*file_system_info.block_size;
95 if (offset > file_system_info.file_system_size) {
100 device_offset=offset+group_info.group_num*sizeof (struct ext2_group_desc);
  /external/elfutils/libdw/
dwarf_getaranges.c 71 3. A 4-byte or 8-byte offset into the .debug_info section. [...]
74 an address (or the offset portion of an address for segmented
95 Dwarf_Word offset; local
97 offset = read_4ubyte_unaligned_inc (dbg, readp);
99 offset = read_8ubyte_unaligned_inc (dbg, readp);
113 //arange_info->offset = offset;
141 /* We store the actual CU DIE offset, not the CU header offset. */
143 + offset);
    [all...]
  /external/elfutils/libelf/
elf_getdata.c 182 size_t offset; local
196 offset = shdr->sh_offset;
209 offset = shdr->sh_offset;
253 if (offset + size > elf->maximum_size)
261 = (char *) elf->map_address + elf->start_offset + offset;
276 elf->start_offset + offset) != size)
  /external/elfutils/tests/
sectiondump.c 93 "offset = %" PRIx64 "\n"
140 off_t offset = data->d_off; local
148 printf ("%*Zx: ", sizeof (size_t) == 4 ? 8 : 16, (size_t) offset + cnt);
show-abbrev.c 50 Dwarf_Off offset = 0; local
55 Dwarf_Abbrev *abbrev = dwarf_getabbrev (&die, offset, &length);
63 printf ("dwarf_getabbrevtag at offset %llu returned error: %s\n",
64 (unsigned long long int) offset,
72 printf ("dwarf_getabbrevcode at offset %llu returned error: %s\n",
73 (unsigned long long int) offset,
81 printf ("dwarf_abbrevhaschildren at offset %llu returned error: %s\n",
82 (unsigned long long int) offset,
88 (unsigned long long int) offset, code, tag, children);
93 printf ("dwarf_getattrcnt at offset %llu returned error: %s\n"
    [all...]
  /external/freetype/src/psnames/
pstables.h 4073 int offset = ( (int)p[0] << 8 ) | p[1]; local
    [all...]
  /external/icu4c/common/
utf_impl.c 230 int32_t offset; local
235 offset=0;
237 UTF8_APPEND_CHAR_UNSAFE(s, offset, c);
238 i=i+offset;
  /external/icu4c/layout/
OpenTypeTables.h 21 typedef le_uint16 Offset;
33 Offset offset; member in struct:TagAndOffsetRecord
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
idct.cpp 133 int offset = width - 8; local
264 comp += offset;
332 comp += offset;
  /external/opencore/fileformats/mp4/parser/src/
chunkoffsetatom.cpp 137 uint32 offset = 0; local
140 if (!AtomUtils::read32(fp, offset))
145 _pchunkOffsets[i] = offset;
220 uint32 offset = 0; local
221 if (!AtomUtils::read32(_fileptr, offset))
225 _pchunkOffsets[_curr_entry_point] = offset;
233 // Returns the chunk offset for the chunk at 'index'
275 ChunkOffsetAtom::getChunkClosestToOffset(uint32 offSet, int32& index)
304 if ((uint32)_pchunkOffsets[i%_stbl_buff_size] < offSet)
  /external/ppp/pppd/plugins/pppoatm/
text2atm.c 79 int offset,len; local
93 offset = 0;
112 offset = 72;
143 if (len > 7 && addr->sas_addr.prv[0] != ATM_AFI_E164) offset = 72;
144 if (len < offset) return FATAL;
  /external/proguard/src/proguard/optimize/peephole/
UnreachableExceptionRemover.java 119 int offset = startOffset; local
120 while (offset < endOffset)
123 Instruction instruction = InstructionFactory.create(code, offset);
129 offset,
136 offset += instruction.length(offset);
  /external/qemu/
compatfd.c 46 size_t offset = 0; local
49 while (offset < sizeof(buffer)) {
52 len = write(info->fd, buffer + offset,
53 sizeof(buffer) - offset);
62 offset += len;
  /external/skia/include/core/
SkRect.h 68 /** Offset set the rectangle by adding dx to its left and right,
71 void offset(int32_t dx, int32_t dy) { function in struct:SkIRect
78 void offset(const SkIPoint& delta) { function in struct:SkIRect
79 this->offset(delta.fX, delta.fY);
308 /** Offset set the rectangle by adding dx to its left and right,
311 void offset(SkScalar dx, SkScalar dy) {
318 void offset(const SkPoint& delta) {
319 this->offset(delta.fX, delta.fY);
  /external/srec/srec/include/
frontapi.h 75 int offset; member in struct:__anon5868
93 int offset,
98 * offset DC offset applied to incoming wave data
644 * The 'offset' and 'gain' parameters are applied to the current
684 unsigned long offset,
690 * offset Sample number starting the segment (first sample == 0)
802 * The 'offset' and 'gain' parameters are applied to the current
    [all...]
  /external/webkit/JavaScriptCore/runtime/
PropertyMapHashTable.h 31 unsigned offset; member in struct:JSC::PropertyMapEntry
38 , offset(0)
45 PropertyMapEntry(UString::Rep* key, unsigned offset, unsigned attributes, JSCell* specificValue, unsigned index)
47 , offset(offset)
  /external/webkit/WebCore/inspector/front-end/
SourceFrame.js 220 var offset = 0; variable
224 ranges.push(new WebInspector.TextRange(i, offset + match.index, i, offset + match.index + match[0].length));
225 offset += match.index + 1;
  /external/webkit/WebCore/platform/graphics/win/
FontPlatformDataCGWin.cpp 74 UINT offset = 6; local
76 if (bufferSize < offset + 12)
79 USHORT platformID = readBigEndianWord(buffer + offset);
80 USHORT encodingID = readBigEndianWord(buffer + offset + 2);
81 USHORT languageID = readBigEndianWord(buffer + offset + 4);
82 USHORT nameID = readBigEndianWord(buffer + offset + 6);
83 USHORT length = readBigEndianWord(buffer + offset + 8);
84 USHORT nameOffset = readBigEndianWord(buffer + offset + 10);
102 offset += 12;
  /frameworks/base/core/java/com/android/internal/util/
BitwiseInputStream.java 32 // The current position offset, in bits, from the msb in byte 0.
35 // The last valid bit offset.
76 int offset = 16 - (mPos & 0x07) - bits; // &7==%8 local
82 if (offset < 8) data |= mBuf[index + 1] & 0xFF;
83 data >>>= offset; local
BitwiseOutputStream.java 32 // The current position offset, in bits, from the msb in byte 0.
35 // The last bit offset, given the current buf length.
98 int offset = 16 - (mPos & 0x07) - bits; // &7==%8 local
99 data <<= offset; local
102 if (offset < 8) mBuf[index + 1] |= data & 0xFF;
  /frameworks/base/core/jni/android/graphics/
NIOBuffer.cpp 110 jint offset = env->CallStaticIntMethod(gNIOAccess_classID, local
123 offset = 0;
125 return (char*)fLockedPtr + offset;
  /frameworks/base/libs/rs/java/Film/res/raw/
filmstrip.c 71 int offset = (int)floorf(pos * 2.f); local
74 offset = offset + triangleOffsetsCount / 2;
75 if (!((offset < 0) || (offset >= triangleOffsetsCount))) {
76 int start = offset -2;
77 int end = offset + 2;
  /frameworks/base/libs/rs/
rsVertexArray.h 40 uint32_t offset; member in class:android::renderscript::VertexArray::Attrib
57 void addLegacy(uint32_t type, uint32_t size, uint32_t stride, RsDataKind kind, bool normalized, uint32_t offset);
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
idct.cpp 133 int offset = width - 8; local
264 comp += offset;
332 comp += offset;

Completed in 1014 milliseconds

1 2 3 4 5 67 8 91011>>