Searched defs:gi (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/webrtc/base/
H A Dsysteminfo_unittest.cc187 rtc::SystemInfo::GpuInfo gi; local
188 EXPECT_TRUE(info.GetGpuInfo(&gi));
189 LOG(LS_INFO) << "GpuDriver: " << gi.driver;
190 EXPECT_FALSE(gi.driver.empty());
191 LOG(LS_INFO) << "GpuDriverVersion: " << gi.driver_version;
192 EXPECT_FALSE(gi.driver_version.empty());
/external/e2fsprogs/lib/ext2fs/
H A Dgetsize.c77 DISK_GEOMETRY gi; local
99 &gi, sizeof(DISK_GEOMETRY),
100 &gi, sizeof(DISK_GEOMETRY),
103 *retblocks = gi.BytesPerSector *
104 gi.SectorsPerTrack *
105 gi.TracksPerCylinder *
106 gi.Cylinders.QuadPart / blocksize;
H A Dnt_io.c754 DISK_GEOMETRY gi; local
786 RtlZeroMemory(&gi, sizeof(DISK_GEOMETRY));
790 &gi, sizeof(DISK_GEOMETRY),
791 &gi, sizeof(DISK_GEOMETRY));
797 gi.BytesPerSector *
798 gi.SectorsPerTrack *
799 gi.TracksPerCylinder *
800 gi.Cylinders.QuadPart;
/external/clang/test/CodeGenCXX/
H A Ddebug-info-template-explicit-specialization.cpp70 g<int> gi; variable
/external/clang/test/CodeGen/
H A Dsystemz-inline-asm.c3 unsigned int gi; variable
7 asm("st %1, %0" : "=m" (gi) : "r" (i));
9 // CHECK: call void asm "st $1, $0", "=*m,r"(i32* @gi, i32 %i)
13 asm("st %1, %0" : "=Q" (gi) : "r" (i));
15 // CHECK: call void asm "st $1, $0", "=*Q,r"(i32* @gi, i32 %i)
19 asm("st %1, %0" : "=R" (gi) : "r" (i));
21 // CHECK: call void asm "st $1, $0", "=*R,r"(i32* @gi, i32 %i)
25 asm("st %1, %0" : "=S" (gi) : "r" (i));
27 // CHECK: call void asm "st $1, $0", "=*S,r"(i32* @gi, i32 %i)
31 asm("st %1, %0" : "=T" (gi)
[all...]
H A Dobject-size.c14 int gi, gj; variable
70 strcpy(buf[++gi], "Hi there");
77 strcpy((char *)((++gi) + gj), "Hi there");
133 gi = __builtin_object_size(gp++, 0);
135 gi = __builtin_object_size(gp++, 1);
137 gi = __builtin_object_size(gp++, 2);
139 gi = __builtin_object_size(gp++, 3);
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DScanHandler.java76 public void gi(char[] buff, int offset, int length) throws SAXException; method in interface:ScanHandler
H A DPYXWriter.java78 public void gi(char[] buff, int offset, int length) throws SAXException { method in class:PYXWriter
H A DParser.java955 public void gi(char[] buff, int offset, int length) throws SAXException { method in class:Parser
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dgenderinfotest.cpp103 const GenderInfo* gi = GenderInfo::getInstance(locale, status); local
108 UGender actual = gi->getListGender(genderList, listLength, status);
/external/icu/icu4c/source/test/intltest/
H A Dgenderinfotest.cpp103 const GenderInfo* gi = GenderInfo::getInstance(locale, status); local
108 UGender actual = gi->getListGender(genderList, listLength, status);
/external/clang/test/SemaCXX/
H A Dclass.cpp103 mutable int gi; // expected-error {{'mutable' can only be applied to member variables}} variable
/external/libvorbis/lib/
H A Denvelope.c34 vorbis_info_psy_global *gi=&ci->psy_g_param; local
40 e->minenergy=gi->preecho_minenergy;
91 vorbis_info_psy_global *gi,
110 float penalty=gi->stretch_penalty-(ve->stretch/2-VE_MINSTRETCH);
112 if(penalty>gi->stretch_penalty)penalty=gi->stretch_penalty;
201 if(valmax>gi->preecho_thresh[j]+penalty){
205 if(valmin<gi->postecho_thresh[j]-penalty)ret|=2;
219 vorbis_info_psy_global *gi=&ci->psy_g_param; local
242 ret|=_ve_amp(ve,gi,pc
90 _ve_amp(envelope_lookup *ve, vorbis_info_psy_global *gi, float *data, envelope_band *bands, envelope_filter_state *filters) argument
[all...]
H A Dpsy.h90 vorbis_info_psy_global *gi; member in struct:__anon24748
117 vorbis_info_psy_global *gi,int n,long rate);
H A Dpsy.c38 vorbis_info_psy_global *gi=&ci->psy_g_param; local
44 look->gi=gi;
268 vorbis_info_psy_global *gi,int n,long rate){
273 p->eighth_octave_lines=gi->eighth_octave_lines;
274 p->shiftoc=rint(log(gi->eighth_octave_lines*8.f)/log(2.f))-1;
276 p->firstoc=toOC(.25f*rate*.5/n)*(1<<(p->shiftoc+1))-gi->eighth_octave_lines;
833 vorbis_info_psy_global *gi=&ci->psy_g_param; local
838 amp+=secs*gi->ampmax_att_per_sec;
267 _vp_psy_init(vorbis_look_psy *p,vorbis_info_psy *vi, vorbis_info_psy_global *gi,int n,long rate) argument
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_parse.c514 int p2p_group_info_parse(const u8 *gi, size_t gi_len, argument
520 if (gi == NULL)
523 g = gi;
524 gend = gi + gi_len;
583 static int p2p_group_info_text(const u8 *gi, size_t gi_len, char *buf, argument
591 if (p2p_group_info_parse(gi, gi_len, &info) < 0)
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_parse.c514 int p2p_group_info_parse(const u8 *gi, size_t gi_len, argument
520 if (gi == NULL)
523 g = gi;
524 gend = gi + gi_len;
583 static int p2p_group_info_text(const u8 *gi, size_t gi_len, char *buf, argument
591 if (p2p_group_info_parse(gi, gi_len, &info) < 0)
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_parse.c514 int p2p_group_info_parse(const u8 *gi, size_t gi_len, argument
520 if (gi == NULL)
523 g = gi;
524 gend = gi + gi_len;
583 static int p2p_group_info_text(const u8 *gi, size_t gi_len, char *buf, argument
591 if (p2p_group_info_parse(gi, gi_len, &info) < 0)
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dminiunz.c225 unz_global_info64 gi; local
228 err = unzGetGlobalInfo64(uf,&gi);
233 for (i=0;i<gi.number_entry;i++)
284 if ((i+1)<gi.number_entry)
470 unz_global_info64 gi; local
474 err = unzGetGlobalInfo64(uf,&gi);
478 for (i=0;i<gi.number_entry;i++)
485 if ((i+1)<gi.number_entry)
H A Dunzip.c170 unz_global_info64 gi; /* public global information */ member in struct:__anon16391
660 if (unz64local_getLong64(&us.z_filefunc, us.filestream,&us.gi.number_entry)!=UNZ_OK)
667 if ((number_entry_CD!=us.gi.number_entry) ||
681 us.gi.size_comment = 0;
710 us.gi.number_entry = uL;
717 if ((number_entry_CD!=us.gi.number_entry) ||
734 if (unz64local_getShort(&us.z_filefunc, us.filestream,&us.gi.size_comment)!=UNZ_OK)
834 *pglobal_info=s->gi;
845 pglobal_info32->number_entry = (uLong)s->gi.number_entry;
846 pglobal_info32->size_comment = s->gi
[all...]
/external/zlib/src/contrib/minizip/
H A Dminiunz.c238 unz_global_info64 gi; local
241 err = unzGetGlobalInfo64(uf,&gi);
246 for (i=0;i<gi.number_entry;i++)
297 if ((i+1)<gi.number_entry)
482 unz_global_info64 gi; local
486 err = unzGetGlobalInfo64(uf,&gi);
490 for (i=0;i<gi.number_entry;i++)
497 if ((i+1)<gi.number_entry)
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMask.cpp642 gi[x_] := Piecewise[ {
692 float gi = gaussianIntegral(scaled_x); local
693 profile[x] = 255 - (uint8_t) (255.f * gi);
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.c1338 int gi = want[i].g; local
1347 d2 = COLOUR_DIST(ri, gi, bi, rj, gj, bj);
/external/skia/src/effects/
H A DSkBlurMask.cpp642 gi[x_] := Piecewise[ {
692 float gi = gaussianIntegral(scaled_x); local
693 profile[x] = 255 - (uint8_t) (255.f * gi);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsopt.c1414 cmsUInt32Number ri, gi, bi; local
1419 gi = In[1] & 0xFF;
1424 g = p->Shaper1G[gi];
1434 gi = (l2 < 0) ? 0 : ((l2 > 16384) ? 16384 : l2);
1439 Out[1] = p->Shaper2G[gi];

Completed in 2261 milliseconds

12