OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iswhite
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lgc.h
99
#define
iswhite
(x) testbits((x)->gch.marked, WHITEBITS)
macro
117
#define valiswhite(x) (iscollectable(x) &&
iswhite
(gcvalue(x)))
134
{ if (
iswhite
(obj2gco(o)) && isblack(obj2gco(p))) \
138
{ if (
iswhite
(obj2gco(o)) && isblack(obj2gco(p))) luaC_barrierback_(L,p); }
/external/skia/third_party/lua/src/
lgc.h
99
#define
iswhite
(x) testbits((x)->gch.marked, WHITEBITS)
macro
117
#define valiswhite(x) (iscollectable(x) &&
iswhite
(gcvalue(x)))
134
{ if (
iswhite
(obj2gco(o)) && isblack(obj2gco(p))) \
138
{ if (
iswhite
(obj2gco(o)) && isblack(obj2gco(p))) luaC_barrierback_(L,p); }
/external/syslinux/com32/lua/src/
lgc.h
99
#define
iswhite
(x) testbits((x)->gch.marked, WHITEBITS)
macro
117
#define valiswhite(x) (iscollectable(x) &&
iswhite
(gcvalue(x)))
134
{ if (
iswhite
(obj2gco(o)) && isblack(obj2gco(p))) \
138
{ if (
iswhite
(obj2gco(o)) && isblack(obj2gco(p))) luaC_barrierback_(L,p); }
/toolchain/binutils/binutils-2.25/opcodes/
z8kgen.c
39
#define
iswhite
(x) ((x) == ' ' || (x) == '\t')
macro
[
all
...]
Completed in 2731 milliseconds