/third_party/icu/tools/unicode/c/genprops/ |
D | namespropsbuilder.cpp | 195 static uint32_t tokenCount; variable 531 tokenCount=i; in compress() 538 tokenCount=256-letterCount; in compress() 539 for(i=tokenCount; i<wordCount; ++i) { in compress() 545 uprv_sortArray(words+tokenCount, wordCount-tokenCount, sizeof(Word), in compress() 554 tokenCount=wordCount+letterCount+(LEADBYTE_LIMIT-1); in compress() 560 tokenCount+=(tokenCount-256+254)/255; in compress() 562 leadByteCount=(int16_t)(tokenCount>>8); in compress() 565 tokenCount-=(LEADBYTE_LIMIT-1)-leadByteCount; in compress() 569 tokenCount=LEADBYTE_LIMIT*256; in compress() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | unames.cpp | 242 uint16_t token, tokenCount=*tokens++, bufferPos=0; in expandName() local 251 if((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) { in expandName() 276 if(c>=tokenCount) { in expandName() 300 if ((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) { in expandName() 335 uint16_t token, tokenCount=*tokens++; in compareName() local 345 if((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) { in compareName() 370 if(c>=tokenCount) { in compareName() 398 if ((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) { in compareName() 1297 calcNameSetLength(const uint16_t *tokens, uint16_t tokenCount, const uint8_t *tokenStrings, int8_t … in calcNameSetLength() argument 1305 if(c>=tokenCount) { in calcNameSetLength() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | unames.cpp | 242 uint16_t token, tokenCount=*tokens++, bufferPos=0; in expandName() local 251 if((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) { in expandName() 276 if(c>=tokenCount) { in expandName() 300 if ((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) { in expandName() 335 uint16_t token, tokenCount=*tokens++; in compareName() local 345 if((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) { in compareName() 370 if(c>=tokenCount) { in compareName() 398 if ((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) { in compareName() 1297 calcNameSetLength(const uint16_t *tokens, uint16_t tokenCount, const uint8_t *tokenStrings, int8_t … in calcNameSetLength() argument 1305 if(c>=tokenCount) { in calcNameSetLength() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | unames.cpp | 242 uint16_t token, tokenCount=*tokens++, bufferPos=0; in expandName() local 251 if((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) { in expandName() 276 if(c>=tokenCount) { in expandName() 300 if ((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) { in expandName() 335 uint16_t token, tokenCount=*tokens++; in compareName() local 345 if((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) { in compareName() 370 if(c>=tokenCount) { in compareName() 398 if ((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) { in compareName() 1297 calcNameSetLength(const uint16_t *tokens, uint16_t tokenCount, const uint8_t *tokenStrings, int8_t … in calcNameSetLength() argument 1305 if(c>=tokenCount) { in calcNameSetLength() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | StringTokenizerTest.java | 482 int tokenCount = 0; in TestBug4423() local 493 tokenCount++; in TestBug4423() 495 if (tokenCount != 4) { in TestBug4423() 496 errln("Incorrect number of tokens found = " + tokenCount); in TestBug4423()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | StringTokenizerTest.java | 479 int tokenCount = 0; in TestBug4423() local 490 tokenCount++; in TestBug4423() 492 if (tokenCount != 4) { in TestBug4423() 493 errln("Incorrect number of tokens found = " + tokenCount); in TestBug4423()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_device_generated_commands/ |
D | indirectcommands.txt | 61 * pname:tokenCount is the length of the individual command sequence. 98 * [[VUID-VkIndirectCommandsLayoutCreateInfoNV-tokenCount-02931]] 99 pname:tokenCount must: be greater than `0` and less than or equal to 374 for (t = 0; t < indirectCommandsLayout.tokenCount; t++) 537 for (uint32_t t = 0; t < indirectCommandsLayout.tokenCount; t++){
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | Shader.cpp | 1180 int tokenCount = size(*token); in parse() local 1182 instruction[i] = new Instruction(token, tokenCount, majorVersion); in parse() 1184 token += 1 + tokenCount; in parse()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_device_generated_commands.c | 1012 sizeof(*layout) + pCreateInfo->tokenCount * sizeof(VkIndirectCommandsLayoutTokenNV); in radv_CreateIndirectCommandsLayoutNV() 1023 layout->token_count = pCreateInfo->tokenCount; in radv_CreateIndirectCommandsLayoutNV() 1024 typed_memcpy(layout->tokens, pCreateInfo->pTokens, pCreateInfo->tokenCount); in radv_CreateIndirectCommandsLayoutNV() 1029 for (unsigned i = 0; i < pCreateInfo->tokenCount; ++i) { in radv_CreateIndirectCommandsLayoutNV()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 5051 uint32_t tokenCount; member
|
D | vkVulkan_c.inl | 13159 deUint32 tokenCount; member
|
D | vkStrUtilImpl.inl | 11310 s << "\ttokenCount = " << value.tokenCount << '\n';
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_structs.hpp | 34207 , tokenCount( tokenCount_ ) 34229 , tokenCount( static_cast<uint32_t>( tokens_.size() ) ) 34270 tokenCount = tokenCount_; in setTokenCount() 34286 tokenCount = static_cast<uint32_t>( tokens_.size() ); in setTokens() 34331 ( pipelineBindPoint == rhs.pipelineBindPoint ) && ( tokenCount == rhs.tokenCount ) && in operator ==() 34347 uint32_t tokenCount = {}; member
|
D | vulkan_core.h | 12037 uint32_t tokenCount; member
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 44236 , tokenCount( tokenCount_ ) 44260 , tokenCount( static_cast<uint32_t>( tokens_.size() ) ) 44299 tokenCount = tokenCount_; in setTokenCount() 44314 tokenCount = static_cast<uint32_t>( tokens_.size() ); in setTokens() 44368 …return std::tie( sType, pNext, flags, pipelineBindPoint, tokenCount, pTokens, streamCount, pStream… in reflect() 44381 …( tokenCount == rhs.tokenCount ) && ( pTokens == rhs.pTokens ) && ( streamCount == rhs.streamCount… in operator ==() 44396 uint32_t tokenCount = {}; member
|
D | vulkan_core.h | 13805 uint32_t tokenCount; member
|
D | vulkan_hash.hpp | 5859 VULKAN_HPP_HASH_COMBINE( seed, indirectCommandsLayoutCreateInfoNV.tokenCount ); in operator ()()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 11578 uint32_t tokenCount; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 12197 uint32_t tokenCount; member
|
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/ |
D | vulkan_core.h | 12205 uint32_t tokenCount; member
|
/third_party/mesa3d/include/vulkan/ |
D | vulkan_core.h | 13087 uint32_t tokenCount; member
|