OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__limit
(Results
1 - 5
of
5
) sorted by null
/external/stlport/stlport/stl/
_bitset.c
61
const size_t
__limit
= _Nw - __wshift - 1;
local
64
for (size_t __n = 0; __n <=
__limit
; ++__n)
69
for (size_t __n = 0; __n <
__limit
; ++__n)
72
_M_w[
__limit
] = _M_w[_Nw-1] >> __offset;
75
fill(_M_w +
__limit
+ 1, _M_w + _Nw, __STATIC_CAST(_WordT,0));
_function.h
394
_STLP_UINT32_T operator()(_STLP_UINT32_T
__limit
) {
398
return _M_table[_M_index1] %
__limit
;
/ndk/sources/cxx-stl/stlport/stlport/stl/
_bitset.c
61
const size_t
__limit
= _Nw - __wshift - 1;
local
64
for (size_t __n = 0; __n <=
__limit
; ++__n)
69
for (size_t __n = 0; __n <
__limit
; ++__n)
72
_M_w[
__limit
] = _M_w[_Nw-1] >> __offset;
75
fill(_M_w +
__limit
+ 1, _M_w + _Nw, __STATIC_CAST(_WordT,0));
_function.h
394
_STLP_UINT32_T operator()(_STLP_UINT32_T
__limit
) {
398
return _M_table[_M_index1] %
__limit
;
/external/kernel-headers/original/asm-x86/
system_32.h
195
unsigned long
__limit
;
local
197
:"=r" (
__limit
):"r" (segment));
198
return
__limit
+1;
Completed in 471 milliseconds