/external/llvm/lib/Target/CellSPU/ |
D | SPUNopFiller.cpp | 58 pseudo = 1, // this does not get executed enumerator 87 if (next_optype != pseudo ) in runOnMachineBasicBlock() 110 if( this_optype != pseudo ) in runOnMachineBasicBlock() 145 case 0: retval = pseudo; break; in getOpPlacement() 148 default: retval= pseudo; in getOpPlacement()
|
D | SPUNodes.td | 61 // SPU Vector shift pseudo-instruction type constraints 76 // Synthetic/pseudo-instructions
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/ |
D | iexploder.rb | 416 pseudo = @cssPseudoTags[rand(@cssPseudoTags.length)].dup 418 if (pseudo =~ /^lang|^nth|^not/ and rand(100) < 75 and pseudo !~ /\(/) or rand(100) < 20 419 pseudo << '(' 422 if pseudo =~ /\(/ 424 pseudo << generateGarbageValue() 427 pseudo << ')' 430 pattern << ":" + pseudo
|
/external/webkit/Source/WebCore/rendering/style/ |
D | RenderStyle.cpp | 199 static inline int pseudoBit(PseudoId pseudo) in pseudoBit() argument 201 return 1 << (pseudo - 1); in pseudoBit() 209 bool RenderStyle::hasPseudoStyle(PseudoId pseudo) const in hasPseudoStyle() 211 ASSERT(pseudo > NOPSEUDO); in hasPseudoStyle() 212 ASSERT(pseudo < FIRST_INTERNAL_PSEUDOID); in hasPseudoStyle() 213 return pseudoBit(pseudo) & noninherited_flags._pseudoBits; in hasPseudoStyle() 216 void RenderStyle::setHasPseudoStyle(PseudoId pseudo) in setHasPseudoStyle() argument 218 ASSERT(pseudo > NOPSEUDO); in setHasPseudoStyle() 219 ASSERT(pseudo < FIRST_INTERNAL_PSEUDOID); in setHasPseudoStyle() 220 noninherited_flags._pseudoBits |= pseudoBit(pseudo); in setHasPseudoStyle() [all …]
|
/external/openssl/crypto/bn/ |
D | bn_rand.c | 230 static int bn_rand_range(int pseudo, BIGNUM *r, const BIGNUM *range) in bn_rand_range() argument 232 int (*bn_rand)(BIGNUM *, int, int, int) = pseudo ? BN_pseudo_rand : BN_rand; in bn_rand_range()
|
/external/iproute2/etc/iproute2/ |
D | rt_scopes | 9 # pseudo-reserved
|
/external/openssl/crypto/rand/ |
D | md_rand.c | 162 static int ssleay_rand_bytes(unsigned char *buf, int num, int pseudo); 334 static int ssleay_rand_bytes(unsigned char *buf, int num, int pseudo) in ssleay_rand_bytes() argument 523 else if (pseudo) in ssleay_rand_bytes()
|
/external/llvm/docs/CommandGuide/ |
D | tblgen.rst | 120 **-gen-pseudo-lowering** 122 Generate pseudo instruction lowering.
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 185 // The type of an expression which refers to a pseudo-object, 188 // pseudo-object is actually accessed by emitting a call to 191 // pseudo-object reference is used syntactically as the 194 // A pseudo-object reference naming an Objective-C @property is
|
/external/clang/test/SemaObjCXX/ |
D | arc-object-init-destroy.mm | 10 …sptr->~weak_id(); // expected-error{{pseudo-destructor destroys object of type '__strong id' with … 11 …wptr->strong_id::~strong_id(); // expected-error{{pseudo-destructor destroys object of type '__wea…
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-08-12-vmovqqqq-pseudo.ll | 2 ; Make sure that the VMOVQQQQ pseudo instruction is handled properly
|
D | machine-licm.ll | 19 ; to add the pseudo instructions to make sure they are CSE'ed at the same
|
D | crash.ll | 1 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin10 -verify-arm-pseudo-expand
|
/external/clang/test/CXX/special/class.dtor/ |
D | p10-0x.cpp | 33 …not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor express… in a()
|
/external/llvm/lib/Target/ARM/ |
D | CMakeLists.txt | 7 tablegen(LLVM ARMGenMCPseudoLowering.inc -gen-pseudo-lowering)
|
/external/sepolicy/ |
D | attributes | 15 # Do not use for pseudo file types.
|
D | domain.te | 96 # Read access to pseudo filesystems.
|
/external/openssh/contrib/hpux/ |
D | README | 30 o Add pseudo account:
|
/external/clang/lib/ARCMigrate/ |
D | TransUnbridgedCasts.cpp | 303 if (PseudoObjectExpr *pseudo = dyn_cast<PseudoObjectExpr>(subExpr)) { in transformObjCToNonObjCCast() local 304 subExpr = pseudo->getResultExpr(); in transformObjCToNonObjCCast()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderObject.cpp | 2279 RenderStyle* RenderObject::getCachedPseudoStyle(PseudoId pseudo, RenderStyle* parentStyle) const in getCachedPseudoStyle() argument 2281 if (pseudo < FIRST_INTERNAL_PSEUDOID && !style()->hasPseudoStyle(pseudo)) in getCachedPseudoStyle() 2284 RenderStyle* cachedStyle = style()->getCachedPseudoStyle(pseudo); in getCachedPseudoStyle() 2288 RefPtr<RenderStyle> result = getUncachedPseudoStyle(pseudo, parentStyle); in getCachedPseudoStyle() 2294 PassRefPtr<RenderStyle> RenderObject::getUncachedPseudoStyle(PseudoId pseudo, RenderStyle* parentSt… in getUncachedPseudoStyle() argument 2296 if (pseudo < FIRST_INTERNAL_PSEUDOID && !ownStyle && !style()->hasPseudoStyle(pseudo)) in getUncachedPseudoStyle() 2311 if (pseudo == FIRST_LINE_INHERITED) { in getUncachedPseudoStyle() 2315 …result = document()->styleSelector()->pseudoStyleForElement(pseudo, static_cast<Element*>(n), pare… in getUncachedPseudoStyle()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
D | DebugGrammar.g3 | 44 // define pseudo-operations
|
D | ProfileGrammar.g3 | 44 // define pseudo-operations
|
/external/openssh/ |
D | README.privsep | 17 and its primary group. sshd is a pseudo-account that should not be
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrFormats.td | 24 // XCore pseudo instructions format
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 232 // with pseudo-registers that are larger than the architectural registers. 245 // The generated pseudo-registers inherit super-classes and fields from their 361 bit isPseudo = 0; // Is this instruction a pseudo-instruction? 376 // encoding), or is it a pseudo instruction used for codegen modeling 381 // pseudo-instructions that are lowered to real instructions prior to 394 // Is this instruction a pseudo instruction for use by the assembler parser. 426 /// PseudoInstExpansion - Expansion information for a pseudo-instruction. 428 /// pseudo.
|