HomeSort by relevance Sort by last modified time
    Searched defs:stackptr (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodedata.c 504 int index, prefix, count, stackptr; local
507 stackptr = 0;
526 stack[stackptr++] = *i++;
527 while(stackptr) {
528 Py_UNICODE code = stack[--stackptr];
557 stack[stackptr++] = value;
576 stack[stackptr++] = code;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodedata.c 504 int index, prefix, count, stackptr; local
507 stackptr = 0;
519 stack[stackptr++] = *i++;
520 while(stackptr) {
521 Py_UNICODE code = stack[--stackptr];
550 stack[stackptr++] = value;
569 stack[stackptr++] = code;
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
vms-alpha.c 299 int stackptr;
298 int stackptr; member in struct:vms_private_data_struct
    [all...]

Completed in 803 milliseconds