Home
last modified time | relevance | path

Searched defs:shift (Results 1 – 16 of 16) sorted by relevance

/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidItem.cpp29 int shift = 0; in dataAsUnsigned() local
/hardware/google/gfxstream/guest/android-emu/aemu/base/
Dring_buffer.c194 uint32_t shift = 0; in ring_buffer_calc_shift() local
212 uint32_t shift = ring_buffer_calc_shift(size); in ring_buffer_view_init() local
226 uint32_t shift = ring_buffer_calc_shift(size); in ring_buffer_init_view_only() local
/hardware/google/aemu/base/
Dring_buffer.cpp171 uint32_t shift = 0; in ring_buffer_calc_shift() local
189 uint32_t shift = ring_buffer_calc_shift(size); in ring_buffer_view_init() local
203 uint32_t shift = ring_buffer_calc_shift(size); in ring_buffer_init_view_only() local
/hardware/google/gfxstream/host/testlibs/
DEvent.h33 bool shift; member
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
Diio_utils.h75 unsigned shift; member
96 unsigned *shift, in iioutils_get_type()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
Diio_utils.h77 unsigned shift; member
98 unsigned *shift, in iioutils_get_type()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
Diio_utils.h77 unsigned shift; member
98 unsigned *shift, in iioutils_get_type()
/hardware/nxp/secure_element/pn8x/libese-spi/p73/lib/
DphNxpEse_Api.cpp1296 short int count = 0, shift = 3; in phNxpEse_GgetTimerTlvBuffer() local
/hardware/libhardware/include/hardware/
Dsensors.h111 #define SENSOR_FLAG_MASK(nbit, shift) (((1<<(nbit))-1)<<(shift)) argument
112 #define SENSOR_FLAG_MASK_1(shift) SENSOR_FLAG_MASK(1, shift) argument
/hardware/libhardware/include_all/hardware/
Dsensors.h111 #define SENSOR_FLAG_MASK(nbit, shift) (((1<<(nbit))-1)<<(shift)) argument
112 #define SENSOR_FLAG_MASK_1(shift) SENSOR_FLAG_MASK(1, shift) argument
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_vecmathlib_neon_4.h407 static const int32x4_t shift = vld1q_s32(shifta); in mask() local
Dstb_image.h2268 int shift = j->succ_low; in stbi__jpeg_decode_block_prog_ac() local
2553 #define dct_pass(bias,shift) \ in stbi__idct_simd() argument
2725 #define dct_pass(shiftop, shift) \ in stbi__idct_simd() argument
5324 static int stbi__shiftsigned(unsigned int v, int shift, int bits) in stbi__shiftsigned()
Dwuffs-v0.3.c4069 uint32_t shift = ((plane & 0x03) * 8) + 6; in wuffs_base__pixel_subsampling__bias_x() local
4077 uint32_t shift = ((plane & 0x03) * 8) + 4; in wuffs_base__pixel_subsampling__denominator_x() local
4084 uint32_t shift = ((plane & 0x03) * 8) + 2; in wuffs_base__pixel_subsampling__bias_y() local
4092 uint32_t shift = ((plane & 0x03) * 8) + 0; in wuffs_base__pixel_subsampling__denominator_y() local
11340 uint32_t shift = 8 * (8 - n); in wuffs_base__io_reader__match7() local
13139 uint32_t shift = ((uint32_t)(1051 - exp)); // 1051 = 0x3F0 + 53 - 10. in wuffs_base__ieee_754_bit_representation__from_f64_to_u16_truncate() local
13203 uint32_t shift = ((uint32_t)(926 - exp)); // 926 = 0x380 + 53 - 23. in wuffs_base__ieee_754_bit_representation__from_f64_to_u32_truncate() local
13575 uint32_t shift) { in wuffs_base__private_implementation__high_prec_dec__lshift_num_new_digits()
13681 uint32_t shift) { in wuffs_base__private_implementation__high_prec_dec__small_lshift()
13733 uint32_t shift) { in wuffs_base__private_implementation__high_prec_dec__small_rshift()
[all …]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dml_math_func.c148 long inv_q_shift_mult(long a, long b, int shift) in inv_q_shift_mult()
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Dml_math_func.c148 long inv_q_shift_mult(long a, long b, int shift) in inv_q_shift_mult()
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image.h2268 int shift = j->succ_low; in stbi__jpeg_decode_block_prog_ac() local
2553 #define dct_pass(bias,shift) \ in stbi__idct_simd() argument
2725 #define dct_pass(shiftop, shift) \ in stbi__idct_simd() argument
5331 static int stbi__shiftsigned(unsigned int v, int shift, int bits) in stbi__shiftsigned()