/external/dng_sdk/source/ |
D | dng_info.cpp | 661 uint64 minOffset, in ParseMakerNoteIFD() argument 758 if (tagOffset < minOffset || in ParseMakerNoteIFD() 821 if (subMakerNoteOffset >= minOffset && in ParseMakerNoteIFD() 830 minOffset, in ParseMakerNoteIFD() 892 uint64 minOffset, in ParseMakerNote() argument 918 minOffset, in ParseMakerNote() 947 minOffset, in ParseMakerNote() 974 minOffset, in ParseMakerNote() 998 minOffset, in ParseMakerNote() 1048 minOffset, in ParseMakerNote() [all …]
|
D | dng_info.h | 128 uint64 minOffset, 137 uint64 minOffset,
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | LivenessAnalyzer.java | 463 private int minOffset(Value instructionOffsets) 465 return minOffset(instructionOffsets, Integer.MAX_VALUE); 472 private int minOffset(Value instructionOffsets, int minOffset) 483 if (minOffset > offset) 485 minOffset = offset; 490 return minOffset;
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | ZoneInflections.java | 52 private int minOffset; field in ZoneInflections 64 return minOffset; in getMinOffset() 108 minOffset = maxOffset = zone.getOffset(lastDate); in ZoneInflections() 112 if (currentOffset < minOffset) in ZoneInflections() 113 minOffset = currentOffset; in ZoneInflections()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UnicodeSetStringSpan.java | 538 int minOffset = offsets.popMinimum(null); in spanWithStrings() local 539 pos += minOffset; in spanWithStrings() 540 rest -= minOffset; in spanWithStrings() 633 int minOffset = offsets.popMinimum(outCount); in spanContainedAndCount() local 635 pos += minOffset; in spanContainedAndCount() 636 rest -= minOffset; in spanContainedAndCount()
|
/external/deqp/modules/glshared/ |
D | glsTextureBufferCase.cpp | 448 const size_t minOffset = texture.getOffset(); in modifyBufferSubData() local 449 …const size_t offset = minOffset + (rng.getUint32() % (texture.getBufferSize() - (size + minOff… in modifyBufferSubData() 471 const size_t minOffset = texture.getOffset(); in modifyMapWrite() local 472 …const size_t offset = minOffset + (rng.getUint32() % (texture.getBufferSize() - (size + minOff… in modifyMapWrite() 505 const size_t minOffset = texture.getOffset(); in modifyMapReadWrite() local 506 …const size_t offset = minOffset + (rng.getUint32() % (texture.getBufferSize() - (size + minOff… in modifyMapReadWrite()
|
D | glsUniformBlockCase.cpp | 1843 int minOffset = 0; in checkLayoutBounds() local 1847 minOffset = de::min(minOffset, (numVecs-1)*uniform.matrixStride); in checkLayoutBounds() 1848 minOffset = de::min(minOffset, (numElements-1)*uniform.arrayStride); in checkLayoutBounds() 1849 …minOffset = de::min(minOffset, (numElements-1)*uniform.arrayStride + (numVecs-1)*uniform.matrixStr… in checkLayoutBounds() 1856 if (uniform.offset+minOffset < 0 || uniform.offset+maxOffset > block.size) in checkLayoutBounds()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UnicodeSetStringSpan.java | 534 int minOffset = offsets.popMinimum(null); in spanWithStrings() local 535 pos += minOffset; in spanWithStrings() 536 rest -= minOffset; in spanWithStrings() 629 int minOffset = offsets.popMinimum(outCount); in spanContainedAndCount() local 631 pos += minOffset; in spanContainedAndCount() 632 rest -= minOffset; in spanContainedAndCount()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
D | TimeZoneAliasTest.java | 248 private int minOffset; field in TimeZoneAliasTest.Zone 270 maxRecentOffset = minRecentOffset = minOffset = maxOffset = zone.getOffset(lastDate); in Zone() 280 if (currentOffset < minOffset) minOffset = currentOffset; in Zone()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneAliasTest.java | 245 private int minOffset; field in TimeZoneAliasTest.Zone 267 maxRecentOffset = minRecentOffset = minOffset = maxOffset = zone.getOffset(lastDate); in Zone() 277 if (currentOffset < minOffset) minOffset = currentOffset; in Zone()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ShowZoneEquivalences.java | 199 String minOffset = ZoneInflections.formatHours(zip.getMinOffset(minimumDate)); in getZoneEquivalences() local 202 minOffset = maxOffset = "??"; in getZoneEquivalences() 208 + minOffset + "\t" + maxOffset)); in getZoneEquivalences()
|
/external/icu/icu4c/source/common/ |
D | unisetspan.cpp | 787 int32_t minOffset=offsets.popMinimum(); in span() local 788 pos+=minOffset; in span() 789 rest-=minOffset; in span() 1126 int32_t minOffset=offsets.popMinimum(); in spanUTF8() local 1127 pos+=minOffset; in spanUTF8() 1128 rest-=minOffset; in spanUTF8()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcUniformBlockCase.cpp | 1812 int minOffset = 0; in checkLayoutBounds() local 1816 minOffset = de::min(minOffset, (numVecs - 1) * uniform.matrixStride); in checkLayoutBounds() 1817 minOffset = de::min(minOffset, (numElements - 1) * uniform.arrayStride); in checkLayoutBounds() 1818 …minOffset = de::min(minOffset, (numElements - 1) * uniform.arrayStride + (numVecs - 1) * uniform.m… in checkLayoutBounds() 1826 if (uniform.offset + minOffset < 0 || uniform.offset + maxOffset > block.size) in checkLayoutBounds()
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUISelDAGToDAG.cpp | 259 SDValue &Base, int minOffset, int maxOffset); 403 SDValue &Index, int minOffset, in DFormAddressPredicate() argument 445 } else if (offset > minOffset && offset < maxOffset) { in DFormAddressPredicate() 466 } else if (offset > minOffset && offset < maxOffset) { in DFormAddressPredicate() 497 if (offset >= minOffset && offset <= maxOffset) { in DFormAddressPredicate()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 2567 int minOffset = 0; in checkLayoutBounds() local 2571 minOffset = de::min(minOffset, (numVecs-1)*var.matrixStride); in checkLayoutBounds() 2572 minOffset = de::min(minOffset, (numElements-1)*arrayStride); in checkLayoutBounds() 2573 …minOffset = de::min(minOffset, (topLevelSize-1)*topLevelStride + (numElements-1)*arrayStride + (nu… in checkLayoutBounds() 2581 if (var.offset+minOffset < 0 || var.offset+maxOffset > block.size) in checkLayoutBounds()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryMappingTests.cpp | 846 …MemoryRange>& ranges, size_t count, VkDeviceMemory memory, VkDeviceSize minOffset, VkDeviceSize ma… in randomRanges() argument 853 const VkDeviceSize offset = minOffset + randomOffset(rng, atomSize, maxSize - size); in randomRanges()
|