HomeSort by relevance Sort by last modified time
    Searched refs:_offset (Results 101 - 116 of 116) sorted by null

1 2 3 45

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
libio.h 300 _IO_off_t _old_offset; /* This used to be _offset but it's too small. */
319 _IO_off64_t _offset; member in struct:_IO_FILE_complete
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
libio.h 300 _IO_off_t _old_offset; /* This used to be _offset but it's too small. */
319 _IO_off64_t _offset; member in struct:_IO_FILE_complete
  /dalvik/vm/mterp/out/
InterpC-portable.cpp 97 * Adjust the program counter. "_offset" is a signed int, in 16-bit units.
106 # define ADJUST_PC(_offset) do { \
107 int myoff = _offset; /* deref only once */ \
123 # define ADJUST_PC(_offset) do { \
124 pc += _offset; \
277 #define FETCH(_offset) (pc[(_offset)])
415 # define FINISH(_offset) { \
416 ADJUST_PC(_offset); \
    [all...]
InterpAsm-x86.S 258 .macro GET_VREG_WORD _reg _vreg _offset
259 movl 4*(\_offset)(rFP,\_vreg,4),\_reg
262 .macro SET_VREG_WORD _reg _vreg _offset
263 movl \_reg,4*(\_offset)(rFP,\_vreg,4)
    [all...]
  /dalvik/vm/compiler/codegen/x86/
Lower.h 79 #define FETCH(_offset) (rPC[(_offset)])
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 704 GLenum _target, GLintptr _offset, GLsizeiptr _size, uint32 _data_shm_id,
708 offset = _offset;
715 void* cmd, GLenum _target, GLintptr _offset, GLsizeiptr _size,
718 cmd)->Init(_target, _offset, _size, _data_shm_id, _data_shm_offset);
760 void Init(GLenum _target, GLintptr _offset, GLsizeiptr _size) {
764 offset = _offset;
768 void* Set(void* cmd, GLenum _target, GLintptr _offset, GLsizeiptr _size) {
770 static_cast<ValueType*>(cmd)->Init(_target, _offset, _size);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass32/
dwarf32_testhd.asm 973 .string "_offset"
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/passwin64/
dwarfwin64_testhd.asm 1054 .string "_offset"
  /external/elfutils/tests/
run-show-die-info.sh 684 Name : _offset
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
intel_tris.c 704 #define TAG(x) x##_offset
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c 704 #define TAG(x) x##_offset
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelinePanel.js     [all...]
  /external/libvpx/libvpx/nestegg/src/
nestegg.c 324 offsetof(STRUCT, FIELD ## _offset) }
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 5132 __off64_t _offset; member in struct:_IO_FILE
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
dwarf64_leb128.asm     [all...]
  /prebuilts/sdk/14/
android.jar 

Completed in 1140 milliseconds

1 2 3 45