Searched defs:store16 (Results 1 – 4 of 4) sorted by relevance
/external/mbedtls/3rdparty/everest/include/everest/kremlin/ |
D | c_endianness.h | 177 inline static void store16(uint8_t *b, uint16_t i) { in store16() function
|
/external/openthread/third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/ |
D | c_endianness.h | 177 inline static void store16(uint8_t *b, uint16_t i) { in store16() function
|
/external/skia/src/core/ |
D | SkVM.h | 1223 SI void store16 (Ptr ptr, I32 val) { val->store16 (ptr, val); } in store16() function
|
D | SkVM.cpp | 680 void Builder::store16(Ptr ptr, I32 val) { (void)push(Op::store16, val.id,NA,NA,NA, ptr.ix); } in store16() function in skvm::Builder
|