/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 1110 * When children program makes decision (like picking TCP CA or sock bind) 5330 * still holds true for cgroup/bind{4,6} which supports extra 'return 3' success case. 5746 FN(bind, 64, ##ctx) \ 6603 * by user and intended to be used by socket (e.g. to bind to, depends on
|
/third_party/jinja2/ |
H A D | environment.py | 110 """Load the extensions from the list and bind it to the environment. 443 rv.extensions[key] = value.bind(rv)
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_enc.c | 300 buf_templ.bind = PIPE_BIND_LINEAR; in enc_AllocateBackTexture()
|
/third_party/mesa3d/src/glx/ |
H A D | dri2_glx.c | 936 .bind = dri2_bind_context,
|
H A D | dri3_glx.c | 718 .bind = dri3_bind_context,
|
H A D | drisw_glx.c | 547 .bind = drisw_bind_context,
|
/third_party/mesa3d/src/gallium/tests/trivial/ |
H A D | compute.c | 190 .bind = (PIPE_BIND_SAMPLER_VIEW | in init_tex()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_state.c | 1161 .bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET, in v3d_create_sampler_view()
|
/third_party/node/lib/internal/streams/ |
H A D | readable.js | 1112 this[i] = stream[i].bind(stream);
|
/third_party/node/lib/ |
H A D | repl.js | 670 self.eval = self._domain.bind(eval_);
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
H A D | command.js | 1033 proc.on('close', process.exit.bind(process));
|
/third_party/nghttp2/src/ |
H A D | shrpx_worker.cc | 906 if (bind(fd, rp->ai_addr, rp->ai_addrlen) == -1) { in create_quic_server_socket() 908 LOG(WARN) << "bind() syscall failed: " in create_quic_server_socket()
|
H A D | util.cc | 1089 if (bind(fd, rp->ai_addr, rp->ai_addrlen) != -1) { in bind_any_addr_udp()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_video.c | 810 templ.bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in nouveau_video_buffer_create()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv84_video.c | 651 templ.bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in nv84_video_buffer_create()
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | macro-assembler-arm.h | 567 // Define an exception handler and bind a label. 568 void BindExceptionHandler(Label* label) { bind(label); } in BindExceptionHandler()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.h | 753 // Define an exception handler and bind a label. 754 void BindExceptionHandler(Label* label) { bind(label); } in BindExceptionHandler()
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | macro-assembler-x64.h | 562 // Define an exception handler and bind a label. 563 void BindExceptionHandler(Label* label) { bind(label); } in BindExceptionHandler()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_idct.c | 714 tex_templ.bind = PIPE_BIND_SAMPLER_VIEW; in vl_idct_upload_matrix()
|
H A D | vl_mpeg12_decoder.c | 183 res_tmpl.bind = PIPE_BIND_SAMPLER_VIEW; in init_zscan_buffer()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_dump_state.c | 324 util_dump_member(stream, uint, state, bind); in util_dump_resource()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_render_pass.c | 368 rt->invalid = !zink_resource(psurf->texture)->valid || (ctx->new_swapchain && (psurf->texture->bind & PIPE_BIND_DISPLAY_TARGET)); in zink_init_color_attachment()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_job.c | 802 assert(!(z_rsrc->base.bind & PAN_BIND_SHARED_MASK)); in panfrost_batch_submit()
|
/third_party/node/deps/uv/src/unix/ |
H A D | udp.c | 582 if (bind(fd, addr, addrlen)) { in uv__udp_bind()
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 723 link_name = "bind$UNIX2003" 725 pub fn bind(socket: ::c_int, address: *const ::sockaddr, address_len: ::socklen_t) -> ::c_int; in bind() functions
|