Home
last modified time | relevance | path

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

123

/external/perfetto/src/profiling/common/
Dprofiler_guardrails_unittest.cc45 ProfilerCpuGuardrails gr(f.ReleaseFD()); in TEST() local
65 ProfilerCpuGuardrails gr(f.ReleaseFD()); in TEST() local
94 ProfilerMemoryGuardrails gr(f.ReleaseFD()); in TEST() local
122 ProfilerMemoryGuardrails gr(f.ReleaseFD()); in TEST() local
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_fps.c42 query_fps(struct hud_graph *gr, struct pipe_context *pipe) in query_fps()
78 struct hud_graph *gr = CALLOC_STRUCT(hud_graph); in hud_fps_graph_install() local
105 struct hud_graph *gr = CALLOC_STRUCT(hud_graph); in hud_frametime_graph_install() local
Dhud_cpu.c231 query_cpu_load(struct hud_graph *gr, struct pipe_context *pipe) in query_cpu_load()
269 struct hud_graph *gr; in hud_cpu_graph_install() local
326 query_api_thread_busy_status(struct hud_graph *gr, struct pipe_context *pipe) in query_api_thread_busy_status()
370 struct hud_graph *gr; in hud_thread_busy_install() local
402 static unsigned get_counter(struct hud_graph *gr, enum hud_counter counter) in get_counter()
423 query_thread_counter(struct hud_graph *gr, struct pipe_context *pipe) in query_thread_counter()
446 struct hud_graph *gr = CALLOC_STRUCT(hud_graph); in hud_thread_counter_install() local
Dhud_context.c299 hud_draw_graph_line_strip(struct hud_context *hud, const struct hud_graph *gr, in hud_draw_graph_line_strip()
327 struct hud_graph *gr; in hud_pane_accumulate_vertices() local
402 struct hud_graph *gr; in hud_pane_accumulate_vertices_simple() local
422 struct hud_graph *gr; in hud_pane_draw_colored_objects() local
621 struct hud_graph *gr; in hud_start_queries() local
639 struct hud_graph *gr, *next; in hud_stop_queries() local
835 hud_pane_update_dyn_ceiling(struct hud_graph *gr, struct hud_pane *pane) in hud_pane_update_dyn_ceiling()
912 hud_pane_add_graph(struct hud_pane *pane, struct hud_graph *gr) in hud_pane_add_graph()
946 hud_graph_add_value(struct hud_graph *gr, double value) in hud_graph_add_value()
1030 hud_graph_set_dump_file(struct hud_graph *gr) in hud_graph_set_dump_file()
[all …]
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.c161 query_sti_load(struct hud_graph *gr, struct pipe_context *pipe) in query_sti_load()
208 struct hud_graph *gr; in hud_sensors_temp_graph_install() local
Dhud_diskstat.c121 query_dsi_load(struct hud_graph *gr, struct pipe_context *pipe) in query_dsi_load()
178 struct hud_graph *gr; in hud_diskstat_graph_install() local
Dhud_nic.c175 query_nic_load(struct hud_graph *gr, struct pipe_context *pipe) in query_nic_load()
250 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.cc114 [this, device, cp, cancel_mgr, done](Status s, const GroupRec* gr) { in CompleteParamsAsync()
148 [response, done](const Status& s, const GroupRec* gr) { in CompleteGroupAsync()
170 GroupRec* gr = GetCachedGroup(request->group_key()); in CompleteInstanceAsync() local
235 std::unique_ptr<GroupRec> gr(new GroupRec); in UpdateGroupCache() local
342 const GroupRec* gr, CollectiveParams* cp, in UpdateInstanceCache()
379 const string& device, const GroupRec* gr, CollectiveParams* cp, in CompleteInstanceDistributed()
/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_param_resolver_local.cc118 const Status& s, GroupRec* gr) { in CompleteGroupLocal()
132 GroupRec* gr = nullptr; in CompleteGroupLocal() local
512 void CollectiveParamResolverLocal::FinishGroup(GroupRec* gr) { in FinishGroup()
555 const GroupRec* gr, const CollectiveParams* cp, InstanceRec* ir) { in InitInstanceSharedParams()
600 CollectiveParamResolverLocal::GetOrCreateInstanceRec(const GroupRec* gr, in GetOrCreateInstanceRec()
646 [this, device, cp, done](const Status& s, const GroupRec* gr) { in CompleteParamsAsync()
686 const string& device, const GroupRec* gr, CollectiveParams* cp, in CompleteInstanceLocal()
720 const string& device, const GroupRec* gr, CollectiveParams* cp, in CompleteInstanceFromInitializedIRec()
854 GroupRec* gr = item.second.get(); in StartAbortLocal() local
/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/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.c54 struct group *gr; in setup() local
/external/openssh/
Dgroupaccess.c54 struct group *gr; in ga_init() local
/external/clang/test/CodeGenCXX/
Dmicrosoft-uuidof.cpp41 const GUID& gr = __uuidof(S1); variable
/external/libcap/progs/old/
Dsucap.c82 struct group *gr = getgrnam(argv[2]); in main() local
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
Dgetpw_getgr.cpp64 T gr; in test_r() local
/external/openssh/openbsd-compat/
Dpwcache.c91 struct group *gr; in group_from_gid() local
/external/toybox/toys/posix/
Dtar.c187 struct group *gr = gr; in add_to_tar() local
534 struct group *gr = getgrnam(TT.hdr.gname); in extract_to_disk() local
683 struct group *gr = getgrnam(TT.hdr.gname); in unpack_tar() local
/external/llvm-project/clang/test/CodeGenCXX/
Dmicrosoft-uuidof.cpp55 const GUID& gr = __uuidof(S1); variable
/external/libffi/testsuite/libffi.call/
Dpr1172638.c47 RECT ar, br, dr, er, gr; in main() local
/external/rust/crates/unicode-segmentation/src/
Dtest.rs84 let gr = UnicodeSegmentation::graphemes(s, true).rev().collect::<Vec<&str>>(); in test_graphemes() localVariable

123