/third_party/lzma/Asm/x86/ |
D | LzmaDecOpt.asm | 441 mov x1, LOC lc2 566 LOC equ [RSP].CLzmaDec_Asm_Loc. define 576 mov t0, LOC name 584 mov pbPos, LOC pbMask 598 cmp buf, LOC bufLimit 600 cmp dicPos, LOC limit 739 ; mov dic, LOC dic_Spec 740 mov probs, LOC probs_Spec 1130 ; or t0, LOC checkDicSize 1150 mov dist2, LOC rep0 [all …]
|
/third_party/zlib/win32/ |
D | Makefile.bor | 12 LOC = $(LOCAL_ZLIB) 18 CFLAGS = -a -d -k- -O2 $(LOC) 19 ASFLAGS = $(LOC) 20 LDFLAGS = $(LOC)
|
D | Makefile.gcc | 41 CFLAGS = $(LOC) -O3 -Wall 44 ASFLAGS = $(LOC) -Wall 47 LDFLAGS = $(LOC)
|
D | Makefile.msc | 13 LOC = 25 CFLAGS = -nologo -MD -W3 -O2 -Oy- -Zi -Fd"zlib" $(LOC) 27 ASFLAGS = -coff -Zi $(LOC)
|
/third_party/zlib/msdos/ |
D | Makefile.msc | 18 LOC = $(LOCAL_ZLIB) 27 CFLAGS=-nologo -A$(MODEL) -G$(CPU_TYP) -W3 -Oait -Gs $(LOC)
|
D | Makefile.bor | 21 LOC = $(LOCAL_ZLIB) 36 CFLAGS=-O2 -Z -m$(MODEL) $(LOC)
|
/third_party/zlib/contrib/pascal/ |
D | zlibd32.mak | 8 LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl macro 14 CFLAGS = -a -d -k- -O2 $(LOC)
|
/third_party/zlib/contrib/delphi/ |
D | zlibd32.mak | 8 LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl macro 14 CFLAGS = -a -d -k- -O2 $(LOC)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnitIndex.cpp | 116 CASE(LOC); in getColumnHeader()
|
/third_party/skia/third_party/externals/icu/source/config/ |
D | mh-os390 | 71 CFLAGS += -Wc,DLL,ROS,RENT,'ARCH(7)','LOC(POSIX)',NOANSIALIAS,'LANGLVL(EXTENDED)' $(ICU_IE… 72 CXXFLAGS += -Wc,DLL,ROS,RTTI,'ARCH(7)','LOC(POSIX)',NOANSIALIAS,'LANGLVL(EXTENDED0X)' $(ICU_…
|
/third_party/icu/icu4c/source/config/ |
D | mh-os390 | 71 CFLAGS += -Wc,DLL,ROS,RENT,'ARCH(7)','LOC(POSIX)',NOANSIALIAS,'LANGLVL(EXTENDED)' $(ICU_IE… 72 CXXFLAGS += -Wc,DLL,ROS,RTTI,'ARCH(7)','LOC(POSIX)',NOANSIALIAS,'LANGLVL(EXTENDED0X)' $(ICU_…
|
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/ |
D | c.m4 | 153 # b4_parse_param_use([VAL], [LOC]) 155 # 'YYUSE' VAL, LOC if locations are enabled, and all the parse-params.
|
/third_party/node/deps/v8/src/execution/s390/ |
D | simulator-s390.h | 1169 EVALUATE(LOC);
|
/third_party/icu/icu4c/source/test/intltest/ |
D | loctest.cpp | 1637 Locale LOC [] = { Locale::getChinese(), Locale("zh", "CN", ""), in Test4105828() local 1641 NumberFormat *fmt = NumberFormat::createPercentInstance(LOC[i], status); in Test4105828() 1651 …errln(UnicodeString("Percent for ") + LOC[i].getDisplayName(temp) + " should be 100%, got " + resu… in Test4105828()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZScheduleZ13.td | 232 def : InstRW<[WLat2, FXa, NormalGr], (instregex "LOC(G|FH)?R(Asm.*)?$")>; 233 def : InstRW<[WLat2, FXa, NormalGr], (instregex "LOC(G|H)?HI(Mux|(Asm.*))?$")>; 235 (instregex "LOC(G|FH|Mux)?(Asm.*)?$")>;
|
D | SystemZScheduleZ14.td | 233 def : InstRW<[WLat2, FXa, NormalGr], (instregex "LOC(G|FH)?R(Asm.*)?$")>; 234 def : InstRW<[WLat2, FXa, NormalGr], (instregex "LOC(G|H)?HI(Mux|(Asm.*))?$")>; 236 (instregex "LOC(G|FH|Mux)?(Asm.*)?$")>;
|
D | SystemZScheduleZ15.td | 234 def : InstRW<[WLat2, FXa, NormalGr], (instregex "LOC(G|FH)?R(Asm.*)?$")>; 235 def : InstRW<[WLat2, FXa, NormalGr], (instregex "LOC(G|H)?HI(Mux|(Asm.*))?$")>; 237 (instregex "LOC(G|FH|Mux)?(Asm.*)?$")>;
|
D | SystemZScheduleZEC12.td | 211 def : InstRW<[WLat2, FXU, NormalGr], (instregex "LOC(G)?R(Asm.*)?$")>; 213 (instregex "LOC(G)?(Asm.*)?$")>;
|
D | SystemZScheduleZ196.td | 203 def : InstRW<[WLat2, FXU, EndGroup], (instregex "LOC(G)?R(Asm.*)?$")>; 205 (instregex "LOC(G)?(Asm.*)?$")>;
|
D | SystemZInstrInfo.cpp | 1272 expandLOCPseudo(MI, SystemZ::LOC, SystemZ::LOCFH); in expandPostRAPseudo()
|
/third_party/skia/third_party/externals/icu/source/data/lang/ |
D | en.txt | 1080 alaloc{"US ALA-LOC Transliteration"}
|
/third_party/icu/icu4c/source/data/lang/ |
D | ar_XB.txt | 1076 alaloc{"US ALA-LOC Transliteration"}
|
D | en.txt | 1138 alaloc{"US ALA-LOC Transliteration"}
|
/third_party/pulseaudio/src/modules/rtp/ |
D | rfc3550.txt | 103 6.5.5 LOC: Geographic User Location SDES Item ......... 49 1274 R[SR #sendinfo #site1#site2][SDES #CNAME PHONE #CNAME LOC][BYE##why] 2707 6.5.5 LOC: Geographic User Location SDES Item 2712 | LOC=5 | length | geographic location of site ... 2721 The LOC value is expected to remain constant for the duration of a 3909 LOC geographic user location 5 4007 (Section 6.5.1); the format of the LOC item (Section 6.5.5); the
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | constants-s390.h | 204 V(loc, LOC, 0xEBF2) /* type = RSY_B LOAD ON CONDITION (32) */ \
|