HomeSort by relevance Sort by last modified time
    Searched defs:gi (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/libjingle/source/talk/base/
systeminfo_unittest.cc 204 talk_base::SystemInfo::GpuInfo gi; local
205 EXPECT_TRUE(info.GetGpuInfo(&gi));
206 LOG(LS_INFO) << "GpuDriver: " << gi.driver;
207 EXPECT_FALSE(gi.driver.empty());
208 LOG(LS_INFO) << "GpuDriverVersion: " << gi.driver_version;
209 EXPECT_FALSE(gi.driver_version.empty());
  /external/e2fsprogs/lib/ext2fs/
getsize.c 77 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;
nt_io.c 755 DISK_GEOMETRY gi; local
787 RtlZeroMemory(&gi, sizeof(DISK_GEOMETRY));
791 &gi, sizeof(DISK_GEOMETRY),
792 &gi, sizeof(DISK_GEOMETRY));
798 gi.BytesPerSector *
799 gi.SectorsPerTrack *
800 gi.TracksPerCylinder *
801 gi.Cylinders.QuadPart;
  /external/clang/test/CodeGen/
systemz-inline-asm.c 3 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) : "r" (i))
    [all...]
object-size.c 14 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/icu4c/test/intltest/
genderinfotest.cpp 103 const GenderInfo* gi = GenderInfo::getInstance(locale, status); local
108 UGender actual = gi->getListGender(genderList, listLength, status);
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ScanHandler.java 76 public void gi(char[] buff, int offset, int length) throws SAXException; method in interface:ScanHandler
PYXScanner.java 62 h.gi(buff, 1, size - 1);
PYXWriter.java 78 public void gi(char[] buff, int offset, int length) throws SAXException { method in class:PYXWriter
HTMLScanner.java 501 h.gi(theOutputBuffer, 0, theSize);
505 h.gi(theOutputBuffer, 0, theSize);
571 if (theSize > 0) h.gi(theOutputBuffer, 0, theSize);
Parser.java 955 public void gi(char[] buff, int offset, int length) throws SAXException { method in class:Parser
    [all...]
  /packages/apps/Gallery2/jni/filters/
hsv.c 42 int gi = rgb[rgbOff+1]; local
46 if (ri > gi) {
48 iMin = MIN (gi, bi);
50 iMax = MAX (gi, bi);
69 rh = (short)( (k2*(6*chroma+gi - bi))/(6*chroma));
71 } else if (gi == iMax)
74 rh = (short)( (k2*(4*chroma+ri - gi ))/(6*chroma));
  /external/clang/test/SemaCXX/
class.cpp 103 mutable int gi; // expected-error {{'mutable' can only be applied to member variables}} variable
  /external/libvorbis/lib/
envelope.c 34 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,pcm,ve->band,ve->filter+i*VE_BANDS)
    [all...]
psy.h 90 vorbis_info_psy_global *gi; member in struct:__anon22896
117 vorbis_info_psy_global *gi,int n,long rate);
psy.c 38 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;
    [all...]
  /external/chromium_org/third_party/zlib/contrib/minizip/
miniunz.c 225 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)
unzip.c 170 unz_global_info64 gi; /* public global information */ member in struct:__anon16433
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.size_comment
    [all...]
  /external/zlib/src/contrib/minizip/
miniunz.c 238 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)
unzip.c 170 unz_global_info64 gi; /* public global information */ member in struct:__anon30823
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.size_comment
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkBlurMask.cpp 626 gi[x_] := Piecewise[ {
683 float gi = gaussianIntegral(scaled_x); local
684 profile[x] = 255 - (uint8_t) (255.f * gi);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 1338 int gi = want[i].g; local
    [all...]
  /external/skia/src/effects/
SkBlurMask.cpp 626 gi[x_] := Piecewise[ {
683 float gi = gaussianIntegral(scaled_x); local
684 profile[x] = 255 - (uint8_t) (255.f * gi);
    [all...]
  /external/pixman/test/
utils.c 1537 int32_t ai, ri, gi, bi; local
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.cc 142 bool DecodeZoomGesture(HWND hwnd, const GESTUREINFO& gi,
147 if (gi.dwFlags == GF_BEGIN) {
148 start = gi.ullArguments;
149 zoom_first.x = gi.ptsLocation.x;
150 zoom_first.y = gi.ptsLocation.y;
155 if (gi.dwFlags == GF_END)
159 zoom_second.x = gi.ptsLocation.x;
160 zoom_second.y = gi.ptsLocation.y;
170 static_cast<double>(gi.ullArguments)/static_cast<double>(start);
174 start = gi.ullArguments
2333 GESTUREINFO gi = {sizeof(GESTUREINFO)}; local
    [all...]

Completed in 1157 milliseconds

1 2