Home
last modified time | relevance | path

Searched refs:suffix_start (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Objects/
Dbytearrayobject.c1349 const char *suffix_start = suffix->buf; in bytearray_removesuffix_impl() local
1354 suffix_start, suffix_len) == 0) in bytearray_removesuffix_impl()
Dbytesobject.c2328 const char *suffix_start = suffix->buf; in bytes_removesuffix_impl() local
2334 suffix_start, suffix_len) == 0) in bytes_removesuffix_impl()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlower_static_tensor_list.cc357 auto suffix_start = in matchAndRewriteImplWithSliceAndConcat() local
375 /*start_index=*/suffix_start, in matchAndRewriteImplWithSliceAndConcat()