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

1 2 3

  /external/clang/test/CodeGen/
pascal-wchar-string.c 16 UniChar wt[] = L"\pbar"; // pascal Unicode string local
22 if (wt[0] != 3)
  /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 );
long_term.c 61 word wt[40]; local
165 word wt[40]; local
193 /* Initialization of a working array wt
196 for (k = 0; k <= 39; k++) wt[k] = SASR( d[k], scal );
206 # define STEP(k) (longword)wt[k] * dp[k - lambda]
336 /* Initialization of a working array wt
510 /* Initialization of a working array wt
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RefQueueWorker.java 120 Thread wt = this.workerThread; local
121 if (wt != null) {
123 wt.interrupt();
  /external/chromium_org/ash/wm/
window_modality_controller_unittest.cc 246 aura::Window* wt; local
247 wt = ::wm::GetModalTransient(w1.get());
248 ASSERT_EQ(static_cast<aura::Window*>(NULL), wt); local
256 wt = ::wm::GetModalTransient(w1.get());
257 ASSERT_NE(static_cast<aura::Window*>(NULL), wt); local
258 EXPECT_EQ(-2, wt->id());
261 wt = ::wm::GetModalTransient(w11.get());
262 ASSERT_NE(static_cast<aura::Window*>(NULL), wt); local
263 EXPECT_EQ(-2, wt->id());
  /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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_texstate.c 285 GLenum wt = sampler->WrapT; local
298 TEXCOORD_ADDR_V_MODE(translate_wrap_mode(wt))
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/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/mesa3d/src/mesa/drivers/dri/i915/
i830_texstate.c 285 GLenum wt = sampler->WrapT; local
298 TEXCOORD_ADDR_V_MODE(translate_wrap_mode(wt))
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/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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_tile_image.c 314 unsigned wt = (width + TILE_SIZE - 1) / TILE_SIZE; local
317 uint8_t *tiled = MALLOC(wt * ht * TILE_SIZE * TILE_SIZE * 4);
319 /*unsigned tiled_stride = wt * TILE_SIZE * TILE_SIZE * 4;*/
322 stride, wt);
325 stride, wt);
  /external/eigen/test/
product_extra.cpp 109 double det = 6.0, wt = 0.5; local
110 VERIFY_IS_APPROX(dNdxy.transpose()*dNdxy*det*wt, det*wt*dNdxy.transpose()*dNdxy);
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_main.c 498 ** Description Set General bytes and WT parameters for LLCP
506 UINT8 wt, gen_bytes_len = LLCP_MAX_GEN_BYTES; local
511 LLCP_GetDiscoveryConfig (&wt, params + 2, &gen_bytes_len);
548 UINT8_TO_BE_STREAM (p, wt);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_image.c 314 unsigned wt = (width + TILE_SIZE - 1) / TILE_SIZE; local
317 uint8_t *tiled = MALLOC(wt * ht * TILE_SIZE * TILE_SIZE * 4);
319 /*unsigned tiled_stride = wt * TILE_SIZE * TILE_SIZE * 4;*/
322 stride, wt);
325 stride, wt);
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 338 wctype_t wt; local
368 wt = IS_CHAR_CLASS (str);
369 if (wt == 0)
373 if (__iswctype (__btowc ((unsigned char) *n), wt))
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_drawtex.c 202 const GLfloat wt = (GLfloat) img->Width; local
204 const GLfloat s0 = obj->CropRect[0] / wt;
206 const GLfloat s1 = (obj->CropRect[0] + obj->CropRect[2]) / wt;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawtex.c 202 const GLfloat wt = (GLfloat) img->Width; local
204 const GLfloat s0 = obj->CropRect[0] / wt;
206 const GLfloat s1 = (obj->CropRect[0] + obj->CropRect[2]) / wt;
  /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...]
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 1091 Thread wt = Thread.currentThread(); 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/chromium_org/third_party/libsrtp/srtp/crypto/math/
math.c 165 unsigned int wt = 0; local
167 wt += octet_weight[a.v8[0]]; /* note: endian-ness makes no difference */
168 wt += octet_weight[a.v8[1]];
169 wt += octet_weight[a.v8[2]];
170 wt += octet_weight[a.v8[3]];
172 return wt;
  /external/srtp/crypto/math/
math.c 165 unsigned int wt = 0; local
167 wt += octet_weight[a.v8[0]]; /* note: endian-ness makes no difference */
168 wt += octet_weight[a.v8[1]];
169 wt += octet_weight[a.v8[2]];
170 wt += octet_weight[a.v8[3]];
172 return wt;

Completed in 470 milliseconds

1 2 3