/aosp_15_r20/external/rust/android-crates-io/crates/bincode/src/config/ |
D | mod.rs | 99 type Limit = Infinite; typedef 343 type Limit = O::Limit; typedef 348 fn limit(&mut self) -> &mut O::Limit { in limit() 354 type Limit = L; typedef 364 type Limit = O::Limit; typedef 369 fn limit(&mut self) -> &mut O::Limit { in limit() 375 type Limit = O::Limit; typedef 380 fn limit(&mut self) -> &mut O::Limit { in limit() 389 type Limit: SizeLimit + 'static; typedef 394 fn limit(&mut self) -> &mut Self::Limit; in limit() [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/src/buf/ |
H A D | limit.rs | 9 pub struct Limit<T> { struct 14 pub(super) fn new<T>(inner: T, limit: usize) -> Limit<T> { in new() argument 18 impl<T> Limit<T> { impl 59 unsafe impl<T: BufMut> BufMut for Limit<T> { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/bytes/src/buf/ |
D | limit.rs | 9 pub struct Limit<T> { struct 14 pub(super) fn new<T>(inner: T, limit: usize) -> Limit<T> { in new() argument 18 impl<T> Limit<T> { implementation 59 unsafe impl<T: BufMut> BufMut for Limit<T> { implementation
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cLimitsTests.cpp | 33 struct Limit struct 35 const char *name; 36 uint32_t token; 37 Type boundry; 38 bool isMaximum; // when true boundry is maximal acceptable value 39 const char *builtin;
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiMaintenance3Check.cpp | 79 struct Limit struct 81 Limit(const string &name_, uint32_t maxValue_, const TypeSet &affectedTypes_) in Limit() argument 89 const string name; 90 const uint32_t maxValue; 91 uint32_t remaining; 92 const TypeSet affectedTypes;
|
/aosp_15_r20/external/clang/lib/Format/ |
H A D | UnwrappedLineFormatter.cpp | 180 unsigned Limit = in tryFitMultipleLinesInOne() local 251 unsigned Limit) { in tryMergeSimplePPDirective() 263 SmallVectorImpl<AnnotatedLine *>::const_iterator E, unsigned Limit) { in tryMergeSimpleControlStatement() 291 unsigned Limit) { in tryMergeShortCaseLabels() 320 unsigned Limit) { in tryMergeSimpleBlock() 408 unsigned Limit) { in limitConsideringMacros() 417 unsigned Limit) { in nextTwoLinesFitInto()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/ |
D | Disassembler.h | 421 struct Limit { struct 442 Limit limit, bool mixed_source_and_assembly, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/ |
D | Disassembler.h | 421 struct Limit { struct 442 Limit limit, bool mixed_source_and_assembly, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/ |
D | Disassembler.h | 421 struct Limit { struct 442 Limit limit, bool mixed_source_and_assembly, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/ |
D | Disassembler.h | 421 struct Limit { struct 442 Limit limit, bool mixed_source_and_assembly, argument
|
/aosp_15_r20/external/webrtc/api/audio/ |
H A D | echo_canceller3_config.cc | 20 bool Limit(float* value, float min, float max) { in Limit() function 28 bool Limit(size_t* value, size_t min, size_t max) { in Limit() function 35 bool Limit(int* value, int min, int max) { in Limit() function
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
H A D | CheckWidths.java | 71 private static class Limit { class in CheckWidths 81 public Limit( in Limit() method in CheckWidths.Limit 131 public Limit( in Limit() method in CheckWidths.Limit
|
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/ |
D | limits.rs | 16 pub enum Limit { enum 61 pub fn set_limit(&self, limit: Limit, new_val: i32) -> i32 { in set_limit()
|
/aosp_15_r20/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZSelectionDAGInfo.cpp | 207 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, Length); in EmitTargetCodeForMemchr() local 254 SDValue Limit) { in getBoundedStrlen() 276 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, MaxLength); in EmitTargetCodeForStrnlen() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZSelectionDAGInfo.cpp | 204 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, Length); in EmitTargetCodeForMemchr() local 251 SDValue Limit) { in getBoundedStrlen() 273 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, MaxLength); in EmitTargetCodeForStrnlen() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZSelectionDAGInfo.cpp | 198 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, Length); in EmitTargetCodeForMemchr() local 245 SDValue Limit) { in getBoundedStrlen() 267 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, MaxLength); in EmitTargetCodeForStrnlen() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 747 const TargetRegisterInfo *TRI, unsigned Limit, in forAllMIsUntilDef() 1171 MachineBasicBlock::iterator I, unsigned Limit, in findMatchingStore() 1436 LdStPairFlags &Flags, unsigned Limit, in findMatchingInsn() 1749 MachineBasicBlock::iterator I, int UnscaledOffset, unsigned Limit) { in findMatchingUpdateInsnForward() 1808 MachineBasicBlock::iterator I, unsigned Limit) { in findMatchingUpdateInsnBackward()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 186 unsigned Limit = getDefaultBlockScanLimit(); in getCallDependencyFrom() local 242 BasicBlock *BB, Instruction *QueryInst, unsigned *Limit, in getPointerDependencyFrom() 270 BasicBlock *BB, Instruction *QueryInst, unsigned *Limit) { in getPointerDependencyFrom() 365 BasicBlock *BB, Instruction *QueryInst, unsigned *Limit, in getSimplePointerDependencyFrom()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 795 const TargetRegisterInfo *TRI, unsigned Limit, in forAllMIsUntilDef() 1219 MachineBasicBlock::iterator I, unsigned Limit, in findMatchingStore() 1519 LdStPairFlags &Flags, unsigned Limit, in findMatchingInsn() 1911 MachineBasicBlock::iterator I, int UnscaledOffset, unsigned Limit) { in findMatchingUpdateInsnForward() 1987 MachineBasicBlock::iterator I, unsigned Limit) { in findMatchingUpdateInsnBackward()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | InterferenceCache.cpp | 191 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop; in update() local 248 SlotIndex Limit = BI->Last.isValid() ? BI->Last : Start; in update() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | InterferenceCache.cpp | 184 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop; in update() local 241 SlotIndex Limit = BI->Last.isValid() ? BI->Last : Start; in update() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | InterferenceCache.cpp | 195 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop; in update() local 252 SlotIndex Limit = BI->Last.isValid() ? BI->Last : Start; in update() local
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 1099 MachineBasicBlock::iterator I, unsigned Limit, in findMatchingStore() 1207 LdStPairFlags &Flags, unsigned Limit, in findMatchingInsn() 1475 MachineBasicBlock::iterator I, int UnscaledOffset, unsigned Limit) { in findMatchingUpdateInsnForward() 1528 MachineBasicBlock::iterator I, unsigned Limit) { in findMatchingUpdateInsnBackward()
|
/aosp_15_r20/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/ |
H A D | Limit.java | 28 public class Limit { class 69 public Limit() { in Limit() method in Limit
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/CrossTU/ |
D | CrossTranslationUnit.h | 273 ASTLoadGuard(unsigned Limit) : Limit(Limit) {} in ASTLoadGuard() 286 const unsigned Limit; variable
|