Home
last modified time | relevance | path

Searched defs:high_bits (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/
Dhash.cc66 size_t high_bits = in HashInts32() local
101 size_t high_bits = in HashInts64() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_uint8_3x3_filter.h62 const uint8x16_t high_bits = vshrq_n_u8(b, 4); in vqtbl4q_s8() local
/external/v8/src/s390/
Dsimulator-s390.cc3420 int32_t high_bits = product >> 32; in EVALUATE() local
3790 int32_t high_bits = product >> 32; in EVALUATE() local
7250 int32_t high_bits = product >> 32; in EVALUATE() local
8155 int32_t high_bits = product >> 32; in EVALUATE() local
8456 uint32_t high_bits = product >> 32; in EVALUATE() local
/external/jemalloc_new/src/
Djemalloc.c1779 static const size_t high_bits = SIZE_T_MAX << (sizeof(size_t) * 8 / 2); local