Home
last modified time | relevance | path

Searched refs:Common (Results 1 - 25 of 30) sorted by relevance

12

/third_party/rust/crates/clap/tests/derive/
H A Dflatten.rs22 struct Common { in flatten() structure names
29 common: Common, in flatten()
33 common: Common { arg: 42 } in flatten()
46 struct Common { in flatten_twice() structure names
53 c1: Common, in flatten_twice()
56 c2: Common, in flatten_twice()
64 struct Common { in flatten_in_subcommand() structure names
73 common: Common, in flatten_in_subcommand()
82 common: Common, in flatten_in_subcommand()
91 common: Common { ar in flatten_in_subcommand()
107 struct Common { update_args_with_flatten() structure names
194 struct Common { flatten_with_doc_comment() structure names
[all...]
/third_party/lzma/CPP/7zip/
H A D7zip_gcc.mak247 $O/CommandLineParser.o: ../../../Common/CommandLineParser.cpp
249 $O/CRC.o: ../../../Common/CRC.cpp
252 $O/CrcReg.o: ../../../Common/CrcReg.cpp
255 $O/DynLimBuf.o: ../../../Common/DynLimBuf.cpp
257 $O/IntToString.o: ../../../Common/IntToString.cpp
259 $O/Lang.o: ../../../Common/Lang.cpp
261 $O/ListFileUtils.o: ../../../Common/ListFileUtils.cpp
263 $O/LzFindPrepare.o: ../../../Common/LzFindPrepare.cpp
265 $O/MyMap.o: ../../../Common/MyMap.cpp
267 $O/MyString.o: ../../../Common/MyStrin
[all...]
H A D7zip.mak46 $(COMMON_OBJS): ../../../Common/$(*B).cpp
61 $(7ZIP_COMMON_OBJS): ../../Common/$(*B).cpp
71 $(AR_COMMON_OBJS): ../../Archive/Common/$(*B).cpp
141 $(UI_COMMON_OBJS): ../../UI/Common/$(*B).cpp
180 {../../../Common}.cpp{$O}.obj::
186 {../../Common}.cpp{$O}.obj::
189 {../../UI/Common}.cpp{$O}.obj::
205 {../../Archive/Common}.cpp{$O}.obj::
/third_party/ffmpeg/doc/
H A Dt2h.pm88 if ($Texinfo::Common::root_commands{$command->{'cmdname'}}
122 if ($Texinfo::Common::root_commands{$cmdname}
123 and $Texinfo::Common::sectioning_commands{$cmdname}) {
148 and $heading_level ne $Texinfo::Common::command_structuring_level{$cmdname}) {
150 = $Texinfo::Common::level_to_structuring_command{$cmdname}->[$heading_level];
166 foreach my $command (keys(%Texinfo::Common::sectioning_commands), 'node') {
318 ($caption, $prepended) = Texinfo::Common::float_name_caption($self,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DSectionKind.h98 /// Common - Data with common linkage. These represent tentative
101 Common, enumerator
163 bool isCommon() const { return K == Common; } in isCommon()
200 static SectionKind getCommon() { return get(Common); } in getCommon()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DJITSymbol.cpp26 Flags |= JITSymbolFlags::Common; in fromGlobalValue()
45 Flags |= JITSymbolFlags::Common; in fromObjectSymbol()
H A DRuntimeDyld.cpp205 // Common symbols requiring allocation, with their sizes and alignments in loadObjectImpl()
280 *JITSymFlags &= ~JITSymbolFlags::Common; in loadObjectImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h83 Common = 1U << 2,
131 /// Returns true if the Common flag is set.
133 return (Flags & Common) == Common; in isCommon()
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp48 #include "../../../Common/MyBuffer2.h"
49 #include "../../../Common/IntToString.h"
50 #include "../../../Common/StringConvert.h"
51 #include "../../../Common/StringToInt.h"
52 #include "../../../Common/Wildcard.h"
54 #include "../../Common/MethodProps.h"
55 #include "../../Common/StreamObjects.h"
56 #include "../../Common/StreamUtils.h"
1014 CBenchSyncCommon *Common;
1098 Common(NUL
[all...]
/third_party/skia/src/core/
H A DSkImageFilter_Base.h166 class Common { class in SkImageFilter_Base
455 Common localVar; \
H A DSkImageFilter.cpp172 bool SkImageFilter_Base::Common::unflatten(SkReadBuffer& buffer, int expectedCount) { in unflatten()
/third_party/lwip/test/fuzz/
H A DMakefile41 include $(CONTRIBDIR)/ports/unix/Common.mk
/third_party/skia/src/effects/imagefilters/
H A DSkMergeImageFilter.cpp51 Common common; in CreateProc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp243 if (unsigned Common = *A++ & *B++)
244 return TRI->getRegClass(I + countTrailingZeros(Common));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp679 /// Common integer divide transforms
963 if (Instruction *Common = commonIDivTransforms(I)) in visitUDiv()
964 return Common; in visitUDiv()
1057 if (Instruction *Common = commonIDivTransforms(I)) in visitSDiv()
1058 return Common; in visitSDiv()
1312 /// Common integer remainder transforms
1413 if (Instruction *Common = commonIRemTransforms(I)) in visitSRem()
1414 return Common; in visitSRem()
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/
H A Dppc-darwin_closure.S242 .long L$set$0 ; Length of Common Information Entry
H A Dppc64-darwin_closure.S312 .long L$set$0 ; Length of Common Information Entry
H A Dppc-darwin.S288 .long L$set$0 ; Length of Common Information Entry
/third_party/typescript/tests/baselines/reference/
H A DcontrolFlowGenericTypes.js75 type Common = { id: number };
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp175 OS << "[Common]"; in operator <<()
445 auto WeakFlags = JITSymbolFlags::Weak | JITSymbolFlags::Common; in notifyResolved()
1040 Flags &= ~(JITSymbolFlags::Weak | JITSymbolFlags::Common); in resolve()
1042 ~(JITSymbolFlags::Weak | JITSymbolFlags::Common)) && in resolve()
/third_party/icu/icu4c/source/data/
H A Dmakedata.mak237 # Common defines for both ways of building ICU's data library.
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak218 # Common defines for both ways of building ICU's data library.
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_testing_test.cc1010 // Common but also DefaultConstructible //
1180 INSTANTIATE_TYPED_TEST_SUITE_P(Common, ProfileTest, CommonProfilesToTest);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6624 unsigned Common = std::min(LHS, RHS); in computeNumSignBitsBinOp() local
6630 if (Common > SrcExtraBits) in computeNumSignBitsBinOp()
6631 return (Common - SrcExtraBits); in computeNumSignBitsBinOp()
6635 return Common; in computeNumSignBitsBinOp()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cComputeShaderTests.cpp4258 std::string Common() in Common() function in glcts::__anon27686::AdvancedPipelineComputeChain
4273 ss << Common(); in GenGLSL()

Completed in 41 milliseconds

12