/third_party/skia/third_party/externals/libpng/scripts/ |
D | README.txt | 52 libpng.pc.in => Used by several makefiles to create libpng.pc 53 pngwin.rc => Used by the visualc71 project 54 pngwin.def => Used by makefile.os2 55 pngwin.dfn => Used to maintain pngwin.def 56 SCOPTIONS.ppc => Used with smakefile.ppc 58 checksym.awk => Used for maintaining pnglibconf.h 59 def.dfn => Used for maintaining pnglibconf.h 60 options.awk => Used for maintaining pnglibconf.h 61 pnglibconf.dfa => Used for maintaining pnglibconf.h 62 pnglibconf.mak => Used for maintaining pnglibconf.h [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | MicrosoftDemangle.h | 31 size_t Used = 0; member 42 NewHead->Used = 0; in addNode() 61 uint8_t *P = Head->Buf + Head->Used; in allocUnalignedBuffer() 63 Head->Used += Size; in allocUnalignedBuffer() 64 if (Head->Used <= Head->Capacity) in allocUnalignedBuffer() 68 Head->Used = Size; in allocUnalignedBuffer() 76 size_t P = (size_t)Head->Buf + Head->Used; in allocArray() 82 Head->Used += Size + Adjustment; in allocArray() 83 if (Head->Used <= Head->Capacity) in allocArray() 87 Head->Used = Size; in allocArray() [all …]
|
/third_party/skia/third_party/externals/angle2/ |
D | .vpython | 30 # Used by: 50 # Used by: 61 # Used by: 68 # Used by: 99 # Used by: 109 # Used by: 122 # Used by: 129 # Used by: 140 # Used by: 147 # Used by: [all …]
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_pair_dead_sources.c | 35 if (sub->Src[RC_PAIR_PRESUB_SRC].Used) { in mark_used_presub() 40 sub->Src[i].Used = 1; in mark_used_presub() 54 inst->U.P.RGB.Src[sub->Arg[i].Source].Used = 1; in mark_used() 58 inst->U.P.Alpha.Src[sub->Arg[i].Source].Used = 1; in mark_used() 79 inst->U.P.RGB.Src[i].Used = 0; in rc_pair_remove_dead_sources() 80 inst->U.P.Alpha.Src[i].Used = 0; in rc_pair_remove_dead_sources()
|
D | radeon_program_pair.c | 53 if (rgb && pair->RGB.Src[RC_PAIR_PRESUB_SRC].Used in rc_pair_alloc_source() 58 if (alpha && pair->Alpha.Src[RC_PAIR_PRESUB_SRC].Used in rc_pair_alloc_source() 67 if (pair->RGB.Src[i].Used) { in rc_pair_alloc_source() 77 if (pair->Alpha.Src[i].Used) { in rc_pair_alloc_source() 102 pair->RGB.Src[candidate].Used = 1; in rc_pair_alloc_source() 110 pair->RGB.Src[i].Used = 1; in rc_pair_alloc_source() 115 pair->Alpha.Src[candidate].Used = 1; in rc_pair_alloc_source() 123 pair->Alpha.Src[i].Used = 1; in rc_pair_alloc_source()
|
D | radeon_program.c | 75 unsigned char * Used; member 94 d->Used[index] |= mask; in get_used_temporaries_cb() 111 d.Used = used; in rc_get_used_temporaries()
|
D | radeon_pair_regalloc.c | 55 unsigned int Used:1; member 167 if (!src || !src->Used) { in print_live_intervals() 185 if (!a->Used || !b->Used) { in overlap_live_intervals() 222 s->Input[index].Used = 1; in scan_read_callback() 229 reg->Live[i].Used = 1; in scan_read_callback() 562 if (s->Input[i].Live[chan].Used) { in do_advanced_regalloc()
|
/third_party/typescript/tests/baselines/reference/ |
D | primaryExpressionMods.types | 13 var p: M.P; // Used as ModuleName 17 var m: M = M; // Used as TypeName and PrimaryExpression (error on TypeName) 21 var m2: typeof M = M; // Used as PrimaryExpression in TypeQuery 26 var x1 = M.a; // Used as PrimaryExpression
|
D | primaryExpressionMods.errors.txt | 11 var p: M.P; // Used as ModuleName 12 var m: M = M; // Used as TypeName and PrimaryExpression (error on TypeName) 15 var m2: typeof M = M; // Used as PrimaryExpression in TypeQuery 16 var x1 = M.a; // Used as PrimaryExpression
|
D | primaryExpressionMods.symbols | 13 var p: M.P; // Used as ModuleName 18 var m: M = M; // Used as TypeName and PrimaryExpression (error on TypeName) 23 var m2: typeof M = M; // Used as PrimaryExpression in TypeQuery 28 var x1 = M.a; // Used as PrimaryExpression
|
D | indexSignatureMustHaveTypeAnnotation.types | 3 // Used to be indexer, now it is a computed property 15 // Used to be indexer, now it is a computed property
|
D | indexSignatureMustHaveTypeAnnotation.symbols | 5 // Used to be indexer, now it is a computed property 16 // Used to be indexer, now it is a computed property
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_ResultCodes | 25 PTP_PASS Used when the test executes fully with no problems and passes. 26 PTP_FAIL Used when the test executes fully, but fails. 27 PTP_UNRESOLVED Used when the test was blocked from fully completing and 29 PTP_UNSUPPORTED Used if the test is for a conditional feature that is 31 PTP_UNTESTED Used when a feature does not have a test associated
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/ |
D | ExecuteStage.cpp | 54 SmallVector<std::pair<ResourceRef, ResourceCycles>, 4> Used; in issueInstruction() local 58 HWS.issueInstruction(IR, Used, Pending, Ready); in issueInstruction() 64 notifyInstructionIssued(IR, Used); in issueInstruction() 254 MutableArrayRef<std::pair<ResourceRef, ResourceCycles>> Used) const { in notifyInstructionIssued() 257 for (const std::pair<ResourceRef, ResourceCycles> &Resource : Used) { in notifyInstructionIssued() 266 for (std::pair<ResourceRef, ResourceCycles> &Use : Used) in notifyInstructionIssued() 269 notifyEvent<HWInstructionEvent>(HWInstructionIssuedEvent(IR, Used)); in notifyInstructionIssued()
|
/third_party/ffmpeg/doc/ |
D | optimization.txt | 50 Used in motion compensation (en/decoding). 53 Used in motion compensation of B-frames. 60 Used in motion estimation (encoding) with SAD. 63 Used in motion estimation (encoding) with SAD of MPEG-4 4MV only. 67 Used only in WMV2. 72 Used in MPEG-4 qpel motion compensation (encoding & decoding). 86 Used for encoding, easy. 92 Used for MPEG-4 gmc. 97 Used for chroma blocks in MPEG-4 gmc with 1 warp point 105 Used for encoding. [all …]
|
D | general_contents.texi | 407 @tab Used in some games from Bethesda Softworks. 414 @tab Used in Z and Z95 games. 418 @tab Used in the game Flash Traffic: City of Angels. 437 @tab Used in the game Cyberia from Interplay. 466 @tab Used in various EA games; files have extensions like WVE and UV2. 496 @tab Used in Quake III, Jedi Knight 2 and other computer games. 515 @tab Used by Linux Media Labs MPEG-4 PCI boards 528 @tab Used in Sim City 3000; file extension .xa. 530 @tab Used in some games from Capcom; file extension .mca. 534 @tab Used by Megalux Ultimate Paint [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ |
D | PassAnalysisSupport.h | 54 SmallVector<AnalysisID, 0> Used; variable 98 Used.push_back(ID); in addUsedIfAvailableID() 102 Used.push_back(&ID); in addUsedIfAvailableID() 108 Used.push_back(&PassClass::ID); in addUsedIfAvailable() 139 const VectorType &getUsedSet() const { return Used; } in getUsedSet()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | RecordStreamer.cpp | 26 case Used: in markDefined() 47 case Used: in markGlobal() 67 case Used: in markUsed() 68 S = Used; in markUsed() 182 case RecordStreamer::Used: in flushSymverDirectives()
|
D | IRSymtab.cpp | 111 const SmallPtrSet<GlobalValue *, 8> &Used, 122 SmallPtrSet<GlobalValue *, 8> Used; in addModule() local 123 collectUsedGlobalVariables(*M, Used, /*CompilerUsed*/ false); in addModule() 160 if (Error Err = addSymbol(Msymtab, Used, Msym)) in addModule() 196 const SmallPtrSet<GlobalValue *, 8> &Used, in addSymbol() argument 256 if (Used.count(GV) || IsBuiltinFunc) in addSymbol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | FunctionImportUtils.h | 44 SmallPtrSet<GlobalValue *, 8> Used; variable 101 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ false); in M() 103 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ true); in M()
|
/third_party/openssl/doc/man1/ |
D | openssl-mac.pod.in | 50 Used by CMAC and GMAC to specify the cipher algorithm. 57 Used by HMAC as an alphanumeric string (use if the key contains printable 86 Used by GMAC to specify an IV as an alphanumeric string (use if the IV contains 91 Used by GMAC to specify an IV in hexadecimal form (two hex digits per byte). 95 Used by KMAC128 or KMAC256 to specify an output length. 100 Used by KMAC128 or KMAC256 to specify a customization string.
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | types.rst | 49 Used by integer, floating-point, void, 'type', 'incomplete' & bad types. 125 Used for bitwise types (aka 'restricted' types): 133 Used for bitwise types when the negation op (~) is 153 Used for labels only. 157 Used for parsing only.
|
/third_party/mesa3d/src/mesa/main/ |
D | performance_query.c | 61 m->Used = false; in free_performance_query() 547 if (obj->Used && !obj->Ready) { in _mesa_DeletePerfQueryINTEL() 594 if (obj->Used && !obj->Ready) { in _mesa_BeginPerfQueryINTEL() 600 obj->Used = true; in _mesa_BeginPerfQueryINTEL() 675 if (!obj->Used) { in _mesa_GetPerfQueryDataINTEL()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Internalize.cpp | 154 SmallPtrSet<GlobalValue *, 8> Used; in internalizeModule() local 155 collectUsedGlobalVariables(M, Used, false); in internalizeModule() 177 for (GlobalValue *V : Used) { in internalizeModule()
|
/third_party/node/deps/v8/ |
D | .vpython | 49 # Used by: 62 # Used by: 85 # Used by:
|