HomeSort by: relevance | last modified time | path
    Searched defs:set_parent (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/dev/clk/
clk_backend.h 59 int (*set_parent)(void *, struct clk *, struct clk *); member in struct:clk_funcs
  /src/external/gpl3/gcc/dist/gcc/
splay-tree-utils.h 70 static void set_parent (node_type, node_type) {} function in class:splay_tree_accessors_without_parent
84 set_parent (node_type node, node_type new_parent) function in class:splay_tree_accessors_with_parent
102 // - Accessors::set_parent (NODE, PARENT)
123 using Accessors::set_parent;
342 using parent::set_parent;
469 using parent::set_parent;
genrecog.cc 818 to "T *prev, *next;" and a function "void set_parent (list_head <T> *)"
832 void set_parent (list_head *);
858 list_head <T>::range::set_parent (list_head <T> *owner)
861 item->set_parent (owner);
862 end->set_parent (owner);
880 r.set_parent (this);
900 r.set_parent (0);
916 oldr.set_parent (0);
926 newr.set_parent (this);
939 r.set_parent (0)
855 list_head <T>::range::set_parent (list_head <T> *owner) function in class:list_head::range
1568 void set_parent (list_head <state> *) {} function in class:state
1579 transition::set_parent (list_head <transition> *from_in) function in class:transition
1590 decision::set_parent (list_head <decision> *s_in) function in class:decision
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
splay-tree-utils.h 70 static void set_parent (node_type, node_type) {} function in class:splay_tree_accessors_without_parent
84 set_parent (node_type node, node_type new_parent) function in class:splay_tree_accessors_with_parent
102 // - Accessors::set_parent (NODE, PARENT)
123 using Accessors::set_parent;
342 using parent::set_parent;
469 using parent::set_parent;
genrecog.cc 818 to "T *prev, *next;" and a function "void set_parent (list_head <T> *)"
832 void set_parent (list_head *);
858 list_head <T>::range::set_parent (list_head <T> *owner)
861 item->set_parent (owner);
862 end->set_parent (owner);
880 r.set_parent (this);
900 r.set_parent (0);
916 oldr.set_parent (0);
926 newr.set_parent (this);
939 r.set_parent (0)
855 list_head <T>::range::set_parent (list_head <T> *owner) function in class:list_head::range
1568 void set_parent (list_head <state> *) {} function in class:state
1579 transition::set_parent (list_head <transition> *from_in) function in class:transition
1590 decision::set_parent (list_head <decision> *s_in) function in class:decision
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
cooked-index-entry.h 197 void set_parent (const cooked_index_entry *parent) function in struct:cooked_index_entry
  /src/sys/arch/arm/ti/
ti_prcm.h 82 int (*set_parent)(struct ti_prcm_softc *, member in struct:ti_prcm_clk
  /src/external/bsd/openldap/dist/servers/slapd/
sets.c 493 set_parent( SetCookie *cp, BerVarray set, int level ) function
690 set = set_parent( cp, set, parent );
  /src/sys/arch/arm/amlogic/
meson_clk.h 355 int (*set_parent)(struct meson_clk_softc *, member in struct:meson_clk_clk
  /src/sys/arch/arm/nxp/
imx_ccm.h 141 .set_parent = imx_ccm_composite_set_parent, \
250 .set_parent = imx_ccm_mux_set_parent, \
316 int (*set_parent)(struct imx_ccm_softc *, member in struct:imx_ccm_clk
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
cooked-index.h 200 void set_parent (const cooked_index_entry *parent) function in struct:cooked_index_entry
  /src/sys/arch/arm/sunxi/
sunxi_ccu.h 198 .set_parent = sunxi_ccu_nm_set_parent, \
248 .set_parent = sunxi_ccu_div_set_parent, \
309 .set_parent = sunxi_ccu_prediv_set_parent, \
441 .set_parent = sunxi_ccu_mux_set_parent, \
471 int (*set_parent)(struct sunxi_ccu_softc *, member in struct:sunxi_ccu_clk
  /src/external/gpl3/gdb.old/dist/gdb/
value.h 227 void set_parent (struct value *parent) function in struct:value
  /src/external/gpl3/gdb/dist/gdb/
value.h 227 void set_parent (struct value *parent) function in struct:value
  /src/sys/arch/arm/rockchip/
rk_cru.h 209 .set_parent = rk_cru_arm_set_parent, \
229 .set_parent = rk_cru_arm_set_parent
318 .set_parent = rk_cru_composite_set_parent, \
402 .set_parent = rk_cru_mux_set_parent, \
436 int (*set_parent)(struct rk_cru_softc *, member in struct:rk_cru_clk

Completed in 37 milliseconds