Searched defs:alo (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/ |
D | difflib.py | 348 def find_longest_match(self, alo, ahi, blo, bhi): argument 928 def _plain_replace(self, a, alo, ahi, b, blo, bhi): argument 943 def _fancy_replace(self, a, alo, ahi, b, blo, bhi): argument 1041 def _fancy_helper(self, a, alo, ahi, b, blo, bhi): argument
|
/external/python/cpython3/Lib/ |
D | difflib.py | 337 def find_longest_match(self, alo=0, ahi=None, blo=0, bhi=None): argument 919 def _plain_replace(self, a, alo, ahi, b, blo, bhi): argument 933 def _fancy_replace(self, a, alo, ahi, b, blo, bhi): argument 1027 def _fancy_helper(self, a, alo, ahi, b, blo, bhi): argument
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | reference_math.cpp | 2664 cl_ulong alo = a & 0xffffffffULL; in mul128() local
|