Home
last modified time | relevance | path

Searched defs:z (Results 1 – 25 of 95) sorted by relevance

1234

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dmd5_utils.c144 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
145 #define F2(x, y, z) F1(z, x, y) argument
146 #define F3(x, y, z) (x ^ y ^ z) argument
147 #define F4(x, y, z) (y ^ (x | ~z)) argument
150 #define MD5STEP(f,w,x,y,z,in,s) \ argument
/hardware/bsp/intel/peripheral/libupm/src/lsm9ds0/
Dlsm9ds0.cxx220 int16_t x, y, z; in updateGyroscope() local
238 int16_t x, y, z; in updateAccelerometer() local
256 int16_t x, y, z; in updateMagnetometer() local
588 void LSM9DS0::getAccelerometer(float *x, float *y, float *z) in getAccelerometer()
600 void LSM9DS0::getGyroscope(float *x, float *y, float *z) in getGyroscope()
612 void LSM9DS0::getMagnetometer(float *x, float *y, float *z) in getMagnetometer()
/hardware/bsp/intel/peripheral/libupm/src/adxl335/
Dadxl335.cxx91 int x, y, z; in acceleration() local
117 int x, y, z; in calibrate() local
/hardware/bsp/intel/peripheral/libupm/src/mpu9150/
Dak8975.cxx165 int16_t x, y, z; in update() local
230 void AK8975::getMagnetometer(float *x, float *y, float *z) in getMagnetometer()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dquantize.c26 int x, y, z, sz; in vp8_fast_quantize_b_c() local
73 int x, y, z, sz; in vp8_fast_quantize_b_c() local
110 int x, y, z, sz; in vp8_regular_quantize_b_c() local
166 int z; in vp8_strict_quantize_b_c() local
222 int x, y, z, sz; in vp8_regular_quantize_b_c() local
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dlsm9ds0.js40 var z = new sensorObj.new_floatp(); variable
Dmpu9250.js39 var z = new sensorObj.new_floatp(); variable
Dak8975.js39 var z = new sensorObj.new_floatp(); variable
Dmpu60x0.js39 var z = new sensorObj.new_floatp(); variable
Dmpu9150.js39 var z = new sensorObj.new_floatp(); variable
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dak8975.py48 z = sensorObj.new_floatp() variable
Dmpu9150.py48 z = sensorObj.new_floatp() variable
Dmpu60x0.py48 z = sensorObj.new_floatp() variable
Dmpu9250.py48 z = sensorObj.new_floatp() variable
Dlsm9ds0.py49 z = sensorObj.new_floatp() variable
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
DAKFS_Device.h61 uint8 z; member
70 AKFLOAT z; member
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dmpu9250.cxx54 float x, y, z; in main() local
Dak8975.cxx54 float x, y, z; in main() local
Dmpu9150.cxx54 float x, y, z; in main() local
Dmpu60x0.cxx54 float x, y, z; in main() local
Dlsm9ds0.cxx56 float x, y, z; in main() local
Dmma7455.cxx50 short x, y, z; in main() local
Dadxl335.cxx58 int x, y, z; in main() local
/hardware/bsp/intel/peripheral/libupm/src/mma7660/
Dmma7660.cxx84 void MMA7660::getRawValues(int *x, int *y, int *z) in getRawValues()
256 int x, y, z; in getAcceleration() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymv.c125 MV_CLASS_TYPE vp9_get_mv_class(int z, int *offset) { in vp9_get_mv_class()
144 int s, z, c, o, d, e, f; in inc_mv_component() local

1234