Searched refs:__offset (Results 1 - 25 of 167) sorted by relevance

1234567

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
H A Dsendfile.h34 extern ssize_t sendfile (int __out_fd, int __in_fd, off_t *__offset,
39 (int __out_fd, int __in_fd, __off64_t *__offset,
46 extern ssize_t sendfile64 (int __out_fd, int __in_fd, __off64_t *__offset,
H A Duio.h67 __off_t __offset) __wur;
79 __off_t __offset) __wur;
83 int __count, __off64_t __offset),
86 int __count, __off64_t __offset),
105 __off64_t __offset) __wur;
117 __off64_t __offset) __wur;
H A Dmman.h59 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;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
H A Dsendfile.h34 extern ssize_t sendfile (int __out_fd, int __in_fd, off_t *__offset,
39 (int __out_fd, int __in_fd, __off64_t *__offset,
46 extern ssize_t sendfile64 (int __out_fd, int __in_fd, __off64_t *__offset,
H A Duio.h67 __off_t __offset) __wur;
79 __off_t __offset) __wur;
83 int __count, __off64_t __offset),
86 int __count, __off64_t __offset),
105 __off64_t __offset) __wur;
117 __off64_t __offset) __wur;
H A Dmman.h59 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;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
H A Dfcntl.h164 extern int posix_fadvise (int __fd, __off_t __offset, __off_t __len,
168 extern int __REDIRECT_NTH (posix_fadvise, (int __fd, __off64_t __offset,
176 extern int posix_fadvise64 (int __fd, __off64_t __offset, __off64_t __len,
186 extern int posix_fallocate (int __fd, __off_t __offset, __off_t __len);
189 extern int __REDIRECT (posix_fallocate, (int __fd, __off64_t __offset,
197 extern int posix_fallocate64 (int __fd, __off64_t __offset, __off64_t __len);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dfcntl.h164 extern int posix_fadvise (int __fd, __off_t __offset, __off_t __len,
168 extern int __REDIRECT_NTH (posix_fadvise, (int __fd, __off64_t __offset,
176 extern int posix_fadvise64 (int __fd, __off64_t __offset, __off64_t __len,
186 extern int posix_fallocate (int __fd, __off_t __offset, __off_t __len);
189 extern int __REDIRECT (posix_fallocate, (int __fd, __off64_t __offset,
197 extern int posix_fallocate64 (int __fd, __off64_t __offset, __off64_t __len);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
H A Dunistd.h50 __off_t __offset, size_t __bufsize) __wur;
52 __off64_t __offset, size_t __bufsize) __wur;
55 __off_t __offset), pread) __wur;
58 __off64_t __offset), pread64) __wur;
61 __off_t __offset, size_t __bufsize), __pread_chk)
66 __off64_t __offset, size_t __bufsize),
73 pread (int __fd, void *__buf, size_t __nbytes, __off_t __offset) argument
78 return __pread_chk (__fd, __buf, __nbytes, __offset, __bos0 (__buf));
81 return __pread_chk_warn (__fd, __buf, __nbytes, __offset,
84 return __pread_alias (__fd, __buf, __nbytes, __offset);
88 pread(int __fd, void *__buf, size_t __nbytes, __off64_t __offset) argument
106 pread64(int __fd, void *__buf, size_t __nbytes, __off64_t __offset) argument
[all...]
H A Dfcntl.h262 extern ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
286 extern int fallocate (int __fd, int __mode, __off_t __offset, __off_t __len);
289 extern int __REDIRECT (fallocate, (int __fd, int __mode, __off64_t __offset,
297 extern int fallocate64 (int __fd, int __mode, __off64_t __offset,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
H A Dunistd.h50 __off_t __offset, size_t __bufsize) __wur;
52 __off64_t __offset, size_t __bufsize) __wur;
55 __off_t __offset), pread) __wur;
58 __off64_t __offset), pread64) __wur;
61 __off_t __offset, size_t __bufsize), __pread_chk)
66 __off64_t __offset, size_t __bufsize),
73 pread (int __fd, void *__buf, size_t __nbytes, __off_t __offset) argument
78 return __pread_chk (__fd, __buf, __nbytes, __offset, __bos0 (__buf));
81 return __pread_chk_warn (__fd, __buf, __nbytes, __offset,
84 return __pread_alias (__fd, __buf, __nbytes, __offset);
88 pread(int __fd, void *__buf, size_t __nbytes, __off64_t __offset) argument
106 pread64(int __fd, void *__buf, size_t __nbytes, __off64_t __offset) argument
[all...]
H A Dfcntl.h262 extern ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
286 extern int fallocate (int __fd, int __mode, __off_t __offset, __off_t __len);
289 extern int __REDIRECT (fallocate, (int __fd, int __mode, __off64_t __offset,
297 extern int fallocate64 (int __fd, int __mode, __off64_t __offset,
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_bitset.c38 const size_t __offset = __shift % __BITS_PER_WORD; local
40 if (__offset == 0)
45 const size_t __sub_offset = __BITS_PER_WORD - __offset;
47 _M_w[__n] = (_M_w[__n - __wshift] << __offset) |
49 _M_w[__wshift] = _M_w[0] << __offset;
60 const size_t __offset = __shift % __BITS_PER_WORD; local
63 if (__offset == 0)
68 const size_t __sub_offset = __BITS_PER_WORD - __offset;
70 _M_w[__n] = (_M_w[__n + __wshift] >> __offset) |
72 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
[all...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_bitset.c38 const size_t __offset = __shift % __BITS_PER_WORD; local
40 if (__offset == 0)
45 const size_t __sub_offset = __BITS_PER_WORD - __offset;
47 _M_w[__n] = (_M_w[__n - __wshift] << __offset) |
49 _M_w[__wshift] = _M_w[0] << __offset;
60 const size_t __offset = __shift % __BITS_PER_WORD; local
63 if (__offset == 0)
68 const size_t __sub_offset = __BITS_PER_WORD - __offset;
70 _M_w[__n] = (_M_w[__n + __wshift] >> __offset) |
72 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
[all...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_bitset.c38 const size_t __offset = __shift % __BITS_PER_WORD; local
40 if (__offset == 0)
45 const size_t __sub_offset = __BITS_PER_WORD - __offset;
47 _M_w[__n] = (_M_w[__n - __wshift] << __offset) |
49 _M_w[__wshift] = _M_w[0] << __offset;
60 const size_t __offset = __shift % __BITS_PER_WORD; local
63 if (__offset == 0)
68 const size_t __sub_offset = __BITS_PER_WORD - __offset;
70 _M_w[__n] = (_M_w[__n + __wshift] >> __offset) |
72 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
[all...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_bitset.c38 const size_t __offset = __shift % __BITS_PER_WORD; local
40 if (__offset == 0)
45 const size_t __sub_offset = __BITS_PER_WORD - __offset;
47 _M_w[__n] = (_M_w[__n - __wshift] << __offset) |
49 _M_w[__wshift] = _M_w[0] << __offset;
60 const size_t __offset = __shift % __BITS_PER_WORD; local
63 if (__offset == 0)
68 const size_t __sub_offset = __BITS_PER_WORD - __offset;
70 _M_w[__n] = (_M_w[__n + __wshift] >> __offset) |
72 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
[all...]
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_bitset.c38 const size_t __offset = __shift % __BITS_PER_WORD; local
40 if (__offset == 0)
45 const size_t __sub_offset = __BITS_PER_WORD - __offset;
47 _M_w[__n] = (_M_w[__n - __wshift] << __offset) |
49 _M_w[__wshift] = _M_w[0] << __offset;
60 const size_t __offset = __shift % __BITS_PER_WORD; local
63 if (__offset == 0)
68 const size_t __sub_offset = __BITS_PER_WORD - __offset;
70 _M_w[__n] = (_M_w[__n + __wshift] >> __offset) |
72 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
[all...]
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_bitset.c38 const size_t __offset = __shift % __BITS_PER_WORD; local
40 if (__offset == 0)
45 const size_t __sub_offset = __BITS_PER_WORD - __offset;
47 _M_w[__n] = (_M_w[__n - __wshift] << __offset) |
49 _M_w[__wshift] = _M_w[0] << __offset;
60 const size_t __offset = __shift % __BITS_PER_WORD; local
63 if (__offset == 0)
68 const size_t __sub_offset = __BITS_PER_WORD - __offset;
70 _M_w[__n] = (_M_w[__n + __wshift] >> __offset) |
72 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
[all...]
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_bitset.c38 const size_t __offset = __shift % __BITS_PER_WORD; local
40 if (__offset == 0)
45 const size_t __sub_offset = __BITS_PER_WORD - __offset;
47 _M_w[__n] = (_M_w[__n - __wshift] << __offset) |
49 _M_w[__wshift] = _M_w[0] << __offset;
60 const size_t __offset = __shift % __BITS_PER_WORD; local
63 if (__offset == 0)
68 const size_t __sub_offset = __BITS_PER_WORD - __offset;
70 _M_w[__n] = (_M_w[__n + __wshift] >> __offset) |
72 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
[all...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_bitset.c38 const size_t __offset = __shift % __BITS_PER_WORD; local
40 if (__offset == 0)
45 const size_t __sub_offset = __BITS_PER_WORD - __offset;
47 _M_w[__n] = (_M_w[__n - __wshift] << __offset) |
49 _M_w[__wshift] = _M_w[0] << __offset;
60 const size_t __offset = __shift % __BITS_PER_WORD; local
63 if (__offset == 0)
68 const size_t __sub_offset = __BITS_PER_WORD - __offset;
70 _M_w[__n] = (_M_w[__n + __wshift] >> __offset) |
72 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
H A Dset_operations.h396 _IIter __offset[2]; local
400 __rank, __offset, __op._M_comp);
404 // *(__offset[ 0 ] - 1) == *__offset[ 1 ]
405 if (__offset[ 0 ] != __begin1 && __offset[1] != __end2
406 && !__op._M_comp(*(__offset[0] - 1), *__offset[1])
407 && !__op._M_comp(*__offset[1], *(__offset[
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/parallel/
H A Dset_operations.h396 _IIter __offset[2]; local
400 __rank, __offset, __op._M_comp);
404 // *(__offset[ 0 ] - 1) == *__offset[ 1 ]
405 if (__offset[ 0 ] != __begin1 && __offset[1] != __end2
406 && !__op._M_comp(*(__offset[0] - 1), *__offset[1])
407 && !__op._M_comp(*__offset[1], *(__offset[
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
H A Dset_operations.h396 _IIter __offset[2]; local
400 __rank, __offset, __op._M_comp);
404 // *(__offset[ 0 ] - 1) == *__offset[ 1 ]
405 if (__offset[ 0 ] != __begin1 && __offset[1] != __end2
406 && !__op._M_comp(*(__offset[0] - 1), *__offset[1])
407 && !__op._M_comp(*__offset[1], *(__offset[
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
H A Dset_operations.h396 _IIter __offset[2]; local
400 __rank, __offset, __op._M_comp);
404 // *(__offset[ 0 ] - 1) == *__offset[ 1 ]
405 if (__offset[ 0 ] != __begin1 && __offset[1] != __end2
406 && !__op._M_comp(*(__offset[0] - 1), *__offset[1])
407 && !__op._M_comp(*__offset[1], *(__offset[
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
H A Dset_operations.h396 _IIter __offset[2]; local
400 __rank, __offset, __op._M_comp);
404 // *(__offset[ 0 ] - 1) == *__offset[ 1 ]
405 if (__offset[ 0 ] != __begin1 && __offset[1] != __end2
406 && !__op._M_comp(*(__offset[0] - 1), *__offset[1])
407 && !__op._M_comp(*__offset[1], *(__offset[
[all...]

Completed in 415 milliseconds

1234567