Searched refs:Not (Results 51 - 75 of 138) sorted by relevance

123456

/external/llvm/include/llvm/MC/
H A DMCExpr.h335 Not, ///< Bitwise negation. enumerator in enum:llvm::MCUnaryExpr::Opcode
359 return create(Not, Expr, Ctx);
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCExpr.h233 Not, ///< Bitwise negation. enumerator in enum:llvm::MCUnaryExpr::Opcode
257 return Create(Not, Expr, Ctx);
/external/libvpx/libvpx/build/make/
H A DAndroid.mk86 $(error Not a supported TARGET_ARCH_ABI: $(TARGET_ARCH_ABI))
/external/skia/src/core/
H A DSkRecordOpts.cpp152 Greedy<Not<Or<Is<Save>,
/external/skia/tests/
H A DRecordPatternTest.cpp102 Greedy<Not<Or<Is<Save>,
/external/libavc/common/arm/
H A Dih264_intra_pred_luma_8x8_a9q.s79 @* integer source stride [Not used]
82 @* integer destination stride[Not used]
85 @* availability of neighbouring pixels[Not used]
170 @* availability of neighbouring pixels(Not used in this function)
243 @* availability of neighbouring pixels(Not used in this function)
H A Dih264_intra_pred_luma_16x16_a9q.s84 @* availability of neighbouring pixels(Not used in this function)
165 @* availability of neighbouring pixels(Not used in this function)
H A Dih264_intra_pred_chroma_a9q.s215 @* availability of neighbouring pixels(Not used in this function)
291 @* availability of neighbouring pixels(Not used in this function)
/external/google-breakpad/src/testing/test/
H A Dgmock_link_test.h97 // Not
158 using testing::Not;
657 // Tests the linkage of the Not matcher.
659 Matcher<int> m = Not(_);
/external/googletest/googlemock/test/
H A Dgmock_link_test.h97 // Not
158 using testing::Not;
657 // Tests the linkage of the Not matcher.
659 Matcher<int> m = Not(_);
/external/libchrome/base/
H A Dlogging.cc830 #error Not implemented
854 #error Not implemented
/external/llvm/test/MC/Sparc/
H A Dsparc-mem-instructions.s100 ! Not specified in manual, but accepted by gas.
/external/llvm/test/tools/llvm-readobj/ARM/
H A Dattribute-2.s65 @CHECK-OBJ-NEXT: Description: Not Permitted
/external/mesa3d/docs/
H A DMESA_multithread_makecurrent.spec15 Not shipping.
/external/mesa3d/docs/OLD/
H A DMESA_program_debug.spec15 XXX - Not complete yet!!!
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVOpCodeEnum.h187 _SPIRV_OP(Not, 200)
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCExpr.cpp76 case MCUnaryExpr::Not: OS << '~'; break;
485 case MCUnaryExpr::Not:
/external/v8/testing/gmock/test/
H A Dgmock_link_test.h97 // Not
158 using testing::Not;
657 // Tests the linkage of the Not matcher.
659 Matcher<int> m = Not(_);
/external/valgrind/drd/tests/
H A Dbar_bad_xml.stderr.exp211 <what>Not a barrier</what>
/external/clang/include/clang/AST/
H A DStmtVisitor.h160 UNARYOP_FALLBACK(Not) UNARYOP_FALLBACK(LNot)
/external/libchrome/sandbox/linux/bpf_dsl/
H A Dbpf_dsl.cc268 BoolExpr Not(BoolExpr cond) { function in namespace:sandbox::bpf_dsl
/external/deqp/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp62 using de::meta::Not;
1143 static typename EnableIf<void, Not<SampleTypeTraits<SampleType>::HAS_MAP_STATS>::Value>::Type logMapRangeStats (tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats)
1150 static typename EnableIf<void, Not<SampleTypeTraits<SampleType>::HAS_UNMAP_STATS>::Value>::Type logUnmapStats (tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats)
1157 static typename EnableIf<void, Not<SampleTypeTraits<SampleType>::HAS_WRITE_STATS>::Value>::Type logWriteStats (tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats)
1164 static typename EnableIf<void, Not<SampleTypeTraits<SampleType>::HAS_FLUSH_STATS>::Value>::Type logFlushStats (tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats)
1171 static typename EnableIf<void, Not<SampleTypeTraits<SampleType>::HAS_ALLOC_STATS>::Value>::Type logAllocStats (tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats)
1277 static typename EnableIf<void, Not<SampleTypeTraits<SampleType>::HAS_MAP_STATS>::Value>::Type logMapContribution (tcu::TestLog& log, const std::vector<UploadSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats)
1285 static typename EnableIf<void, Not<SampleTypeTraits<SampleType>::HAS_UNMAP_STATS>::Value>::Type logUnmapContribution (tcu::TestLog& log, const std::vector<UploadSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats)
1293 static typename EnableIf<void, Not<SampleTypeTraits<SampleType>::HAS_WRITE_STATS>::Value>::Type logWriteContribution (tcu::TestLog& log, const std::vector<UploadSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats)
1301 static typename EnableIf<void, Not<SampleTypeTrait
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp131 // Not expecting FCMP_FALSE and FCMP_TRUE;
470 /// The Part "Not" means, that in above descriptions "==" should be replaced
651 mask >>= 1; // treat "Not"-states as normal states
1065 // Not masking anything out for the LHS, move to RHS.
1072 // Not masking anything out for the RHS, move to LHS.
1596 // If RHSCst is [us]MAXINT, it is always false. Not handling
1616 // If RHSCst is [us]MAXINT, it is always false. Not handling
1975 Value *Not = Builder->CreateNot(B, B->getName()+".not"); local
1976 return BinaryOperator::CreateOr(Not, Op0);
1979 Value *Not local
1993 Value *Not = Builder->CreateNot(NotOp, NotOp->getName()+".not"); local
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb44 Not all components of the ANTLR3 library are necessary within ANTLR generated
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.ascend260 VALUE Ascend-Require-Auth Not-Require-Auth 0
290 VALUE Ascend-Dialout-Allowed Dialout-Not-Allowed 0

Completed in 660 milliseconds

123456