/third_party/node/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/ |
D | QRRSBlock.js | 3 function QRRSBlock(totalCount, dataCount) { argument 5 this.dataCount = dataCount; 272 var dataCount = rsBlock[i * 3 + 2]; 275 list.push(new QRRSBlock(totalCount, dataCount) );
|
D | index.js | 63 totalDataCount += rsBlocks[i].dataCount; 359 totalDataCount += rsBlocks[x].dataCount; 409 var dcCount = rsBlocks[r].dataCount;
|
/third_party/skia/include/private/ |
D | GrResourceKey.h | 56 SkDEBUGCODE(size_t dataCount = fKey->internalSize() / sizeof(uint32_t) - kMetaDataCnt;) 57 SkASSERT(SkToU32(dataIdx) < dataCount); 131 size_t dataCount = this->internalSize() / sizeof(uint32_t) - kMetaDataCnt; in dump() local 132 for (size_t i = 0; i < dataCount; ++i) { in dump()
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cffload.c | 1112 for ( i = 0; i < vstore->dataCount; i++ ) in cff_vstore_done() 1141 FT_UInt dataCount; in cff_vstore_load() local 1166 FT_READ_USHORT( dataCount ) ) in cff_vstore_load() 1171 if ( FT_QNEW_ARRAY( dataOffsetArray, dataCount ) ) in cff_vstore_load() 1174 for ( i = 0; i < dataCount; i++ ) in cff_vstore_load() 1220 vstore->dataCount = 0; in cff_vstore_load() 1221 if ( FT_QNEW_ARRAY( vstore->varData, dataCount ) ) in cff_vstore_load() 1224 for ( i = 0; i < dataCount; i++ ) in cff_vstore_load() 1247 vstore->dataCount++; in cff_vstore_load() 1435 if ( vsindex >= vs->dataCount ) in cff_blend_build_vector()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucol_swp.cpp | 251 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry… in swapFormatVersion3() local 253 4 + (4 * indexCount) + (2 * dataCount), in swapFormatVersion3() 260 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry… in swapFormatVersion3() local 262 4 + (2 * indexCount) + (2 * dataCount), in swapFormatVersion3()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucol_swp.cpp | 251 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry… in swapFormatVersion3() local 253 4 + (4 * indexCount) + (2 * dataCount), in swapFormatVersion3() 260 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry… in swapFormatVersion3() local 262 4 + (2 * indexCount) + (2 * dataCount), in swapFormatVersion3()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucol_swp.cpp | 251 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry… in swapFormatVersion3() local 253 4 + (4 * indexCount) + (2 * dataCount), in swapFormatVersion3() 260 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry… in swapFormatVersion3() local 262 4 + (2 * indexCount) + (2 * dataCount), in swapFormatVersion3()
|
/third_party/icu/icu4c/source/common/ |
D | ucol_swp.cpp | 251 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry… in swapFormatVersion3() local 253 4 + (4 * indexCount) + (2 * dataCount), in swapFormatVersion3() 260 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry… in swapFormatVersion3() local 262 4 + (2 * indexCount) + (2 * dataCount), in swapFormatVersion3()
|
/third_party/flutter/skia/include/private/ |
D | GrResourceKey.h | 130 SkDEBUGCODE(size_t dataCount = fKey->internalSize() / sizeof(uint32_t) - kMetaDataCnt;) 131 SkASSERT(SkToU32(dataIdx) < dataCount);
|
/third_party/glib/glib/ |
D | gchecksum.c | 696 guint dataCount; in sha1_sum_update() local 705 dataCount = (guint) (tmp >> 3) & 0x3F; in sha1_sum_update() 708 if (dataCount) in sha1_sum_update() 710 guchar *p = (guchar *) sha1->data + dataCount; in sha1_sum_update() 712 dataCount = SHA1_DATASIZE - dataCount; in sha1_sum_update() 713 if (count < dataCount) in sha1_sum_update() 719 memcpy (p, buffer, dataCount); in sha1_sum_update() 724 buffer += dataCount; in sha1_sum_update() 725 count -= dataCount; in sha1_sum_update()
|
/third_party/flutter/skia/third_party/externals/freetype/src/cff/ |
D | cffload.c | 1109 for ( i = 0; i < vstore->dataCount; i++ ) in cff_vstore_done() 1161 FT_READ_USHORT( vstore->dataCount ) ) in cff_vstore_load() 1166 if ( FT_NEW_ARRAY( dataOffsetArray, vstore->dataCount ) ) in cff_vstore_load() 1169 for ( i = 0; i < vstore->dataCount; i++ ) in cff_vstore_load() 1211 if ( FT_NEW_ARRAY( vstore->varData, vstore->dataCount ) ) in cff_vstore_load() 1214 for ( i = 0; i < vstore->dataCount; i++ ) in cff_vstore_load() 1422 if ( vsindex >= vs->dataCount ) in cff_blend_build_vector()
|
/third_party/freetype/src/cff/ |
D | cffload.c | 1115 for ( i = 0; i < vstore->dataCount; i++ ) in cff_vstore_done() 1167 FT_READ_USHORT( vstore->dataCount ) ) in cff_vstore_load() 1172 if ( FT_NEW_ARRAY( dataOffsetArray, vstore->dataCount ) ) in cff_vstore_load() 1175 for ( i = 0; i < vstore->dataCount; i++ ) in cff_vstore_load() 1217 if ( FT_NEW_ARRAY( vstore->varData, vstore->dataCount ) ) in cff_vstore_load() 1220 for ( i = 0; i < vstore->dataCount; i++ ) in cff_vstore_load() 1428 if ( vsindex >= vs->dataCount ) in cff_blend_build_vector()
|
/third_party/freetype/src/truetype/ |
D | ttgxvar.h | 97 FT_UInt dataCount; member
|
D | ttgxvar.c | 457 FT_READ_USHORT( itemStore->dataCount ) ) in ft_var_load_item_variation_store() 461 if ( !itemStore->dataCount ) in ft_var_load_item_variation_store() 470 if ( FT_NEW_ARRAY( dataOffsetArray, itemStore->dataCount ) ) in ft_var_load_item_variation_store() 473 for ( i = 0; i < itemStore->dataCount; i++ ) in ft_var_load_item_variation_store() 530 if ( FT_NEW_ARRAY( itemStore->varData, itemStore->dataCount ) ) in ft_var_load_item_variation_store() 533 for ( i = 0; i < itemStore->dataCount; i++ ) in ft_var_load_item_variation_store() 690 if ( outerIndex >= itemStore->dataCount ) in ft_var_load_delta_set_index_mapping() 1261 if ( value->outerIndex >= itemStore->dataCount || in ft_var_load_mvar() 4231 for ( i = 0; i < itemStore->dataCount; i++ ) in ft_var_done_item_variation_store()
|
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/ |
D | ttgxvar.h | 98 FT_UInt dataCount; member
|
D | ttgxvar.c | 456 FT_READ_USHORT( itemStore->dataCount ) ) in ft_var_load_item_variation_store() 460 if ( !itemStore->dataCount ) in ft_var_load_item_variation_store() 469 if ( FT_NEW_ARRAY( dataOffsetArray, itemStore->dataCount ) ) in ft_var_load_item_variation_store() 472 for ( i = 0; i < itemStore->dataCount; i++ ) in ft_var_load_item_variation_store() 529 if ( FT_NEW_ARRAY( itemStore->varData, itemStore->dataCount ) ) in ft_var_load_item_variation_store() 532 for ( i = 0; i < itemStore->dataCount; i++ ) in ft_var_load_item_variation_store() 689 if ( outerIndex >= itemStore->dataCount ) in ft_var_load_delta_set_index_mapping() 1260 if ( value->outerIndex >= itemStore->dataCount || in ft_var_load_mvar() 4191 for ( i = 0; i < itemStore->dataCount; i++ ) in ft_var_done_item_variation_store()
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
D | ttgxvar.h | 97 FT_UInt dataCount; member
|
D | ttgxvar.c | 483 FT_READ_USHORT( itemStore->dataCount ) ) in ft_var_load_item_variation_store() 487 if ( !itemStore->dataCount ) in ft_var_load_item_variation_store() 496 if ( FT_QNEW_ARRAY( dataOffsetArray, itemStore->dataCount ) ) in ft_var_load_item_variation_store() 499 for ( i = 0; i < itemStore->dataCount; i++ ) in ft_var_load_item_variation_store() 565 if ( FT_NEW_ARRAY( itemStore->varData, itemStore->dataCount ) ) in ft_var_load_item_variation_store() 568 for ( i = 0; i < itemStore->dataCount; i++ ) in ft_var_load_item_variation_store() 770 if ( outerIndex >= itemStore->dataCount ) in ft_var_load_delta_set_index_mapping() 1342 if ( value->outerIndex >= itemStore->dataCount || in ft_var_load_mvar() 4326 for ( i = 0; i < itemStore->dataCount; i++ ) in ft_var_done_item_variation_store()
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/ |
D | cfftypes.h | 146 FT_UInt dataCount; member
|
/third_party/freetype/include/freetype/internal/ |
D | cfftypes.h | 145 FT_UInt dataCount; member
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | cfftypes.h | 145 FT_UInt dataCount; member
|
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/ |
D | psfont.c | 279 hasVariations = ( vstore->dataCount != 0 ); in cf2_font_setup()
|
/third_party/freetype/src/psaux/ |
D | psfont.c | 278 hasVariations = ( vstore->dataCount != 0 ); in cf2_font_setup()
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | psfont.c | 278 hasVariations = ( vstore->dataCount != 0 ); in cf2_font_setup()
|
/third_party/icu/icu4c/source/i18n/ |
D | smpdtfmt.cpp | 2676 int32_t dataCount, in matchQuarterString() argument 2680 int32_t count = dataCount; in matchQuarterString() 2706 const UnicodeString* data, int32_t dataCount, in matchDayPeriodStrings() argument 2712 for (int32_t i = 0; i < dataCount; ++i) { in matchDayPeriodStrings() 2879 int32_t dataCount, in matchString() argument 2884 int32_t count = dataCount; in matchString()
|