HomeSort by relevance Sort by last modified time
    Searched refs:wt (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/skia/src/pathops/
SkAddIntersections.cpp 12 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt,
17 __FUNCTION__, LINE_DEBUG_DATA(wt.pts()), LINE_DEBUG_DATA(wn.pts()));
21 i[0][0], LINE_DEBUG_DATA(wt.pts()), PT_DEBUG_DATA(i, 0));
32 static void debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt,
38 __FUNCTION__, QUAD_DEBUG_DATA(wt.pts()), LINE_DEBUG_DATA(wn.pts()));
42 i[0][0], QUAD_DEBUG_DATA(wt.pts()), PT_DEBUG_DATA(i, 0));
53 static void debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt,
58 __FUNCTION__, QUAD_DEBUG_DATA(wt.pts()), QUAD_DEBUG_DATA(wn.pts()));
62 i[0][0], QUAD_DEBUG_DATA(wt.pts()), PT_DEBUG_DATA(i, 0));
73 static void debugShowCubicLineIntersection(int pts, const SkIntersectionHelper& wt,
187 SkIntersectionHelper wt; local
412 SkIntersectionHelper wt; local
    [all...]
  /external/skia/src/pathops/
SkAddIntersections.cpp 12 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt,
17 __FUNCTION__, LINE_DEBUG_DATA(wt.pts()), LINE_DEBUG_DATA(wn.pts()));
21 i[0][0], LINE_DEBUG_DATA(wt.pts()), PT_DEBUG_DATA(i, 0));
32 static void debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt,
38 __FUNCTION__, QUAD_DEBUG_DATA(wt.pts()), LINE_DEBUG_DATA(wn.pts()));
42 i[0][0], QUAD_DEBUG_DATA(wt.pts()), PT_DEBUG_DATA(i, 0));
53 static void debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt,
58 __FUNCTION__, QUAD_DEBUG_DATA(wt.pts()), QUAD_DEBUG_DATA(wn.pts()));
62 i[0][0], QUAD_DEBUG_DATA(wt.pts()), PT_DEBUG_DATA(i, 0));
73 static void debugShowCubicLineIntersection(int pts, const SkIntersectionHelper& wt,
187 SkIntersectionHelper wt; local
412 SkIntersectionHelper wt; local
    [all...]
  /external/clang/test/CodeGen/
pascal-wchar-string.c 16 UniChar wt[] = L"\pbar"; // pascal Unicode string local
22 if (wt[0] != 3)
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RouteSpecificPool.java 256 * @param wt the waiting thread
258 public void queueThread(WaitingThread wt) {
259 if (wt == null) {
263 this.waitingThreads.add(wt);
291 * @param wt the waiting thread
293 public void removeThread(WaitingThread wt) {
294 if (wt == null)
297 this.waitingThreads.remove(wt);
RefQueueWorker.java 120 Thread wt = this.workerThread; local
121 if (wt != null) {
123 wt.interrupt();
  /external/libgsm/src/
decode.c 50 word erp[40], wt[160]; local
58 for (k = 0; k <= 39; k++) wt[ j * 40 + k ] = drp[ k ];
61 Gsm_Short_Term_Synthesis_Filter( S, LARcr, wt, s );
short_term.c 265 static void Short_term_synthesis_filtering P5((S,rrp,k,wt,sr),
269 register word * wt, /* [0..k-1] IN */
279 sri = *wt++;
309 static void Fast_Short_term_synthesis_filtering P5((S,rrp,k,wt,sr),
313 register word * wt, /* [0..k-1] IN */
328 register float sri = *wt++;
388 void Gsm_Short_Term_Synthesis_Filter P4((S, LARcr, wt, s),
392 word * wt, /* received d [0..159] IN */
416 FILTER( S, LARp, 13, wt, s );
420 FILTER( S, LARp, 14, wt + 13, s + 13 )
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/test/
lfsr.c 156 int wt = 0; local
159 wt += octet_weight[poly & 0xff];
160 wt += octet_weight[(poly >> 8) & 0xff];
161 wt += octet_weight[(poly >> 16) & 0xff];
162 wt += octet_weight[(poly >> 24)];
164 return wt;
239 wt += (x & 1);
  /external/srtp/test/
lfsr.c 121 int wt = 0; local
124 wt += octet_weight[poly & 0xff];
125 wt += octet_weight[(poly >> 8) & 0xff];
126 wt += octet_weight[(poly >> 16) & 0xff];
127 wt += octet_weight[(poly >> 24)];
129 return wt;
204 wt += (x & 1);
  /external/sonivox/arm-wt-22k/host_src/
arm-wt-22k.mak 23 arm-wt-22k: $(OBJS)
24 $(LD) -o $@ $(OBJS) libarm-wt-22k.a -lm
  /hardware/intel/img/libdrm/tests/
drmstat.c 358 double wt; local
378 wt = usec(&lock_end, &lock_start);
379 if (wt <= 2.5) ++histo[8];
380 if (wt < 5.0) ++histo[0];
381 else if (wt < 50.0) ++histo[1];
382 else if (wt < 500.0) ++histo[2];
383 else if (wt < 5000.0) ++histo[3];
384 else if (wt < 50000.0) ++histo[4];
385 else if (wt < 500000.0) ++histo[5];
386 else if (wt < 5000000.0) ++histo[6]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_texstate.c 286 GLenum wt = sampler->WrapT; local
295 wt = GL_REPEAT;
308 wt == GL_CLAMP ||
311 wt == GL_CLAMP_TO_BORDER || wr == GL_CLAMP_TO_BORDER))
319 ((wt != GL_CLAMP) && (wt != GL_CLAMP_TO_EDGE))))
348 (translate_wrap_mode(wt) << SS3_TCY_ADDR_MODE_SHIFT) |
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_texstate.c 286 GLenum wt = sampler->WrapT; local
295 wt = GL_REPEAT;
308 wt == GL_CLAMP ||
311 wt == GL_CLAMP_TO_BORDER || wr == GL_CLAMP_TO_BORDER))
319 ((wt != GL_CLAMP) && (wt != GL_CLAMP_TO_EDGE))))
348 (translate_wrap_mode(wt) << SS3_TCY_ADDR_MODE_SHIFT) |
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/ldscripts/
i386pe.xr 160 *(.debug_types) *(.gnu.linkonce.wt.*)
i386pe.xu 164 *(.debug_types) *(.gnu.linkonce.wt.*)
i386pep.xr 164 *(.debug_types) *(.gnu.linkonce.wt.*)
i386pep.xu 169 *(.debug_types) *(.gnu.linkonce.wt.*)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_dump.c 239 stream = fopen(filename, "wt");
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump.c 239 stream = fopen(filename, "wt");
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp     [all...]
  /external/skia/experimental/Intersection/
Simplify.cpp     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinTask.java 352 int s; Thread t; ForkJoinWorkerThread wt; ForkJoinPool.WorkQueue w; local
355 (w = (wt = (ForkJoinWorkerThread)t).workQueue).
357 wt.pool.awaitJoin(w, this) :
367 int s; Thread t; ForkJoinWorkerThread wt; local
370 (wt = (ForkJoinWorkerThread)t).pool.awaitJoin(wt.workQueue, this) :
998 ForkJoinWorkerThread wt = (ForkJoinWorkerThread)t; local
1088 ForkJoinWorkerThread wt = (ForkJoinWorkerThread)t; local
1283 Thread t; ForkJoinWorkerThread wt; local
    [all...]
ForkJoinPool.java 1014 Thread wt; Thread.State s; local
1300 ForkJoinWorkerThread wt = null; local
1746 Thread wt = Thread.currentThread(); local
1957 ForkJoinWorkerThread wt = null; local
2172 Thread t; ForkJoinWorkerThread wt; ForkJoinPool pool; WorkQueue q; local
2242 WorkQueue[] ws; WorkQueue w; Thread wt; local
3025 ForkJoinWorkerThread wt; local
    [all...]
  /external/pixman/pixman/
pixman-mips-dspr2.h 347 int wt, \
357 int wt, \
368 wt, wb, \
396 int wt, \
408 int wt, \
418 dst, mask, src_top, src_bottom, wt, wb, vx, unit_x, w); \
  /external/sonivox/arm-wt-22k/lib_src/
arm-wt-22k_lib.mak 23 arm-wt-22k.a: $(OBJS)

Completed in 1817 milliseconds

1 2 3 4 5