HomeSort by relevance Sort by last modified time
    Searched full:branchnode (Results 1 - 6 of 6) sorted by null

  /external/icu4c/common/unicode/
stringtriebuilder.h 290 class BranchNode : public Node {
292 BranchNode(int32_t initialHash) : Node(initialHash) {}
298 class ListBranchNode : public BranchNode {
300 ListBranchNode() : BranchNode(0x444444), length(0) {}
328 class SplitBranchNode : public BranchNode {
331 : BranchNode(((0x555555*37+middleUnit)*37+
  /external/aac/libAACdec/src/
rvlc.cpp 233 UINT branchNode;
250 &branchNode);
252 if ((branchNode & TEST_BIT_10) == TEST_BIT_10) { /* test bit 10 ; if set --> a RVLC-escape-word is completely decoded */
253 value = (SCHAR) branchNode & CLR_BIT_10;
350 UINT branchNode;
365 &branchNode);
367 if ((branchNode & TEST_BIT_10) == TEST_BIT_10) { /* test bit 10 ; if set --> a RVLC-codeword is completely decoded */
368 value = (SCHAR) (branchNode & CLR_BIT_10);
    [all...]
aacdec_hcr.h 114 UINT *branchNode
aacdec_hcrs.cpp 521 UINT branchNode;
567 &branchNode);
570 if ((branchNode & TEST_BIT_10) == TEST_BIT_10) { /* test bit 10 ; ==> body is complete */
650 UINT branchNode;
    [all...]
aacdec_hcr.cpp     [all...]
  /external/llvm/include/llvm/ADT/
IntervalMap.h 160 template <typename, typename, unsigned, typename> class BranchNode;
658 //--- IntervalMapImpl::BranchNode ---//
677 class BranchNode : public NodeBase<NodeRef, KeyT, N> {
    [all...]

Completed in 231 milliseconds