HomeSort by relevance Sort by last modified time
    Searched full:__offset (Results 51 - 75 of 172) sorted by null

1 23 4 5 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
mman.h 59 int __flags, int __fd, __off_t __offset) __THROW;
64 int __flags, int __fd, __off64_t __offset),
72 int __flags, int __fd, __off64_t __offset) __THROW;
  /external/elfutils/libelf/
libelf.h 262 extern Elf_Scn *elf32_offscn (Elf *__elf, Elf32_Off __offset);
264 extern Elf_Scn *elf64_offscn (Elf *__elf, Elf64_Off __offset);
335 loff_t __offset, size_t __size,
339 off_t __offset, size_t __size,
346 extern char *elf_strptr (Elf *__elf, size_t __index, size_t __offset);
362 extern size_t elf_rand (Elf *__elf, size_t __offset);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
in.h 490 extern int inet6_opt_append (void *__extbuf, socklen_t __extlen, int __offset,
493 extern int inet6_opt_finish (void *__extbuf, socklen_t __extlen, int __offset)
495 extern int inet6_opt_set_val (void *__databuf, int __offset, void *__val,
497 extern int inet6_opt_next (void *__extbuf, socklen_t __extlen, int __offset,
500 extern int inet6_opt_find (void *__extbuf, socklen_t __extlen, int __offset,
503 extern int inet6_opt_get_val (void *__databuf, int __offset, void *__val,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
in.h 490 extern int inet6_opt_append (void *__extbuf, socklen_t __extlen, int __offset,
493 extern int inet6_opt_finish (void *__extbuf, socklen_t __extlen, int __offset)
495 extern int inet6_opt_set_val (void *__databuf, int __offset, void *__val,
497 extern int inet6_opt_next (void *__extbuf, socklen_t __extlen, int __offset,
500 extern int inet6_opt_find (void *__extbuf, socklen_t __extlen, int __offset,
503 extern int inet6_opt_get_val (void *__databuf, int __offset, void *__val,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
in.h 490 extern int inet6_opt_append (void *__extbuf, socklen_t __extlen, int __offset,
493 extern int inet6_opt_finish (void *__extbuf, socklen_t __extlen, int __offset)
495 extern int inet6_opt_set_val (void *__databuf, int __offset, void *__val,
497 extern int inet6_opt_next (void *__extbuf, socklen_t __extlen, int __offset,
500 extern int inet6_opt_find (void *__extbuf, socklen_t __extlen, int __offset,
503 extern int inet6_opt_get_val (void *__databuf, int __offset, void *__val,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr2/
dynamic_bitset 357 size_t __offset = __pos % _S_bits_per_block;
358 if (__offset == 0)
362 this->_M_hiword() |= (__block << __offset);
363 this->_M_w.push_back(__block >> (_S_bits_per_block - __offset));
376 const size_t __offset = __shift % _S_bits_per_block;
378 if (__offset == 0)
383 const size_t __sub_offset = _S_bits_per_block - __offset;
385 this->_M_w[__n] = ((this->_M_w[__n - __wshift] << __offset)
387 this->_M_w[__wshift] = this->_M_w[0] << __offset;
402 const size_t __offset = __shift % _S_bits_per_block
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr2/
dynamic_bitset 357 size_t __offset = __pos % _S_bits_per_block;
358 if (__offset == 0)
362 this->_M_hiword() |= (__block << __offset);
363 this->_M_w.push_back(__block >> (_S_bits_per_block - __offset));
376 const size_t __offset = __shift % _S_bits_per_block;
378 if (__offset == 0)
383 const size_t __sub_offset = _S_bits_per_block - __offset;
385 this->_M_w[__n] = ((this->_M_w[__n - __wshift] << __offset)
387 this->_M_w[__wshift] = this->_M_w[0] << __offset;
402 const size_t __offset = __shift % _S_bits_per_block
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr2/
dynamic_bitset 356 size_t __offset = __pos % _S_bits_per_block;
357 if (__offset == 0)
361 this->_M_hiword() |= (__block << __offset);
362 this->_M_w.push_back(__block >> (_S_bits_per_block - __offset));
375 const size_t __offset = __shift % _S_bits_per_block;
377 if (__offset == 0)
382 const size_t __sub_offset = _S_bits_per_block - __offset;
384 this->_M_w[__n] = ((this->_M_w[__n - __wshift] << __offset)
386 this->_M_w[__wshift] = this->_M_w[0] << __offset;
401 const size_t __offset = __shift % _S_bits_per_block
    [all...]