/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucnvscsu.cpp | 1022 uint32_t currentOffset; in _SCSUFromUnicodeWithOffsets() local 1050 currentOffset=scsu->fromUDynamicOffsets[dynamicWindow]; in _SCSUFromUnicodeWithOffsets() 1097 } else if((delta=c-currentOffset)<=0x7f) { in _SCSUFromUnicodeWithOffsets() 1135 if((delta=c-currentOffset)<=0x7f) { in _SCSUFromUnicodeWithOffsets() 1145 currentOffset=scsu->fromUDynamicOffsets[dynamicWindow]; in _SCSUFromUnicodeWithOffsets() 1147 c=((uint32_t)(SC0+dynamicWindow)<<8)|(c-currentOffset)|0x80; in _SCSUFromUnicodeWithOffsets() 1155 currentOffset=scsu->fromUDynamicOffsets[dynamicWindow]=offset; in _SCSUFromUnicodeWithOffsets() 1157 … c=((uint32_t)SDX<<24)|((uint32_t)dynamicWindow<<21)|((uint32_t)code<<8)|(c-currentOffset)|0x80; in _SCSUFromUnicodeWithOffsets() 1189 currentOffset=scsu->fromUDynamicOffsets[dynamicWindow]; in _SCSUFromUnicodeWithOffsets() 1191 c=((uint32_t)(SC0+dynamicWindow)<<8)|(c-currentOffset)|0x80; in _SCSUFromUnicodeWithOffsets() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucnvscsu.cpp | 1022 uint32_t currentOffset; in _SCSUFromUnicodeWithOffsets() local 1050 currentOffset=scsu->fromUDynamicOffsets[dynamicWindow]; in _SCSUFromUnicodeWithOffsets() 1097 } else if((delta=c-currentOffset)<=0x7f) { in _SCSUFromUnicodeWithOffsets() 1135 if((delta=c-currentOffset)<=0x7f) { in _SCSUFromUnicodeWithOffsets() 1145 currentOffset=scsu->fromUDynamicOffsets[dynamicWindow]; in _SCSUFromUnicodeWithOffsets() 1147 c=((uint32_t)(SC0+dynamicWindow)<<8)|(c-currentOffset)|0x80; in _SCSUFromUnicodeWithOffsets() 1155 currentOffset=scsu->fromUDynamicOffsets[dynamicWindow]=offset; in _SCSUFromUnicodeWithOffsets() 1157 … c=((uint32_t)SDX<<24)|((uint32_t)dynamicWindow<<21)|((uint32_t)code<<8)|(c-currentOffset)|0x80; in _SCSUFromUnicodeWithOffsets() 1189 currentOffset=scsu->fromUDynamicOffsets[dynamicWindow]; in _SCSUFromUnicodeWithOffsets() 1191 c=((uint32_t)(SC0+dynamicWindow)<<8)|(c-currentOffset)|0x80; in _SCSUFromUnicodeWithOffsets() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnvscsu.cpp | 1022 uint32_t currentOffset; in _SCSUFromUnicodeWithOffsets() local 1050 currentOffset=scsu->fromUDynamicOffsets[dynamicWindow]; in _SCSUFromUnicodeWithOffsets() 1097 } else if((delta=c-currentOffset)<=0x7f) { in _SCSUFromUnicodeWithOffsets() 1135 if((delta=c-currentOffset)<=0x7f) { in _SCSUFromUnicodeWithOffsets() 1145 currentOffset=scsu->fromUDynamicOffsets[dynamicWindow]; in _SCSUFromUnicodeWithOffsets() 1147 c=((uint32_t)(SC0+dynamicWindow)<<8)|(c-currentOffset)|0x80; in _SCSUFromUnicodeWithOffsets() 1155 currentOffset=scsu->fromUDynamicOffsets[dynamicWindow]=offset; in _SCSUFromUnicodeWithOffsets() 1157 … c=((uint32_t)SDX<<24)|((uint32_t)dynamicWindow<<21)|((uint32_t)code<<8)|(c-currentOffset)|0x80; in _SCSUFromUnicodeWithOffsets() 1189 currentOffset=scsu->fromUDynamicOffsets[dynamicWindow]; in _SCSUFromUnicodeWithOffsets() 1191 c=((uint32_t)(SC0+dynamicWindow)<<8)|(c-currentOffset)|0x80; in _SCSUFromUnicodeWithOffsets() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | ucnvscsu.cpp | 1022 uint32_t currentOffset; in _SCSUFromUnicodeWithOffsets() local 1050 currentOffset=scsu->fromUDynamicOffsets[dynamicWindow]; in _SCSUFromUnicodeWithOffsets() 1097 } else if((delta=c-currentOffset)<=0x7f) { in _SCSUFromUnicodeWithOffsets() 1135 if((delta=c-currentOffset)<=0x7f) { in _SCSUFromUnicodeWithOffsets() 1145 currentOffset=scsu->fromUDynamicOffsets[dynamicWindow]; in _SCSUFromUnicodeWithOffsets() 1147 c=((uint32_t)(SC0+dynamicWindow)<<8)|(c-currentOffset)|0x80; in _SCSUFromUnicodeWithOffsets() 1155 currentOffset=scsu->fromUDynamicOffsets[dynamicWindow]=offset; in _SCSUFromUnicodeWithOffsets() 1157 … c=((uint32_t)SDX<<24)|((uint32_t)dynamicWindow<<21)|((uint32_t)code<<8)|(c-currentOffset)|0x80; in _SCSUFromUnicodeWithOffsets() 1189 currentOffset=scsu->fromUDynamicOffsets[dynamicWindow]; in _SCSUFromUnicodeWithOffsets() 1191 c=((uint32_t)(SC0+dynamicWindow)<<8)|(c-currentOffset)|0x80; in _SCSUFromUnicodeWithOffsets() [all …]
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetSCSU.java | 628 private int currentOffset; field in CharsetSCSU.CharsetEncoderSCSU 652 currentOffset = data.fromUDynamicOffsets[dynamicWindow]; in encodeLoop() 809 …} else if(((delta=(c-currentOffset))&UConverterConstants.UNSIGNED_INT_MASK)<=0x7f && !AfterGetTrai… in loop() 838 if(((delta=(c-currentOffset))&UConverterConstants.UNSIGNED_INT_MASK)<=0x7f){ in loop() 848 currentOffset = data.fromUDynamicOffsets[dynamicWindow]; in loop() 850 c = ((SC0+dynamicWindow)<<8 | (c-currentOffset)|0x80); in loop() 859 currentOffset = data.fromUDynamicOffsets[dynamicWindow]=offset; in loop() 862 (code<<8)| (c- currentOffset) |0x80); in loop() 900 currentOffset = data.fromUDynamicOffsets[dynamicWindow]; in loop() 902 c = ((SC0+window)<<8) | (c- currentOffset) | 0x80; in loop() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneAliasTest.java | 275 int currentOffset = zone.getOffset(currentDate); in Zone() local 276 if (currentOffset != lastOffset) { // Binary Search in Zone() 277 if (currentOffset < minOffset) minOffset = currentOffset; in Zone() 278 if (currentOffset > maxOffset) maxOffset = currentOffset; in Zone() 280 if (currentOffset < minRecentOffset) minRecentOffset = currentOffset; in Zone() 281 if (currentOffset > maxRecentOffset) maxRecentOffset = currentOffset; in Zone() 297 lastOffset = currentOffset; in Zone()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
D | TimeZoneAliasTest.java | 278 int currentOffset = zone.getOffset(currentDate); in Zone() local 279 if (currentOffset != lastOffset) { // Binary Search in Zone() 280 if (currentOffset < minOffset) minOffset = currentOffset; in Zone() 281 if (currentOffset > maxOffset) maxOffset = currentOffset; in Zone() 283 if (currentOffset < minRecentOffset) minRecentOffset = currentOffset; in Zone() 284 if (currentOffset > maxRecentOffset) maxRecentOffset = currentOffset; in Zone() 300 lastOffset = currentOffset; in Zone()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkUniformHandler.cpp | 182 uint32_t* currentOffset, in get_ubo_aligned_offset() argument 190 uint32_t offsetDiff = *currentOffset & alignmentMask; in get_ubo_aligned_offset() 194 *uniformOffset = *currentOffset + offsetDiff; in get_ubo_aligned_offset() 199 *currentOffset = *uniformOffset + elementSize * arrayCount; in get_ubo_aligned_offset() 201 *currentOffset = *uniformOffset + grsltype_to_vk_size(type); in get_ubo_aligned_offset() 337 uint32_t currentOffset = fCurrentUBOOffset; in getRTHeightOffset() local 338 get_ubo_aligned_offset(&result, ¤tOffset, kFloat_GrSLType, 0); in getRTHeightOffset()
|
/third_party/skia/src/gpu/ |
D | GrSPIRVUniformHandler.cpp | 164 uint32_t get_ubo_offset(uint32_t* currentOffset, GrSLType type, int arrayCount) { in get_ubo_offset() argument 170 uint32_t offsetDiff = *currentOffset & alignmentMask; in get_ubo_offset() 174 uint32_t uniformOffset = *currentOffset + offsetDiff; in get_ubo_offset() 179 *currentOffset = uniformOffset + elementSize * arrayCount; in get_ubo_offset() 181 *currentOffset = uniformOffset + grsltype_to_size(type); in get_ubo_offset() 309 uint32_t currentOffset = fCurrentUBOOffset; in getRTFlipOffset() local 310 return get_ubo_offset(¤tOffset, kFloat2_GrSLType, 0); in getRTFlipOffset()
|
D | GrStagingBufferManager.cpp | 21 size_t currentOffset = fBuffers[i].fOffset; in allocateStagingBufferSlice() local 22 offset = ((currentOffset + requiredAlignment - 1)/requiredAlignment)*requiredAlignment; in allocateStagingBufferSlice()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkUniformHandler.cpp | 164 static uint32_t get_aligned_offset(uint32_t* currentOffset, in get_aligned_offset() argument 173 uint32_t offsetDiff = *currentOffset & alignmentMask; in get_aligned_offset() 177 int32_t uniformOffset = *currentOffset + offsetDiff; in get_aligned_offset() 183 *currentOffset = uniformOffset + elementSize * arrayCount; in get_aligned_offset() 185 *currentOffset = uniformOffset + grsltype_to_vk_size(type, layout); in get_aligned_offset() 373 uint32_t currentOffset = fCurrentOffsets[layout]; in getRTFlipOffset() local 374 return get_aligned_offset(¤tOffset, kFloat2_GrSLType, 0, layout); in getRTFlipOffset()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
D | Huffman.java | 118 int currentOffset = tableOffset; in buildHuffmanTable() local 122 currentOffset += tableSize; in buildHuffmanTable() 128 (tableBits + rootBits) << 16 | (currentOffset - tableOffset - low); in buildHuffmanTable() 130 replicateValue(tableGroup, currentOffset + (key >> rootBits), step, tableSize, in buildHuffmanTable()
|
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
D | Huffman.cs | 129 int currentOffset = tableOffset; in BuildHuffmanTable() 136 currentOffset += tableSize; in BuildHuffmanTable() 141 … rootTable[tableOffset + low] = (tableBits + rootBits) << 16 | (currentOffset - tableOffset - low); in BuildHuffmanTable() 143 …ReplicateValue(rootTable, currentOffset + (key >> rootBits), step, tableSize, (len - rootBits) << … in BuildHuffmanTable()
|
/third_party/icu/docs/userguide/collation/ |
D | examples.md | 299 uint32_t currentOffset = 0; 311 keys[i] = currentOffset; 312 keySize = ucol_getSortKey(coll, source[i], -1, *buffer+currentOffset, bufferSize-currentOffset); 313 if(keySize > bufferSize-currentOffset) { 320 … keySize = ucol_getSortKey(coll, source[i], -1, *buffer+currentOffset, bufferSize-currentOffset); 328 currentOffset += keySize; 331 return currentOffset;
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnUniformHandler.cpp | 178 uint32_t get_ubo_offset(uint32_t* currentOffset, in get_ubo_offset() argument 186 uint32_t offsetDiff = *currentOffset & alignmentMask; in get_ubo_offset() 190 uint32_t uniformOffset = *currentOffset + offsetDiff; in get_ubo_offset() 195 *currentOffset = uniformOffset + elementSize * arrayCount; in get_ubo_offset() 197 *currentOffset = uniformOffset + grsltype_to_size(type); in get_ubo_offset()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | mtl_occlusion_query_pool.mm | 49 uint32_t currentOffset = 59 else if (currentOffset + kOcclusionQueryResultSize > mRenderPassResultsPool->size()) 76 query->setFirstAllocatedVisibilityOffset(currentOffset); 81 ASSERT(currentOffset == 88 if (currentOffset == 0)
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlUniformHandler.mm | 156 // the new uniform, and currentOffset is updated to be the offset to the end of the new uniform. 157 static uint32_t get_ubo_aligned_offset(uint32_t* currentOffset, 165 uint32_t offsetDiff = *currentOffset & alignmentMask; 169 uint32_t uniformOffset = *currentOffset + offsetDiff; 172 *currentOffset = uniformOffset + grsltype_to_mtl_size(type) * arrayCount; 174 *currentOffset = uniformOffset + grsltype_to_mtl_size(type);
|
/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
D | gxvmort1.c | 149 FT_Short currentOffset; in gxv_mort_subtable_type1_entry_validate() local 162 currentOffset = (FT_Short)( glyphOffset_p->ul ); in gxv_mort_subtable_type1_entry_validate() 175 gxv_mort_subtable_type1_offset_to_subst_validate( currentOffset, in gxv_mort_subtable_type1_entry_validate()
|
/third_party/freetype/src/gxvalid/ |
D | gxvmort1.c | 149 FT_Short currentOffset; in gxv_mort_subtable_type1_entry_validate() local 162 currentOffset = (FT_Short)( glyphOffset_p->ul ); in gxv_mort_subtable_type1_entry_validate() 175 gxv_mort_subtable_type1_offset_to_subst_validate( currentOffset, in gxv_mort_subtable_type1_entry_validate()
|
/third_party/flutter/skia/third_party/externals/freetype/src/gxvalid/ |
D | gxvmort1.c | 149 FT_Short currentOffset; in gxv_mort_subtable_type1_entry_validate() local 162 currentOffset = (FT_Short)( glyphOffset_p->ul ); in gxv_mort_subtable_type1_entry_validate() 175 gxv_mort_subtable_type1_offset_to_subst_validate( currentOffset, in gxv_mort_subtable_type1_entry_validate()
|
/third_party/cups-filters/filter/ |
D | imagetopdf.c | 111 static int currentOffset = 0; variable 207 objects[obj].offset = currentOffset; in setOffset() 248 objects[currentObjectNo].offset = currentOffset; in newObj() 264 currentOffset++; in putcPdf() 272 currentOffset += len; in outPdf() 280 xrefOffset = currentOffset; in outXref() 442 startOffset = currentOffset; in outPageObject() 447 length = currentOffset - startOffset; in outPageObject() 471 startOffset = currentOffset; in outPageContents() 515 length = currentOffset - startOffset - 1; in outPageContents() [all …]
|
/third_party/skia/experimental/graphite/src/ |
D | UniformManager.cpp | 439 static uint32_t get_ubo_aligned_offset(uint32_t* currentOffset, in get_ubo_aligned_offset() argument 447 uint32_t offsetDiff = *currentOffset & alignmentMask; in get_ubo_aligned_offset() 451 uint32_t uniformOffset = *currentOffset + offsetDiff; in get_ubo_aligned_offset() 454 *currentOffset = uniformOffset + sltype_to_mtl_size(type) * arrayCount; in get_ubo_aligned_offset() 456 *currentOffset = uniformOffset + sltype_to_mtl_size(type); in get_ubo_aligned_offset()
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlUniformHandler.mm | 179 // the new uniform, and currentOffset is updated to be the offset to the end of the new uniform. 181 uint32_t* currentOffset, 189 uint32_t offsetDiff = *currentOffset & alignmentMask; 193 *uniformOffset = *currentOffset + offsetDiff; 196 *currentOffset = *uniformOffset + grsltype_to_mtl_size(type) * arrayCount; 198 *currentOffset = *uniformOffset + grsltype_to_mtl_size(type);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | UtilsMetal.mm | 103 uint64_t currentOffset = bufferOffset; 107 copy.copies[copy.count].bufferOffset = currentOffset; 117 currentOffset += (copyExtent.depthOrArrayLayers - 1) * bytesPerImage; 123 copy.copies[copy.count].bufferOffset = currentOffset; 137 currentOffset += (copyBlockRowCount - 1) * bytesPerRow; 147 copy.copies[copy.count].bufferOffset = currentOffset;
|
/third_party/lz4/lib/ |
D | lz4.c | 874 || ((tableType == byU16) && cctx->currentOffset + (unsigned)inputSize >= 0xFFFFU) in LZ4_prepareTable() 875 || ((tableType == byU32) && cctx->currentOffset > 1 GB) in LZ4_prepareTable() 881 cctx->currentOffset = 0; in LZ4_prepareTable() 893 if (cctx->currentOffset != 0 && tableType == byU32) { in LZ4_prepareTable() 895 cctx->currentOffset += 64 KB; in LZ4_prepareTable() 926 U32 const startIndex = cctx->currentOffset; in LZ4_compress_generic_validated() 935 …const U32 dictDelta = (dictDirective == usingDictCtx) ? startIndex - dictCtx->currentOffset : 0; … in LZ4_compress_generic_validated() 949 dictionary + dictSize - dictCtx->currentOffset : in LZ4_compress_generic_validated() 978 cctx->currentOffset += (U32)inputSize; in LZ4_compress_generic_validated() 1388 if (ctx->currentOffset) { in LZ4_compress_fast_extState_fastReset() [all …]
|