Searched defs:current_bytes (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/utf8_range/ |
D | lemire-sse.c | 41 static inline void checkSmallerThan0xF4(__m128i current_bytes, in checkSmallerThan0xF4() 87 static inline void checkFirstContinuationMax(__m128i current_bytes, in checkFirstContinuationMax() 107 static inline void checkOverlong(__m128i current_bytes, in checkOverlong() 149 checkUTF8Bytes(__m128i current_bytes, struct processed_utf_bytes *previous, in checkUTF8Bytes() 183 __m128i current_bytes = _mm_loadu_si128((const __m128i *)(src + i)); in utf8_lemire() local 193 __m128i current_bytes = _mm_loadu_si128((const __m128i *)(buffer)); in utf8_lemire() local
|
D | lemire-neon.c | 44 static inline void checkSmallerThan0xF4(int8x16_t current_bytes, in checkSmallerThan0xF4() 92 static inline void checkFirstContinuationMax(int8x16_t current_bytes, in checkFirstContinuationMax() 128 static inline void checkOverlong(int8x16_t current_bytes, in checkOverlong() 158 checkUTF8Bytes(int8x16_t current_bytes, struct processed_utf_bytes *previous, in checkUTF8Bytes() 193 int8x16_t current_bytes = vld1q_s8((int8_t*)(src + i)); in utf8_lemire() local 203 int8x16_t current_bytes = vld1q_s8((int8_t *)buffer); in utf8_lemire() local
|
D | lemire-avx2.c | 49 static inline void avxcheckSmallerThan0xF4(__m256i current_bytes, in avxcheckSmallerThan0xF4() 101 static inline void avxcheckFirstContinuationMax(__m256i current_bytes, in avxcheckFirstContinuationMax() 124 static inline void avxcheckOverlong(__m256i current_bytes, in avxcheckOverlong() 175 avxcheckUTF8Bytes(__m256i current_bytes, in avxcheckUTF8Bytes() 209 __m256i current_bytes = _mm256_loadu_si256((const __m256i *)(src + i)); in utf8_lemire_avx2() local 219 __m256i current_bytes = _mm256_loadu_si256((const __m256i *)(buffer)); in utf8_lemire_avx2() local
|
/aosp_15_r20/external/grpc-grpc/third_party/utf8_range/ |
H A D | lemire-sse.c | 41 static inline void checkSmallerThan0xF4(__m128i current_bytes, in checkSmallerThan0xF4() 87 static inline void checkFirstContinuationMax(__m128i current_bytes, in checkFirstContinuationMax() 107 static inline void checkOverlong(__m128i current_bytes, in checkOverlong() 149 checkUTF8Bytes(__m128i current_bytes, struct processed_utf_bytes *previous, in checkUTF8Bytes() 183 __m128i current_bytes = _mm_loadu_si128((const __m128i *)(src + i)); in utf8_lemire() local 193 __m128i current_bytes = _mm_loadu_si128((const __m128i *)(buffer)); in utf8_lemire() local
|
H A D | lemire-avx2.c | 49 static inline void avxcheckSmallerThan0xF4(__m256i current_bytes, in avxcheckSmallerThan0xF4() 101 static inline void avxcheckFirstContinuationMax(__m256i current_bytes, in avxcheckFirstContinuationMax() 124 static inline void avxcheckOverlong(__m256i current_bytes, in avxcheckOverlong() 175 avxcheckUTF8Bytes(__m256i current_bytes, in avxcheckUTF8Bytes() 209 __m256i current_bytes = _mm256_loadu_si256((const __m256i *)(src + i)); in utf8_lemire_avx2() local 219 __m256i current_bytes = _mm256_loadu_si256((const __m256i *)(buffer)); in utf8_lemire_avx2() local
|
H A D | lemire-neon.c | 44 static inline void checkSmallerThan0xF4(int8x16_t current_bytes, in checkSmallerThan0xF4() 92 static inline void checkFirstContinuationMax(int8x16_t current_bytes, in checkFirstContinuationMax() 128 static inline void checkOverlong(int8x16_t current_bytes, in checkOverlong() 158 checkUTF8Bytes(int8x16_t current_bytes, struct processed_utf_bytes *previous, in checkUTF8Bytes() 193 int8x16_t current_bytes = vld1q_s8((int8_t*)(src + i)); in utf8_lemire() local 203 int8x16_t current_bytes = vld1q_s8((int8_t *)buffer); in utf8_lemire() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
H A D | pjrt_client.h | 329 int64_t current_bytes() const { in current_bytes() function
|
/aosp_15_r20/external/leveldb/db/ |
H A D | db_impl.cc | 842 const uint64_t current_bytes = compact->builder->FileSize(); in FinishCompactionOutputFile() local
|
/aosp_15_r20/external/stressapptest/src/ |
H A D | worker.cc | 3099 int64 current_bytes; in ValidateBlockOnDisk() local
|
/aosp_15_r20/art/runtime/gc/ |
H A D | heap.cc | 2167 uint64_t current_bytes = GetBytesFreedEver(std::memory_order_acquire) + GetBytesAllocated(); in GetBytesAllocatedEver() local
|