/third_party/node/deps/v8/src/baseline/s390/ |
H A D | baseline-assembler-s390-inl.h | 165 void BaselineAssembler::Bind(Label* label) { __ bind(label); } in Bind() 166 void BaselineAssembler::BindWithoutJumpTarget(Label* label) { __ bind(label); } in BindWithoutJumpTarget() 612 __ bind(&jump_table); in Switch() 617 __ bind(&fallthrough); in Switch()
|
/third_party/node/deps/v8/src/baseline/riscv64/ |
H A D | baseline-assembler-riscv64-inl.h | 88 void BaselineAssembler::Bind(Label* label) { __ bind(label); } in Bind() 90 void BaselineAssembler::BindWithoutJumpTarget(Label* label) { __ bind(label); } in BindWithoutJumpTarget() 467 __ bind(&table); in Switch() 472 __ bind(&fallthrough); in Switch()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_winsys_dri3.c | 243 templ.bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW; in dri3_alloc_back_buffer() 260 templ.bind |= PIPE_BIND_SCANOUT | PIPE_BIND_SHARED | in dri3_alloc_back_buffer() 269 templ.bind |= PIPE_BIND_SCANOUT | PIPE_BIND_SHARED; in dri3_alloc_back_buffer() 502 templ.bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW; in dri3_get_front_buffer()
|
/third_party/python/Lib/http/ |
H A D | server.py | 1252 protocol="HTTP/1.0", port=8000, bind=None): 1258 ServerClass.address_family, addr = _get_best_family(bind, port) 1280 parser.add_argument('-b', '--bind', metavar='ADDRESS', 1281 help='bind to this address ' 1291 help='bind to this port ' 1317 bind=args.bind, variable in .DualStackServer
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 346 __ bind(&exchange); \ 360 __ bind(&compareExchange); \ 367 __ bind(&exit); \ 376 __ bind(&binop); \ 391 __ bind(&binop); \ 408 __ bind(&binop); \ 984 __ bind(ool->exit()); in AssembleArchInstruction() 1672 __ bind(ool->exit()); in AssembleArchInstruction() 1686 __ bind(ool->exit()); in AssembleArchInstruction() 1700 __ bind(oo in AssembleArchInstruction() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeBasicComputeShaderTests.cpp | 264 pipeline.bind(*cmdBuffer); in iterate() 446 pipeline.bind(*cmdBuffer); in iterate() 631 pipeline.bind(*cmdBuffer); in iterate() 839 pipeline.bind(*cmdBuffer); 1039 pipeline.bind(*cmdBuffer); 1318 pipeline.bind(*cmdBuffer); 1520 pipeline.bind(*cmdBuffer); 1725 pipeline.bind(*cmdBuffer); 1959 pipeline0.bind(*cmdBuffer); 1968 pipeline1.bind(*cmdBuffe [all...] |
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | cdc_ether.c | 95 /* We need to override usbnet_*_link_ksettings in bind() */ 527 .bind = usbnet_cdc_bind, 537 .bind = usbnet_cdc_zte_bind, 548 .bind = usbnet_cdc_bind,
|
H A D | rndis_host.c | 604 .bind = rndis_bind, 615 .bind = rndis_bind, 626 .bind = zte_rndis_bind,
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_surface.c | 285 rtempl.bind |= ZINK_BIND_TRANSIENT; in zink_create_surface() 409 templ.bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW; in zink_surface_create_null() 411 templ.bind |= PIPE_BIND_SHADER_IMAGE; in zink_surface_create_null()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_surface.c | 200 if (!(pt->bind & (PIPE_BIND_DEPTH_STENCIL | PIPE_BIND_RENDER_TARGET))) { in llvmpipe_create_surface() 201 debug_printf("Illegal surface creation without bind flag\n"); in llvmpipe_create_surface() 203 pt->bind |= PIPE_BIND_DEPTH_STENCIL; in llvmpipe_create_surface() 206 pt->bind |= PIPE_BIND_RENDER_TARGET; in llvmpipe_create_surface()
|
/third_party/node/deps/v8/src/baseline/loong64/ |
H A D | baseline-assembler-loong64-inl.h | 90 void BaselineAssembler::Bind(Label* label) { __ bind(label); } in Bind() 92 void BaselineAssembler::BindWithoutJumpTarget(Label* label) { __ bind(label); } in BindWithoutJumpTarget() 445 __ bind(&fallthrough); in Switch()
|
/third_party/python/Tools/ccbench/ |
H A D | ccbench.py | 298 sock.bind(("127.0.0.1", 0)) 400 sock.bind(("127.0.0.1", 0)) 431 sock.bind(("127.0.0.1", 0))
|
/third_party/python/Tools/unittestgui/ |
H A D | unittestgui.py | 355 self.errorListbox.bind("<Double-1>", 428 window.bind('<Key-Return>', lambda e, w=window: w.quit()) 443 self.canvas.bind('<Configure>', self.paint)
|
/third_party/python/Lib/ |
H A D | socket.py | 633 lsock.bind((host, 0)) 819 for the socket to bind as a source address before making the connection. 835 sock.bind(source_address) 905 # 1) It's unnecessary: bind() will succeed even in case of a 908 # 2) If set, another socket is free to bind() on the same 918 # Fail later on bind(), for platforms which may not 930 sock.bind(address) 932 msg = '%s (while attempting to bind on address %r)' % \
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArraySampling.hpp | 324 void bind(glw::GLenum target) const; 325 void bind(glw::GLenum target, glw::GLuint index) const; 362 void bind(glw::GLenum binding_point) const;
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fLifetimeTests.cpp | 174 void bind (GLuint name) { glBindVertexArray(name); } in bind() function in deqp::gles3::Functional::__anon30571::VertexArrayBinder 181 void bind (GLuint name) { glBindSampler(0, name); } in bind() function in deqp::gles3::Functional::__anon30571::SamplerBinder 197 void bind (GLuint name) in bind() function in deqp::gles3::Functional::__anon30571::QueryBinder
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
H A D | mali_kbase_csf.h | 144 * @bind: Pointer to the union which specifies a queue group and a 150 union kbase_ioctl_cs_queue_bind *bind); 168 * queues that failed to fully bind.
|
/kernel/linux/linux-5.10/tools/testing/vsock/ |
H A D | control.c | 74 if (bind(fd, ai->ai_addr, ai->ai_addrlen) < 0) in control_init()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | reuseaddr_ports_exhausted.c | 5 * Rules to bind sockets to the same port when all ephemeral ports are 8 * 1. if there are TCP_LISTEN sockets on the port, fail to bind. 9 * 2. if there are sockets without SO_REUSEADDR, fail to bind. 10 * 3. if SO_REUSEADDR is disabled, fail to bind. 12 * succeed to bind. 15 * succeed to bind. 16 * 6. fail to bind. 73 if (bind(fd, (struct sockaddr *)&local_addr, len) == -1) { in bind_port() 92 ASSERT_NE(-1, fd[0]) TH_LOG("failed to bind."); in TEST() 93 EXPECT_EQ(-1, fd[1]) TH_LOG("should fail to bind in TEST() [all...] |
/kernel/linux/linux-5.10/drivers/usb/atm/ |
H A D | usbatm.h | 56 /* flags, set by mini-driver in bind() */ 70 * bind, heavy_init, atm_start, ..., atm_stop, unbind 77 int (*bind) (struct usbatm_data *, struct usb_interface *, member 128 unsigned int flags; /* set by mini-driver in bind() */
|
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/ |
H A D | ncm.c | 203 .bind = gncm_bind,
|
H A D | gmidi.c | 181 .bind = midi_bind,
|
H A D | tcm_usb_gadget.c | 126 .bind = usb_target_bind,
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | test_probe_write_user_user.c | 68 assert(bind(serverfd, &serv_addr, sizeof(serv_addr)) == 0); in main()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pci-epf.h | 61 * @bind: ops to perform when a EPC device has been bound to EPF device 66 int (*bind)(struct pci_epf *epf); member
|