Home
last modified time | relevance | path

Searched defs:current_bytes (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/utf8_range/
Dlemire-sse.c41 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
Dlemire-neon.c44 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
Dlemire-avx2.c49 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
/external/grpc-grpc/third_party/utf8_range/
Dlemire-sse.c41 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
Dlemire-avx2.c49 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
Dlemire-neon.c44 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
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_client.h329 int64_t current_bytes() const { in current_bytes() function
/external/leveldb/db/
Ddb_impl.cc842 const uint64_t current_bytes = compact->builder->FileSize(); in FinishCompactionOutputFile() local
/external/stressapptest/src/
Dworker.cc3099 int64 current_bytes; in ValidateBlockOnDisk() local