Searched defs:wt (Results 1 - 25 of 35) 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/curl/docs/examples/
H A Dpost-callback.c46 struct WriteThis *wt = (struct WriteThis *)userp; local
49 if(wt->sizeleft) {
51 size_t copy_this_much = wt->sizeleft;
54 memcpy(dest, wt->readptr, copy_this_much);
56 wt->readptr += copy_this_much;
57 wt->sizeleft -= copy_this_much;
69 struct WriteThis wt; local
71 wt.readptr = data;
72 wt.sizeleft = strlen(data);
96 curl_easy_setopt(curl, CURLOPT_READDATA, &wt);
[all...]
/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/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DRouteSpecificPool.java261 * @param wt the waiting thread
263 public void queueThread(WaitingThread wt) { argument
264 if (wt == null) {
268 this.waitingThreads.add(wt);
296 * @param wt the waiting thread
298 public void removeThread(WaitingThread wt) { argument
299 if (wt == null)
302 this.waitingThreads.remove(wt);
/external/libavc/common/
H A Dih264_weighted_pred.c185 /* wt - weight value */
204 WORD32 wt,
211 wt = (WORD16)(wt & 0xffff);
223 *pu1_dst = CLIP_U8((wt * (*pu1_src) + i_ofst) >> log_wd);
234 *pu1_dst = CLIP_U8(wt * (*pu1_src) + ofst);
259 /* wt - weight values for u and v */
278 WORD32 wt,
287 wt_u = (WORD16)(wt & 0xffff);
288 wt_v = (WORD16)(wt >> 1
199 ih264_weighted_pred_luma(UWORD8 *pu1_src, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 dst_strd, WORD32 log_wd, WORD32 wt, WORD32 ofst, WORD32 ht, WORD32 wd) argument
273 ih264_weighted_pred_chroma(UWORD8 *pu1_src, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 dst_strd, WORD32 log_wd, WORD32 wt, WORD32 ofst, WORD32 ht, WORD32 wd) argument
[all...]
/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.c290 GLenum wt = sampler->WrapT; local
299 wt = GL_REPEAT;
312 wt == GL_CLAMP ||
315 wt == GL_CLAMP_TO_BORDER || wr == GL_CLAMP_TO_BORDER))
323 ((wt != GL_CLAMP) && (wt != GL_CLAMP_TO_EDGE))))
352 (translate_wrap_mode(wt) << SS3_TCY_ADDR_MODE_SHIFT) |
/external/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_message.cc451 internal::WireFormatLite::WireType wt = local
453 uint32 tag = internal::WireFormatLite::MakeTag(field->number(), wt);
457 // is_repeated && wt in { VARINT, FIXED32, FIXED64 }.
/external/skia/src/pathops/
H A DSkAddIntersections.cpp13 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt, argument
18 __FUNCTION__, LINE_DEBUG_DATA(wt.pts()), LINE_DEBUG_DATA(wn.pts()));
22 i[0][0], LINE_DEBUG_DATA(wt.pts()), PT_DEBUG_DATA(i, 0));
33 static void debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt, argument
39 __FUNCTION__, QUAD_DEBUG_DATA(wt.pts()), LINE_DEBUG_DATA(wn.pts()));
43 i[0][0], QUAD_DEBUG_DATA(wt.pts()), PT_DEBUG_DATA(i, 0));
54 static void debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt, argument
59 __FUNCTION__, QUAD_DEBUG_DATA(wt.pts()), QUAD_DEBUG_DATA(wn.pts()));
63 i[0][0], QUAD_DEBUG_DATA(wt.pts()), PT_DEBUG_DATA(i, 0));
74 static void debugShowConicLineIntersection(int pts, const SkIntersectionHelper& wt, argument
94 debugShowConicQuadIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
114 debugShowConicIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
135 debugShowCubicLineIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
155 debugShowCubicQuadIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
175 debugShowCubicConicIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
195 debugShowCubicIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
267 SkIntersectionHelper wt; local
[all...]
H A DSkPathOpsDebug.cpp588 void SkOpGlobalState::debugAddLoopCount(SkIntersections* i, const SkIntersectionHelper& wt, argument
596 fDebugWorstVerb[index * 2] = wt.segment()->verb();
599 memcpy(&fDebugWorstPts[index * 2 * 4], wt.pts(),
600 (SkPathOpsVerbToPoints(wt.segment()->verb()) + 1) * sizeof(SkPoint));
603 fDebugWorstWeight[index * 2] = wt.weight();
/external/skqp/src/pathops/
H A DSkAddIntersections.cpp13 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt, argument
18 __FUNCTION__, LINE_DEBUG_DATA(wt.pts()), LINE_DEBUG_DATA(wn.pts()));
22 i[0][0], LINE_DEBUG_DATA(wt.pts()), PT_DEBUG_DATA(i, 0));
33 static void debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt, argument
39 __FUNCTION__, QUAD_DEBUG_DATA(wt.pts()), LINE_DEBUG_DATA(wn.pts()));
43 i[0][0], QUAD_DEBUG_DATA(wt.pts()), PT_DEBUG_DATA(i, 0));
54 static void debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt, argument
59 __FUNCTION__, QUAD_DEBUG_DATA(wt.pts()), QUAD_DEBUG_DATA(wn.pts()));
63 i[0][0], QUAD_DEBUG_DATA(wt.pts()), PT_DEBUG_DATA(i, 0));
74 static void debugShowConicLineIntersection(int pts, const SkIntersectionHelper& wt, argument
94 debugShowConicQuadIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
114 debugShowConicIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
135 debugShowCubicLineIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
155 debugShowCubicQuadIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
175 debugShowCubicConicIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
195 debugShowCubicIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
267 SkIntersectionHelper wt; local
[all...]
H A DSkPathOpsDebug.cpp588 void SkOpGlobalState::debugAddLoopCount(SkIntersections* i, const SkIntersectionHelper& wt, argument
596 fDebugWorstVerb[index * 2] = wt.segment()->verb();
599 memcpy(&fDebugWorstPts[index * 2 * 4], wt.pts(),
600 (SkPathOpsVerbToPoints(wt.segment()->verb()) + 1) * sizeof(SkPoint));
603 fDebugWorstWeight[index * 2] = wt.weight();
/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dtensor_coding.cc152 WireType wt = GetTagWireType(p.first); local
166 if ((wt != WIRETYPE_VARINT) || !input->ReadVarint32(&v)) return false;
173 if ((wt != WIRETYPE_LENGTH_DELIMITED) ||
181 if ((wt != WIRETYPE_VARINT) || !input->ReadVarint32(&v)) return false;
190 if (wt != WIRETYPE_LENGTH_DELIMITED ||
224 WireType wt = GetTagWireType(p.first); local
230 if (wt != WIRETYPE_LENGTH_DELIMITED) return false;
247 if ((wt != WIRETYPE_VARINT) || !input.ReadVarint32(&v)) return false;
253 if ((wt != WIRETYPE_VARINT) || !input.ReadVarint64(&v)) return false;
258 if ((wt !
[all...]
/external/eigen/test/
H A Dproduct_extra.cpp119 double det = 6.0, wt = 0.5; local
120 VERIFY_IS_APPROX(dNdxy.transpose()*dNdxy*det*wt, det*wt*dNdxy.transpose()*dNdxy);
/external/libdrm/tests/
H A Ddrmstat.c359 double wt; local
379 wt = usec(&lock_end, &lock_start);
380 if (wt <= 2.5) ++histo[8];
381 if (wt < 5.0) ++histo[0];
382 else if (wt < 50.0) ++histo[1];
383 else if (wt < 500.0) ++histo[2];
384 else if (wt < 5000.0) ++histo[3];
385 else if (wt < 50000.0) ++histo[4];
386 else if (wt < 500000.0) ++histo[5];
387 else if (wt < 5000000.
[all...]
/external/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl36.c88 long wt = pa->cnt; local
99 memset(buf, wt, pa->length);
110 wt++;
111 if (wt >= 255)
112 wt = pa->cnt;
128 long wt = pa->cnt; local
138 memset(buf, wt, pa->length);
149 wt++;
150 if (wt >= 255)
151 wt
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawtex.c209 const GLfloat wt = (GLfloat) img->Width; local
211 const GLfloat s0 = obj->CropRect[0] / wt;
213 const GLfloat s1 = (obj->CropRect[0] + obj->CropRect[2]) / wt;
/external/fio/t/
H A Dread-to-pipe-async.c241 struct writer_thread *wt = data; local
246 while (!wt->thread.exit || !flist_empty(&wt->list)) {
247 pthread_mutex_lock(&wt->thread.lock);
250 flist_add_tail(&work->list, &wt->done_list);
254 work = find_seq(wt, seq);
258 pthread_cond_wait(&wt->thread.cond, &wt->thread.lock);
260 pthread_mutex_unlock(&wt->thread.lock);
266 thread_exiting(&wt
471 exit_thread(struct thread_data *thread, void fn(struct writer_thread *), struct writer_thread *wt) argument
536 prune_done_entries(struct writer_thread *wt) argument
567 struct writer_thread *wt; local
[all...]
/external/libavc/common/x86/
H A Dih264_weighted_pred_sse42.c364 /* wt - weight value */
383 WORD32 wt,
394 wt = (WORD16)(wt & 0xffff);
398 wt_8x16b = _mm_set1_epi16(wt);
594 /* wt - weight values for u and v */
613 WORD32 wt,
630 wt_8x16b = _mm_set1_epi32(wt);
378 ih264_weighted_pred_luma_sse42(UWORD8 *pu1_src, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 dst_strd, WORD32 log_wd, WORD32 wt, WORD32 ofst, WORD32 ht, WORD32 wd) argument
608 ih264_weighted_pred_chroma_sse42(UWORD8 *pu1_src, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 dst_strd, WORD32 log_wd, WORD32 wt, WORD32 ofst, WORD32 ht, WORD32 wd) argument
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c225 const unsigned wt = sampler->wrap_t; local
266 (translate_wrap_mode(wt) << SS3_TCY_ADDR_MODE_SHIFT) |
/external/python/cpython2/Objects/
H A Dtupleobject.c571 PyTupleObject *vt, *wt; local
581 wt = (PyTupleObject *)w;
584 wlen = Py_SIZE(wt);
599 wt->ob_item[i], Py_EQ);
638 return PyObject_RichCompare(vt->ob_item[i], wt->ob_item[i], op);
/external/python/cpython3/Objects/
H A Dtupleobject.c578 PyTupleObject *vt, *wt; local
586 wt = (PyTupleObject *)w;
589 wlen = Py_SIZE(wt);
604 wt->ob_item[i], Py_EQ);
643 return PyObject_RichCompare(vt->ob_item[i], wt->ob_item[i], op);
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c8113 #define PRIMITIVE_OP(type, wt, name, convfunc, ctype) \
8116 CHECK_RETURN(decode_ ## wt(d, &val)); \
8801 static void new_tag(upb_handlers *h, const upb_fielddef *f, upb_wiretype_t wt, argument
8806 tag->bytes = upb_vencode64((n << 3) | wt, tag->tag);
8949 upb_wiretype_t wt = local
8954 new_tag(h, f, wt, &attr);

Completed in 1570 milliseconds

12