/third_party/glslang/glslang/MachineIndependent/ |
H A D | linkValidate.cpp | 1431 TGraph::iterator child = callGraph.begin(); in checkCallGraphCycles() local [all...] |
H A D | Intermediate.cpp | 256 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 D | x11_window.c | 2836 Window root, child; in _glfwGetCursorPosX11() local
|
/third_party/alsa-lib/src/ucm/ |
H A D | parser.c | 1709 snd_config_t *child; in parse_compound_check_legacy() local
|
/third_party/backends/backend/ |
H A D | snapscan.h | 366 SANE_Pid child; /* child reader process pid */ member
|
/third_party/cJSON/ |
H A D | cJSON.c | 2078 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 D | usb_hub.c | 252 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 D | subr_bus.c | 1411 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 D | x509_crt.c | 2122 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 D | vtn_variables.c | 505 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 D | qpu_schedule.c | 1342 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 D | radv_amdgpu_cs.c | 642 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 D | scheduler.cc | 764 int Push(int depth, BasicBlock* child, int unvisited) { in Push() argument
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-debug.cc | 1885 Object child = get_child_raw(i); in PreparseDataVerify() local
|
/third_party/node/deps/v8/src/objects/ |
H A D | map.cc | 1409 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 D | gpir.h | 232 gpir_node *child; member
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_schedule.c | 176 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 D | lib.rs | 1664 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 D | vktRayTracingPipelineLibraryTests.cpp | 128 void appendChild (Node* child) { m_children.push_back(child); } in appendChild() argument
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkLightingImageFilter.cpp | 1648 std::unique_ptr<GrFragmentProcessor> child; in LightingEffect() local
|
/third_party/python/Python/ |
H A D | hamt.c | 1859 PyHamtNode_Bitmap *child = (PyHamtNode_Bitmap *)node; in hamt_node_array_without() local
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_helpers.cc | 1194 const SCC* child = analyzer_.GetSCC(field->message_type()); in GetSCCAnalysis() local
|
/third_party/python/Lib/test/ |
H A D | test_builtin.py | 2202 def child(wpip function 2253 def child(wpipe): global() function [all...] |
/third_party/python/Modules/ |
H A D | pyexpat.c | 527 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 D | cord.cc | 261 static CordRep* NewSubstring(CordRep* child, size_t offset, size_t length) { in NewSubstring() argument 1795 CordRep* child = rep->substring()->child; GetFlatAux() local [all...] |