Searched refs:SETARG (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Python/ |
D | peephole.c | 23 #define SETARG(arr, i, val) arr[i+2] = val>>8; arr[i+1] = val & 255 macro 73 SETARG(codestr, (n*3), len_consts); in tuple_of_constants() 185 SETARG(codestr, 4, len_consts); in fold_binops_on_constants() 238 SETARG(codestr, 1, len_consts); in fold_unaryops_on_constants() 373 SETARG(codestr, i, j); in PyCode_Optimize() 388 SETARG(codestr, i, (j^1)); in PyCode_Optimize() 410 SETARG(codestr, i, j); in PyCode_Optimize() 532 SETARG(codestr, i, tgttgt); in PyCode_Optimize() 543 SETARG(codestr, i, (tgt + 3)); in PyCode_Optimize() 578 SETARG(codestr, i, tgttgt); in PyCode_Optimize() [all …]
|