Home
last modified time | relevance | path

Searched refs:Operations (Results 1 – 25 of 189) sorted by relevance

12345678

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddecision_logic_normal.h51 Operations GetDecisionSpecialized(const SyncBuffer& sync_buffer,
61 virtual Operations FuturePacketAvailable(
71 virtual Operations ExpectedPacketAvailable(Modes prev_mode, bool play_dtmf);
75 virtual Operations NoPacket(bool play_dtmf);
80 Operations CngOperation(Modes prev_mode, uint32_t target_timestamp,
Ddecision_logic_normal.cc27 Operations DecisionLogicNormal::GetDecisionSpecialized( in GetDecisionSpecialized()
87 Operations DecisionLogicNormal::CngOperation(Modes prev_mode, in CngOperation()
116 Operations DecisionLogicNormal::NoPacket(bool play_dtmf) { in NoPacket()
131 Operations DecisionLogicNormal::ExpectedPacketAvailable(Modes prev_mode, in ExpectedPacketAvailable()
149 Operations DecisionLogicNormal::FuturePacketAvailable( in FuturePacketAvailable()
Ddecision_logic.h76 Operations GetDecision(const SyncBuffer& sync_buffer,
95 virtual void ExpandDecision(Operations operation);
135 virtual Operations GetDecisionSpecialized(const SyncBuffer& sync_buffer,
Ddecision_logic.cc105 Operations DecisionLogic::GetDecision(const SyncBuffer& sync_buffer, in GetDecision()
145 void DecisionLogic::ExpandDecision(Operations operation) { in ExpandDecision()
Dneteq_impl.h231 int GetDecision(Operations* operation,
243 Operations* operation,
255 const Operations& operation,
Ddefines.h16 enum Operations { enum
Ddecision_logic_fax.h47 Operations GetDecisionSpecialized(const SyncBuffer& sync_buffer,
Ddecision_logic_fax.cc22 Operations DecisionLogicFax::GetDecisionSpecialized( in GetDecisionSpecialized()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/
DIRMutator.h76 std::vector<fuzzerop::OpDescriptor> Operations; variable
82 InjectorIRStrategy(std::vector<fuzzerop::OpDescriptor> &&Operations) in InjectorIRStrategy() argument
83 : Operations(std::move(Operations)) {} in InjectorIRStrategy()
88 return Operations.size(); in getWeight()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/Inputs/
Ddebug_line_malformed.s9 .byte 1 # Maximum Operations per Instruction
50 .byte 1 # Maximum Operations per Instruction
67 .byte 1 # Maximum Operations per Instruction
91 .byte 1 # Maximum Operations per Instruction
115 .byte 1 # Maximum Operations per Instruction
145 .byte 1 # Maximum Operations per Instruction
172 .byte 1 # Maximum Operations per Instruction
Ddebug_line_reserved_length.s9 .byte 1 # Maximum Operations per Instruction
39 .byte 1 # Maximum Operations per Instruction
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp112 SmallVector<Instruction *, 4> Operations; in handlePhiDef() local
116 Operations.push_back(ZExt); in handlePhiDef()
122 Operations.push_back(SExt); in handlePhiDef()
135 Operations.push_back(BinOp); in handlePhiDef()
141 for (auto Op : llvm::reverse(Operations)) { in handlePhiDef()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml360 (*--... Operations on integer types ........................................--*)
370 (*--... Operations on real types ...........................................--*)
377 (*--... Operations on function types .......................................--*)
385 (*--... Operations on struct types .........................................--*)
399 (*--... Operations on pointer, vector, and array types .....................--*)
411 (*--... Operations on other types ..........................................--*)
427 (*--... Operations on uses .................................................--*)
459 (*--... Operations on users ................................................--*)
465 (*--... Operations on constants of (mostly) any type .......................--*)
475 (*--... Operations on instructions .........................................--*)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml426 (*--... Operations on integer types ........................................--*)
436 (*--... Operations on real types ...........................................--*)
443 (*--... Operations on function types .......................................--*)
451 (*--... Operations on struct types .........................................--*)
465 (*--... Operations on pointer, vector, and array types .....................--*)
479 (*--... Operations on other types ..........................................--*)
495 (*--... Operations on uses .................................................--*)
527 (*--... Operations on users ................................................--*)
533 (*--... Operations on constants of (mostly) any type .......................--*)
543 (*--... Operations on instructions .........................................--*)
[all …]
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml271 (*--... Operations on integer types ........................................--*)
281 (*--... Operations on real types ...........................................--*)
288 (*--... Operations on function types .......................................--*)
296 (*--... Operations on struct types .........................................--*)
310 (*--... Operations on pointer, vector, and array types .....................--*)
322 (*--... Operations on other types ..........................................--*)
336 (*--... Operations on uses .................................................--*)
368 (*--... Operations on users ................................................--*)
373 (*--... Operations on constants of (mostly) any type .......................--*)
383 (*--... Operations on instructions .........................................--*)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddwarfdump-line-dwo.s15 .byte 1 # Maximum Operations per Instruction
61 .byte 1 # Maximum Operations per Instruction
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DCMakeLists.txt5 Operations.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h1235 SmallDenseMap<std::pair<NodePtr, NodePtr>, int, 4> Operations; in LegalizeUpdates() local
1236 Operations.reserve(AllUpdates.size()); in LegalizeUpdates()
1243 Operations[{From, To}] += (U.getKind() == UpdateKind::Insert ? 1 : -1); in LegalizeUpdates()
1247 Result.reserve(Operations.size()); in LegalizeUpdates()
1248 for (auto &Op : Operations) { in LegalizeUpdates()
1264 Operations[{U.getFrom(), U.getTo()}] = int(i); in LegalizeUpdates()
1266 Operations[{U.getTo(), U.getFrom()}] = int(i); in LegalizeUpdates()
1270 [&Operations](const UpdateT &A, const UpdateT &B) { in LegalizeUpdates()
1271 return Operations[{A.getFrom(), A.getTo()}] > in LegalizeUpdates()
1272 Operations[{B.getFrom(), B.getTo()}]; in LegalizeUpdates()
/external/tensorflow/tensorflow/core/tpu/
DBUILD1 # Description: Utilities for TPU Operations
/external/tensorflow/tensorflow/contrib/cluster_resolver/
DBUILD1 # Description: Operations defined for Cluster Resolvers
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-bitfield.txt4 # 5.4.4 Bitfield Operations
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/
Darm64-bitfield.txt4 # 5.4.4 Bitfield Operations
/external/tensorflow/tensorflow/core/profiler/g3doc/
Dprofile_model_architecture.md4 * [Profile Model Float Operations](#profile-model-float-operations)
42 ### Profile Model Float Operations
Dpython_api.md4 * [Float Operations](#float-operations)
36 ### Float Operations
/external/apache-commons-bcel/docs/
Dgeneric.mdl62 operations (list Operations
81 operations (list Operations
116 operations (list Operations
137 operations (list Operations
197 operations (list Operations
235 operations (list Operations
265 operations (list Operations
279 operations (list Operations
289 operations (list Operations
325 operations (list Operations
[all …]

12345678