Home
last modified time | relevance | path

Searched refs:totalMaxLength (Results 1 – 2 of 2) sorted by relevance

/dports/biology/figtree/figtree-1.4.4/packaging_tools/windows/launch4j/src/net/sf/launch4j/binding/
H A DValidator.java84 public static void checkOptStrings(List<String> strings, int maxLength, int totalMaxLength, in checkOptStrings() argument
96 if (totalLength > totalMaxLength) { in checkOptStrings()
97 signalLengthViolation(property, name, totalMaxLength); in checkOptStrings()
112 public static void checkOptStrings(List<String> strings, int maxLength, int totalMaxLength, in checkOptStrings() argument
131 if (totalLength > totalMaxLength) { in checkOptStrings()
132 signalLengthViolation(property, name, totalMaxLength); in checkOptStrings()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_SendDescs.cpp431 uint32_t totalMaxLength = builder.getMaxSendMessageLength(); in G4_SendDescRaw() local
432 MUST_BE_TRUE(extDesc.layout.extMsgLength + desc.layout.msgLength < totalMaxLength, in G4_SendDescRaw()