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

  /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/
object-size.c 14 int gi, gj; variable
68 strcpy(buf[++gi], "Hi there");
75 strcpy((char *)((++gi) + gj), "Hi there");
130 gi = __builtin_object_size(gp++, 0);
132 gi = __builtin_object_size(gp++, 1);
134 gi = __builtin_object_size(gp++, 2);
136 gi = __builtin_object_size(gp++, 3);
  /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...]
  /external/bluetooth/glib/tests/
type-test.c 46 gint gi; local
96 gi = G_MAXINT;
97 gi++;
98 g_assert (gi == G_MININT);
  /external/clang/test/SemaCXX/
class.cpp 101 mutable int gi; // expected-error {{error: 'mutable' can only be applied to member variables}} variable
  /external/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:__anon14460
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/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c 1313 int gi = want[i].g; local
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp 543 GESTUREINFO gi = {0}; local
544 gi.cbSize = sizeof(GESTUREINFO);
546 if (!GetGestureInfoPtr()(gestureHandle, &gi)) {
551 switch (gi.dwID) {
553 m_lastPanX = gi.ptsLocation.x;
554 m_lastPanY = gi.ptsLocation.y;
560 int currentX = gi.ptsLocation.x;
561 int currentY = gi.ptsLocation.y;
577 if (gi.dwFlags & GF_BEGIN) {
581 } else if (gi.dwFlags & GF_END)
    [all...]

Completed in 180 milliseconds