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

  /external/chromium_org/third_party/skia/third_party/lua/src/
luaconf.h 313 @@ LUAI_BITSINT defines the number of bits in an int.
319 #define LUAI_BITSINT 16
322 #define LUAI_BITSINT 32
338 #if LUAI_BITSINT >= 32 /* { */
356 #if LUAI_BITSINT >= 32
lopcodes.h 57 ** so they must fit in LUAI_BITSINT-1 bits (-1 for sign)
59 #if SIZE_Bx < LUAI_BITSINT-1
67 #if SIZE_Ax < LUAI_BITSINT-1
ltable.c 42 #if LUAI_BITSINT >= 32
45 #define MAXBITS (LUAI_BITSINT-2)

Completed in 71 milliseconds