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

  /external/libnfc-nci/src/nfa/sys/
nfa_sys_ptim.c 90 while ((p_cb->timer_queue.p_first) && (p_cb->timer_queue.p_first->ticks <= 0))
93 p_tle = p_cb->timer_queue.p_first;
114 if (p_cb->timer_queue.p_first == NULL)
136 if (p_cb->timer_queue.p_first == NULL)
167 if (p_cb->timer_queue.p_first == NULL)
  /external/libnfc-nci/src/nfc/nfc/
nfc_task.c 64 if (nfc_cb.timer_queue.p_first == NULL)
120 while ((nfc_cb.timer_queue.p_first) && (!nfc_cb.timer_queue.p_first->ticks))
122 p_tle = nfc_cb.timer_queue.p_first;
142 if (nfc_cb.timer_queue.p_first == NULL)
162 if (nfc_cb.timer_queue.p_first == NULL)
186 if (nfc_cb.quick_timer_queue.p_first == NULL)
230 if (nfc_cb.quick_timer_queue.p_first == NULL)
251 while ((nfc_cb.quick_timer_queue.p_first) && (!nfc_cb.quick_timer_queue.p_first->ticks)
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_buffer.c 82 p_cb->freeq[id].p_first = hdr;
111 if(Q->p_first == 0)
166 p_cb->freeq[tt].p_first = 0;
333 p_q->p_first = p_q->p_last = NULL;
407 if(Q->p_first == 0 && gki_alloc_free_queue(i) != TRUE)
415 if(Q->p_first == 0)
423 p_hdr = Q->p_first;
424 Q->p_first = p_hdr->p_next;
426 if (!Q->p_first)
524 if(Q->p_first == 0 && gki_alloc_free_queue(pool_id) != TRUE
    [all...]
gki_time.c 634 p_timer_listq->p_first = NULL;
688 p_tle = p_timer_listq->p_first;
756 p_tle = p_timer_listq->p_first;
818 if (p_timer_listq->p_first == NULL)
819 p_timer_listq->p_first = p_tle;
839 p_temp = p_timer_listq->p_first;
850 if (p_temp == p_timer_listq->p_first)
852 p_tle->p_next = p_timer_listq->p_first;
853 p_timer_listq->p_first->p_prev = p_tle;
854 p_timer_listq->p_first = p_tle
    [all...]
gki.h 350 TIMER_LIST_ENT *p_first; member in struct:__anon15421
361 void *p_first; member in struct:__anon15422
gki_common.h 82 BUFFER_HDR_T *p_first; /* first buffer in the queue */ member in struct:_free_queue
  /external/libnfc-nci/src/gki/common/
gki_buffer.c 82 p_cb->freeq[id].p_first = hdr;
111 if(Q->p_first == 0)
166 p_cb->freeq[tt].p_first = 0;
333 p_q->p_first = p_q->p_last = NULL;
407 if(Q->p_first == 0 && gki_alloc_free_queue(i) != TRUE)
415 if(Q->p_first == 0)
423 p_hdr = Q->p_first;
424 Q->p_first = p_hdr->p_next;
426 if (!Q->p_first)
524 if(Q->p_first == 0 && gki_alloc_free_queue(pool_id) != TRUE
    [all...]
gki_time.c 634 p_timer_listq->p_first = NULL;
688 p_tle = p_timer_listq->p_first;
756 p_tle = p_timer_listq->p_first;
818 if (p_timer_listq->p_first == NULL)
819 p_timer_listq->p_first = p_tle;
839 p_temp = p_timer_listq->p_first;
850 if (p_temp == p_timer_listq->p_first)
852 p_tle->p_next = p_timer_listq->p_first;
853 p_timer_listq->p_first->p_prev = p_tle;
854 p_timer_listq->p_first = p_tle
    [all...]
gki.h 353 TIMER_LIST_ENT *p_first; member in struct:__anon15450
364 void *p_first; member in struct:__anon15451
gki_common.h 82 BUFFER_HDR_T *p_first; /* first buffer in the queue */ member in struct:_free_queue
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_main.c 394 if (nfc_hal_cb.quick_timer_queue.p_first == NULL)
434 if (nfc_hal_cb.quick_timer_queue.p_first == NULL)
455 while ((nfc_hal_cb.quick_timer_queue.p_first) && (!nfc_hal_cb.quick_timer_queue.p_first->ticks))
457 p_tle = nfc_hal_cb.quick_timer_queue.p_first;
467 if (nfc_hal_cb.quick_timer_queue.p_first == NULL)
  /external/libnfc-nci/src/nfc/llcp/
llcp_api.c 601 while (p_app_cb->ui_xmit_q.p_first)
765 if (p_app_cb->ui_rx_q.p_first)
767 p_buf = (BT_HDR *) p_app_cb->ui_rx_q.p_first;
814 if (p_app_cb->ui_rx_q.p_first)
857 while (p_app_cb->ui_rx_q.p_first)
859 p_buf = (BT_HDR *) p_app_cb->ui_rx_q.p_first;
    [all...]
llcp_link.c 378 while (llcp_cb.lcb.sig_xmit_q.p_first)
389 while (p_app_cb->ui_xmit_q.p_first)
394 while (p_app_cb->ui_rx_q.p_first)
    [all...]
llcp_dlc.c 597 while (p_dlcb->i_xmit_q.p_first)
    [all...]
  /system/bt/stack/gatt/
gatt_utils.c 336 p_list = p_list_info->p_first;
364 p_list = p_list_info->p_first;
476 tGATT_SRV_LIST_ELEM *p_srv= p_list->p_first;
530 if (!p_list->p_first)
533 p_list->p_first =
540 p_old = p_list->p_first;
559 p_list->p_first = p_new;
588 if (!p_remove || !p_list->p_first)
590 GATT_TRACE_DEBUG("p_remove==NULL || p_list->p_first==NULL");
596 p_list->p_first = p_remove->p_next
    [all...]
gatt_int.h 324 tGATT_HDL_LIST_ELEM *p_first; member in struct:__anon73627
344 tGATT_SRV_LIST_ELEM *p_first; member in struct:__anon73628
gatt_sr.c 521 p_srv = p_list->p_first;
832 p_srv = p_list->p_first;
    [all...]
gatt_api.c 180 p_list = p_list_info->p_first;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 1031 node_pointer p_first = *begin(); local
1032 if (p_first->m_type == leaf_node)
1034 leaf_const_pointer p = static_cast<leaf_const_pointer>(p_first);
1039 inode_pointer p = static_cast<inode_pointer>(p_first);
1040 _GLIBCXX_DEBUG_ASSERT(p_first->m_type == i_node);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 1031 node_pointer p_first = *begin(); local
1032 if (p_first->m_type == leaf_node)
1034 leaf_const_pointer p = static_cast<leaf_const_pointer>(p_first);
1039 inode_pointer p = static_cast<inode_pointer>(p_first);
1040 _GLIBCXX_DEBUG_ASSERT(p_first->m_type == i_node);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 1031 node_pointer p_first = *begin(); local
1032 if (p_first->m_type == leaf_node)
1034 leaf_const_pointer p = static_cast<leaf_const_pointer>(p_first);
1039 inode_pointer p = static_cast<inode_pointer>(p_first);
1040 _GLIBCXX_DEBUG_ASSERT(p_first->m_type == i_node);
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 1031 node_pointer p_first = *begin(); local
1032 if (p_first->m_type == leaf_node)
1034 leaf_const_pointer p = static_cast<leaf_const_pointer>(p_first);
1039 inode_pointer p = static_cast<inode_pointer>(p_first);
1040 _GLIBCXX_DEBUG_ASSERT(p_first->m_type == i_node);
    [all...]
  /external/freetype/src/autofit/
aflatin.c 629 FT_Int p_first = 0; /* make compiler happy */ local
675 p_first = first;
680 p_first = -1;
712 if ( p_first < 0 )
713 p_first = last;
749 if ( p_first < 0 )
750 p_first = last;
760 best_on_point_first = p_first;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
aflatin.c 564 FT_Int p_first = 0; /* make compiler happy */ local
610 p_first = first;
615 p_first = -1;
647 if ( p_first < 0 )
648 p_first = last;
684 if ( p_first < 0 )
685 p_first = last;
695 best_on_point_first = p_first;
    [all...]

Completed in 1132 milliseconds