Searched refs:hi (Results 1 – 6 of 6) sorted by relevance
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/common/math/ |
D | macros.h | 85 uint32_t hi = v >> 32; in floatFromUint64() local 88 if (!hi) { // This is very fast for cases where 'v' fits into a uint32_t. in floatFromUint64() 91 return ((float)hi) * 4294967296.0f + (float)lo; in floatFromUint64()
|
/system/security/identity/util/test/java/com/android/security/identity/internal/ |
D | HkdfTest.java | 63 int hi = Character.digit(hex.charAt(2 * i), 16); in hexDecode() local 65 if ((hi == -1) || (lo == -1)) { in hexDecode() 68 result[i] = (byte) (16 * hi + lo); in hexDecode()
|
/system/extras/libfec/ |
D | fec_open.cpp | 58 uint64_t hi = file_size - mi / 2; in find_offset() local 60 while (lo < hi) { in find_offset() 61 mi = ((hi + lo) / (2 * FEC_BLOCKSIZE)) * FEC_BLOCKSIZE; in find_offset() 67 hi = mi; in find_offset()
|
/system/keymaster/key_blob_utils/ |
D | ocb.c | 167 block hi = _mm_load_si128((__m128i*)(KtopStr + 0)); /* hi = B A */ in gen_offset() local 171 lo = _mm_xor_si128(_mm_sll_epi64(hi, lshift), _mm_srl_epi64(lo, rshift)); in gen_offset() 207 vector unsigned hi = *(vector unsigned*)(KtopStr + 0); in gen_offset() local 211 lo = vec_sld(hi, lo, 4); in gen_offset() 213 vector unsigned t = vec_sld(hi, lo, 4); in gen_offset() 214 lo = vec_sld(hi, lo, 8); in gen_offset() 215 hi = t; in gen_offset() 219 return hi; in gen_offset() 223 hi = vec_sl(hi, lshift); in gen_offset() 225 return vec_xor(hi, lo); in gen_offset() [all …]
|
/system/libprocinfo/testdata/ |
D | maps | 1588 …0-70eb5f2000 r--s 00000000 fc:00 1094 /system/usr/hyphen-data/hyph-hi.hyb
|
/system/memory/libmeminfo/testdata1/ |
D | smaps | 49993 …000-7007fa636000 r--s 00000000 fe:00 1005 /system/usr/hyphen-data/hyph-hi.hyb
|