Searched refs:td (Results 1 – 4 of 4) sorted by relevance
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | data_builder.c | 376 long td[3]; in inv_get_9_axis_timestamp() local 393 td[0] = sample_rate_us - sensors.quat.sample_rate_us; in inv_get_9_axis_timestamp() 394 td[1] = sample_rate_us - sensors.compass.sample_rate_us; in inv_get_9_axis_timestamp() 397 idx = inv_pick_best_time_difference(td[0], td[1]); in inv_get_9_axis_timestamp() 405 td[2] = sample_rate_us - sensors.accel.sample_rate_us; in inv_get_9_axis_timestamp() 407 idx = inv_pick_best_time_difference(td[0], td[1]); in inv_get_9_axis_timestamp() 408 idx2 = inv_pick_best_time_difference(td[idx], td[2]); in inv_get_9_axis_timestamp() 422 td[0] = sample_rate_us - sensors.gyro.sample_rate_us; in inv_get_9_axis_timestamp() 423 idx = inv_pick_best_time_difference(td[0], td[1]); in inv_get_9_axis_timestamp() 424 idx2 = inv_pick_best_time_difference(td[idx], td[2]); in inv_get_9_axis_timestamp() [all …]
|
/hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/html/ |
D | style.css | 18 .variablelist td:first-child 55 td.shortcuts 138 div.table table td, div.table table th
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/assets/css/ |
D | main.css | 59 dd p, td p { margin-bottom: 0; } 60 dd p:first-child, td p:first-child { margin-top: 0; } 162 td, th { selector 168 td { background: #E6E9F5; } selector 169 td dl { margin: 0; } 170 td dl dl { margin: 1em 0; } 171 td pre:first-child { margin-top: 0; }
|
/hardware/intel/img/psb_video/src/ |
D | tng_hostcode.c | 1121 IMG_INT tb, td, tx; in tng_update_driver_mv_scaling() local 1126 td = (uRef0Num * 2) - (uRef1Num * 2); in tng_update_driver_mv_scaling() 1127 tx = (16384 + tng__abs(td / 2)) / td; in tng_update_driver_mv_scaling() 1141 td = (uRef0Num * 2) - (uRef1Num * 2); in tng_update_driver_mv_scaling() 1142 tx = (16384 + tng__abs(td / 2)) / td; in tng_update_driver_mv_scaling()
|