Home
last modified time | relevance | path

Searched refs:gi (Results 1 – 25 of 75) sorted by relevance

123

/external/clang/test/CodeGen/
Dobject-size.c14 int gi, gj; variable
70 strcpy(buf[++gi], "Hi there"); in test8()
77 strcpy((char *)((++gi) + gj), "Hi there"); in test9()
133 gi = __builtin_object_size(gp++, 0); in test17()
135 gi = __builtin_object_size(gp++, 1); in test17()
137 gi = __builtin_object_size(gp++, 2); in test17()
139 gi = __builtin_object_size(gp++, 3); in test17()
/external/icu4c/extra/uconv/samples/utf8/
Dbanviet.txt3 rách-mướp Bần cũng chả coi sao, chân không có giầy và
4 đầu cũng chẳng có mũ. Giời nắng hay giời mưa Bần
5 không bao giờ quan-tâm. Một ngưòi như Bần thì ai cũng
7 nhầm vì Bần có cái quạt mo, Bần quí lắm. Bần quí và gi
8 luôn không rời bỏ bao giờ. Giời nắng thì Bần che đầu,
9 giời mưa Bần cũng nhờ nó mà đỡ ướt. Muốn ngồi Bần
/external/icu4c/data/region/
Dluo.txt17 AG{"Antigua gi Barbuda"}
29 BA{"Bosnia gi Herzegovina"}
59 CS{"Serbia gi Montenegro"}
119 KN{"Saint Kitts gi Nevis"}
176 PM{"Saint Pierre gi Miquelon"}
179 PS{"Palestinian West Bank gi Gaza"}
202 ST{"São Tomé gi Príncipe"}
206 TC{"Turks gi Caicos Islands"}
217 TT{"Trinidad gi Tobago"}
227 VC{"Saint Vincent gi Grenadines"}
[all …]
Dvi.txt14 001{"Thế giới"}
108 DZ{"An-giê-ri"}
119 FJ{"Phi-gi"}
209 NE{"Ni-giê"}
211 NG{"Ni-giê-ri-a"}
265 TJ{"Tát-gi-ki-xtan"}
/external/icu4c/layout/
DMarkToBasePosnSubtables.cpp95 … GlyphIterator gi(baseIterator, (le_uint16)0); // copy of baseIterator that won't ignore marks in process() local
96 gi.next(); // point beyond the base glyph in process()
97 …while (gi.getCurrStreamPosition() < glyphIterator->getCurrStreamPosition()) { // for all interveni… in process()
98 LEGlyphID otherMark = gi.getCurrGlyphID(); in process()
103 gi.next(); in process()
/external/e2fsprogs/lib/ext2fs/
Dgetsize.c77 DISK_GEOMETRY gi; in ext2fs_get_device_size() local
99 &gi, sizeof(DISK_GEOMETRY), in ext2fs_get_device_size()
100 &gi, sizeof(DISK_GEOMETRY), in ext2fs_get_device_size()
103 *retblocks = gi.BytesPerSector * in ext2fs_get_device_size()
104 gi.SectorsPerTrack * in ext2fs_get_device_size()
105 gi.TracksPerCylinder * in ext2fs_get_device_size()
106 gi.Cylinders.QuadPart / blocksize; in ext2fs_get_device_size()
Dnt_io.c755 DISK_GEOMETRY gi; in _GetDeviceSize() local
787 RtlZeroMemory(&gi, sizeof(DISK_GEOMETRY)); in _GetDeviceSize()
791 &gi, sizeof(DISK_GEOMETRY), in _GetDeviceSize()
792 &gi, sizeof(DISK_GEOMETRY)); in _GetDeviceSize()
798 gi.BytesPerSector * in _GetDeviceSize()
799 gi.SectorsPerTrack * in _GetDeviceSize()
800 gi.TracksPerCylinder * in _GetDeviceSize()
801 gi.Cylinders.QuadPart; in _GetDeviceSize()
/external/libvorbis/lib/
Denvelope.c34 vorbis_info_psy_global *gi=&ci->psy_g_param; in _ve_envelope_init() local
40 e->minenergy=gi->preecho_minenergy; in _ve_envelope_init()
91 vorbis_info_psy_global *gi, in _ve_amp() argument
110 float penalty=gi->stretch_penalty-(ve->stretch/2-VE_MINSTRETCH); in _ve_amp()
112 if(penalty>gi->stretch_penalty)penalty=gi->stretch_penalty; in _ve_amp()
201 if(valmax>gi->preecho_thresh[j]+penalty){ in _ve_amp()
205 if(valmin<gi->postecho_thresh[j]-penalty)ret|=2; in _ve_amp()
219 vorbis_info_psy_global *gi=&ci->psy_g_param; in _ve_envelope_search() local
242 ret|=_ve_amp(ve,gi,pcm,ve->band,ve->filter+i*VE_BANDS); in _ve_envelope_search()
Dpsy.h90 vorbis_info_psy_global *gi; member
117 vorbis_info_psy_global *gi,int n,long rate);
Dpsy.c38 vorbis_info_psy_global *gi=&ci->psy_g_param; in _vp_global_look() local
44 look->gi=gi; in _vp_global_look()
268 vorbis_info_psy_global *gi,int n,long rate){ in _vp_psy_init() argument
273 p->eighth_octave_lines=gi->eighth_octave_lines; in _vp_psy_init()
274 p->shiftoc=rint(log(gi->eighth_octave_lines*8.f)/log(2.f))-1; in _vp_psy_init()
276 p->firstoc=toOC(.25f*rate*.5/n)*(1<<(p->shiftoc+1))-gi->eighth_octave_lines; in _vp_psy_init()
833 vorbis_info_psy_global *gi=&ci->psy_g_param; in _vp_ampmax_decay() local
838 amp+=secs*gi->ampmax_att_per_sec; in _vp_ampmax_decay()
/external/zlib/src/contrib/minizip/
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)
Dunzip.c170 unz_global_info64 gi; /* public global information */ member
660 if (unz64local_getLong64(&us.z_filefunc, us.filestream,&us.gi.number_entry)!=UNZ_OK) in unzOpenInternal()
667 if ((number_entry_CD!=us.gi.number_entry) || in unzOpenInternal()
681 us.gi.size_comment = 0; in unzOpenInternal()
710 us.gi.number_entry = uL; in unzOpenInternal()
717 if ((number_entry_CD!=us.gi.number_entry) || in unzOpenInternal()
734 if (unz64local_getShort(&us.z_filefunc, us.filestream,&us.gi.size_comment)!=UNZ_OK) in unzOpenInternal()
834 *pglobal_info=s->gi; in unzGetGlobalInfo64()
845 pglobal_info32->number_entry = (uLong)s->gi.number_entry; in unzGetGlobalInfo()
846 pglobal_info32->size_comment = s->gi.size_comment; in unzGetGlobalInfo()
[all …]
/external/icu4c/data/locales/
Dvi.txt445 dn{"Múi giờ"}
1044 other{"{0} giờ"}
1047 0{"Trong 0 giờ"}
1048 1{"Trong 1 giờ"}
1049 other{"Trong {0} giờ"}
1052 0{"0 giờ trước"}
1053 1{"1 giờ trước"}
1054 other{"{0} giờ trước"}
1083 other{"{0} giây"}
1086 0{"Trong 0 giây"}
[all …]
Dluo.txt181 "Dwe mar gi achiel",
182 "Dwe mar Apar gi ariyo",
/external/llvm/test/CodeGen/X86/
D2007-10-12-SpillerUnfold1.ll9 %gi.1 = getelementptr float* %fz, i32 0 ; <float*> [#uses=2]
10 %tmp240 = load float* %gi.1, align 4 ; <float> [#uses=1]
40 store float %tmp369, float* %gi.1, align 4
/external/wpa_supplicant_8/src/p2p/
Dp2p_parse.c470 int p2p_group_info_parse(const u8 *gi, size_t gi_len, in p2p_group_info_parse() argument
476 if (gi == NULL) in p2p_group_info_parse()
479 g = gi; in p2p_group_info_parse()
480 gend = gi + gi_len; in p2p_group_info_parse()
539 static int p2p_group_info_text(const u8 *gi, size_t gi_len, char *buf, in p2p_group_info_text() argument
547 if (p2p_group_info_parse(gi, gi_len, &info) < 0) in p2p_group_info_text()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebView.cpp543 GESTUREINFO gi = {0}; in onGesture() local
544 gi.cbSize = sizeof(GESTUREINFO); in onGesture()
546 if (!GetGestureInfoPtr()(gestureHandle, &gi)) { in onGesture()
551 switch (gi.dwID) { in onGesture()
553 m_lastPanX = gi.ptsLocation.x; in onGesture()
554 m_lastPanY = gi.ptsLocation.y; in onGesture()
560 int currentX = gi.ptsLocation.x; in onGesture()
561 int currentY = gi.ptsLocation.y; in onGesture()
577 if (gi.dwFlags & GF_BEGIN) { in onGesture()
581 } else if (gi.dwFlags & GF_END) { in onGesture()
[all …]
/external/clang/test/Parser/
Drecovery.cpp3 8gi///===--- recovery.cpp ---===// // expected-error {{unqualified-id}}
/external/icu4c/data/curr/
Dhu.txt760 "Régi román lej",
804 "Régi szudáni font",
896 "Régi török líra",
1237 other{"Régi román lej"}
1246 other{"Régi szudáni dínár"}
1252 other{"Régi szudáni font"}
1261 other{"Régi török líra"}
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DScanHandler.java76 public void gi(char[] buff, int offset, int length) throws SAXException; in gi() method
DPYXScanner.java62 h.gi(buff, 1, size - 1); in scan()
/external/clang/test/SemaCXX/
Dclass.cpp103 mutable int gi; // expected-error {{'mutable' can only be applied to member variables}} variable
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_zl0_kdt_lfz5.pkb61 �P�F��q�,݈���D�Q+gi-��JY�`��4�~��BP�R x�v0��n
/external/llvm/test/Feature/
Dvector-cast-constant-exprs.ll23 define <2 x i32> @gi() {
/external/icu4c/data/translit/
Des_FONIPA_ja.txt50 gi → グイ;

123