Home
last modified time | relevance | path

Searched refs:stack_pop_int (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/jscript/
H A Dengine.c170 static inline HRESULT stack_pop_int(script_ctx_t *ctx, INT *r) in stack_pop_int() function
1549 hres = stack_pop_int(ctx, &r); in interp_or()
1553 hres = stack_pop_int(ctx, &l); in interp_or()
1568 hres = stack_pop_int(ctx, &r); in interp_xor()
1572 hres = stack_pop_int(ctx, &l); in interp_xor()
1587 hres = stack_pop_int(ctx, &r); in interp_and()
1591 hres = stack_pop_int(ctx, &l); in interp_and()
2464 hres = stack_pop_int(ctx, &l); in interp_lshift()
2482 hres = stack_pop_int(ctx, &l); in interp_rshift()