Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/timers/
Dadjtick.c118 struct timex tx1; in check_tick_adj() local
120 tx1.modes = ADJ_TICK; in check_tick_adj()
121 tx1.modes |= ADJ_OFFSET; in check_tick_adj()
122 tx1.modes |= ADJ_FREQUENCY; in check_tick_adj()
123 tx1.modes |= ADJ_STATUS; in check_tick_adj()
125 tx1.status = STA_PLL; in check_tick_adj()
126 tx1.offset = 0; in check_tick_adj()
127 tx1.freq = 0; in check_tick_adj()
128 tx1.tick = tickval; in check_tick_adj()
130 adjtimex(&tx1); in check_tick_adj()
[all …]
Draw_skew.c96 struct timex tx1, tx2; in main() local
105 tx1.modes = 0; in main()
106 adjtimex(&tx1); in main()
111 if (tx1.offset) in main()
131 ppm = (tx1.freq + tx2.freq) * 1000 / 2; in main()
132 ppm = (long long)tx1.freq * 1000; in main()
137 if (tx1.offset || tx2.offset || in main()
138 tx1.freq != tx2.freq || tx1.tick != tx2.tick) { in main()
/external/mesa3d/src/amd/addrlib/r800/
Dsiaddrlib.cpp1061 UINT_32 tx0, tx1; in TileCoordToMaskElementIndex() local
1065 tx1 = _BIT(tx,1); in TileCoordToMaskElementIndex()
1074 elemIdx2 = tx1; in TileCoordToMaskElementIndex()
1075 elemIdx1 = tx1 ^ ty1; in TileCoordToMaskElementIndex()
1076 elemIdx0 = tx1 ^ ty0; in TileCoordToMaskElementIndex()
1082 elemIdx1 = tx1; in TileCoordToMaskElementIndex()
1083 elemIdx0 = tx1 ^ ty1; in TileCoordToMaskElementIndex()
1089 elemIdx0 = tx1^ty0; in TileCoordToMaskElementIndex()
1090 elemIdx1 = tx1; in TileCoordToMaskElementIndex()
1096 elemIdx0 = tx1^ty0; in TileCoordToMaskElementIndex()
[all …]
/external/pdfium/third_party/libopenjpeg20/
Dpi.c376 pi->poc.tx1 = pi->tx1; in opj_pi_next_rpcl()
381 for (pi->x = pi->poc.tx0; pi->x < pi->poc.tx1; in opj_pi_next_rpcl()
409 trx1 = opj_int_ceildiv(pi->tx1, (OPJ_INT32)(comp->dx << levelno)); in opj_pi_next_rpcl()
512 pi->poc.tx1 = pi->tx1; in opj_pi_next_pcrl()
516 for (pi->x = pi->poc.tx0; pi->x < pi->poc.tx1; in opj_pi_next_pcrl()
543 trx1 = opj_int_ceildiv(pi->tx1, (OPJ_INT32)(comp->dx << levelno)); in opj_pi_next_pcrl()
646 pi->poc.tx1 = pi->tx1; in opj_pi_next_cprl()
650 for (pi->x = pi->poc.tx0; pi->x < pi->poc.tx1; in opj_pi_next_cprl()
674 trx1 = opj_int_ceildiv(pi->tx1, (OPJ_INT32)(comp->dx << levelno)); in opj_pi_next_cprl()
1467 l_current_pi->tx1 = l_tx1; in opj_pi_create_decode()
[all …]
Dpi.h105 OPJ_INT32 tx0, ty0, tx1, ty1; member
Dopenjpeg.h339 OPJ_INT32 tx0, tx1, ty0, ty1; member
/external/u-boot/drivers/net/
Dne2000_base.c182 dp->tx1 = dp->tx2 = 0; in dp83902a_start()
261 dp->tx1 = start_page; in dp83902a_send()
357 if (start_page == dp->tx1) { in dp83902a_send()
523 dp->tx1 = 0; in dp83902a_TxEvent()
530 if (dp->tx1) { in dp83902a_TxEvent()
531 dp83902a_start_xmit(dp->tx1, dp->tx1_len); in dp83902a_TxEvent()
Dne2000_base.h131 int tx1, tx2; /* Page numbers for Tx buffers */ 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/u-boot/arch/m68k/include/asm/coldfire/
Dssi.h14 u32 tx1; member
/external/u-boot/arch/arm/dts/
Ddm816x.dtsi308 dma-names = "tx0", "rx0", "tx1", "rx1",
449 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
489 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
Dam33xx.dtsi467 dma-names = "tx0", "rx0", "tx1", "rx1";
483 dma-names = "tx0", "rx0", "tx1", "rx1";
547 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
594 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
Domap3.dtsi383 dma-names = "tx0", "rx0", "tx1", "rx1",
399 dma-names = "tx0", "rx0", "tx1", "rx1";
414 dma-names = "tx0", "rx0", "tx1", "rx1";
Dda850.dtsi479 "tx1", "tx2", "tx3", "tx4";
Dtegra114.dtsi568 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
Dtegra30.dtsi701 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
Ddra7.dtsi1311 dma-names = "tx0", "rx0", "tx1", "rx1",
1328 dma-names = "tx0", "rx0", "tx1", "rx1";
Dtegra124.dtsi808 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c169 unsigned tx1 = (*s % 16) * hud->font.glyph_width; in hud_draw_string() local
171 unsigned tx2 = tx1 + hud->font.glyph_width; in hud_draw_string()
184 vertices[num++] = (float) tx1; in hud_draw_string()
189 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.c1377 const float *tx0, *tx1; in img_filter_1d_linear() local
1389 tx1 = get_texel_1d_array(sp_sview, sp_samp, addr, x1, in img_filter_1d_linear()
1394 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]); in img_filter_1d_linear()
1411 const float *tx0, *tx1; in img_filter_1d_array_linear() local
1422 tx1 = get_texel_1d_array(sp_sview, sp_samp, addr, x1, layer); in img_filter_1d_array_linear()
1426 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]); in img_filter_1d_array_linear()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dpr17168.ll275 !215 = !DIGlobalVariable(name: "tx1", scope: null, file: !2, line: 31, type: !13, isLocal: true, is…
/external/llvm/test/CodeGen/PowerPC/
Dpr17168.ll466 !410 = !DIGlobalVariable(name: "tx1", line: 31, isLocal: true, isDefinition: true, scope: null, fil…
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D205188ebeff3bf53b02b69ef6c7243b2.000a3aa0.honggfuzz.cov878 …V�Ÿq�.ȇ�c'3�}>��å���T��9v� KfԨk)ݥ'����ƀ���] 5UyR4�>���2 �8\�u粅a���g�M��tx1���DF�vJN<���ђ�A3…