Home
last modified time | relevance | path

Searched refs:bitmask (Results 1 – 24 of 24) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlgc.h63 #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 Dlgc.c64 #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 Dlstate.c363 g->currentwhite = bitmask(WHITE0BIT); in lua_newstate()
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/
A Ddl-hash.c222 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 Dvalarray321 * 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 Dvalarray321 * 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 Dvalarray321 * 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 Dvalarray321 * 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 Dvalarray332 * 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 Dvalarray332 * 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 Dvalarray332 * 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 Dvalarray321 * 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 Dtypes204 * This allows to use the enum type as bitmask type with '&',
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/
A Dregex83 * @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 Dregex83 * @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 Dregex83 * @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 Dregex83 * @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 Dregex83 * @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 Dregex83 * @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 Dregex83 * @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 Dregex83 * @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 DConfig.in2415 as a bitmask with the following bits:
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/
A DChangeLog1860 little_endian element in bitmask.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/
A DChangeLog465 little_endian element in bitmask.

Completed in 64 milliseconds