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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
memory.cpp 96 parent(parent), __offset(offset) {
114 return __offset;
memory.hpp 102 size_t __offset; member in struct:clover::sub_buffer
  /external/mesa3d/src/gallium/state_trackers/clover/core/
memory.cpp 96 parent(parent), __offset(offset) {
114 return __offset;
memory.hpp 102 size_t __offset; member in struct:clover::sub_buffer
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
random_shuffle.h 176 _SequenceIndex __offset = 0, __global_offset = 0; local
185 __sd->_M_dist[__s + 1][__t] += __offset;
186 __offset = __sd->_M_dist[__s + 1][__d->_M_num_threads];
190 (::operator new(sizeof(_ValueType) * __offset));
239 for (_SequenceIndex __i = 0; __i < __offset; ++__i)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
bitset 219 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD;
221 if (__offset == 0)
227 - __offset);
229 _M_w[__n] = ((_M_w[__n - __wshift] << __offset)
231 _M_w[__wshift] = _M_w[0] << __offset;
245 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD;
248 if (__offset == 0)
254 - __offset);
256 _M_w[__n] = ((_M_w[__n + __wshift] >> __offset)
258 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
bitset 219 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD;
221 if (__offset == 0)
227 - __offset);
229 _M_w[__n] = ((_M_w[__n - __wshift] << __offset)
231 _M_w[__wshift] = _M_w[0] << __offset;
245 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD;
248 if (__offset == 0)
254 - __offset);
256 _M_w[__n] = ((_M_w[__n + __wshift] >> __offset)
258 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
bitset 219 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD;
221 if (__offset == 0)
227 - __offset);
229 _M_w[__n] = ((_M_w[__n - __wshift] << __offset)
231 _M_w[__wshift] = _M_w[0] << __offset;
245 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD;
248 if (__offset == 0)
254 - __offset);
256 _M_w[__n] = ((_M_w[__n + __wshift] >> __offset)
258 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
bitset 219 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD;
221 if (__offset == 0)
227 - __offset);
229 _M_w[__n] = ((_M_w[__n - __wshift] << __offset)
231 _M_w[__wshift] = _M_w[0] << __offset;
245 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD;
248 if (__offset == 0)
254 - __offset);
256 _M_w[__n] = ((_M_w[__n + __wshift] >> __offset)
258 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
bitset 219 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD;
221 if (__offset == 0)
227 - __offset);
229 _M_w[__n] = ((_M_w[__n - __wshift] << __offset)
231 _M_w[__wshift] = _M_w[0] << __offset;
245 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD;
248 if (__offset == 0)
254 - __offset);
256 _M_w[__n] = ((_M_w[__n + __wshift] >> __offset)
258 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
testidn.cpp 411 int32_t __offset;
415 __offset=(&idnTrie)->getFoldingOffset(result);
418 if(__offset>0) {
419 (result)=_UTRIE_GET_RAW((&idnTrie), index, __offset, (0x2323E)&0x3ff);
  /external/icu4c/test/intltest/
testidn.cpp 412 int32_t __offset;
416 __offset=(&idnTrie)->getFoldingOffset(result);
419 if(__offset>0) {
420 (result)=_UTRIE_GET_RAW((&idnTrie), index, __offset, (0x2323E)&0x3ff);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h 301 extern __off_t lseek (int __fd, __off_t __offset, int __whence) __THROW;
305 (int __fd, __off64_t __offset, int __whence),
312 extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence)
344 __off_t __offset) __wur;
352 __off_t __offset) __wur;
356 __off64_t __offset),
359 size_t __nbytes, __off64_t __offset),
372 __off64_t __offset) __wur;
376 __off64_t __offset) __wur;
884 size_t __offset, unsigned int __scale
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
bitset 241 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD;
243 if (__offset == 0)
249 - __offset);
251 _M_w[__n] = ((_M_w[__n - __wshift] << __offset)
253 _M_w[__wshift] = _M_w[0] << __offset;
267 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD;
270 if (__offset == 0)
276 - __offset);
278 _M_w[__n] = ((_M_w[__n + __wshift] >> __offset)
280 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 301 extern __off_t lseek (int __fd, __off_t __offset, int __whence) __THROW;
305 (int __fd, __off64_t __offset, int __whence),
312 extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence)
344 __off_t __offset) __wur;
352 __off_t __offset) __wur;
356 __off64_t __offset),
359 size_t __nbytes, __off64_t __offset),
372 __off64_t __offset) __wur;
376 __off64_t __offset) __wur;
884 size_t __offset, unsigned int __scale
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 301 extern __off_t lseek (int __fd, __off_t __offset, int __whence) __THROW;
305 (int __fd, __off64_t __offset, int __whence),
312 extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence)
344 __off_t __offset) __wur;
352 __off_t __offset) __wur;
356 __off64_t __offset),
359 size_t __nbytes, __off64_t __offset),
372 __off64_t __offset) __wur;
376 __off64_t __offset) __wur;
884 size_t __offset, unsigned int __scale
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
bitset 241 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD;
243 if (__offset == 0)
249 - __offset);
251 _M_w[__n] = ((_M_w[__n - __wshift] << __offset)
253 _M_w[__wshift] = _M_w[0] << __offset;
267 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD;
270 if (__offset == 0)
276 - __offset);
278 _M_w[__n] = ((_M_w[__n + __wshift] >> __offset)
280 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
    [all...]

Completed in 1512 milliseconds

1 23 4 5 6 7