HomeSort by relevance Sort by last modified time
    Searched refs:_offset (Results 1 - 25 of 32) sorted by null

1 2

  /external/lzma/CPP/7zip/Common/
OffsetStream.cpp 10 _offset = offset;
25 offset += _offset;
28 *newPosition = absoluteNewPosition - _offset;
34 return _stream->SetSize(_offset + newSize);
OffsetStream.h 13 UInt64 _offset; member in class:COffsetOutStream
  /external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
storage_api.py 206 self._offset = 0
236 'offset': self._offset,
254 self._offset = state['offset']
309 self._offset += len(data)
318 self._offset += len(data)
346 self._offset += size
350 self._offset += remaining
358 data_list.extend(self._get_segments(self._offset, needs))
359 self._offset += needs
371 return self._file_size - self._offset
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
stdio.c 52 fp->_offset += ret;
80 fp->_offset = ret;
ftell.c 60 pos = fp->_offset;
fseek.c 84 curoff = fp->_offset;
153 curoff = fp->_offset;
  /external/chromium_org/gpu/command_buffer/client/
ring_buffer.h 91 Block(Offset _offset, unsigned int _size, State _state)
92 : offset(_offset),
gles2_implementation.h 355 GLintptr _offset,
359 offset(_offset),
  /external/chromium_org/gpu/command_buffer/common/
cmd_buffer_common.h 299 uint32_t _offset,
305 offset = _offset;
312 uint32_t _offset,
318 _offset,
361 uint32_t _offset,
365 offset = _offset;
370 uint32_t _offset,
374 _offset,
487 uint32_t _offset,
493 offset = _offset;
    [all...]
gles2_cmd_format_autogen.h 545 GLintptr _offset,
551 offset = _offset;
559 GLintptr _offset,
564 ->Init(_target, _offset, _size, _data_shm_id, _data_shm_offset);
    [all...]
  /external/bison/lib/
stdio-impl.h 48 fpos_t _offset; \
  /external/jmdns/src/javax/jmdns/impl/
DNSOutgoing.java 25 private final int _offset; field in class:DNSOutgoing.MessageOutputStream
42 _offset = offset;
136 _out._names.put(aName, Integer.valueOf(this.size() + _offset));
161 MessageOutputStream record = new MessageOutputStream(512, _out, _offset + this.size() + 2);
  /external/libcxxabi/src/Unwind/
UnwindRegistersSave.S 185 #define SAVE_VECTOR_UNALIGNED(_vec, _offset) \
188 stw r5, _offset(r3) @\
190 stw r5, _offset+4(r3) @\
192 stw r5, _offset+8(r3) @\
194 stw r5, _offset+12(r3)
  /dalvik/libdex/
InstrUtils.cpp 473 #define FETCH(_offset) (insns[(_offset)])
474 #define FETCH_u4(_offset) (fetch_u4_impl((_offset), insns))
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
MediaQueryInspector.js 18 this._offset = 0;
76 if (this._offset === offset && Math.abs(this._scale - scale) < 1e-8)
78 this._offset = offset;
325 var leftPixelValue = minWidthValue ? (minWidthValue - this._offset) / zoomFactor : 0;
332 widthPixelValue = (model.maxWidthExpression().computedLength() - this._offset) / zoomFactor;
  /bionic/libc/include/
stdio.h 138 fpos_t _offset; /* current lseek offset */ member in struct:__sFILE
156 #define __SOFF 0x1000 /* set iff _offset is in fact correct */
  /development/ndk/platforms/android-3/include/
stdio.h 129 fpos_t _offset; /* current lseek offset */ member in struct:__sFILE
149 #define __SOFF 0x1000 /* set iff _offset is in fact correct */
  /development/ndk/platforms/android-8/include/
stdio.h 129 fpos_t _offset; /* current lseek offset */ member in struct:__sFILE
149 #define __SOFF 0x1000 /* set iff _offset is in fact correct */
  /development/ndk/platforms/android-L/include/
stdio.h 124 fpos_t _offset; /* current lseek offset */ member in struct:__sFILE
144 #define __SOFF 0x1000 /* set iff _offset is in fact correct */
  /external/libvorbis/doc/
06-floor0.tex 175 \exp \left( .11512925 \left(\frac{\mathtt{amplitude} \cdot \mathtt{floor0\_amplitute\_offset}}{(2^{\mathtt{floor0\_amplitude\_bits}}-1)\sqrt{p+q}}
176 - \mathtt{floor0\_amplitude\_offset} \right) \right)
  /external/chromium_org/tools/linux/
procfs.py 577 begin_offset = ProcPagemap._offset(vma.begin)
578 chunk_size = ProcPagemap._offset(vma.end) - begin_offset
613 def _offset(virtual_address): member in class:ProcPagemap
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp 736 FinalZone(int32_t _offset, int32_t _year, const string& _ruleid) :
737 offset(_offset), year(_year), ruleid(_ruleid) {
800 int32_t _offset) {
820 offset = _offset;
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 736 FinalZone(int32_t _offset, int32_t _year, const string& _ruleid) :
737 offset(_offset), year(_year), ruleid(_ruleid) {
800 int32_t _offset) {
820 offset = _offset;
    [all...]
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 32 #define ADVANCE(_offset) \
34 int32_t disp = static_cast<int32_t>(_offset); \
45 #define POSSIBLY_HANDLE_PENDING_EXCEPTION(_is_exception_pending, _offset) \
50 ADVANCE(_offset); \
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass32/
dwarf32_testhd.asm 973 .string "_offset"

Completed in 546 milliseconds

1 2