Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/stringlib/
Dfind_max_char.h23 const unsigned char *aligned_end = in STRINGLIB() local
Dcodecs.h27 const char *aligned_end = (const char *) _Py_ALIGN_DOWN(end, SIZEOF_LONG); in STRINGLIB() local
498 const unsigned char *aligned_end = in STRINGLIB() local
/external/tensorflow/tensorflow/contrib/recurrent/python/ops/
Drecurrent.py286 aligned_end=False): argument
662 aligned_end=False): argument
/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.c117 const char *aligned_end = (const char *) _Py_ALIGN_DOWN(end, SIZEOF_LONG); in _Py_bytes_isascii() local
Dunicodeobject.c4764 const char *aligned_end = (const char *) _Py_ALIGN_DOWN(end, SIZEOF_LONG); in ascii_decode() local
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc1255 const int aligned_end = slice_num_cols / N * slice_num_rows; in ShuffleMatrix() local
/external/v8/src/
Dapi.cc5310 const uint16_t* aligned_end = Align(end); in VisitTwoByteString() local