Home
last modified time | relevance | path

Searched refs:tx1 (Results 1 – 12 of 12) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/timers/
Dadjtick.c129 struct timex tx1; in check_tick_adj() local
131 tx1.modes = ADJ_TICK; in check_tick_adj()
132 tx1.modes |= ADJ_OFFSET; in check_tick_adj()
133 tx1.modes |= ADJ_FREQUENCY; in check_tick_adj()
134 tx1.modes |= ADJ_STATUS; in check_tick_adj()
136 tx1.status = STA_PLL; in check_tick_adj()
137 tx1.offset = 0; in check_tick_adj()
138 tx1.freq = 0; in check_tick_adj()
139 tx1.tick = tickval; in check_tick_adj()
141 adjtimex(&tx1); in check_tick_adj()
[all …]
Draw_skew.c108 struct timex tx1, tx2; in main() local
117 tx1.modes = 0; in main()
118 adjtimex(&tx1); in main()
123 if (tx1.offset) in main()
143 ppm = (tx1.freq + tx2.freq) * 1000 / 2; in main()
144 ppm = (long long)tx1.freq * 1000; in main()
/external/mesa3d/src/amd/addrlib/r800/
Dsiaddrlib.cpp597 UINT_32 tx0, tx1; in TileCoordToMaskElementIndex() local
601 tx1 = _BIT(tx,1); in TileCoordToMaskElementIndex()
610 elemIdx2 = tx1; in TileCoordToMaskElementIndex()
611 elemIdx1 = tx1 ^ ty1; in TileCoordToMaskElementIndex()
612 elemIdx0 = tx1 ^ ty0; in TileCoordToMaskElementIndex()
618 elemIdx1 = tx1; in TileCoordToMaskElementIndex()
619 elemIdx0 = tx1 ^ ty1; in TileCoordToMaskElementIndex()
625 elemIdx0 = tx1^ty0; in TileCoordToMaskElementIndex()
626 elemIdx1 = tx1; in TileCoordToMaskElementIndex()
632 elemIdx0 = tx1^ty0; in TileCoordToMaskElementIndex()
[all …]
/external/pdfium/third_party/libopenjpeg20/
Dpi.c341 pi->poc.tx1 = pi->tx1; in opj_pi_next_rpcl()
345 …for (pi->x = pi->poc.tx0; pi->x < pi->poc.tx1; pi->x += (OPJ_INT32)(pi->dx - (OPJ_UINT32)(pi->x % … in opj_pi_next_rpcl()
360 trx1 = opj_int_ceildiv(pi->tx1, (OPJ_INT32)(comp->dx << levelno)); in opj_pi_next_rpcl()
428 pi->poc.tx1 = pi->tx1; in opj_pi_next_pcrl()
431 …for (pi->x = pi->poc.tx0; pi->x < pi->poc.tx1; pi->x += (OPJ_INT32)(pi->dx - (OPJ_UINT32)(pi->x % … in opj_pi_next_pcrl()
444 trx1 = opj_int_ceildiv(pi->tx1, (OPJ_INT32)(comp->dx << levelno)); in opj_pi_next_pcrl()
512 pi->poc.tx1 = pi->tx1; in opj_pi_next_cprl()
515 …for (pi->x = pi->poc.tx0; pi->x < pi->poc.tx1; pi->x += (OPJ_INT32)(pi->dx - (OPJ_UINT32)(pi->x % … in opj_pi_next_cprl()
526 trx1 = opj_int_ceildiv(pi->tx1, (OPJ_INT32)(comp->dx << levelno)); in opj_pi_next_cprl()
1272 l_current_pi->tx1 = l_tx1; in opj_pi_create_decode()
[all …]
Dpi.h103 OPJ_INT32 tx0, ty0, tx1, ty1; member
Dopenjpeg.h339 OPJ_INT32 tx0,tx1,ty0,ty1; member
/external/toybox/tests/
Dprintf.test22 testing "hex" "$PRINTF 'A\x1b\x2B\x3Q\xa' | od -An -tx1" \
/external/e2fsprogs/tests/u_not_undo/
Dscript14 od -tx1 -Ad -c < $TDB_FILE >> $OUT
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c208 unsigned tx1 = (*s % 16) * hud->font.glyph_width; in hud_draw_string() local
210 unsigned tx2 = tx1 + hud->font.glyph_width; in hud_draw_string()
223 vertices[num++] = (float) tx1; in hud_draw_string()
228 vertices[num++] = (float) tx1; in hud_draw_string()
/external/vboot_reference/utility/
Ddev_debug_vboot369 loghead od -Ax -tx1 "${kfile}"
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c1394 const float *tx0, *tx1; in img_filter_1d_linear() local
1406 tx1 = get_texel_1d_array(sp_sview, sp_samp, addr, x1, in img_filter_1d_linear()
1411 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]); in img_filter_1d_linear()
1428 const float *tx0, *tx1; in img_filter_1d_array_linear() local
1439 tx1 = get_texel_1d_array(sp_sview, sp_samp, addr, x1, layer); in img_filter_1d_array_linear()
1443 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]); in img_filter_1d_array_linear()
/external/llvm/test/CodeGen/PowerPC/
Dpr17168.ll466 !410 = !DIGlobalVariable(name: "tx1", line: 31, isLocal: true, isDefinition: true, scope: null, fil…