Home
last modified time | relevance | path

Searched defs:lo (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/msm8998/json-c/
Djson_tokener.c104 #define DECODE_SURROGATE_PAIR(hi,lo) ((((hi) & 0x3FF) << 10) + ((lo) & 0x3FF) + 0x10000) argument
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h466 uint32_t lo = static_cast<uint32_t>(val & 0xffffffff); in write64() local
684 uint32_t lo = read(); in read64() local
/hardware/interfaces/keymaster/3.0/vts/functional/
Dattestation_record.cpp180 BIGNUM_Ptr hi(BN_new()), lo(BN_new()); in BignumToUint64() local
/hardware/interfaces/keymaster/4.0/support/
Dattestation_record.cpp195 BIGNUM_Ptr hi(BN_new()), lo(BN_new()); in BignumToUint64() local
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dwlioctl.h898 uint16 lo; /* lower 16 bits of IV */ member