HomeSort by relevance Sort by last modified time
    Searched refs:list_next (Results 1 - 25 of 29) sorted by null

1 2

  /external/e2fsprogs/contrib/android/
hashmap.h 17 struct hashmap_entry *list_next; member in struct:hashmap::hashmap_entry
hashmap.c 38 e->list_next = h->first;
59 *it = *it ? (*it)->list_next : h->first;
  /system/bt/osi/include/
list.h 128 // may no longer call |list_next| with the iterator. |list| may not be NULL.
135 list_node_t* list_next(const list_node_t* node);
  /toolchain/binutils/binutils-2.25/gold/
workqueue.cc 41 gold_assert(t->list_next() == NULL);
59 gold_assert(t->list_next() == NULL);
83 gold_assert(ret->list_next() == NULL);
89 this->head_ = ret->list_next();
workqueue.h 83 list_next() const function in class:gold::Task
  /system/bt/osi/src/
config.cc 113 node != list_end(src->sections); node = list_next(node)) {
118 node_entry = list_next(node_entry)) {
221 node != list_end(sec->entries); node = list_next(node)) {
269 return (const config_section_node_t*)list_next((const list_node_t*)node);
326 node != list_end(config->sections); node = list_next(node)) {
335 enode != list_end(section->entries); enode = list_next(enode)) {
345 if (list_next(node) != list_end(config->sections)) {
480 node != list_end(config->sections); node = list_next(node)) {
511 node != list_end(sec->entries); node = list_next(node)) {
list.cc 56 node = list_next(node)) {
194 list_node_t* list_next(const list_node_t* node) { function
alarm.cc 442 node = list_next(node)) {
443 list_node_t* next = list_next(node);
742 node = list_next(node)) {
fixed_queue.cc 75 node != list_end(queue->list); node = list_next(node))
  /system/bt/btif/src/
btif_profile_queue.cc 80 node != list_end(connect_queue); node = list_next(node)) {
124 node = list_next(node);
btif_sock_sco.cc 205 node != list_end(sco_sockets); node = list_next(node)) {
btif_hl.cc     [all...]
  /system/bt/bta/gatt/
bta_gattc_cache.cc     [all...]
  /system/bt/osi/test/
list_test.cc 113 node = list_next(node), ++i)
127 node = list_next(node), --i)
143 EXPECT_EQ(list_next(list_begin(list)), list_end(list));
  /system/bt/device/src/
interop.cc 161 node = list_next(node);
  /system/bt/stack/btm/
btm_dev.cc 393 node = list_next(node);
468 node = list_next(node)) {
btm_ble_addr.cc 341 node = list_next(node)) {
btm_ble_bgconn.cc 596 node = list_next(node)) {
  /system/bt/stack/l2cap/
l2cap_client.cc 162 node != list_end(client->outbound_fragments); node = list_next(node))
454 node != list_end(l2cap_clients); node = list_next(node)) {
l2c_fcr.cc     [all...]
l2c_api.cc     [all...]
  /system/bt/bta/hh/
bta_hh_le.cc 597 dn != list_end(p_char->descriptors); dn = list_next(dn)) {
    [all...]
  /system/bt/hci/src/
hci_layer.cc 457 node != list_end(commands_pending_response); node = list_next(node)) {
646 node != list_end(commands_pending_response); node = list_next(node)) {
  /external/blktrace/
blkparse.c 78 struct process_pid_map *hash_next, *list_next; member in struct:process_pid_map
89 struct per_process_info *hash_next, *list_next; member in struct:per_process_info
663 ppi->list_next = ppi_list;
    [all...]
  /system/bt/stack/gatt/
gatt_utils.cc 145 node = list_next(node)) {
304 node = list_next(node)) {
336 node = list_next(node)) {
    [all...]

Completed in 6436 milliseconds

1 2