Home
last modified time | relevance | path

Searched defs:pm (Results 1 – 25 of 220) sorted by relevance

123456789

/third_party/libdrm/etnaviv/
Detnaviv_perfmon.c30 static int etna_perfmon_query_signals(struct etna_perfmon *pm, struct etna_perfmon_domain *dom) in etna_perfmon_query_signals()
63 static int etna_perfmon_query_domains(struct etna_perfmon *pm) in etna_perfmon_query_domains()
113 static void etna_perfmon_free_domains(struct etna_perfmon *pm) in etna_perfmon_free_domains()
126 struct etna_perfmon *pm; in etna_perfmon_create() local
150 drm_public void etna_perfmon_del(struct etna_perfmon *pm) in etna_perfmon_del()
159 drm_public struct etna_perfmon_domain *etna_perfmon_get_dom_by_name(struct etna_perfmon *pm, const … in etna_perfmon_get_dom_by_name()
/third_party/boost/boost/property_map/
Dtransform_value_property_map.hpp42 transform_value_property_map(Func f, PM pm) : f(f), pm(pm) {} in transform_value_property_map()
50 PM pm; member in boost::transform_value_property_map
55 make_transform_value_property_map(const Func& f, const PM& pm) { in make_transform_value_property_map()
61 make_transform_value_property_map(const Func& f, const PM& pm) { in make_transform_value_property_map()
/third_party/boost/boost/property_map/parallel/
Dcaching_property_map.hpp64 get(const caching_property_map<PropertyMap>& pm, const Key& key) in get()
69 local_put(const caching_property_map<PropertyMap>& pm, const Key& key, in local_put()
75 cache(const caching_property_map<PropertyMap>& pm, const Key& key, in cache()
81 put(const caching_property_map<PropertyMap>& pm, const Key& key, in put()
87 make_caching_property_map(const PropertyMap& pm) in make_caching_property_map()
Ddistributed_property_map.hpp98 maybe_put_impl(PropertyMap pm, const Key& key, const Value& value, in maybe_put_impl()
108 maybe_put_impl(PropertyMap pm, const Key& key, const Value& value, in maybe_put_impl()
135 maybe_put(PropertyMap pm, const Key& key, const Value& value) in maybe_put()
323 const StorageMap& pm) in distributed_property_map()
552 request(const PBGL_DISTRIB_PMAP& pm, in request()
572 get(const PBGL_DISTRIB_PMAP& pm, in get()
599 put(const PBGL_DISTRIB_PMAP& pm, in put()
627 local_put(const PBGL_DISTRIB_PMAP& pm, in local_put()
645 cache(const PBGL_DISTRIB_PMAP& pm, in cache()
657 synchronize(PBGL_DISTRIB_PMAP& pm) in synchronize()
/third_party/boost/boost/graph/distributed/
Done_bit_color_map.hpp51 get(one_bit_color_map<local_property_map<ProcessGroup,GlobalMap,StorageMap> > in get()
60 put(one_bit_color_map<local_property_map<ProcessGroup,GlobalMap,StorageMap> > in put()
95 get(one_bit_color_map< in get()
105 put(one_bit_color_map< in put()
Dtwo_bit_color_map.hpp51 get(two_bit_color_map<local_property_map<ProcessGroup,GlobalMap,StorageMap> > in get()
60 put(two_bit_color_map<local_property_map<ProcessGroup,GlobalMap,StorageMap> > in put()
95 get(two_bit_color_map< in get()
105 put(two_bit_color_map< in put()
/third_party/uboot/u-boot-2020.01/arch/m68k/cpu/mcf5445x/
Dcpu_init.c83 pm_t *pm = (pm_t *)MMAP_PM; in cfspi_port_conf() local
109 pm_t *pm = (pm_t *) MMAP_PM; in cpu_init_f() local
280 pm_t *pm = (pm_t *) MMAP_PM; in uart_port_conf() local
/third_party/FreeBSD/sys/dev/usb/controller/
Dusb_controller.c327 usb_bus_explore(struct usb_proc_msg *pm) in usb_bus_explore()
389 usb_bus_detach(struct usb_proc_msg *pm) in usb_bus_detach()
423 usb_bus_suspend(struct usb_proc_msg *pm) in usb_bus_suspend()
480 usb_bus_resume(struct usb_proc_msg *pm) in usb_bus_resume()
541 usb_bus_reset(struct usb_proc_msg *pm) in usb_bus_reset()
563 usb_bus_shutdown(struct usb_proc_msg *pm) in usb_bus_shutdown()
610 usb_bus_attach(struct usb_proc_msg *pm) in usb_bus_attach()
/third_party/ffmpeg/libavutil/
Ddict.c70 int av_dict_set(AVDictionary **pm, const char *key, const char *value, in av_dict_set()
147 int av_dict_set_int(AVDictionary **pm, const char *key, int64_t value, in av_dict_set_int()
156 static int parse_key_value_pair(AVDictionary **pm, const char **buf, in parse_key_value_pair()
180 int av_dict_parse_string(AVDictionary **pm, const char *str, in av_dict_parse_string()
203 void av_dict_free(AVDictionary **pm) in av_dict_free()
/third_party/boost/boost/numeric/ublas/
Dlu.hpp64 void swap_rows (const PM &pm, MV &mv, vector_tag) { in swap_rows()
75 void swap_rows (const PM &pm, MV &mv, matrix_tag) { in swap_rows()
87 void swap_rows (const PM &pm, MV &mv) { in swap_rows()
130 typename M::size_type lu_factorize (M &m, PM &pm) { in lu_factorize()
173 typename M::size_type axpy_lu_factorize (M &m, PM &pm) { in axpy_lu_factorize()
302 void lu_substitute (const M &m, const permutation_matrix<PMT, PMA> &pm, MV &mv) { in lu_substitute()
343 void lu_substitute (MV &mv, const M &m, const permutation_matrix<PMT, PMA> &pm) { in lu_substitute()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3569v100/
Dinit_registers.c115 static void read_write(struct regentry *reg, unsigned int pm) in read_write()
160 static void part_read_write(struct regentry *reg_table, unsigned int pm) in part_read_write()
182 void init_registers(unsigned long base, unsigned long pm) in init_registers()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3556av100/
Dinit_registers.c116 static void read_write(struct regentry *reg, unsigned int pm) in read_write()
161 static void part_read_write(struct regentry *reg_table, unsigned int pm) in part_read_write()
183 void init_registers(unsigned long base, unsigned long pm) in init_registers()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516dv300/
Dinit_registers.c117 static void read_write(struct regentry *reg, unsigned int pm) in read_write()
162 static void part_read_write(struct regentry *reg_table, unsigned int pm) in part_read_write()
184 void init_registers(unsigned long base, unsigned long pm) in init_registers()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516dv200/
Dinit_registers.c117 static void read_write(struct regentry *reg, unsigned int pm) in read_write()
162 static void part_read_write(struct regentry *reg_table, unsigned int pm) in part_read_write()
185 void init_registers(unsigned long base, unsigned long pm) in init_registers()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev300/
Dinit_registers.c117 static void read_write(struct regentry *reg, unsigned int pm) in read_write()
162 static void part_read_write(struct regentry *reg_table, unsigned int pm) in part_read_write()
184 void init_registers(unsigned long base, unsigned long pm) in init_registers()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516cv500/
Dinit_registers.c117 static void read_write(struct regentry *reg, unsigned int pm) in read_write()
162 static void part_read_write(struct regentry *reg_table, unsigned int pm) in part_read_write()
185 void init_registers(unsigned long base, unsigned long pm) in init_registers()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev200/
Dinit_registers.c117 static void read_write(struct regentry *reg, unsigned int pm) in read_write()
162 static void part_read_write(struct regentry *reg_table, unsigned int pm) in part_read_write()
185 void init_registers(unsigned long base, unsigned long pm) in init_registers()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3535av100/
Dinit_registers.c110 static inline void read_write(struct regentry *reg, unsigned int pm) in read_write()
155 static inline void part_read_write(struct regentry *reg_table, unsigned int pm) in part_read_write()
178 void init_registers(unsigned long base, unsigned long pm) in init_registers()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3519av100/
Dinit_registers.c117 static void read_write(struct regentry *reg, unsigned int pm) in read_write()
162 static void part_read_write(struct regentry *reg_table, unsigned int pm) in part_read_write()
184 void init_registers(unsigned long base, unsigned long pm) in init_registers()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3531dv200/
Dinit_registers.c110 static inline void read_write(struct regentry *reg, unsigned int pm) in read_write()
155 static inline void part_read_write(struct regentry *reg_table, unsigned int pm) in part_read_write()
178 void init_registers(unsigned long base, unsigned long pm) in init_registers()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-hi35xx/
Dinit_regs.c115 static void read_write(const struct regentry *reg, unsigned int pm) in read_write()
160 static void part_read_write(const struct regentry *reg_table, unsigned int pm) in part_read_write()
182 void init_registers(unsigned long base, unsigned long pm) in init_registers()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3518ev300/
Dinit_registers.c117 static void read_write(struct regentry *reg, unsigned int pm) in read_write()
162 static void part_read_write(struct regentry *reg_table, unsigned int pm) in part_read_write()
184 void init_registers(unsigned long base, unsigned long pm) in init_registers()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516av300/
Dinit_registers.c117 static void read_write(struct regentry *reg, unsigned int pm) in read_write()
162 static void part_read_write(struct regentry *reg_table, unsigned int pm) in part_read_write()
185 void init_registers(unsigned long base, unsigned long pm) in init_registers()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3559av100/
Dinit_registers.c115 static void read_write(struct regentry *reg, unsigned int pm) in read_write()
160 static void part_read_write(struct regentry *reg_table, unsigned int pm) in part_read_write()
182 void init_registers(unsigned long base, unsigned long pm) in init_registers()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DMutablePatternModifier.java164 AdoptingModifierStore pm = new AdoptingModifierStore(); in createImmutable() local
187 … AdoptingModifierStore pm = new AdoptingModifierStore(positive, posZero, negZero, negative); in createImmutable() local
219 final AdoptingModifierStore pm; field in MutablePatternModifier.ImmutablePatternModifier
224 AdoptingModifierStore pm, in ImmutablePatternModifier()

123456789