Home
last modified time | relevance | path

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

123456

/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()
157 gi = __builtin_object_size(&foo.a, 0); in test19()
159 gi = __builtin_object_size(&foo.a, 1); in test19()
161 gi = __builtin_object_size(&foo.a, 2); in test19()
[all …]
Dpass-object-size.c11 int gi = 0; variable
42 gi = ObjectSize0(&t[1]); in test1()
44 gi = ObjectSize1(&t[1]); in test1()
46 gi = ObjectSize2(&t[1]); in test1()
48 gi = ObjectSize3(&t[1]); in test1()
51 gi = ObjectSize0(&t[1].t[1]); in test1()
53 gi = ObjectSize1(&t[1].t[1]); in test1()
55 gi = ObjectSize2(&t[1].t[1]); in test1()
57 gi = ObjectSize3(&t[1].t[1]); in test1()
63 gi = ObjectSize1(&t->t[1]); in test2()
[all …]
Dobject-size.cpp5 int gi; variable
18 gi = __builtin_object_size(&c, 0); in test1()
20 gi = __builtin_object_size((A*)&c, 0); in test1()
22 gi = __builtin_object_size((B*)&c, 0); in test1()
25 gi = __builtin_object_size((char*)&c, 0); in test1()
27 gi = __builtin_object_size((char*)(A*)&c, 0); in test1()
29 gi = __builtin_object_size((char*)(B*)&c, 0); in test1()
39 gi = __builtin_object_size(&c->bs[0], 0); in test2()
41 gi = __builtin_object_size(&c->bs[0], 1); in test2()
43 gi = __builtin_object_size(&c->bs[0], 2); in test2()
[all …]
Dsystemz-inline-asm.c3 unsigned int gi; variable
7 asm("st %1, %0" : "=m" (gi) : "r" (i)); in test_store_m()
13 asm("st %1, %0" : "=Q" (gi) : "r" (i)); in test_store_Q()
19 asm("st %1, %0" : "=R" (gi) : "r" (i)); in test_store_R()
25 asm("st %1, %0" : "=S" (gi) : "r" (i)); in test_store_S()
31 asm("st %1, %0" : "=T" (gi) : "r" (i)); in test_store_T()
38 asm("l %0, %1" : "=r" (i) : "m" (gi)); in test_load_m()
46 asm("l %0, %1" : "=r" (i) : "Q" (gi)); in test_load_Q()
54 asm("l %0, %1" : "=r" (i) : "R" (gi)); in test_load_R()
62 asm("l %0, %1" : "=r" (i) : "S" (gi)); in test_load_S()
[all …]
/external/icu/icu4c/source/data/unit/
Dvi.txt33 dnam{"giây"}
34 other{"{0} giây"}
166 dnam{"giờ"}
167 other{"{0} giờ"}
168 per{"{0}/giờ"}
171 dnam{"micrô giây"}
172 other{"{0} micrô giây"}
175 dnam{"mili giây"}
176 other{"{0} mili giây"}
189 dnam{"nano giây"}
[all …]
/external/icu/icu4c/source/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/icu/icu4c/source/data/region/
Dluo.txt14 AG{"Antigua gi Barbuda"}
26 BA{"Bosnia gi Herzegovina"}
115 KN{"Saint Kitts gi Nevis"}
172 PM{"Saint Pierre gi Miquelon"}
175 PS{"Palestinian West Bank gi Gaza"}
198 ST{"São Tomé gi Príncipe"}
202 TC{"Turks gi Caicos Islands"}
213 TT{"Trinidad gi Tobago"}
223 VC{"Saint Vincent gi Grenadines"}
229 WF{"Wallis gi Futuna"}
/external/jetty/src/java/org/eclipse/jetty/io/
DBufferUtil.java170 int gi=buffer.getIndex(); in prependHexInt() local
171 buffer.poke(--gi,(byte)'0'); in prependHexInt()
172 buffer.setGetIndex(gi); in prependHexInt()
183 int gi=buffer.getIndex(); in prependHexInt() local
188 buffer.poke(--gi,DIGIT[d]); in prependHexInt()
192 buffer.poke(--gi,(byte)'-'); in prependHexInt()
193 buffer.setGetIndex(gi); in prependHexInt()
DAbstractBuffer.java258 int gi = getIndex(); in get() local
266 length = peek(gi, b, offset, length); in get()
268 setGetIndex(gi + length); in get()
274 int gi = getIndex(); in get() local
275 Buffer view = peek(gi, length); in get()
276 setGetIndex(gi + length); in get()
/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()
/external/icu/icu4c/source/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/clang/test/CodeGenCXX/
Dpass-object-size.cpp3 int gi; variable
18 gi = L1(ptr); in Lambdas()
20 gi = L2(ptr); in Lambdas()
/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);
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/
Dcyclic.ll4 define void @test6(i32* %gi) #0 {
6 store i32 42, i32* %gi, align 4, !tbaa !0
13 store i32 undef, i32* %gi, align 4, !tbaa !2
/external/llvm/test/CodeGen/PowerPC/
Dmcm-obj-2.ll28 @gi = global i32 5, align 4
32 %0 = load i32, i32* @gi, align 4
34 store i32 %inc, i32* @gi, align 4
39 ; accessing file-scope variable gi.
Dmcm-11.ll9 @gi = global i32 5, align 4
13 %0 = load i32, i32* @gi, align 4
15 store i32 %inc, i32* @gi, align 4
Dmcm-3.ll10 @gi = global i32 5, align 4
14 %0 = load i32, i32* @gi, align 4
16 store i32 %inc, i32* @gi, align 4
/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/llvm/test/Transforms/LICM/
Dscalar_promote.ll155 define void @test6(i32 %n, float* nocapture %a, i32* %gi) {
157 store i32 0, i32* %gi, align 4, !tbaa !0
169 %0 = load i32, i32* %gi, align 4, !tbaa !0
171 store i32 %inc, i32* %gi, align 4, !tbaa !0
182 ; CHECK-NEXT: %gi.promoted = load i32, i32* %gi, align 4, !tbaa !0
185 ; CHECK-NEXT: store i32 %[[LCSSAPHI]], i32* %gi, align 4, !tbaa !0
/external/llvm/test/CodeGen/X86/
D2007-10-12-SpillerUnfold1.ll9 %gi.1 = getelementptr float, float* %fz, i32 0 ; <float*> [#uses=2]
10 %tmp240 = load float, float* %gi.1, align 4 ; <float> [#uses=1]
40 store float %tmp369, float* %gi.1, align 4
/external/llvm/test/Transforms/InstCombine/
Dstore.ll88 define void @test6(i32 %n, float* %a, i32* %gi) nounwind uwtable ssp {
90 store i32 42, i32* %gi, align 4, !tbaa !0
95 %0 = load i32, i32* %gi, align 4, !tbaa !0
103 %1 = load i32, i32* %gi, align 4, !tbaa !0
105 store i32 %inc, i32* %gi, align 4, !tbaa !0
113 ; CHECK-NEXT: store i32 %storemerge, i32* %gi, align 4, !tbaa !0
/external/bison/po/
Dvi.po41 " Xung đột giữa quy tắc %d và thẻ bài %s được phân giải là dịch (shift)"
47 " Xung đột giữa quy tắc %d và thẻ bài %s được phân giải là rút gọn "
54 " Xung đột giữa quy tắc %d và thẻ bài %s được phân giải là một lỗi (error)."
59 msgstr "xung đột: %d dịch/giảm, %d giảm/giảm\n"
64 msgstr "xung đột: %d dịch/giảm\n"
69 msgstr "xung đột: %d giảm/giảm\n"
85 msgstr[0] "mong đợi %d lần xung đột dịch/giảm"
91 msgstr[0] "mong đợi %d lần xung đột giảm/giảm"
121 msgstr "Hãy chạy câu lệnh “%s --help” (trợ giúp) để xem thêm thông tin.\n"
168 " -h, --help hiển thị trợ giúp này, sau đó thoát\n"
[all …]
/external/harfbuzz_ng/src/
Dsample.py6 from gi.repository import HarfBuzz as hb
7 from gi.repository import GLib

123456