Searched refs:shift_ptr (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
D | jquanti-neon.c | 100 DCTELEM *shift_ptr = divisors + 3 * DCTSIZE2; in jsimd_quantize_neon() local 118 int16x8_t shift0 = vld1q_s16(shift_ptr + (i + 0) * DCTSIZE); in jsimd_quantize_neon() 119 int16x8_t shift1 = vld1q_s16(shift_ptr + (i + 1) * DCTSIZE); in jsimd_quantize_neon() 120 int16x8_t shift2 = vld1q_s16(shift_ptr + (i + 2) * DCTSIZE); in jsimd_quantize_neon() 121 int16x8_t shift3 = vld1q_s16(shift_ptr + (i + 3) * DCTSIZE); in jsimd_quantize_neon()
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_hd.h | 378 ssize_t nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin,
|
D | nghttp2_hd.c | 848 static ssize_t decode_length(uint32_t *res, size_t *shift_ptr, int *fin, in decode_length() argument 855 *shift_ptr = 0; in decode_length() 900 *shift_ptr = shift; in decode_length() 2294 ssize_t nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin, in nghttp2_hd_decode_length() argument 2297 return decode_length(res, shift_ptr, fin, initial, shift, in, last, prefix); in nghttp2_hd_decode_length()
|
/third_party/nghttp2/lib/ |
D | nghttp2_hd.h | 378 ssize_t nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin,
|
D | nghttp2_hd.c | 848 static ssize_t decode_length(uint32_t *res, size_t *shift_ptr, int *fin, in decode_length() argument 855 *shift_ptr = 0; in decode_length() 900 *shift_ptr = shift; in decode_length() 2294 ssize_t nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin, in nghttp2_hd_decode_length() argument 2297 return decode_length(res, shift_ptr, fin, initial, shift, in, last, prefix); in nghttp2_hd_decode_length()
|