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

/external/chromium_org/base/third_party/symbolize/
H A Ddemangle.cc151 short nest_level; // For nested names. member in struct:__anon2500
195 state->nest_level = -1;
351 state->nest_level = 0;
357 state->nest_level = prev_value;
375 if (state->nest_level > -1) {
376 ++state->nest_level;
382 if (state->nest_level >= 1) {
389 if (state->nest_level >= 1 && state->append &&
548 LeaveNestedName(state, copy.nest_level) &&
712 LeaveNestedName(state, copy.nest_level)) {
[all...]
/external/bluetooth/bluedroid/stack/sdp/
H A 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)
905 UINT8 is_additional_list = nest_level & SDP_ADDITIONAL_LIST_MASK;
907 nest_level &= ~(SDP_ADDITIONAL_LIST_MASK);
950 /* SDP_TRACE_DEBUG ("SDP - attr nest level:%d(list)", nest_level); */
951 if (nest_level >= MAX_NEST_LEVELS)
958 p = add_attr (p, p_db, p_rec, ATTR_ID_PROTOCOL_DESC_LIST, p_attr, (UINT8)(nest_level + 1));
1043 /* SDP_TRACE_DEBUG ("SDP - attr nest level:%d", nest_level); */
1044 if (nest_level >= MAX_NEST_LEVELS)
1050 nest_level |
895 add_attr(UINT8 *p, tSDP_DISCOVERY_DB *p_db, tSDP_DISC_REC *p_rec, UINT16 attr_id, tSDP_DISC_ATTR *p_parent_attr, UINT8 nest_level) argument
[all...]
H A Dsdp_db.c46 UINT16 his_len, int nest_level);
120 UINT16 uuid_len, int nest_level)
127 if (nest_level > 3)
142 if (find_uuid_in_seq (p, len, p_uuid, uuid_len, nest_level + 1))
119 find_uuid_in_seq(UINT8 *p , UINT32 seq_len, UINT8 *p_uuid, UINT16 uuid_len, int nest_level) argument

Completed in 111 milliseconds