HomeSort by relevance Sort by last modified time
    Searched refs:next_off (Results 1 - 17 of 17) sorted by null

  /external/elfutils/0.153/libdw/
dwarf_nextcu.c 60 dwarf_next_unit (dwarf, off, next_off, header_sizep, versionp, abbrev_offsetp,
64 Dwarf_Off *next_off;
88 *next_off = (Dwarf_Off) -1l;
141 *next_off = -1;
199 *next_off = off + 2 * offset_size - 4 + length;
206 dwarf_nextcu (dwarf, off, next_off, header_sizep, abbrev_offsetp,
210 Dwarf_Off *next_off; variable
216 return INTUSE(dwarf_next_unit) (dwarf, off, next_off, header_sizep, NULL,
dwarf_next_cfi.c 61 dwarf_next_cfi (e_ident, data, eh_frame_p, off, next_off, entry)
66 Dwarf_Off *next_off;
79 *next_off = (Dwarf_Off) -1l;
112 *next_off = off + (2 * offset_size - 4) + length;
libdw.h 292 extern int dwarf_nextcu (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off,
300 extern int dwarf_next_unit (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off,
321 In that case, *NEXT_OFF will be updated before a -1 return.
  /bionic/libc/kernel/uapi/linux/
atm_zatm.h 32 int offset,next_off; member in struct:zatm_pool_info
  /development/ndk/platforms/android-L/include/linux/
atm_zatm.h 32 int offset,next_off; member in struct:zatm_pool_info
  /external/kernel-headers/original/uapi/linux/
atm_zatm.h 29 int offset,next_off; /* alignment optimizations: offset */ member in struct:zatm_pool_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
atm_zatm.h 29 int offset,next_off; /* alignment optimizations: offset */ member in struct:zatm_pool_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atm_zatm.h 29 int offset,next_off; /* alignment optimizations: offset */ member in struct:zatm_pool_info
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
atm_zatm.h 32 int offset,next_off; member in struct:zatm_pool_info
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
atm_zatm.h 32 int offset,next_off; member in struct:zatm_pool_info
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
atm_zatm.h 32 int offset,next_off; member in struct:zatm_pool_info
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
atm_zatm.h 32 int offset,next_off; member in struct:zatm_pool_info
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
atm_zatm.h 32 int offset,next_off; member in struct:zatm_pool_info
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
atm_zatm.h 32 int offset,next_off; member in struct:zatm_pool_info
  /external/elfutils/elfutils/
libdw.h 292 extern int dwarf_nextcu (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off,
300 extern int dwarf_next_unit (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off,
321 In that case, *NEXT_OFF will be updated before a -1 return.
  /external/e2fsprogs/lib/blkid/
probe.c 584 __u64 next_off, fat_entry_off; local
588 next_off = (start_data_sect + next_sect_off) *
592 get_buffer(probe, next_off, buf_size);
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_fax.cpp 360 int next_off = ins_off + ins * 3; local
361 for (; ins_off < next_off; ins_off += 3) {

Completed in 1201 milliseconds