Home
last modified time | relevance | path

Searched refs:tbuf (Results 1 – 10 of 10) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/
DCompassSensor.IIO.9150.cpp335 char sysfs_path[MAX_SYSFS_NAME_LEN], iio_trigger_path[MAX_SYSFS_NAME_LEN], tbuf[2]; in inv_init_sysfs_attributes() local
363 tbuf[0] = num + 0x30; in inv_init_sysfs_attributes()
364 tbuf[1] = 0; in inv_init_sysfs_attributes()
365 sprintf(sysfs_path, "%s%s", "sys/class/input/input", tbuf); in inv_init_sysfs_attributes()
/hardware/invensense/65xx/libsensors_iio/
DCompassSensor.IIO.9150.cpp351 char iio_trigger_path[MAX_SYSFS_NAME_LEN], tbuf[2]; in inv_init_sysfs_attributes() local
382 tbuf[0] = num + 0x30; in inv_init_sysfs_attributes()
383 tbuf[1] = 0; in inv_init_sysfs_attributes()
384 sprintf(sysfs_path, "%s%s", "sys/class/input/input", tbuf); in inv_init_sysfs_attributes()
DCompassSensor.IIO.primary.cpp487 char sysfs_path[MAX_SYSFS_NAME_LEN], tbuf[2]; in inv_init_sysfs_attributes() local
511 tbuf[0] = num + 0x30; in inv_init_sysfs_attributes()
512 tbuf[1] = 0; in inv_init_sysfs_attributes()
513 sprintf(sysfs_path, "%s%s", "sys/class/input/input", tbuf); in inv_init_sysfs_attributes()
DMPLSensor.cpp5025 char tbuf[2]; in inv_init_sysfs_attributes() local
/hardware/invensense/6515/libsensors_iio/
DCompassSensor.IIO.9150.cpp373 char iio_trigger_path[MAX_SYSFS_NAME_LEN], tbuf[2]; in inv_init_sysfs_attributes() local
401 tbuf[0] = num + 0x30; in inv_init_sysfs_attributes()
402 tbuf[1] = 0; in inv_init_sysfs_attributes()
403 sprintf(sysfs_path, "%s%s", "sys/class/input/input", tbuf); in inv_init_sysfs_attributes()
DCompassSensor.IIO.primary.cpp510 char sysfs_path[MAX_SYSFS_NAME_LEN], tbuf[2]; in inv_init_sysfs_attributes() local
534 tbuf[0] = num + 0x30; in inv_init_sysfs_attributes()
535 tbuf[1] = 0; in inv_init_sysfs_attributes()
536 sprintf(sysfs_path, "%s%s", "sys/class/input/input", tbuf); in inv_init_sysfs_attributes()
DMPLSensor.cpp5069 char tbuf[2]; local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_dct_avx2.c1719 __m128i tbuf[8]; in array_transpose_16x16_avx2() local
1721 array_transpose_8x8_avx2(res1, tbuf); in array_transpose_16x16_avx2()
1725 res0[8] = tbuf[0]; in array_transpose_16x16_avx2()
1726 res0[9] = tbuf[1]; in array_transpose_16x16_avx2()
1727 res0[10] = tbuf[2]; in array_transpose_16x16_avx2()
1728 res0[11] = tbuf[3]; in array_transpose_16x16_avx2()
1729 res0[12] = tbuf[4]; in array_transpose_16x16_avx2()
1730 res0[13] = tbuf[5]; in array_transpose_16x16_avx2()
1731 res0[14] = tbuf[6]; in array_transpose_16x16_avx2()
1732 res0[15] = tbuf[7]; in array_transpose_16x16_avx2()
Dvp9_dct_sse2.c1820 __m128i tbuf[8]; in array_transpose_16x16() local
1822 array_transpose_8x8(res1, tbuf); in array_transpose_16x16()
1826 res0[8] = tbuf[0]; in array_transpose_16x16()
1827 res0[9] = tbuf[1]; in array_transpose_16x16()
1828 res0[10] = tbuf[2]; in array_transpose_16x16()
1829 res0[11] = tbuf[3]; in array_transpose_16x16()
1830 res0[12] = tbuf[4]; in array_transpose_16x16()
1831 res0[13] = tbuf[5]; in array_transpose_16x16()
1832 res0[14] = tbuf[6]; in array_transpose_16x16()
1833 res0[15] = tbuf[7]; in array_transpose_16x16()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_idct_intrin_sse2.c1577 __m128i tbuf[8]; in array_transpose_16x16() local
1579 array_transpose_8x8(res1, tbuf); in array_transpose_16x16()
1583 res0[8] = tbuf[0]; in array_transpose_16x16()
1584 res0[9] = tbuf[1]; in array_transpose_16x16()
1585 res0[10] = tbuf[2]; in array_transpose_16x16()
1586 res0[11] = tbuf[3]; in array_transpose_16x16()
1587 res0[12] = tbuf[4]; in array_transpose_16x16()
1588 res0[13] = tbuf[5]; in array_transpose_16x16()
1589 res0[14] = tbuf[6]; in array_transpose_16x16()
1590 res0[15] = tbuf[7]; in array_transpose_16x16()