/external/clang/test/CodeGen/ |
D | systemz-inline-asm.c | 3 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 …]
|
D | object-size.c | 14 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/icu/icu4c/source/data/unit/ |
D | vi.txt | 33 dnam{"giây"} 34 other{"{0} giây"} 144 dnam{"giờ"} 145 other{"{0} giờ"} 146 per{"{0}/giờ"} 149 dnam{"micrô giây"} 150 other{"{0} micrô giây"} 153 dnam{"mili giây"} 154 other{"{0} mili giây"} 165 dnam{"nano giây"} [all …]
|
/external/icu/icu4c/source/extra/uconv/samples/utf8/ |
D | banviet.txt | 3 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/ |
D | luo.txt | 14 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/ |
D | BufferUtil.java | 170 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()
|
D | AbstractBuffer.java | 258 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/ |
D | getsize.c | 77 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()
|
D | nt_io.c | 754 DISK_GEOMETRY gi; in _GetDeviceSize() local 786 RtlZeroMemory(&gi, sizeof(DISK_GEOMETRY)); in _GetDeviceSize() 790 &gi, sizeof(DISK_GEOMETRY), in _GetDeviceSize() 791 &gi, sizeof(DISK_GEOMETRY)); in _GetDeviceSize() 797 gi.BytesPerSector * in _GetDeviceSize() 798 gi.SectorsPerTrack * in _GetDeviceSize() 799 gi.TracksPerCylinder * in _GetDeviceSize() 800 gi.Cylinders.QuadPart; in _GetDeviceSize()
|
/external/icu/icu4c/source/layout/ |
D | MarkToBasePosnSubtables.cpp | 95 … 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/llvm/test/Transforms/InstCombine/ |
D | store.ll | 88 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/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
D | cyclic.ll | 4 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/libvorbis/lib/ |
D | envelope.c | 34 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()
|
D | psy.h | 90 vorbis_info_psy_global *gi; member 117 vorbis_info_psy_global *gi,int n,long rate);
|
/external/llvm/test/CodeGen/PowerPC/ |
D | mcm-obj-2.ll | 28 @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.
|
D | mcm-11.ll | 9 @gi = global i32 5, align 4 13 %0 = load i32, i32* @gi, align 4 15 store i32 %inc, i32* @gi, align 4
|
D | mcm-3.ll | 10 @gi = global i32 5, align 4 14 %0 = load i32, i32* @gi, align 4 16 store i32 %inc, i32* @gi, align 4
|
D | mcm-obj.ll | 56 @gi = global i32 5, align 4 60 %0 = load i32, i32* @gi, align 4 62 store i32 %inc, i32* @gi, align 4 67 ; accessing file-scope variable gi. 73 ; accessing file-scope variable gi.
|
/external/zlib/src/contrib/minizip/ |
D | 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)
|
D | unzip.c | 170 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/ |
D | scalar_promote.ll | 155 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/ |
D | 2007-10-12-SpillerUnfold1.ll | 9 %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/harfbuzz_ng/src/ |
D | sample.py | 6 from gi.repository import HarfBuzz as hb 7 from gi.repository import GLib
|
/external/bison/po/ |
D | vi.po | 41 " 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/libexif/po/ |
D | vi.po | 153 msgstr "Tự động, giảm mắt đỏ" 158 msgstr "Bật, giảm mắt đỏ" 514 msgstr "Trung bình nặng giữa" 530 msgstr "Phạm vị giữa" 1113 msgstr "Trái-giữa" 1819 msgstr "Ở giữa" 1872 msgstr "Tự động đặt giữa" 1938 msgstr "Nặng giữa" 2160 msgstr "Đèn nháy đã mở, chế độ giảm mắt đỏ" 2164 msgstr "Đèn nháy đã mở, chế độ giảm mắt đỏ, chưa phát hiện ánh sáng trở về" [all …]
|