Searched defs:gr (Results 1 - 25 of 44) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_fps.c41 query_fps(struct hud_graph *gr) argument
43 struct fps_info *info = gr->query_data;
49 if (info->last_time + gr->pane->period <= now) {
55 hud_graph_add_value(gr, (uint64_t) fps);
72 struct hud_graph *gr = CALLOC_STRUCT(hud_graph); local
74 if (!gr)
77 strcpy(gr->name, "fps");
78 gr->query_data = CALLOC_STRUCT(fps_info);
79 if (!gr->query_data) {
80 FREE(gr);
[all...]
H A Dhud_cpu.c145 query_cpu_load(struct hud_graph *gr) argument
147 struct cpu_info *info = gr->query_data;
151 if (info->last_time + gr->pane->period <= now) {
158 hud_graph_add_value(gr, cpu_load);
182 struct hud_graph *gr; local
191 gr = CALLOC_STRUCT(hud_graph);
192 if (!gr)
196 strcpy(gr->name, "cpu");
198 sprintf(gr->name, "cpu%u", cpu_index);
200 gr
[all...]
H A Dhud_cpufreq.c94 query_cfi_load(struct hud_graph *gr) argument
96 struct cpufreq_info *cfi = gr->query_data;
100 if (cfi->last_time + gr->pane->period <= now) {
106 hud_graph_add_value(gr, (uint64_t)cfi->KHz * 1000);
127 struct hud_graph *gr; local
138 gr = CALLOC_STRUCT(hud_graph);
139 if (!gr)
145 snprintf(gr->name, sizeof(gr->name), "%s-Min", cfi->name);
148 snprintf(gr
[all...]
H A Dhud_diskstat.c120 query_dsi_load(struct hud_graph *gr) argument
125 struct diskstat_info *dsi = gr->query_data;
129 if (dsi->last_time + gr->pane->period <= now) {
140 (((float) gr->pane->period / 1000) / 1000);
146 (((float) gr->pane->period / 1000) / 1000);
150 hud_graph_add_value(gr, (uint64_t) val);
177 struct hud_graph *gr; local
188 gr = CALLOC_STRUCT(hud_graph);
189 if (!gr)
194 snprintf(gr
[all...]
H A Dhud_driver_query.c290 begin_query(struct hud_graph *gr) argument
292 struct query_info *info = gr->query_data;
301 query_new_value(struct hud_graph *gr) argument
303 struct query_info *info = gr->query_data;
317 if (info->num_results && info->last_time + gr->pane->period <= now) {
330 hud_graph_add_value(gr, value);
367 struct hud_graph *gr; local
370 gr = CALLOC_STRUCT(hud_graph);
371 if (!gr)
374 strncpy(gr
[all...]
H A Dhud_nic.c174 query_nic_load(struct hud_graph *gr) argument
180 struct nic_info *nic = gr->query_data;
184 if (nic->last_time + gr->pane->period <= now) {
195 float periodMs = gr->pane->period / 1000;
207 hud_graph_add_value(gr, (uint64_t) pct);
216 hud_graph_add_value(gr, leveldBm);
249 struct hud_graph *gr; local
260 gr = CALLOC_STRUCT(hud_graph);
261 if (!gr)
266 snprintf(gr
[all...]
H A Dhud_sensors_temp.c157 query_sti_load(struct hud_graph *gr) argument
159 struct sensors_temp_info *sti = gr->query_data;
163 if (sti->last_time + gr->pane->period <= now) {
168 hud_graph_add_value(gr, (uint64_t) sti->current);
171 hud_graph_add_value(gr, (uint64_t) sti->critical);
174 hud_graph_add_value(gr, (uint64_t)(sti->current * 1000));
177 hud_graph_add_value(gr, (uint64_t) sti->current);
180 hud_graph_add_value(gr, (uint64_t) sti->current);
204 struct hud_graph *gr; local
215 gr
[all...]
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-uuidof.cpp39 // CHECK: @gr = constant %struct._GUID* bitcast ({ i32, i16, i16, [8 x i8] }* @_GUID_12345678_1234_1234_1234_1234567890ab to %struct._GUID*), align 4
40 // CHECK-64: @gr = constant %struct._GUID* bitcast ({ i32, i16, i16, [8 x i8] }* @_GUID_12345678_1234_1234_1234_1234567890ab to %struct._GUID*), align 8
41 const GUID& gr = __uuidof(S1); variable
H A Dreferences.cpp18 int& gr = g; variable
19 int& grr = gr;
21 int b = gr;
/external/libcap/progs/old/
H A Dsucap.c82 struct group *gr = getgrnam(argv[2]); local
83 if (!gr) {
87 gid = gr->gr_gid;
/external/ltp/testcases/kernel/syscalls/bind/
H A Dbind02.c68 struct group *gr; variable in typeref:struct:group
134 if ((gr = getgrgid(pw->pw_gid)) == NULL) {
139 gid = gr->gr_gid;
142 pw->pw_name, gr->gr_name);
/external/e2fsprogs/lib/ext2fs/
H A Dalloc_tables.c158 dgrp_t gr = ext2fs_group_of_blk2(fs, new_blk); local
159 ext2fs_bg_free_blocks_count_set(fs, gr, ext2fs_bg_free_blocks_count(fs, gr) - 1);
161 ext2fs_bg_flags_clear(fs, gr, EXT2_BG_BLOCK_UNINIT);
162 ext2fs_group_desc_csum_set(fs, gr);
191 dgrp_t gr = ext2fs_group_of_blk2(fs, new_blk); local
192 ext2fs_bg_free_blocks_count_set(fs, gr, ext2fs_bg_free_blocks_count(fs, gr) - 1);
194 ext2fs_bg_flags_clear(fs, gr, EXT2_BG_BLOCK_UNINIT);
195 ext2fs_group_desc_csum_set(fs, gr);
[all...]
/external/pdfium/testing/tools/
H A Dgold.py264 gr = GoldResults("pdfium", testDir, propStr, keyStr, hash_file) variable in class:GoldResults
265 gr.AddTestResult("test-1", "hash-1", os.path.join(testDir, "image1.png"))
266 gr.AddTestResult("test-2", "hash-2", os.path.join(testDir, "image2.png"))
267 gr.AddTestResult("test-3", "hash-3", os.path.join(testDir, "image3.png"))
268 gr.WriteResults()
/external/libxcam/xcore/base/
H A Dxcam_3a_stats.h42 uint32_t gr; member in struct:_XCamHistogram
/external/skia/src/core/
H A DSkColorSpaceXformCanvas.cpp332 GrContext* gr = fTarget->getGrContext(); local
333 if (gr) {
337 sk_sp<SkImage> textureImage = image->makeTextureImage(gr, nullptr);
/external/skqp/src/core/
H A DSkColorSpaceXformCanvas.cpp332 GrContext* gr = fTarget->getGrContext(); local
333 if (gr) {
337 sk_sp<SkImage> textureImage = image->makeTextureImage(gr, nullptr);
/external/toybox/toys/pending/
H A Dipcs.c154 struct group *gr; local
229 if ((gr = getgrgid(buf.shm_perm.cgid))) printf(" %-10s", gr->gr_name);
233 if ((gr = getgrgid(buf.shm_perm.gid))) printf(" %-10s\n", gr->gr_name);
256 struct group *gr; local
321 if ((gr = getgrgid(buf.sem_perm.cgid))) printf(" %-10s", gr->gr_name);
325 if ((gr = getgrgid(buf.sem_perm.gid))) printf(" %-10s\n", gr
343 struct group *gr; local
[all...]
/external/aac/libSBRdec/src/
H A Dpsbitdec.cpp249 UCHAR gr, env; local
315 for (gr = 0; gr < NO_HI_RES_IID_BINS; gr++) {
316 pBsData->aaIidIndex[pBsData->noEnv - 1][gr] =
317 h_ps_d->specificTo.mpeg.aIidPrevFrameIndex[gr];
320 for (gr = 0; gr < NO_HI_RES_IID_BINS; gr++) {
321 pBsData->aaIidIndex[pBsData->noEnv - 1][gr]
448 UCHAR gr, env; local
[all...]
/external/e2fsprogs/lib/e2p/
H A Dls.c42 struct group *gr; local
45 gr = getgrgid (gid);
46 if (gr == NULL)
49 fprintf(f, "(group %s)\n", gr->gr_name);
/external/iproute2/ip/
H A Diptuntap.c161 struct group *gr = getgrnam(*argv); local
163 if (!gr) {
167 *gid = gr->gr_gid;
/external/kernel-headers/original/uapi/linux/
H A Dam437x-vpfe.h95 char gr; member in struct:vpfe_ccdc_black_compensation
/external/libxcam/xcore/
H A Dhandler_interface.cpp339 AwbHandler::set_manual_gain (double gr, double r, double b, double gb) argument
343 gr >= 0.0 && r >= 0.0 && b >= 0.0 && gb >= 0.0,
348 _params.gr_gain = gr;
352 XCAM_LOG_DEBUG ("awb set manual gain value(gr:%.03f, r:%.03f, b:%.03f, gb:%.03f)", gr, r, b, gb);
H A Dx3a_analyzer.cpp182 X3aAnalyzer::set_awb_manual_gain (double gr, double r, double b, double gb) argument
185 return _awb_handler->set_manual_gain (gr, r, b, gb);
/external/minijail/
H A Dsystem.c363 struct group gr; local
376 getgrnam_r(group, &gr, buf, sz, &pgr);
378 * We're safe to free the buffer here. The strings inside gr point
380 * dangling but it's safe. pgr points at gr if getgrnam_r succeeded.
/external/tpm2/
H A DGlobal.c34 STATE_RESET_DATA gr; variable

Completed in 5494 milliseconds

12