Home
last modified time | relevance | path

Searched defs:aligned_end (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Objects/stringlib/
Dcodecs.h29 const char *aligned_end = (const char *) _Py_ALIGN_DOWN(end, SIZEOF_LONG); in STRINGLIB() local
499 const unsigned char *aligned_end = in STRINGLIB() local
Dfind_max_char.h23 const unsigned char *aligned_end = in STRINGLIB() local
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_libc.cpp265 uptr *aligned_end = (uptr *)RoundDownTo((uptr)end, sizeof(uptr)); in mem_is_zero() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_libc.cc272 uptr *aligned_end = (uptr *)RoundDownTo((uptr)end, sizeof(uptr)); in mem_is_zero() local
/external/python/cpython3/Objects/
Dbytes_methods.c118 const char *aligned_end = (const char *) _Py_ALIGN_DOWN(end, SIZEOF_LONG); in _Py_bytes_isascii() local
Dunicodeobject.c4923 const char *aligned_end = (const char *) _Py_ALIGN_DOWN(end, SIZEOF_LONG); in ascii_decode() local
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc1256 const int aligned_end = slice_num_cols / N * slice_num_rows; in ShuffleMatrix() local