Searched defs:JS_CONFIG_NEXT (Results 1 – 2 of 2) sorted by relevance
240 #define JS_CONFIG_NEXT(n) (JS_BASE + ((n) * 0x80) + 0x58) macro
245 #define JS_CONFIG_NEXT(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x58) macro