Home
last modified time | relevance | path

Searched refs:tokenCount (Results 1 – 23 of 23) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DPixelShader9.cpp24 tokenCount = 0; in Direct3DPixelShader9()
26 while(shaderToken[tokenCount] != 0x0000FFFF) in Direct3DPixelShader9()
28tokenCount += sw::Shader::size(shaderToken[tokenCount], (unsigned short)(shaderToken[0] & 0xFFFF))… in Direct3DPixelShader9()
31 tokenCount += 1; in Direct3DPixelShader9()
33 this->shaderToken = new unsigned long[tokenCount]; in Direct3DPixelShader9()
34 memcpy(this->shaderToken, shaderToken, tokenCount * sizeof(unsigned long)); in Direct3DPixelShader9()
107 memcpy(data, shaderToken, tokenCount * 4); in GetFunction()
110 *size = tokenCount * 4; in GetFunction()
DDirect3DVertexShader9.cpp24 tokenCount = 0; in Direct3DVertexShader9()
26 while(shaderToken[tokenCount] != 0x0000FFFF) in Direct3DVertexShader9()
28tokenCount += sw::Shader::size(shaderToken[tokenCount], (unsigned short)(shaderToken[0] & 0xFFFF))… in Direct3DVertexShader9()
31 tokenCount += 1; in Direct3DVertexShader9()
33 this->shaderToken = new unsigned long[tokenCount]; in Direct3DVertexShader9()
34 memcpy(this->shaderToken, shaderToken, tokenCount * sizeof(unsigned long)); in Direct3DVertexShader9()
107 memcpy(data, shaderToken, tokenCount * 4); in GetFunction()
110 *size = tokenCount * 4; in GetFunction()
DDirect3DVertexShader9.hpp52 int tokenCount; member in D3D9::Direct3DVertexShader9
DDirect3DPixelShader9.hpp52 int tokenCount; member in D3D9::Direct3DPixelShader9
/external/icu/icu4c/source/common/
Dunames.cpp242 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 …]
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DRetriableStream.java936 final AtomicInteger tokenCount = new AtomicInteger(); field in RetriableStream.Throttle
943 tokenCount.set(this.maxTokens); in Throttle()
948 return tokenCount.get() > threshold; in isAboveThreshold()
959 int currentCount = tokenCount.get(); in onQualifiedFailureThenCheckIsAboveThreshold()
964 boolean updated = tokenCount.compareAndSet(currentCount, Math.max(decremented, 0)); in onQualifiedFailureThenCheckIsAboveThreshold()
974 int currentCount = tokenCount.get(); in onSuccess()
979 boolean updated = tokenCount.compareAndSet(currentCount, Math.min(incremented, maxTokens)); in onSuccess()
/external/smali/smalidea/src/main/java/org/jf/smalidea/
DSmaliTokens.java281 int tokenCount = smaliParser.tokenNames.length;
282 ELEMENT_TYPES = new IElementType[tokenCount];
284 for (int tokenId=0; tokenId<tokenCount; tokenId++) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DStringTokenizerTest.java482 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()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DStringTokenizerTest.java479 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()
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/
DJavaParserTest.java216 final int tokenCount = GeneratedJavaParserConstants.tokenImage.length; in everyTokenHasACategory() local
222 assertEquals(tokenCount, switchEntries); in everyTokenHasACategory()
/external/swiftshader/src/Shader/
DShader.cpp1176 int tokenCount = size(*token); in parse() local
1178 instruction[i] = new Instruction(token, tokenCount, majorVersion); in parse()
1180 token += 1 + tokenCount; in parse()
/external/swiftshader/src/Pipeline/
DShader.cpp1176 int tokenCount = size(*token); in parse() local
1178 instruction[i] = new Instruction(token, tokenCount, majorVersion); in parse()
1180 token += 1 + tokenCount; in parse()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl2609 deUint32 tokenCount; member
DvkVulkan_c.inl6978 deUint32 tokenCount; member
DvkStrUtilImpl.inl5789 s << "\ttokenCount = " << value.tokenCount << '\n';
/external/mesa3d/include/vulkan/
Dvulkan.h6052 uint32_t tokenCount; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h6372 uint32_t tokenCount; member
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h6372 uint32_t tokenCount; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h6995 uint32_t tokenCount; member
Dvulkan.hpp33091 , tokenCount( tokenCount_ ) in IndirectCommandsLayoutCreateInfoNVX()
33126 tokenCount = tokenCount_; in setTokenCount()
33152 && ( tokenCount == rhs.tokenCount ) in operator ==()
33168 uint32_t tokenCount; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h6845 uint32_t tokenCount; member
Dvulkan.hpp30735 , tokenCount( tokenCount_ ) in IndirectCommandsLayoutCreateInfoNVX()
30770 tokenCount = tokenCount_; in setTokenCount()
30796 && ( tokenCount == rhs.tokenCount ) in operator ==()
30812 uint32_t tokenCount; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in6975 uint32_t tokenCount; member