Home
last modified time | relevance | path

Searched defs:child (Results 976 - 1000 of 1075) sorted by relevance

1...<<31323334353637383940>>...43

/third_party/glslang/glslang/MachineIndependent/
H A DlinkValidate.cpp1431 TGraph::iterator child = callGraph.begin(); in checkCallGraphCycles() local
[all...]
H A DIntermediate.cpp256 TIntermUnary* TIntermediate::addUnaryNode(TOperator op, TIntermTyped* child, const TSourceLoc& loc) const in addUnaryNode() argument
268 TIntermUnary* TIntermediate::addUnaryNode(TOperator op, TIntermTyped* child, const TSourceLoc& loc, const TType& type) in addUnaryNode() argument
352 TIntermTyped* TIntermediate::addUnaryMath(TOperator op, TIntermTyped* child, in addUnaryMath() argument
472 TIntermTyped* child = childNode->getAsTyped(); addBuiltInFunctionCall() local
[all...]
/third_party/glfw/src/
H A Dx11_window.c2836 Window root, child; in _glfwGetCursorPosX11() local
/third_party/alsa-lib/src/ucm/
H A Dparser.c1709 snd_config_t *child; in parse_compound_check_legacy() local
/third_party/backends/backend/
H A Dsnapscan.h366 SANE_Pid child; /* child reader process pid */ member
/third_party/cJSON/
H A DcJSON.c2078 cJSON *child = NULL; in cJSON_GetArraySize() local
2206 cJSON *child = NULL; add_item_to_array() local
2795 cJSON_CreateObjectReference(const cJSON *child) cJSON_CreateObjectReference() argument
2806 cJSON_CreateArrayReference(const cJSON *child) cJSON_CreateArrayReference() argument
3020 cJSON *child = NULL; cJSON_Duplicate() local
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hub.c252 uhub_tt_buffer_reset_async_locked(struct usb_device *child, struct usb_endpoint *ep) in uhub_tt_buffer_reset_async_locked() argument
379 struct usb_device *child; in uhub_count_active_host_ports() local
407 uhub_explore_handle_re_enumerate(struct usb_device *child) uhub_explore_handle_re_enumerate() argument
502 struct usb_device *child; uhub_explore_sub() local
656 struct usb_device *child; uhub_reattach_port() local
937 struct usb_device *child; uhub_suspend_resume_port() local
1617 struct usb_device *child; uhub_detach() local
1704 uhub_find_iface_index(struct usb_hub *hub, device_t child, struct hub_result *res) uhub_find_iface_index() argument
1737 uhub_child_location_string(device_t parent, device_t child, char *buf, size_t buflen) uhub_child_location_string() argument
1777 uhub_child_pnpinfo_string(device_t parent, device_t child, char *buf, size_t buflen) uhub_child_pnpinfo_string() argument
2833 struct usb_device *child; usb_dev_suspend_peer() local
[all...]
/third_party/FreeBSD/sys/kern/
H A Dsubr_bus.c1411 device_print_child(device_t dev, device_t child) in device_print_child() argument
1448 device_t child; bus_get_device() local
1482 device_t child; device_add_child_ordered() local
1534 device_delete_child(device_t dev, device_t child) device_delete_child() argument
1580 device_t child; device_delete_children() local
1851 device_t child; bus_generic_attach() local
1871 device_t child; bus_generic_detach() local
1899 device_t child; bus_generic_shutdown() local
1918 bus_generic_suspend_child(device_t dev, device_t child) bus_generic_suspend_child() argument
1936 bus_generic_resume_child(device_t dev, device_t child) bus_generic_resume_child() argument
1958 device_t child; bus_generic_suspend() local
1990 device_t child; bus_generic_resume() local
2011 bus_print_child_header(device_t dev, device_t child) bus_print_child_header() argument
2034 bus_print_child_footer(device_t dev, device_t child) bus_print_child_footer() argument
2047 bus_print_child_domain(device_t dev, device_t child) bus_print_child_domain() argument
2067 bus_generic_print_child(device_t dev, device_t child) bus_generic_print_child() argument
2088 device_t child; bus_generic_driver_added() local
2116 device_t child; bus_generic_new_pass() local
2140 bus_generic_child_present(device_t dev, device_t child) bus_generic_child_present() argument
2146 bus_generic_get_domain(device_t dev, device_t child, int *domain) bus_generic_get_domain() argument
2175 bus_child_present(device_t child) bus_child_present() argument
2423 device_probe_child(device_t dev, device_t child) device_probe_child() argument
2735 root_print_child(device_t dev, device_t child) root_print_child() argument
2926 device_t child; print_device_tree_short() local
2942 device_t child; print_device_tree() local
[all...]
/third_party/mbedtls/library/
H A Dx509_crt.c2122 static int x509_crt_check_signature(const mbedtls_x509_crt *child, in x509_crt_check_signature() argument
2178 x509_crt_check_parent(const mbedtls_x509_crt *child, const mbedtls_x509_crt *parent, int top) x509_crt_check_parent() argument
2252 x509_crt_find_parent_in( mbedtls_x509_crt *child, mbedtls_x509_crt *candidates, mbedtls_x509_crt **r_parent, int *r_signature_is_good, int top, unsigned path_cnt, unsigned self_cnt, mbedtls_x509_crt_restart_ctx *rs_ctx, const mbedtls_x509_time *now) x509_crt_find_parent_in() argument
2375 x509_crt_find_parent( mbedtls_x509_crt *child, mbedtls_x509_crt *trust_ca, mbedtls_x509_crt **parent, int *parent_is_trusted, int *signature_is_good, unsigned path_cnt, unsigned self_cnt, mbedtls_x509_crt_restart_ctx *rs_ctx, const mbedtls_x509_time *now) x509_crt_find_parent() argument
2519 mbedtls_x509_crt *child; x509_crt_verify_chain() local
[all...]
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_variables.c505 nir_deref_instr *child = in _vtn_local_load_store() local
513 nir_deref_instr *child = nir_build_deref_struct(&b->nb, deref, i); in _vtn_local_load_store() local
/third_party/mesa3d/src/broadcom/compiler/
H A Dqpu_schedule.c1342 struct schedule_node *child = in dump_state() local
1437 struct schedule_node *child = in compute_delay() local
1470 struct schedule_node *child in mark_instruction_scheduled() local
[all...]
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_cs.c642 struct radv_amdgpu_cs *child = radv_amdgpu_cs(_child); in radv_amdgpu_cs_execute_secondary() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dscheduler.cc764 int Push(int depth, BasicBlock* child, int unvisited) { in Push() argument
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc1885 Object child = get_child_raw(i); in PreparseDataVerify() local
/third_party/node/deps/v8/src/objects/
H A Dmap.cc1409 ConnectTransition(Isolate* isolate, Handle<Map> parent, Handle<Map> child, Handle<Name> name, SimpleTransitionFlag flag) ConnectTransition() argument
1522 InstallDescriptors(Isolate* isolate, Handle<Map> parent, Handle<Map> child, InternalIndex new_descriptor, Handle<DescriptorArray> descriptors) InstallDescriptors() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h232 gpir_node *child; member
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_schedule.c176 bi_push_dependency(unsigned parent, unsigned child, in bi_push_dependency() argument
186 add_dependency(struct util_dynarray *table, unsigned index, unsigned child, in add_dependency() argument
/third_party/rust/crates/bindgen/bindgen/
H A Dlib.rs1664 let mut child = cmd.spawn()?; in dump_preprocessed_input() variables
2782 let mut child = cmd.spawn()?; variables
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPipelineLibraryTests.cpp128 void appendChild (Node* child) { m_children.push_back(child); } in appendChild() argument
/third_party/skia/src/effects/imagefilters/
H A DSkLightingImageFilter.cpp1648 std::unique_ptr<GrFragmentProcessor> child; in LightingEffect() local
/third_party/python/Python/
H A Dhamt.c1859 PyHamtNode_Bitmap *child = (PyHamtNode_Bitmap *)node; in hamt_node_array_without() local
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc1194 const SCC* child = analyzer_.GetSCC(field->message_type()); in GetSCCAnalysis() local
/third_party/python/Lib/test/
H A Dtest_builtin.py2202 def child(wpip function
2253 def child(wpipe): global() function
[all...]
/third_party/python/Modules/
H A Dpyexpat.c527 PyObject *child = conv_content_model(&model->children[i], in conv_content_model() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord.cc261 static CordRep* NewSubstring(CordRep* child, size_t offset, size_t length) { in NewSubstring() argument
1795 CordRep* child = rep->substring()->child; GetFlatAux() local
[all...]

Completed in 67 milliseconds

1...<<31323334353637383940>>...43