HomeSort by relevance Sort by last modified time
    Searched full:list_is_empty (Results 1 - 25 of 34) sorted by null

1 2

  /external/mesa3d/src/gallium/auxiliary/util/
u_dirty_surfaces.h 88 if(!LIST_IS_EMPTY(&dss->dirty_list))
102 return !LIST_IS_EMPTY(&ds->dirty_list);
108 if(LIST_IS_EMPTY(&ds->dirty_list))
115 if(!LIST_IS_EMPTY(&ds->dirty_list))
u_double_list.h 106 #define LIST_IS_EMPTY(__list) \
  /system/bt/osi/test/
list_test.cpp 25 EXPECT_TRUE(list_is_empty(list));
38 EXPECT_FALSE(list_is_empty(list));
46 EXPECT_FALSE(list_is_empty(list));
55 EXPECT_TRUE(list_is_empty(list));
65 EXPECT_FALSE(list_is_empty(list));
102 EXPECT_TRUE(list_is_empty(list));
  /system/bt/osi/src/
list.c 46 bool list_is_empty(const list_t *list) { function
70 assert(!list_is_empty(list));
77 assert(!list_is_empty(list));
84 assert(!list_is_empty(list));
147 if (list_is_empty(list))
fixed_queue.c 91 bool is_empty = list_is_empty(queue->list);
179 void *ret = list_is_empty(queue->list) ? NULL : list_front(queue->list);
190 void *ret = list_is_empty(queue->list) ? NULL : list_back(queue->list);
alarm.c 275 bool needs_reschedule = (!list_is_empty(alarms) && list_front(alarms) == alarm);
438 bool needs_reschedule = (!list_is_empty(alarms) && list_front(alarms) == alarm);
450 if (list_is_empty(alarms) ||
465 (!list_is_empty(alarms) && list_front(alarms) == alarm)) {
480 if (list_is_empty(alarms))
651 if (list_is_empty(alarms) ||
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_mm.c 177 if (!LIST_IS_EMPTY(&bucket->used)) {
180 if (LIST_IS_EMPTY(&bucket->free)) {
280 if (!LIST_IS_EMPTY(&cache->bucket[i].used) ||
281 !LIST_IS_EMPTY(&cache->bucket[i].full))
nouveau_fence.c 128 if (!LIST_IS_EMPTY(&fence->work)) {
  /system/bt/btif/src/
btif_profile_queue.c 90 if (connect_queue && !list_is_empty(connect_queue))
148 if (!connect_queue || list_is_empty(connect_queue))
btif_sock_rfc.c 763 while (!list_is_empty(slot->incoming_queue)) {
848 if (list_is_empty(slot->incoming_queue)) {
  /device/google/contexthub/firmware/inc/
list.h 59 static inline bool list_is_empty(struct link_t *list) function
isr.h 56 if (!list_is_empty(&interrupt->isrs))
  /system/bt/bta/gatt/
bta_gattc_cache.c     [all...]
  /device/google/contexthub/firmware/src/platform/stm32f4xx/
exti.c 189 else if (!list_is_empty(&isr->node))
204 else if (list_is_empty(&isr->node))
  /external/libdrm/freedreno/
freedreno_bo.c 98 while (!LIST_IS_EMPTY(&bucket->list)) {
151 while (!LIST_IS_EMPTY(&bucket->list)) {
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_debug.c 394 if(!LIST_IS_EMPTY(&mgr->list))
447 if(!LIST_IS_EMPTY(&mgr->list)) {
  /external/libdrm/
util_double_list.h 101 #define LIST_IS_EMPTY(__list) \
  /system/bt/osi/include/
list.h 34 bool list_is_empty(const list_t *list);
  /system/bt/stack/l2cap/
l2c_link.c 445 while (!list_is_empty(p_lcb->link_xmit_data_q))
845 && (!list_is_empty(p_lcb->link_xmit_data_q))
    [all...]
l2cap_client.c 403 while (!list_is_empty(client->outbound_fragments)) {
l2c_main.c 762 if (list_is_empty(l2cb.rcv_pending_q))
784 if (!list_is_empty(l2cb.rcv_pending_q)) {
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.c 248 if (!LIST_IS_EMPTY(&cache->empty)) {
255 else if (!LIST_IS_EMPTY(&cache->unused)) {
  /external/libdrm/amdgpu/
amdgpu_vamgr.c 171 if (!LIST_IS_EMPTY(&mgr->va_holes)) {
  /external/libdrm/freedreno/kgsl/
kgsl_pipe.c 130 if (LIST_IS_EMPTY(list)) {
  /system/bt/hci/src/
hci_layer.c 530 if (list_is_empty(commands_pending_response)) {
774 if (list_is_empty(commands_pending_response)) {

Completed in 1347 milliseconds

1 2