Home
last modified time | relevance | path

Searched refs:pack_packed_int (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_hotshot.c583 pack_packed_int(ProfilerObject *self, int value) in pack_packed_int() function
616 return pack_packed_int(self, value >> bits); in pack_modified_packed_int()
631 if (pack_packed_int(self, (int)len) < 0) in pack_string()
666 if (pack_packed_int(self, fileno) < 0) in pack_define_file()
683 if (pack_packed_int(self, fileno) < 0) in pack_define_func()
685 if (pack_packed_int(self, lineno) < 0) in pack_define_func()
724 pack_packed_int(self, lineno); in pack_enter()
726 return pack_packed_int(self, tdelta); in pack_enter()
764 return pack_packed_int(self, tdelta); in pack_lineno_tdelta()