Home
last modified time | relevance | path

Searched refs:memmove16 (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/brotli/c/dec/
H A Ddecode.c170 static BROTLI_INLINE void memmove16(uint8_t* dst, uint8_t* src) { in memmove16() function
1968 memmove16(copy_dst, copy_src); in ProcessCommandsInternal()
1984 memmove16(copy_dst + 16, copy_src + 16); in ProcessCommandsInternal()
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c170 static BROTLI_INLINE void memmove16(uint8_t* dst, uint8_t* src) { in memmove16() function
1968 memmove16(copy_dst, copy_src); in ProcessCommandsInternal()
1984 memmove16(copy_dst + 16, copy_src + 16); in ProcessCommandsInternal()

Completed in 8 milliseconds