Home
last modified time | relevance | path

Searched refs:branchNode (Results 1 – 12 of 12) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
DStringTrieBuilder.java405 DynamicBranchNode branchNode=new DynamicBranchNode(); in add() local
412 branchNode.setValue(value); in add()
420 result=branchNode; in add()
425 next=branchNode; in add()
434 next=branchNode; in add()
438 branchNode.add(thisChar, thisSuffixNode); in add()
439 branchNode.add(newChar, newSuffixNode); in add()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DStringTrieBuilder.java406 DynamicBranchNode branchNode=new DynamicBranchNode(); in add() local
413 branchNode.setValue(value); in add()
421 result=branchNode; in add()
426 next=branchNode; in add()
435 next=branchNode; in add()
439 branchNode.add(thisChar, thisSuffixNode); in add()
440 branchNode.add(newChar, newSuffixNode); in add()
/external/aac/libAACdec/src/
Drvlc.cpp253 UINT branchNode; in rvlcDecodeEscapeWord() local
269 treeNode, &branchValue, &branchNode); in rvlcDecodeEscapeWord()
271 if ((branchNode & TEST_BIT_10) == in rvlcDecodeEscapeWord()
274 value = (SCHAR)branchNode & CLR_BIT_10; in rvlcDecodeEscapeWord()
367 UINT branchNode; in decodeRVLCodeword() local
381 treeNode, &branchValue, &branchNode); in decodeRVLCodeword()
383 if ((branchNode & TEST_BIT_10) == in decodeRVLCodeword()
387 value = (SCHAR)(branchNode & CLR_BIT_10); in decodeRVLCodeword()
Daacdec_hcrs.cpp586 UINT branchNode; in Hcr_State_BODY_ONLY() local
628 treeNode, &branchValue, &branchNode); in Hcr_State_BODY_ONLY()
632 if ((branchNode & TEST_BIT_10) == in Hcr_State_BODY_ONLY()
728 UINT branchNode; in Hcr_State_BODY_SIGN__BODY() local
762 treeNode, &branchValue, &branchNode); in Hcr_State_BODY_SIGN__BODY()
766 if ((branchNode & TEST_BIT_10) == in Hcr_State_BODY_SIGN__BODY()
979 UINT branchNode; in Hcr_State_BODY_SIGN_ESC__BODY() local
1010 CarryBitToBranchValue(carryBit, treeNode, &branchValue, &branchNode); in Hcr_State_BODY_SIGN_ESC__BODY()
1014 if ((branchNode & TEST_BIT_10) == in Hcr_State_BODY_SIGN_ESC__BODY()
Daacdec_hcr.h118 UINT *branchNode);
Daacdec_hcr.cpp1315 UINT *branchNode) { in CarryBitToBranchValue() argument
1317 *branchNode = in CarryBitToBranchValue()
1320 *branchNode = treeNode & MASK_RIGHT; /* MASK_RIGHT: 00000FFF */ in CarryBitToBranchValue()
1323 *branchValue = *branchNode & CLR_BIT_10; /* clear bit 10 (if set) */ in CarryBitToBranchValue()
1340 UINT branchNode; in DecodePCW_Body() local
1357 CarryBitToBranchValue(carryBit, treeNode, &branchValue, &branchNode); in DecodePCW_Body()
1359 if ((branchNode & TEST_BIT_10) == in DecodePCW_Body()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp2351 bool GenMetalTraverser::visitBranch(Visit, TIntermBranch *branchNode) in visitBranch() argument
2353 const TOperator flowOp = branchNode->getFlowOp(); in visitBranch()
2354 TIntermTyped *exprNode = branchNode->getExpression(); in visitBranch()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h431 void wrapupSwitchSubsequence(TIntermAggregate* statements, TIntermNode* branchNode);
DParseHelper.cpp8665 void TParseContext::wrapupSwitchSubsequence(TIntermAggregate* statements, TIntermNode* branchNode) in wrapupSwitchSubsequence() argument
8675 if (branchNode) { in wrapupSwitchSubsequence()
8681 TIntermTyped* newExpression = branchNode->getAsBranchNode()->getExpression(); in wrapupSwitchSubsequence()
8683 error(branchNode->getLoc(), "duplicate label", "default", ""); in wrapupSwitchSubsequence()
8690 error(branchNode->getLoc(), "duplicated value", "case", ""); in wrapupSwitchSubsequence()
8693 switchSequence->push_back(branchNode); in wrapupSwitchSubsequence()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.h163 void wrapupSwitchSubsequence(TIntermAggregate* statements, TIntermNode* branchNode);
DhlslParseHelper.cpp9248 …id HlslParseContext::wrapupSwitchSubsequence(TIntermAggregate* statements, TIntermNode* branchNode) in wrapupSwitchSubsequence() argument
9256 if (branchNode) { in wrapupSwitchSubsequence()
9262 TIntermTyped* newExpression = branchNode->getAsBranchNode()->getExpression(); in wrapupSwitchSubsequence()
9264 error(branchNode->getLoc(), "duplicate label", "default", ""); in wrapupSwitchSubsequence()
9271 error(branchNode->getLoc(), "duplicated value", "case", ""); in wrapupSwitchSubsequence()
9274 switchSequence->push_back(branchNode); in wrapupSwitchSubsequence()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...