HomeSort by relevance Sort by last modified time
    Searched refs:gch (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lstate.h 186 GCheader gch; /* common header */ member in union:GCObject
197 #define gch(o) (&(o)->gch) macro
201 check_exp(novariant((o)->gch.tt) == LUA_TSTRING, &((o)->ts))
203 #define rawgco2u(o) check_exp((o)->gch.tt == LUA_TUSERDATA, &((o)->u))
205 #define gco2lcl(o) check_exp((o)->gch.tt == LUA_TLCL, &((o)->cl.l))
206 #define gco2ccl(o) check_exp((o)->gch.tt == LUA_TCCL, &((o)->cl.c))
208 check_exp(novariant((o)->gch.tt) == LUA_TFUNCTION, &((o)->cl))
209 #define gco2t(o) check_exp((o)->gch.tt == LUA_TTABLE, &((o)->h))
210 #define gco2p(o) check_exp((o)->gch.tt == LUA_TPROTO, &((o)->p)
    [all...]
lgc.h 99 #define iswhite(x) testbits((x)->gch.marked, WHITEBITS)
100 #define isblack(x) testbit((x)->gch.marked, BLACKBIT)
102 (!testbits((x)->gch.marked, WHITEBITS | bitmask(BLACKBIT)))
104 #define isold(x) testbit((x)->gch.marked, OLDBIT)
108 #define resetoldbit(o) resetbit((o)->gch.marked, OLDBIT)
112 #define isdead(g,v) isdeadm(otherwhite(g), (v)->gch.marked)
114 #define changewhite(x) ((x)->gch.marked ^= WHITEBITS)
115 #define gray2black(x) l_setbit((x)->gch.marked, BLACKBIT)
lgc.c 60 (gch(x)->marked = cast_byte((gch(x)->marked & maskcolors) | luaC_white(g)))
62 #define white2gray(x) resetbits(gch(x)->marked, WHITEBITS)
63 #define black2gray(x) resetbit(gch(x)->marked, BLACKBIT)
66 #define isfinalized(x) testbit(gch(x)->marked, FINALIZEDBIT)
139 lua_assert(gch(o)->tt != LUA_TTABLE);
157 lua_assert(isblack(o) && !isdead(g, o) && gch(o)->tt == LUA_TTABLE);
219 gch(o)->marked = luaC_white(g);
220 gch(o)->tt = tt;
221 gch(o)->next = *list
    [all...]
lstring.c 78 GCObject *next = gch(p)->next; /* save next */
80 gch(p)->next = tb->hash[h]; /* chain it */
139 o = gch(o)->next) {
lfunc.c 102 gch(o)->next = g->allgc; /* link upvalue into 'allgc' list */
lobject.h 177 #define righttt(obj) (ttype(obj) == gcvalue(obj)->gch.tt)
203 val_(io).gc=i_g; settt_(io, ctb(gch(i_g)->tt)); }
ldo.c 146 for (up = L->openupval; up != NULL; up = up->gch.next)
  /ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c 263 int32x4_t gch = vqdmlal_lane_s16(ugh, vget_high_s16(vv), cf16, 2); local
264 int16x8_t gc = vcombine_s16(vrshrn_n_s32(gcl, 16), vrshrn_n_s32(gch, 16));
311 int32x4_t gch = vqdmlal_lane_s16(ugh, vget_high_s16(vv), cf16, 2); local
312 int16x8_t gc = vcombine_s16(vrshrn_n_s32(gcl, 16), vrshrn_n_s32(gch, 16));
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
make.py     [all...]
ninja.py     [all...]
  /external/clang/tools/scan-build/
ccc-analyzer 183 $Output =~ s/[.]gch$//;
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer 184 $Output =~ s/[.]gch$//;
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer 184 $Output =~ s/[.]gch$//;
  /ndk/build/core/
build-binary.mk 427 $(call compile-cpp-source,$(LOCAL_PCH),$(LOCAL_BUILT_PCH).gch)
431 $(eval $(LOCAL_OBJS_DIR)/$(call get-object-name,$(src)) : $(LOCAL_OBJS_DIR)/$(LOCAL_BUILT_PCH).gch)\

Completed in 272 milliseconds