HomeSort by relevance Sort by last modified time
    Searched full:r_byte (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
marshal.c 493 #define r_byte(p) ((p)->fp ? getc((p)->fp) : rs_byte(p)) macro
512 x = r_byte(p);
513 x |= r_byte(p) << 8;
641 int type = r_byte(p);
705 n = r_byte(p);
746 n = r_byte(p);
759 n = r_byte(p);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
marshal.c 498 #define r_byte(p) ((p)->fp ? getc((p)->fp) : rs_byte(p)) macro
517 x = r_byte(p);
518 x |= r_byte(p) << 8;
646 int type = r_byte(p);
710 n = r_byte(p);
751 n = r_byte(p);
764 n = r_byte(p);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
marshal.c 493 #define r_byte(p) ((p)->fp ? getc((p)->fp) : rs_byte(p)) macro
512 x = r_byte(p);
513 x |= r_byte(p) << 8;
641 int type = r_byte(p);
705 n = r_byte(p);
746 n = r_byte(p);
759 n = r_byte(p);
    [all...]
  /external/python/cpython2/Python/
marshal.c 492 #define r_byte(p) ((p)->fp ? getc((p)->fp) : rs_byte(p)) macro
511 x = r_byte(p);
512 x |= r_byte(p) << 8;
640 int type = r_byte(p);
704 n = r_byte(p);
745 n = r_byte(p);
758 n = r_byte(p);
    [all...]

Completed in 128 milliseconds