HomeSort by relevance Sort by last modified time
    Searched defs:tx1 (Results 1 - 5 of 5) sorted by null

  /external/linux-kselftest/tools/testing/selftests/timers/
adjtick.c 129 struct timex tx1; local
131 tx1.modes = ADJ_TICK;
132 tx1.modes |= ADJ_OFFSET;
133 tx1.modes |= ADJ_FREQUENCY;
134 tx1.modes |= ADJ_STATUS;
136 tx1.status = STA_PLL;
137 tx1.offset = 0;
138 tx1.freq = 0;
139 tx1.tick = tickval;
141 adjtimex(&tx1);
182 struct timex tx1; local
    [all...]
raw_skew.c 108 struct timex tx1, tx2; local
117 tx1.modes = 0;
118 adjtimex(&tx1);
123 if (tx1.offset)
143 ppm = (tx1.freq + tx2.freq) * 1000 / 2;
144 ppm = (long long)tx1.freq * 1000;
  /external/pdfium/third_party/libopenjpeg20/
pi.h 103 OPJ_INT32 tx0, ty0, tx1, ty1; member in struct:opj_pi_iterator
openjpeg.h 339 OPJ_INT32 tx0,tx1,ty0,ty1; member in struct:opj_poc
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 1184 const float *tx0, *tx1; local
1197 tx1 = get_texel_2d(samp, addr, x1, 0);
1201 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]);
1221 const float *tx0, *tx1; local
1259 const float *tx0, *tx1, *tx2, *tx3; local
1303 const float *tx0, *tx1, *tx2, *tx3; local
1348 const float *tx0, *tx1, *tx2, *tx3; local
    [all...]

Completed in 556 milliseconds