Home
last modified time | relevance | path

Searched refs:Z (Results 1 – 8 of 8) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/lsm303d/
Dlsm303d.cxx127 return accel[Z]; in getAccelZ()
140 coor[Z] = (int16_t(writeThenRead(OUT_Z_H_M)) << 8) in getCoordinates()
160 return coor[Z]; in getCoorZ()
182 accel[Z] = (int16_t(writeThenRead(OUT_Z_H_A)) << 8) in getAcceleration()
Dlsm303d.h81 Z = 2 enumerator
/hardware/bsp/intel/peripheral/libupm/src/lsm303/
Dlsm303.cxx109 return accel[Z]; in getAccelZ()
151 return coor[Z]; in getCoorZ()
174 accel[Z] = (int16_t(readThenWrite(OUT_Z_H_A)) << 8) in getAcceleration()
Dlsm303.h61 #define Z 2 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dthreading.h168 #define sem_init(X,Y,Z) semaphore_create(mach_task_self(), X, SYNC_POLICY_FIFO, Z)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dratectrl.c1136 int Z = cpi->mb.zbin_over_quant; in vp8_update_rate_correction_factors() local
1140 while (Z > 0) in vp8_update_rate_correction_factors()
1142 Z --; in vp8_update_rate_correction_factors()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dquantize_sse4.asm149 sar edi, cl ; also sets Z bit
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/
DREADME92 name "gtest-X.Y.Z" which contains all of the source code. Here are
95 tar -xvzf gtest-X.Y.Z.tar.gz
96 tar -xvjf gtest-X.Y.Z.tar.bz2
97 unzip gtest-X.Y.Z.zip