Home
last modified time | relevance | path

Searched defs:gr (Results 1 – 25 of 55) sorted by relevance

123

/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_cpu.c147 query_cpu_load(struct hud_graph *gr, struct pipe_context *pipe) in query_cpu_load()
185 struct hud_graph *gr; in hud_cpu_graph_install() local
242 query_api_thread_busy_status(struct hud_graph *gr, struct pipe_context *pipe) in query_api_thread_busy_status()
286 struct hud_graph *gr; in hud_thread_busy_install() local
318 static unsigned get_counter(struct hud_graph *gr, enum hud_counter counter) in get_counter()
339 query_thread_counter(struct hud_graph *gr, struct pipe_context *pipe) in query_thread_counter()
362 struct hud_graph *gr = CALLOC_STRUCT(hud_graph); in hud_thread_counter_install() local
Dhud_fps.c41 query_fps(struct hud_graph *gr, struct pipe_context *pipe) in query_fps()
72 struct hud_graph *gr = CALLOC_STRUCT(hud_graph); in hud_fps_graph_install() local
Dhud_context.c302 hud_draw_graph_line_strip(struct hud_context *hud, const struct hud_graph *gr, in hud_draw_graph_line_strip()
330 struct hud_graph *gr; in hud_pane_accumulate_vertices() local
405 struct hud_graph *gr; in hud_pane_draw_colored_objects() local
598 struct hud_graph *gr; in hud_start_queries() local
616 struct hud_graph *gr, *next; in hud_stop_queries() local
817 hud_pane_update_dyn_ceiling(struct hud_graph *gr, struct hud_pane *pane) in hud_pane_update_dyn_ceiling()
892 hud_pane_add_graph(struct hud_pane *pane, struct hud_graph *gr) in hud_pane_add_graph()
926 hud_graph_add_value(struct hud_graph *gr, double value) in hud_graph_add_value()
1010 hud_graph_set_dump_file(struct hud_graph *gr) in hud_graph_set_dump_file()
1463 struct hud_graph *gr; in hud_parse_env_var() local
Dhud_cpufreq.c94 query_cfi_load(struct hud_graph *gr, struct pipe_context *pipe) in query_cfi_load()
127 struct hud_graph *gr; in hud_cpufreq_graph_install() local
Dhud_driver_query.c294 begin_query(struct hud_graph *gr, struct pipe_context *pipe) in begin_query()
304 query_new_value(struct hud_graph *gr, struct pipe_context *pipe) in query_new_value()
379 struct hud_graph *gr; in hud_pipe_query_install() local
Dhud_sensors_temp.c157 query_sti_load(struct hud_graph *gr, struct pipe_context *pipe) in query_sti_load()
204 struct hud_graph *gr; in hud_sensors_temp_graph_install() local
Dhud_diskstat.c120 query_dsi_load(struct hud_graph *gr, struct pipe_context *pipe) in query_dsi_load()
177 struct hud_graph *gr; in hud_diskstat_graph_install() local
Dhud_nic.c174 query_nic_load(struct hud_graph *gr, struct pipe_context *pipe) in query_nic_load()
249 struct hud_graph *gr; in hud_nic_graph_install() local
/external/e2fsprogs/lib/ext2fs/
Dalloc_tables.c158 dgrp_t gr = ext2fs_group_of_blk2(fs, new_blk); in ext2fs_allocate_group_table() local
191 dgrp_t gr = ext2fs_group_of_blk2(fs, new_blk); in ext2fs_allocate_group_table() local
233 int gr = ext2fs_group_of_blk2(fs, blk); in ext2fs_allocate_group_table() local
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcollective_param_resolver_distributed.cc102 const Status& s, const GroupRec* gr) { in CompleteParamsAsync()
124 [this, response, done](const Status& s, const GroupRec* gr) { in CompleteGroupAsync()
171 const Status& cg_status, const GroupRec* gr) { in CompleteInstanceAsync()
218 std::unique_ptr<GroupRec> gr(new GroupRec); in UpdateGroupCache() local
291 const GroupRec* gr, CollectiveParams* cp, in UpdateInstanceCache()
363 const string& device, const GroupRec* gr, CollectiveParams* cp, in CompleteInstanceDistributed()
/external/toybox/toys/pending/
Dipcs.c154 struct group *gr; in shm_array() local
256 struct group *gr; in sem_array() local
343 struct group *gr; in msg_array() local
/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_param_resolver_local.cc62 GroupRec* gr = nullptr; in CompleteGroupLocal() local
401 const GroupRec* gr, const CollectiveParams* cp, InstanceRec* ir, in InitInstanceSharedParams()
460 const GroupRec* gr, const CollectiveParams* cp, InstanceRec* ir, in CompleteDefaultRanking()
502 const GroupRec* gr, CollectiveParams* cp, const InstanceRecCallback& done) { in FindInstanceRec()
536 const GroupRec* gr, const CollectiveParams* cp, InstanceRec* ir, in CallInitInstanceSharedParams()
591 [this, device, cp, done](const Status& s, const GroupRec* gr) { in CompleteParamsAsync()
631 const string& device, const GroupRec* gr, CollectiveParams* cp, in CompleteInstanceLocal()
657 const string& device, const GroupRec* gr, CollectiveParams* cp, in CompleteInstanceFromInitializedIRec()
/external/python/cpython3/Parser/
Dpgen.c107 nfagrammar *gr; in newnfagrammar() local
121 freenfagrammar(nfagrammar *gr) in freenfagrammar()
131 addnfa(nfagrammar *gr, char *name) in addnfa()
163 nfagrammar *gr; in metacompile() local
180 compile_rule(nfagrammar *gr, node *n) in compile_rule()
397 makedfa(nfagrammar *gr, nfa *nf, dfa *d) in makedfa()
649 maketables(nfagrammar *gr) in maketables()
679 nfagrammar *gr; in pgen() local
/external/python/cpython2/Parser/
Dpgen.c107 nfagrammar *gr; in newnfagrammar() local
121 freenfagrammar(nfagrammar *gr) in freenfagrammar()
132 addnfa(nfagrammar *gr, char *name) in addnfa()
164 nfagrammar *gr; in metacompile() local
181 compile_rule(nfagrammar *gr, node *n) in compile_rule()
398 makedfa(nfagrammar *gr, nfa *nf, dfa *d) in makedfa()
651 maketables(nfagrammar *gr) in maketables()
681 nfagrammar *gr; in pgen() local
/external/aac/libSBRdec/src/
Dpsbitdec.cpp249 UCHAR gr, env; in DecodePs() local
456 UCHAR gr, env; in ReadPsData() local
/external/ltp/testcases/kernel/syscalls/bind/
Dbind02.c68 struct group *gr; variable
/external/libcap/progs/old/
Dsucap.c82 struct group *gr = getgrnam(argv[2]); in main() local
/external/clang/test/CodeGenCXX/
Dmicrosoft-uuidof.cpp41 const GUID& gr = __uuidof(S1); variable
/external/openssh/openbsd-compat/
Dpwcache.c91 struct group *gr; in group_from_gid() local
/external/pdfium/testing/tools/
Dgold.py264 gr = GoldResults("pdfium", testDir, propStr, keyStr, hash_file) variable
/external/libxcam/xcore/base/
Dxcam_3a_stats.h42 uint32_t gr; member
/external/kernel-headers/original/uapi/linux/
Dam437x-vpfe.h95 char gr; member
/external/e2fsprogs/lib/e2p/
Dls.c42 struct group *gr; in print_group() local
/external/ipsec-tools/src/racoon/
Dcfparse.y304 struct group *gr; variable
2538 struct group *gr = NULL; local
/external/iproute2/ip/
Diptuntap.c161 struct group *gr = getgrnam(*argv); in parse_args() local

123