Searched refs:pg (Results 1 - 3 of 3) sorted by relevance

/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Ddatalogger_outputs.c51 struct inv_single_sensor_t *pg = &dl_out.sc.gyro; local
54 memcpy(values, &pg->raw, sizeof(short) * 3);
56 *timestamp = pg->timestamp;
67 struct inv_single_sensor_t *pg = &dl_out.sc.gyro; local
71 raw[0] = (long) pg->raw[0] * (1L << 16);
72 raw[1] = (long) pg->raw[1] * (1L << 16);
73 raw[2] = (long) pg->raw[2] * (1L << 16);
74 inv_convert_to_body_with_scale(pg->orientation, pg->sensitivity,
82 *timestamp = pg
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dconfigure.sh1188 enabled gprof && check_add_cflags -pg && check_add_ldflags -pg
/hardware/intel/img/libdrm/
H A Dltmain.sh4765 # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC
4768 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)

Completed in 162 milliseconds