Home
last modified time | relevance | path

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

/aosp_15_r20/external/arm-optimized-routines/networking/
H A Dchksum_common.h70 uint16_t load16(const void *ptr) in load16() function
/aosp_15_r20/external/mbedtls/3rdparty/everest/include/everest/kremlin/
H A Dc_endianness.h159 inline static uint16_t load16(uint8_t *b) { in load16() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/
H A Dc_endianness.h159 inline static uint16_t load16(uint8_t *b) { in load16() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Dint4mm.cu513 int4 load16 = reinterpret_cast<const int4*>(bPtrCur)[0]; in load() local