/kernel/linux/linux-6.6/net/packet/ |
H A D | af_packet.c | 4622 .bind = packet_bind_spkt, 4641 .bind = packet_bind,
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 4103 if (!(constants->buffer->bind & PIPE_BIND_CONSTANT_BUFFER)) { in llvmpipe_set_constant_buffer() 4104 debug_printf("Illegal set constant without bind flag\n"); in llvmpipe_set_constant_buffer() 4105 constants->buffer->bind |= PIPE_BIND_CONSTANT_BUFFER; in llvmpipe_set_constant_buffer()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.cc | 1073 void Assembler::bind(Label* L) { in bind() function in v8::internal::Assembler 3686 // the bind operation to make sure function 'bind' can get this in CheckTrampolinePool() 3689 bind(&after_pool); in CheckTrampolinePool()
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | assembler-x64.cc | 537 void Assembler::bind(Label* L) { bind_to(L, pc_offset()); } in bind() function in v8::internal::Assembler 1715 bind(&label); in emit_mov()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerARM32.cpp | 745 this->bind(L); 773 void AssemblerARM32::bind(Label *L) {
|
/third_party/node/deps/undici/ |
H A D | undici.js | 3111 return decoders.other.bind(charset); 6840 let dispatch = this[kDispatch].bind(this); 8781 this.resume = this.resume.bind(this); 9655 if (request.onHeaders(Number(statusCode), realHeaders, stream.resume.bind(stream), "") === false) {
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | dw-dp.c | 2306 .bind = dw_dp_bind,
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
H A D | dw-dp.c | 2338 .bind = dw_dp_bind,
|
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.cpp | 631 std::bind(&JsCardParser::GetClockConfig, &jsCardParser, std::placeholders::_1, in ParseAttributes()
|
/foundation/barrierfree/accessibility/services/aams/test/unittest/ |
H A D | accessible_ability_manager_service_test.cpp | 1869 AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/ |
H A D | audio_policy_server.cpp | 520 std::bind(&AudioPolicyServer::OnReceiveEvent, this, std::placeholders::_1)); in SubscribeCommonEvent()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_p2p_complex_sync_test.cpp | 71 auto g_kvDelegateCallback = bind(&DistributedDBToolsUnitTest::KvStoreNbDelegateCallback,
|
H A D | distributeddb_single_ver_p2p_sync_check_test.cpp | 61 auto g_kvDelegateCallback = bind(&DistributedDBToolsUnitTest::KvStoreNbDelegateCallback,
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_observer_test.cpp | 2212 auto notifier = bind(&ConflictNbCallback::NotifyCallBack, &callback, placeholders::_1, &conflictData); in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
H A D | exynos_hdmi.c | 1872 .bind = hdmi_bind,
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | 2921 /* Don't allow to bind if we don't have at least one LUN */ in fsg_bind() 3441 fsg->function.bind = fsg_bind; in fsg_alloc()
|
H A D | f_tcm.c | 2317 fu->function.bind = tcm_bind; in tcm_alloc()
|
/kernel/linux/linux-5.10/drivers/usb/atm/ |
H A D | ueagle-atm.c | 2578 .bind = uea_bind,
|
/kernel/linux/linux-5.10/net/smc/ |
H A D | af_smc.c | 1217 /* remove a sock from the accept queue to bind it to a new socket created 2437 .bind = smc_bind,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | gf100.c | 374 .bind = gf100_gr_chan_bind,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | sock.h | 135 * @skc_bind_node: bind hash linkage for various protocol lookup tables 324 * @sk_bind_phc: SO_TIMESTAMPING bind PHC index of PTP virtual clock 355 * @sk_bind2_node: bind node in the bhash2 table 1285 int (*bind)(struct sock *sk, member
|
/kernel/linux/linux-6.6/drivers/usb/atm/ |
H A D | ueagle-atm.c | 2578 .bind = uea_bind,
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | ab8500_charger.c | 3353 dev_err(dev, "can't bind component devices\n"); in ab8500_charger_bind() 3386 .bind = ab8500_charger_bind, 3627 /* Create something that will match the subdrivers when we bind */ in ab8500_charger_probe()
|
H A D | ab8500_fg.c | 3065 .bind = ab8500_fg_bind,
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | 3034 /* Don't allow to bind if we don't have at least one LUN */ in fsg_bind() 3567 fsg->function.bind = fsg_bind; in fsg_alloc()
|