Home
last modified time | relevance | path

Searched refs:end_int (Results 1 – 3 of 3) 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/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/cpython2/Demo/tkinter/guido/
Dss1.py263 def end_int(self, text): member in SheetParser