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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_hotshot.c 583 pack_packed_int(ProfilerObject *self, int value) function
616 return pack_packed_int(self, value >> bits);
631 if (pack_packed_int(self, (int)len) < 0)
666 if (pack_packed_int(self, fileno) < 0)
683 if (pack_packed_int(self, fileno) < 0)
685 if (pack_packed_int(self, lineno) < 0)
724 pack_packed_int(self, lineno);
726 return pack_packed_int(self, tdelta);
764 return pack_packed_int(self, tdelta);
    [all...]
  /external/python/cpython2/Modules/
_hotshot.c 583 pack_packed_int(ProfilerObject *self, int value) function
616 return pack_packed_int(self, value >> bits);
635 if (pack_packed_int(self, (int)len) < 0)
670 if (pack_packed_int(self, fileno) < 0)
687 if (pack_packed_int(self, fileno) < 0)
689 if (pack_packed_int(self, lineno) < 0)
728 pack_packed_int(self, lineno);
730 return pack_packed_int(self, tdelta);
768 return pack_packed_int(self, tdelta);
    [all...]

Completed in 81 milliseconds