Searched defs:wt (Results 1 - 25 of 30) sorted by relevance

12

/external/clang/test/CodeGen/
H A Dpascal-wchar-string.c16 UniChar wt[] = L"\pbar"; // pascal Unicode string local
22 if (wt[0] != 3)
/external/libgsm/src/
H A Ddecode.c50 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 );
H A Dshort_term.c265 static void Short_term_synthesis_filtering P5((S,rrp,k,wt,sr), argument
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), argument
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), argument
392 word * wt, /* received d [0..159] IN */
416 FILTER( S, LARp, 13, wt, s );
420 FILTER( S, LARp, 14, wt
[all...]
H A Dlong_term.c61 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/chromium_org/third_party/skia/src/pathops/
H A DSkAddIntersections.cpp12 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt, argument
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, argument
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, argument
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, argument
93 debugShowCubicQuadIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
113 debugShowCubicIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
133 debugShowCubicIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersections& i) argument
187 SkIntersectionHelper wt; local
411 SkIntersectionHelper wt; local
[all...]
/external/skia/src/pathops/
H A DSkAddIntersections.cpp12 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt, argument
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, argument
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, argument
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, argument
93 debugShowCubicQuadIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
113 debugShowCubicIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
133 debugShowCubicIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersections& i) argument
187 SkIntersectionHelper wt; local
411 SkIntersectionHelper wt; local
[all...]
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DRouteSpecificPool.java256 * @param wt the waiting thread
258 public void queueThread(WaitingThread wt) { argument
259 if (wt == null) {
263 this.waitingThreads.add(wt);
291 * @param wt the waiting thread
293 public void removeThread(WaitingThread wt) { argument
294 if (wt == null)
297 this.waitingThreads.remove(wt);
/external/chromium_org/ash/wm/
H A Dwindow_modality_controller_unittest.cc222 aura::Window* wt; local
223 wt = views::corewm::GetModalTransient(w1.get());
224 ASSERT_EQ(static_cast<aura::Window*>(NULL), wt); local
232 wt = views::corewm::GetModalTransient(w1.get());
233 ASSERT_NE(static_cast<aura::Window*>(NULL), wt); local
234 EXPECT_EQ(-2, wt->id());
237 wt = views::corewm::GetModalTransient(w11.get());
238 ASSERT_NE(static_cast<aura::Window*>(NULL), wt); local
239 EXPECT_EQ(-2, wt->id());
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di830_texstate.c285 GLenum wt = sampler->WrapT; local
298 TEXCOORD_ADDR_V_MODE(translate_wrap_mode(wt))
H A Di915_texstate.c286 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/eigen/test/
H A Dproduct_extra.cpp110 double det = 6.0, wt = 0.5; local
111 VERIFY_IS_APPROX(dNdxy.transpose()*dNdxy*det*wt, det*wt*dNdxy.transpose()*dNdxy);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_texstate.c285 GLenum wt = sampler->WrapT; local
298 TEXCOORD_ADDR_V_MODE(translate_wrap_mode(wt))
H A Di915_texstate.c286 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/srtp/test/
H A Dlfsr.c121 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/
H A Dlp_tile_image.c314 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/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_drawtex.c202 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/libnfc-nci/src/nfa/p2p/
H A Dnfa_p2p_api.c1047 UINT8 wt,
1057 P2P_TRACE_API4 ("NFA_P2pSetLLCPConfig ():link_miu:%d, opt:0x%02X, wt:%d, link_timeout:%d",
1058 link_miu, opt, wt, link_timeout);
1075 p_msg->wt = wt;
1131 P2P_TRACE_API4 ("NFA_P2pGetLLCPConfig () link_miu:%d, opt:0x%02X, wt:%d, link_timeout:%d",
1045 NFA_P2pSetLLCPConfig(UINT16 link_miu, UINT8 opt, UINT8 wt, UINT16 link_timeout, UINT16 inact_timeout_init, UINT16 inact_timeout_target, UINT16 symm_delay, UINT16 data_link_timeout, UINT16 delay_first_pdu_timeout) argument
H A Dnfa_p2p_main.c506 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/
H A Dlp_tile_image.c314 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/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawtex.c202 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/libnfc-nci/src/nfc/llcp/
H A Dllcp_api.c85 UINT8 wt,
93 LLCP_TRACE_API4 ("LLCP_SetConfig () link_miu:%d, opt:0x%02X, wt:%d, link_timeout:%d",
94 link_miu, opt, wt, link_timeout);
123 llcp_cb.lcb.local_wt = wt;
185 LLCP_TRACE_API4 ("LLCP_GetConfig () link_miu:%d, opt:0x%02X, wt:%d, link_timeout:%d",
200 ** wt:Waiting time 0 - 8, only for listen
83 LLCP_SetConfig(UINT16 link_miu, UINT8 opt, UINT8 wt, UINT16 link_timeout, UINT16 inact_timeout_init, UINT16 inact_timeout_target, UINT16 symm_delay, UINT16 data_link_timeout, UINT16 delay_first_pdu_timeout) argument
/external/srtp/crypto/math/
H A Dmath.c165 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/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state.c224 const unsigned wt = sampler->wrap_t; local
265 (translate_wrap_mode(wt) << SS3_TCY_ADDR_MODE_SHIFT) |
/external/libnfc-nci/src/nfa/int/
H A Dnfa_p2p_int.h176 UINT8 wt; member in struct:__anon21082
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c224 const unsigned wt = sampler->wrap_t; local
265 (translate_wrap_mode(wt) << SS3_TCY_ADDR_MODE_SHIFT) |

Completed in 1500 milliseconds

12