Home
last modified time | relevance | path

Searched refs:nest_level (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/base/third_party/symbolize/
Ddemangle.cc151 short nest_level; // For nested names. member
195 state->nest_level = -1; in InitState()
351 state->nest_level = 0; in EnterNestedName()
357 state->nest_level = prev_value; in LeaveNestedName()
375 if (state->nest_level > -1) { in MaybeIncreaseNestLevel()
376 ++state->nest_level; in MaybeIncreaseNestLevel()
382 if (state->nest_level >= 1) { in MaybeAppendSeparator()
389 if (state->nest_level >= 1 && state->append && in MaybeCancelLastSeparator()
548 LeaveNestedName(state, copy.nest_level) && in ParseNestedName()
712 LeaveNestedName(state, copy.nest_level)) { in ParseOperatorName()
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_discovery.c54 UINT16 attr_id, tSDP_DISC_ATTR *p_parent_attr, UINT8 nest_level);
896 UINT16 attr_id, tSDP_DISC_ATTR *p_parent_attr, UINT8 nest_level) in add_attr() argument
905 UINT8 is_additional_list = nest_level & SDP_ADDITIONAL_LIST_MASK; in add_attr()
907 nest_level &= ~(SDP_ADDITIONAL_LIST_MASK); in add_attr()
951 if (nest_level >= MAX_NEST_LEVELS) in add_attr()
958 … p = add_attr (p, p_db, p_rec, ATTR_ID_PROTOCOL_DESC_LIST, p_attr, (UINT8)(nest_level + 1)); in add_attr()
1044 if (nest_level >= MAX_NEST_LEVELS) in add_attr()
1050 nest_level |= SDP_ADDITIONAL_LIST_MASK; in add_attr()
1056 p = add_attr (p, p_db, p_rec, 0, p_attr, (UINT8)(nest_level + 1)); in add_attr()
Dsdp_db.c46 UINT16 his_len, int nest_level);
120 UINT16 uuid_len, int nest_level) in find_uuid_in_seq() argument
127 if (nest_level > 3) in find_uuid_in_seq()
142 if (find_uuid_in_seq (p, len, p_uuid, uuid_len, nest_level + 1)) in find_uuid_in_seq()