Searched refs:shift_ptr (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
H A 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/nghttp2/lib/ |
H A D | nghttp2_hd.h | 379 ssize_t nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin,
|
H A D | nghttp2_hd.c | 850 * in the next call will be stored in |*shift_ptr|) and returns number 853 static ssize_t decode_length(uint32_t *res, size_t *shift_ptr, int *fin, in decode_length() argument 860 *shift_ptr = 0; in decode_length() 905 *shift_ptr = shift; in decode_length() 2300 ssize_t nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin, in nghttp2_hd_decode_length() argument 2303 return decode_length(res, shift_ptr, fin, initial, shift, in, last, prefix); in nghttp2_hd_decode_length()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_hd.h | 379 ssize_t nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin,
|
H A D | nghttp2_hd.c | 850 * in the next call will be stored in |*shift_ptr|) and returns number 853 static ssize_t decode_length(uint32_t *res, size_t *shift_ptr, int *fin, in decode_length() argument 860 *shift_ptr = 0; in decode_length() 905 *shift_ptr = shift; in decode_length() 2300 ssize_t nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin, in nghttp2_hd_decode_length() argument 2303 return decode_length(res, shift_ptr, fin, initial, shift, in, last, prefix); in nghttp2_hd_decode_length()
|
Completed in 11 milliseconds