Searched refs:get_u16 (Results 1 – 3 of 3) sorted by relevance
323 val = get_u16(buf + pos + 1); in lre_dump_bytecode()370 n = get_u16(buf + pos + 1); in lre_dump_bytecode()381 n = get_u16(buf + pos + 1); in lre_dump_bytecode()970 val = get_u16(bc_buf + pos + 1); in re_check_advance()974 val = get_u16(bc_buf + pos + 1); in re_check_advance()1049 val = get_u16(bc_buf + pos + 1); in re_is_simple_quantifier()1053 val = get_u16(bc_buf + pos + 1); in re_is_simple_quantifier()1797 val = get_u16(bc_buf + pos + 1); in compute_stack_size()1801 val = get_u16(bc_buf + pos + 1); in compute_stack_size()2173 val = get_u16(pc); in lre_exec_backtrack()[all …]
180 static inline uint32_t get_u16(const uint8_t *tab) in get_u16() function
16729 idx = get_u16(pc); in JS_CallInternal()16738 idx = get_u16(pc); in JS_CallInternal()16747 idx = get_u16(pc); in JS_CallInternal()16755 idx = get_u16(pc); in JS_CallInternal()16764 idx = get_u16(pc); in JS_CallInternal()16773 idx = get_u16(pc); in JS_CallInternal()16904 idx = get_u16(pc); in JS_CallInternal()28589 printf(" %u,%u", get_u16(tab + pos), get_u16(tab + pos + 2)); in dump_byte_code()34224 *pval = get_u16(s->ptr); in bc_get_u16()52568 v = get_u16(ptr); in js_dataview_getValue()[all …]
Completed in 108 milliseconds