/external/google-breakpad/src/common/solaris/ |
dump_symbols.cc | 249 struct slist *list_end, 253 while (cur_list < list_end && cur_list->n_type == N_PSYM) { 263 struct slist *list_end, 268 while (cur_list < list_end && cur_list->n_type != N_SLINE) { 277 while (cur_list < list_end && cur_list->n_type == N_SLINE) { 284 if (cur_list == list_end && cur_list->n_type == N_ENDM) 286 } while (list < list_end); 292 struct slist *list_end, 301 while (cur_list < list_end) { 303 while (cur_list < list_end && cur_list->n_type != N_FUN) [all...] |
/external/libcxxabi/src/ |
fallback_malloc.cpp | 69 static const heap_node *list_end = (heap_node *) ( &heap [ HEAP_SIZE ] ); // one past the end of the heap member in namespace:__anon22953 80 freelist->next_node = offset_from_node ( list_end ); 101 p && p != list_end; prev = p, p = node_from_offset ( p->next_node)) { 139 p && p != list_end; prev = p, p = node_from_offset (p->next_node)) { 184 p && p != list_end; prev = p, p = node_from_offset (p->next_node)) {
|
/system/bt/osi/test/ |
list_test.cc | 112 for (const list_node_t *node = list_begin(list); node != list_end(list); 126 for (const list_node_t *node = list_begin(list); node != list_end(list); 135 EXPECT_EQ(list_begin(list), list_end(list)); 142 EXPECT_NE(list_begin(list), list_end(list)); 143 EXPECT_EQ(list_next(list_begin(list)), list_end(list));
|
/system/bt/osi/include/ |
list.h | 122 // returned by |list_end|. 129 list_node_t* list_end(const list_t* list); 132 // iterator. If the returned value equals the value returned by |list_end|, the 138 // |node| must not equal the value returned by |list_end|.
|
/system/bt/osi/src/ |
config.cc | 113 node != list_end(src->sections); node = list_next(node)) { 117 node_entry != list_end(sec->entries); 221 node != list_end(sec->entries); node = list_next(node)) { 263 return (const config_section_node_t*)list_end(config->sections); 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 | 55 for (const list_node_t* node = list_begin(list); node != list_end(list); 189 list_node_t* list_end(UNUSED_ATTR const list_t* list) { function
|
alarm.cc | 402 for (list_node_t* node = list_begin(alarms); node != list_end(alarms); 405 if (next == list_end(alarms) || 528 for (list_node_t* node = list_begin(alarms); node != list_end(alarms);) { 699 for (list_node_t* node = list_begin(alarms); node != list_end(alarms);
|
fixed_queue.cc | 75 node != list_end(queue->list); node = list_next(node))
|
/system/bt/bta/gatt/ |
bta_gattc_cache.cc | [all...] |
/system/bt/btif/src/ |
btif_profile_queue.cc | 78 node != list_end(connect_queue); node = list_next(node)) {
|
btif_sock_sco.cc | 205 node != list_end(sco_sockets); node = list_next(node)) {
|
btif_hl.cc | [all...] |
/system/bt/device/src/ |
interop.cc | 151 while (node != list_end(interop_list)) {
|
/system/bt/stack/btm/ |
btm_dev.cc | 398 list_node_t* end = list_end(btm_cb.sec_dev_rec); 478 list_node_t* end = list_end(btm_cb.sec_dev_rec);
|
btm_ble_addr.cc | 345 list_node_t* end = list_end(btm_cb.sec_dev_rec);
|
btm_ble_bgconn.cc | 574 for (const list_node_t* node = list_begin(list); node != list_end(list);
|
/system/bt/stack/l2cap/ |
l2cap_client.cc | 164 node != list_end(client->outbound_fragments); node = list_next(node)) 456 node != list_end(l2cap_clients); node = list_next(node)) {
|
l2c_fcr.cc | [all...] |
l2c_api.cc | [all...] |
l2c_main.cc | 737 node != list_end(l2cb.rcv_pending_q);) {
|
/system/bt/bta/hh/ |
bta_hh_le.cc | 598 dn != list_end(p_char->descriptors); dn = list_next(dn)) { [all...] |
/system/bt/hci/src/ |
hci_layer.cc | 452 node != list_end(commands_pending_response); node = list_next(node)) { 641 node != list_end(commands_pending_response); node = list_next(node)) {
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-lm32.c | 2322 struct weak_symbol_list *list_start = NULL, *list_end = NULL; local [all...] |
/system/bt/stack/gatt/ |
gatt_utils.cc | 164 for (const list_node_t* node = list_begin(list); node != list_end(list); 326 for (const list_node_t* node = list_begin(list); node != list_end(list); 360 for (const list_node_t* node = list_begin(list); node != list_end(list); [all...] |
gatt_sr.cc | 161 if (node != list_end(list)) p_rsp = (tGATTS_RSP*)list_node(node); [all...] |