Home
last modified time | relevance | path

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

/external/python/cpython2/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()
635 if (pack_packed_int(self, (int)len) < 0) in pack_string()
670 if (pack_packed_int(self, fileno) < 0) in pack_define_file()
687 if (pack_packed_int(self, fileno) < 0) in pack_define_func()
689 if (pack_packed_int(self, lineno) < 0) in pack_define_func()
728 pack_packed_int(self, lineno); in pack_enter()
730 return pack_packed_int(self, tdelta); in pack_enter()
768 return pack_packed_int(self, tdelta); in pack_lineno_tdelta()