| /third_party/python/Python/ |
| H A D | pymath.c | 11 unsigned short cw; in _Py_get_387controlword() local 16 void _Py_set_387controlword(unsigned short cw) { in _Py_set_387controlword() argument
|
| /third_party/rust/crates/minimal-lexical/src/ |
| H A D | fpu.rs | 57 let mut cw = 0_u16; in set_precision() variables
|
| /third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
| H A D | animation_api_fuzzer.c | 31 const uint32_t cw = WebPDemuxGetI(demux, WEBP_FF_CANVAS_WIDTH); in LLVMFuzzerTestOneInput() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_pixdesctest.c | 62 const int cw = AV_CEIL_RSHIFT(w, priv->pix_desc->log2_chroma_w); in filter_frame() local
|
| H A D | boxblur.c | 54 int cw, ch; in ff_boxblur_eval_filter_params() local
|
| H A D | deshake.h | 72 int cw; ///< Crop motion search to this box member
|
| H A D | vf_boxblur.c | 234 int cw = AV_CEIL_RSHIFT(inlink->w, s->hsub), ch = AV_CEIL_RSHIFT(in->height, s->vsub); in filter_frame() local
|
| H A D | vf_smartblur.c | 238 int cw = AV_CEIL_RSHIFT(inlink->w, s->hsub); in filter_frame() local
|
| H A D | vf_owdenoise.c | 257 const int cw = AV_CEIL_RSHIFT(inlink->w, s->hsub); in filter_frame() local
|
| H A D | vf_deshake.c | 315 deshake_transform_c(AVFilterContext *ctx, int width, int height, int cw, int ch, const float *matrix_y, const float *matrix_uv, enum InterpolateMethod interpolate, enum FillMethod fill, AVFrame *in, AVFrame *out) deshake_transform_c() argument [all...] |
| H A D | vf_spp.c | 398 const int cw = AV_CEIL_RSHIFT(inlink->w, s->hsub); in filter_frame() local
|
| H A D | vsrc_mptestsrc.c | 299 cw = AV_CEIL_RSHIFT(w, test->hsub), ch = AV_CEIL_RSHIFT(h, test->vsub); in request_frame() local
|
| H A D | vf_sab.c | 291 int cw = AV_CEIL_RSHIFT(inlink->w, s->hsub); in filter_frame() local
|
| H A D | vf_pp7.c | 330 const int cw = AV_CEIL_RSHIFT(inlink->w, pp7->hsub); in filter_frame() local
|
| H A D | vf_fspp.c | 593 const int cw = AV_CEIL_RSHIFT(inlink->w, fspp->hsub); in filter_frame() local
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_state_rss.c | 167 int cw, ccw; in emit_rss_vgpu9() local
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_unfilled.c | 189 unsigned cw = header->det >= 0.0; in unfilled_tri() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | faxcompr.c | 138 int cw = 0; in decode_uncompressed() local
|
| H A D | aptx.c | 379 int32_t cw = ((channel->quantize[0].quantized_sample & 3) << 0) + in aptx_update_codeword_history() local
|
| /third_party/libwebsockets/lib/secure-streams/ |
| H A D | secure-streams-process.c | 415 struct lws *cw = conn->ss->wsi; in callback_ss_proxy() local
|
| /third_party/mesa3d/src/mesa/math/ |
| H A D | m_debug_clip.c | 85 const GLfloat cw = from[3]; in ref_cliptest_points4() local
|
| /third_party/ltp/testcases/realtime/perf/latency/ |
| H A D | pthread_cond_many.c | 81 volatile int *cw; in childfunc() local
|
| /third_party/mksh/ |
| H A D | tree.c | 738 union mksh_ccphack cw; in tfree() local
|
| /third_party/skia/third_party/externals/libwebp/src/dec/ |
| H A D | buffer_dec.c | 186 const int cw = options->crop_width; in WebPAllocateDecBuffer() local
|
| /third_party/nghttp2/src/ |
| H A D | shrpx_quic_connection_handler.cc | 97 auto cw = (*cwit).second; in handle_packet() local 114 auto cw = (*cwit).second; in handle_packet() local 529 auto cw = std::make_unique<CloseWait>(worker_, std::vector<ngtcp2_cid>{idcid}, in send_retry() local 666 void QUICConnectionHandler::add_close_wait(CloseWait *cw) { in add_close_wait() argument 672 void QUICConnectionHandler::remove_close_wait(const CloseWait *cw) { in remove_close_wait() argument 688 auto cw = static_cast<CloseWait *>(w->data); close_wait_timeoutcb() local [all...] |