/third_party/libwebsockets/lib/event-libs/uloop/ |
H A D | uloop.c | 98 struct lws_wsi_eventlibs_uloop *wu = lws_container_of(ufd, in lws_uloop_cb() local 100 struct lws_context *context = wu->wsi->a.context; in lws_uloop_cb() 104 eventfd.fd = wu->wsi->desc.sockfd; in lws_uloop_cb() 117 pt = &context->pt[(int)wu->wsi->tsi]; in lws_uloop_cb() 121 lws_service_fd_tsi(context, &eventfd, wu->wsi->tsi); in lws_uloop_cb() 139 struct lws_wsi_eventlibs_uloop *wu = wsi_to_priv_uloop(wsi); in elops_listen_init_uloop() local 141 wu->wsi = wsi; in elops_listen_init_uloop() 142 wu->fd.fd = wsi->desc.sockfd; in elops_listen_init_uloop() 143 wu->fd.cb = lws_uloop_cb; in elops_listen_init_uloop() 144 uloop_fd_add(&wu in elops_listen_init_uloop() 176 struct lws_wsi_eventlibs_uloop *wu = wsi_to_priv_uloop(wsi); elops_accept_uloop() local 191 struct lws_wsi_eventlibs_uloop *wu = wsi_to_priv_uloop(wsi); elops_io_uloop() local 221 struct lws_wsi_eventlibs_uloop *wu = wsi_to_priv_uloop(wsi); elops_listen_destroy_uloop() local 266 struct lws_wsi_eventlibs_uloop *wu; elops_init_vhost_listen_wsi_uloop() local [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | quickIntersectionCheckCorrectlyCachesErrors.js | 7 export function wu<CP extends { o: object }>(CC: F<CP>) { 31 exports.wu = void 0;
32 function wu(CC) {
43 exports.wu = wu;
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_ciescope.c | 1204 float wu, wv; in plot_white_point() local 1205 xy_to_uv(cs->xWhite, cs->yWhite, &wu, &wv); in plot_white_point() 1206 wx = (w - 1) * wu; in plot_white_point() 1351 float wu, wv; in plot_gamuts() local 1352 xy_to_uv(cs->xRed, cs->yRed, &wu, &wv); in plot_gamuts() 1353 rx = (w - 1) * wu; in plot_gamuts() 1355 xy_to_uv(cs->xGreen, cs->yGreen, &wu, &wv); in plot_gamuts() 1356 gx = (w - 1) * wu; in plot_gamuts() 1358 xy_to_uv(cs->xBlue, cs->yBlue, &wu, &wv); in plot_gamuts() 1359 bx = (w - 1) * wu; in plot_gamuts() [all...] |
/third_party/node/deps/v8/src/diagnostics/loong64/ |
H A D | disasm-loong64.cc | 786 Format(instr, "ld.wu 'rd, 'rj, 'si12"); in DecodeTypekOp10() 981 Format(instr, "alsl.wu 'rd, 'rj, 'rk, 'sa2"); in DecodeTypekOp14() 1098 Format(instr, "mulh.wu 'rd, 'rj, 'rk"); in DecodeTypekOp17() 1113 Format(instr, "mulw.d.wu 'rd, 'rj, 'rk"); in DecodeTypekOp17() 1122 Format(instr, "div.wu 'rd, 'rj, 'rk"); in DecodeTypekOp17() 1125 Format(instr, "mod.wu 'rd, 'rj, 'rk"); in DecodeTypekOp17() 1220 Format(instr, "ldx.wu 'rd, 'rj, 'rk"); in DecodeTypekOp17() 1277 Format(instr, "ammax.wu 'rd, 'rk, 'rj"); in DecodeTypekOp17() 1283 Format(instr, "ammin.wu 'rd, 'rk, 'rj"); in DecodeTypekOp17() 1331 Format(instr, "ammax_db.wu 'r in DecodeTypekOp17() [all...] |
/third_party/node/deps/v8/src/diagnostics/riscv64/ |
H A D | disasm-riscv64.cc | 1136 Format(instr, "fcvt.wu.s ['frm] 'rd, 'fs1"); in DecodeRFPType() 1189 Format(instr, "fcvt.s.wu 'fd, 'rs1"); in DecodeRFPType() 1329 Format(instr, "fcvt.wu.d ['frm] 'rd, 'fs1"); in DecodeRFPType() 1350 Format(instr, "fcvt.d.wu 'fd, 'rs1"); in DecodeRFPType()
|