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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fseek.c 65 fseek(FILE *fp, long l_offset, int whence)
70 offset = (off_t)((UINT64)l_offset); // Coerce to unsigned to prevent sign extension
72 offset = (off_t)l_offset; // OK for this one to be negative
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
klm_prot.x 59 unsigned l_offset; /* beginning offset of the lock */
70 unsigned l_offset; /* beginning offset of the lock */
klm_prot.h 30 u_int l_offset; member in struct:klm_lock
38 u_int l_offset; member in struct:klm_holder
nlm_prot.x 31 unsigned l_offset;
61 unsigned l_offset;
nlm_prot.h 32 u_int l_offset; member in struct:nlm_holder
67 u_int l_offset; member in struct:nlm_lock
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
klm_prot.x 58 unsigned l_offset; /* beginning offset of the lock */
69 unsigned l_offset; /* beginning offset of the lock */
klm_prot.h 30 u_int l_offset; member in struct:klm_lock
38 u_int l_offset; member in struct:klm_holder
nlm_prot.x 56 unsigned l_offset;
86 unsigned l_offset;
nlm_prot.h 32 u_int l_offset; member in struct:nlm_holder
67 u_int l_offset; member in struct:nlm_lock
  /toolchain/binutils/binutils-2.25/include/coff/
rs6k64.h 245 bfd_byte l_offset[4]; member in struct:external_ldsym
  /external/compiler-rt/lib/asan/
asan_allocator.cc 314 sptr l_offset = 0, r_offset = 0; local
315 CHECK(AsanChunkView(left_chunk).AddrIsAtRight(addr, 1, &l_offset));
317 if (l_offset < r_offset)
  /external/pdfium/third_party/libopenjpeg20/
j2k.c 4651 OPJ_FLOAT32 l_offset = (OPJ_FLOAT32)(*l_tp_stride_func)(l_tcp) \/ (OPJ_FLOAT32)l_tcp->numlayers; local
7330 OPJ_UINT32 l_offset; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coff64-rs6000.c 639 dst->_l._l_l._l_offset = bfd_get_32 (abfd, src->l_offset);
656 bfd_put_32 (abfd, (bfd_vma) src->_l._l_l._l_offset, dst->l_offset);
    [all...]

Completed in 623 milliseconds