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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
peephole.c 23 #define SETARG(arr, i, val) arr[i+2] = val>>8; arr[i+1] = val & 255
73 SETARG(codestr, (n*3), len_consts);
185 SETARG(codestr, 4, len_consts);
238 SETARG(codestr, 1, len_consts);
373 SETARG(codestr, i, j);
388 SETARG(codestr, i, (j^1));
410 SETARG(codestr, i, j);
532 SETARG(codestr, i, tgttgt);
543 SETARG(codestr, i, (tgt + 3));
578 SETARG(codestr, i, tgttgt);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
peephole.c 23 #define SETARG(arr, i, val) arr[i+2] = val>>8; arr[i+1] = val & 255
73 SETARG(codestr, (n*3), len_consts);
196 SETARG(codestr, 4, len_consts);
249 SETARG(codestr, 1, len_consts);
382 SETARG(codestr, i, j);
397 SETARG(codestr, i, (j^1));
419 SETARG(codestr, i, j);
542 SETARG(codestr, i, tgttgt);
556 SETARG(codestr, i, (tgt + 3));
591 SETARG(codestr, i, tgttgt);
    [all...]

Completed in 57 milliseconds