/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | Object_spt_fp.h | 164 // duplication blob. For non duplication 195 // duplication blob. For non duplication 246 // objects. 2. duplication blob with inner 253 // This function prepare the duplication blob from the sensitive area. 270 // to duplication blob. 276 // wrap of a duplication blob. May 282 // Unwrap a duplication blob. Check the integrity, decrypt and retrieve data 308 // duplication blob.
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | fusion_node_indexing_evaluation.h | 31 // into 'fusion_'. If the duplication is "too high" (some arbitrary chosen 35 // Evaluate the maximum code duplication inside the fusion node. If the 36 // maximum code duplication is "too high" (some arbitrary chosen constant),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineBlockPlacement.cpp | 143 cl::desc("Perform tail duplication during placement. " 154 // Heuristic for tail duplication. 157 cl::desc("Instruction cutoff for tail duplication during layout. " 162 // Heuristic for aggressive tail duplication. 165 cl::desc("Instruction cutoff for aggressive tail duplication during " 170 // Heuristic for tail duplication. 184 "triangle tail duplication heuristic to kick in. 0 to disable."), 355 /// Member variable for convenience. It may be removed by duplication deep 372 /// Placement decisions can open up new tail duplication opportunities, but 373 /// since tail duplication affects placement decisions of later blocks, it [all …]
|
D | TailDuplicator.cpp | 55 "Number of instructions added due to tail duplication"); 57 "Number of instructions removed due to tail duplication"); 61 // Heuristic for tail duplication. 239 // Eliminate some of the copies inserted by tail duplication to maintain in tailDuplicateAndUpdate() 381 // Allow duplication of CFI instructions. in duplicateInstruction() 551 // When doing tail-duplication during layout, the block ordering is in flux, in shouldTailDuplicate() 563 // compensate for the duplication. in shouldTailDuplicate() 597 // Check the instructions in the block to determine whether tail-duplication in shouldTailDuplicate() 605 // tail duplication of some basic blocks, that would be duplicated otherwise. in shouldTailDuplicate() 639 // any subregisters. Due to a bug, tail duplication may add a new operand in shouldTailDuplicate() [all …]
|
D | TailDuplication.cpp | 78 INITIALIZE_PASS(TailDuplicate, DEBUG_TYPE, "Tail Duplication", false, false) 80 "Early Tail Duplication", false, false)
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Object/ |
D | Object_spt.c | 101 TPM2B *seedIn, // IN: optional seed for duplication blob. in ComputeProtectionKeyParms() 102 // For non duplication blob, this in ComputeProtectionKeyParms() 175 // duplication blob. For non duplication in ComputeOuterIntegrity() 240 // duplication blob 811 // duplication blob. For non duplication in ProduceOuterWrap() 897 // duplication blob. For non duplication in UnwrapOuter() 1095 // objects. 2. duplication blob with inner in PrivateToSensitive() 1156 // This function prepare the duplication blob from the sensitive area. 1173 // to duplication blob. in SensitiveToDuplicate() 1179 // wrap of a duplication blob. May in SensitiveToDuplicate() [all …]
|
/external/webrtc/modules/desktop_capture/win/ |
D | dxgi_texture_mapping.h | 30 // of input |duplication| to make sure it outlives this instance. 31 explicit DxgiTextureMapping(IDXGIOutputDuplication* duplication);
|
D | dxgi_texture_mapping.cc | 22 DxgiTextureMapping::DxgiTextureMapping(IDXGIOutputDuplication* duplication) in DxgiTextureMapping() argument 23 : duplication_(duplication) { in DxgiTextureMapping()
|
/external/libnl/lib/route/qdisc/ |
D | netem.c | 650 * @name Packet Duplication 655 * Set packet duplication probability of netem qdisc. 657 * @arg prob New packet duplication probability. 672 * Get packet duplication probability of netem qdisc. 674 * @return Packet duplication probability or a negative error code. 690 * Set packet duplication correlation probability of netem qdisc. 692 * @arg prob New packet duplication correlation probability. 707 * Get packet duplication correlation probability of netem qdisc. 709 * @return Packet duplication correlation probability or a negative error code.
|
/external/iproute2/man/man8/ |
D | tc-netem.8 | 11 " ] [ " CORRUPT " ] [ " DUPLICATION " ] [ " REORDERING " ][ " RATE " ]" 40 .IR DUPLICATION " := " 57 that allow to add delay, packet loss, duplication and more other
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-05-19-ExceptionResponse.txt | 18 gross... or it can be modelled as code duplication (emitted once inline, 38 I think that a code duplication method would be cleaner, and would avoid
|
/external/webrtc/logging/rtc_event_log/encoder/ |
D | var_int.cc | 40 // There is some code duplication between the flavors of this function. 58 // There is some code duplication between the flavors of this function.
|
/external/llvm/lib/CodeGen/ |
D | TailDuplication.cpp | 25 /// Perform tail duplication. Delegates to TailDuplicator 43 INITIALIZE_PASS(TailDuplicatePass, "tailduplication", "Tail Duplication", false,
|
D | TailDuplicator.cpp | 37 "Number of instructions added due to tail duplication"); 39 "Number of instructions removed due to tail duplication"); 43 // Heuristic for tail duplication. 200 // Eliminate some of the copies inserted by tail duplication to maintain in tailDuplicateAndUpdate() 519 // compensate for the duplication. in shouldTailDuplicate() 541 // Check the instructions in the block to determine whether tail-duplication in shouldTailDuplicate() 577 // any subregisters. Due to a bug, tail duplication may add a new operand in shouldTailDuplicate() 580 // Disable tail duplication for this case for now, until the problem is in shouldTailDuplicate()
|
/external/tpm2-tss/src/tss2-fapi/ |
D | ifapi_keystore.h | 24 #define IFAPI_DUPLICATE_OBJ 5 /**< Tag for key duplication object */ 73 /** Type for representing a FAPI object for key duplication. 91 IFAPI_DUPLICATE key_tree; /**< Information for key duplication */
|
/external/mockito/src/main/java/org/mockito/quality/ |
D | Strictness.java | 23 …* <li>{@link Strictness#STRICT_STUBS} - ensures clean tests, reduces test code duplication, im… 69 * Ensures clean tests, reduces test code duplication, improves debuggability.
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_fusion_test.cc | 227 // proper order to avoid duplication. Test input: in TEST_F() 284 // duplication. Test code: in TEST_F() 294 // negate2 because this will result in duplication of the expensive exp in TEST_F() 295 // computation. The duplication is caused by the other use of exp2 in the in TEST_F()
|
/external/webrtc/modules/audio_device/linux/ |
D | latebindingsymboltable_linux.h | 119 // (recommended to use an X-Macro to avoid duplication). 147 // (recommended to use an X-Macro to avoid duplication).
|
/external/icu/libicu/cts_headers/ |
D | zonemeta.h | 82 * tz database. This method is useful when you maintain persistent zone IDs without duplication. 88 * This method is useful when you maintain persistent meta zone IDs without duplication.
|
/external/icu/icu4c/source/i18n/ |
D | zonemeta.h | 82 * tz database. This method is useful when you maintain persistent zone IDs without duplication. 88 * This method is useful when you maintain persistent meta zone IDs without duplication.
|
/external/antlr/runtime/C/include/ |
D | antlr3commontree.h | 77 /// token. This can be used by duplication methods and so on 90 /// general tree duplication stuff.
|
/external/musl/src/thread/ |
D | cnd_wait.c | 6 * It is convenient here to avoid duplication of the logic in cnd_wait()
|
D | mtx_lock.c | 9 * It is convenient, here to avoid duplication of the logic in mtx_lock()
|
/external/python/rsa/ |
D | .codeclimate.yml | 2 duplication:
|
/external/jemalloc_new/test/include/test/ |
D | mtx.h | 2 * mtx is a slightly simplified version of malloc_mutex. This code duplication
|