/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_fps.c | 42 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
|
D | hud_cpu.c | 231 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
|
D | hud_context.c | 301 hud_draw_graph_line_strip(struct hud_context *hud, const struct hud_graph *gr, in hud_draw_graph_line_strip() 329 struct hud_graph *gr; in hud_pane_accumulate_vertices() local 404 struct hud_graph *gr; in hud_pane_accumulate_vertices_simple() local 424 struct hud_graph *gr; in hud_pane_draw_colored_objects() local 629 struct hud_graph *gr; in hud_start_queries() local 647 struct hud_graph *gr, *next; in hud_stop_queries() local 843 hud_pane_update_dyn_ceiling(struct hud_graph *gr, struct hud_pane *pane) in hud_pane_update_dyn_ceiling() 920 hud_pane_add_graph(struct hud_pane *pane, struct hud_graph *gr) in hud_pane_add_graph() 954 hud_graph_add_value(struct hud_graph *gr, double value) in hud_graph_add_value() 1038 hud_graph_set_dump_file(struct hud_graph *gr) in hud_graph_set_dump_file() [all …]
|
D | hud_cpufreq.c | 94 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
|
D | hud_driver_query.c | 294 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
|
D | hud_sensors_temp.c | 161 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
|
D | hud_nic.c | 175 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
|
D | hud_diskstat.c | 121 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
|
/third_party/musl/src/passwd/ |
D | getgr_r.c | 6 static int getgr_r(const char *name, gid_t gid, struct group *gr, char *buf, size_t size, struct gr… in getgr_r() 41 int getgrnam_r(const char *name, struct group *gr, char *buf, size_t size, struct group **res) in getgrnam_r() 46 int getgrgid_r(gid_t gid, struct group *gr, char *buf, size_t size, struct group **res) in getgrgid_r()
|
D | putgrent.c | 5 int putgrent(const struct group *gr, FILE *f) in putgrent()
|
D | fgetgrent.c | 7 static struct group gr; in fgetgrent() local
|
D | getgrent_a.c | 11 int __getgrent_a(FILE *f, struct group *gr, char **line, size_t *size, char ***mem, size_t *nmem, s… in __getgrent_a()
|
D | getgrent.c | 5 static struct group gr; variable
|
D | getgrouplist.c | 16 struct group gr; in getgrouplist() local
|
D | getgr_a.c | 20 int __getgr_a(const char *name, gid_t gid, struct group *gr, char **buf, size_t *size, char ***mem,… in __getgr_a()
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-caps.c | 73 struct group gr; local 120 struct group gr; local 170 struct group gr; local
|
/third_party/pulseaudio/src/tests/ |
D | usergroup-test.c | 35 static int load_reference_structs(struct group **gr, struct passwd **pw) { in load_reference_structs() 121 struct group *gr; in START_TEST() local
|
/third_party/toybox/toys/pending/ |
D | ipcs.c | 154 struct group *gr; in shm_array() local 256 struct group *gr; in sem_array() local 343 struct group *gr; in msg_array() local
|
/third_party/ltp/testcases/kernel/syscalls/bind/ |
D | bind02.c | 47 struct group *gr; in setup() local
|
/third_party/musl/libc-test/src/functionalext/supplement/passwd/ |
D | getgrouplist.c | 33 struct group *gr; in getgrouplist_0100() local
|
/third_party/toybox/toys/posix/ |
D | tar.c | 181 struct group *gr = gr; in add_to_tar() local 517 struct group *gr = getgrnam(TT.hdr.gname); in extract_to_disk() local 666 struct group *gr = getgrnam(TT.hdr.gname); in unpack_tar() local
|
/third_party/libffi/testsuite/libffi.call/ |
D | pr1172638.c | 47 RECT ar, br, dr, er, gr; in main() local
|
/third_party/rust/crates/rustix/src/process/ |
D | id.rs | 319 let gr = match group { in translate_fchown_args() localVariable
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationOrderAttachmentAccessTests.cpp | 1552 …asterizationOrderAttachmentAccessTestVariations( tcu::TestContext& testCtx, tcu::TestCaseGroup *gr, in createRasterizationOrderAttachmentAccessTestVariations() 1631 …ationOrderAttachmentAccessFormatTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *gr, bool inte… in createRasterizationOrderAttachmentAccessFormatTests() 1661 …tcu::TestCaseGroup *gr = new tcu::TestCaseGroup(testCtx, "rasterization_order_attachment_access", … in createRasterizationOrderAttachmentAccessTests() local
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Surface.cpp | 661 signed char* gr = (signed char*)element; in read() local 669 unsigned short gr = *(unsigned short*)element; in read() local 677 signed char* gr = (signed char*)element; in read() local 685 unsigned char* gr = (unsigned char*)element; in read() local 699 short* gr = (short*)element; in read() local 707 unsigned int gr = *(unsigned int*)element; in read() local 715 unsigned short* gr = (unsigned short*)element; in read() local 835 int* gr = (int*)element; in read() local 843 unsigned int* gr = (unsigned int*)element; in read() local
|