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

  /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/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...]

Completed in 166 milliseconds