Searched refs:byteOffsets (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/ |
D | ZoneInfoDb.java | 89 private int[] byteOffsets; field in ZoneInfoDb 174 int byteOffset = byteOffsets[index]; in getBufferIterator() 183 byteOffsets = rawUtcOffsetsCache = new int[1]; in populateFallback() 256 byteOffsets = new int[entryCount]; in readIndex() 264 byteOffsets[i] = it.readInt(); in readIndex() 265 byteOffsets[i] += dataOffset; in readIndex() 415 byteOffsets = null; in close()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_mem.cpp | 247 Value* byteOffsets, in Gather4() argument 256 GATHER4PS(info, pSrcBase, byteOffsets, mask, vGatherComponents, bPackedOutput, usage); in Gather4() 260 GATHER4DD(info, pSrcBase, byteOffsets, mask, vGatherComponents, bPackedOutput, usage); in Gather4() 266 Value* byteOffsets, in GATHER4PS() argument 283 vGatherResult[0] = GATHERPS(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); in GATHER4PS() 296 GATHERPS(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); in GATHER4PS() 325 vGatherComponents[swizzleIndex], pSrcBase, byteOffsets, vMask, 1, usage); in GATHER4PS() 340 Value* byteOffsets, in GATHER4DD() argument 352 GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); in GATHER4DD() 369 vGatherResult[0] = GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); in GATHER4DD() [all …]
|
D | builder_mem.h | 112 Value* byteOffsets, 127 Value* byteOffsets, 142 Value* byteOffsets,
|