Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
Dclear_cache.c127 const uintptr_t end_int = (uintptr_t) end; in __clear_cache()
131 if ((end_int - start_int) <= address_range_limit) { in __clear_cache()
132 clear_mips_cache(start, (end_int - start_int)); in __clear_cache()
134 syscall(__NR_cacheflush, start, (end_int - start_int), BCACHE); in __clear_cache()
137 syscall(__NR_cacheflush, start, (end_int - start_int), BCACHE); in __clear_cache()
/external/python/cpython3/Lib/xmlrpc/
Dclient.py732 def end_int(self, data): member in Unmarshaller
735 dispatch["i1"] = end_int
736 dispatch["i2"] = end_int
737 dispatch["i4"] = end_int
738 dispatch["i8"] = end_int
739 dispatch["int"] = end_int
740 dispatch["biginteger"] = end_int
/external/python/cpython2/Lib/
Dxmlrpclib.py866 def end_int(self, data): member in Unmarshaller
869 dispatch["i4"] = end_int
870 dispatch["i8"] = end_int
871 dispatch["int"] = end_int
/external/python/cpython3/Tools/demo/
Dss1.py261 def end_int(self, text): member in SheetParser
267 end_long = end_int
/external/python/cpython2/Demo/tkinter/guido/
Dss1.py263 def end_int(self, text): member in SheetParser