/l4re-core-master/lua/lib/contrib/src/ |
A D | lgc.h | 63 #define bitmask(b) (1<<(b)) macro 64 #define bit2mask(b1,b2) (bitmask(b1) | bitmask(b2)) 65 #define l_setbit(x,b) setbits(x, bitmask(b)) 66 #define resetbit(x,b) resetbits(x, bitmask(b)) 67 #define testbit(x,b) testbits(x, bitmask(b)) 90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))
|
A D | lgc.c | 64 #define maskcolors (bitmask(BLACKBIT) | WHITEBITS) 80 (x->marked = cast_byte((x->marked & ~WHITEBITS) | bitmask(BLACKBIT))) 1295 luaC_runtilstate(L, bitmask(GCSpause)); /* prepare to start a new cycle */ in entergen() 1296 luaC_runtilstate(L, bitmask(GCSpropagate)); /* start new cycle */ in entergen() 1379 luaC_runtilstate(L, bitmask(GCSpropagate)); /* start new cycle */ in stepgenfull() 1388 luaC_runtilstate(L, bitmask(GCSpause)); /* finish collection */ in stepgenfull() 1701 luaC_runtilstate(L, bitmask(GCSpause)); in fullinc() 1702 luaC_runtilstate(L, bitmask(GCScallfin)); /* run up to finalizers */ in fullinc() 1705 luaC_runtilstate(L, bitmask(GCSpause)); /* finish collection */ in fullinc()
|
A D | lstate.c | 363 g->currentwhite = bitmask(WHITE0BIT); in lua_newstate()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/ |
A D | dl-hash.c | 222 const ElfW(Addr) *bitmask = tpnt->l_gnu_bitmask; in ElfW() 224 ElfW(Addr) bitmask_word = bitmask[(hash / __ELF_NATIVE_CLASS) & tpnt->l_gnu_bitmask_idxbits]; in ElfW() 228 _dl_assert (bitmask != NULL); in ElfW()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/ |
A D | valarray | 321 * represents a bitmask indicating which elements should be copied into 325 * @param __m The valarray bitmask. 335 * represents a bitmask indicating which elements are part of the 339 * @param __m The valarray bitmask.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/ |
A D | valarray | 321 * represents a bitmask indicating which elements should be copied into 325 * @param __m The valarray bitmask. 335 * represents a bitmask indicating which elements are part of the 339 * @param __m The valarray bitmask.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/ |
A D | valarray | 321 * represents a bitmask indicating which elements should be copied into 325 * @param __m The valarray bitmask. 335 * represents a bitmask indicating which elements are part of the 339 * @param __m The valarray bitmask.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/ |
A D | valarray | 321 * represents a bitmask indicating which elements should be copied into 325 * @param __m The valarray bitmask. 335 * represents a bitmask indicating which elements are part of the 339 * @param __m The valarray bitmask.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/ |
A D | valarray | 332 * represents a bitmask indicating which elements should be copied into 336 * @param __m The valarray bitmask. 346 * represents a bitmask indicating which elements are part of the 350 * @param __m The valarray bitmask.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/ |
A D | valarray | 332 * represents a bitmask indicating which elements should be copied into 336 * @param __m The valarray bitmask. 346 * represents a bitmask indicating which elements are part of the 350 * @param __m The valarray bitmask.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/ |
A D | valarray | 332 * represents a bitmask indicating which elements should be copied into 336 * @param __m The valarray bitmask. 346 * represents a bitmask indicating which elements are part of the 350 * @param __m The valarray bitmask.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/ |
A D | valarray | 321 * represents a bitmask indicating which elements should be copied into 325 * @param __m The valarray bitmask. 335 * represents a bitmask indicating which elements are part of the 339 * @param __m The valarray bitmask.
|
/l4re-core-master/l4sys/include/cxx/ |
A D | types | 204 * This allows to use the enum type as bitmask type with '&',
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/ |
A D | regex | 83 * @brief This is a bitmask type indicating how to interpret the regex. 185 * below for any bitmask elements set. 207 * @brief This is a bitmask type indicating regex matching rules.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/ |
A D | regex | 83 * @brief This is a bitmask type indicating how to interpret the regex. 185 * below for any bitmask elements set. 207 * @brief This is a bitmask type indicating regex matching rules.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/ |
A D | regex | 83 * @brief This is a bitmask type indicating how to interpret the regex. 185 * below for any bitmask elements set. 207 * @brief This is a bitmask type indicating regex matching rules.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/ |
A D | regex | 83 * @brief This is a bitmask type indicating how to interpret the regex. 185 * below for any bitmask elements set. 207 * @brief This is a bitmask type indicating regex matching rules.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/ |
A D | regex | 83 * @brief This is a bitmask type indicating how to interpret the regex. 185 * below for any bitmask elements set. 207 * @brief This is a bitmask type indicating regex matching rules.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/ |
A D | regex | 83 * @brief This is a bitmask type indicating how to interpret the regex. 185 * below for any bitmask elements set. 207 * @brief This is a bitmask type indicating regex matching rules.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/ |
A D | regex | 83 * @brief This is a bitmask type indicating how to interpret the regex. 185 * below for any bitmask elements set. 207 * @brief This is a bitmask type indicating regex matching rules.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/ |
A D | regex | 83 * @brief This is a bitmask type indicating how to interpret the regex. 185 * below for any bitmask elements set. 207 * @brief This is a bitmask type indicating regex matching rules.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/ |
A D | Config.in | 2415 as a bitmask with the following bits:
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/ |
A D | ChangeLog | 1860 little_endian element in bitmask.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/ |
A D | ChangeLog | 465 little_endian element in bitmask.
|