HomeSort by relevance Sort by last modified time
    Searched refs:nest_level (Results 1 - 7 of 7) sorted by null

  /system/bt/stack/sdp/
sdp_discovery.cc 53 tSDP_DISC_ATTR* p_parent_attr, uint8_t nest_level);
772 tSDP_DISC_ATTR* p_parent_attr, uint8_t nest_level) {
780 uint8_t is_additional_list = nest_level & SDP_ADDITIONAL_LIST_MASK;
782 nest_level &= ~(SDP_ADDITIONAL_LIST_MASK);
822 /* SDP_TRACE_DEBUG ("SDP - attr nest level:%d(list)", nest_level); */
823 if (nest_level >= MAX_NEST_LEVELS) {
830 (uint8_t)(nest_level + 1));
902 /* SDP_TRACE_DEBUG ("SDP - attr nest level:%d", nest_level); */
903 if (nest_level >= MAX_NEST_LEVELS) {
909 nest_level |= SDP_ADDITIONAL_LIST_MASK
    [all...]
sdp_db.cc 45 uint16_t his_len, int nest_level);
110 uint16_t uuid_len, int nest_level) {
116 if (nest_level > 3) return (false);
125 if (find_uuid_in_seq(p, len, p_uuid, uuid_len, nest_level + 1))
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.h 233 int nest_level; member in struct:__anon9222
regparse.c 1288 int exist_level, int nest_level,
1307 NBREF(node)->nest_level = nest_level;
    [all...]
regcomp.c     [all...]
  /toolchain/binutils/binutils-2.25/include/
hp-symtab.h 392 unsigned int nest_level: 5; member in struct:dntt_type_function
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic54x.c     [all...]

Completed in 3087 milliseconds