Searched defs:p_next (Results 1 - 17 of 17) sorted by relevance

/external/valgrind/main/memcheck/tests/
H A Dwrap5.c83 Lard *p, *p_next; local
89 for (p = lard; p; p = p_next) {
90 p_next = p->next;
H A Dwrap8.c90 Lard *p, *p_next; local
96 for (p = lard; p; p = p_next) {
97 p_next = p->next;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_profile_queue.c49 struct connect_node_tag *p_next; member in struct:connect_node_tag
78 while (p_list->p_next)
79 p_list = p_list->p_next;
80 p_list->p_next = p_node;
89 connect_queue = connect_queue->p_next;
180 connect_node_t *next = current->p_next;
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttkern.c89 FT_Byte* p_next; local
96 p_next = p;
105 p_next += length;
107 if ( p_next > p_limit ) /* handle broken table */
108 p_next = p_limit;
118 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */
119 num_pairs = (FT_UInt)( ( p_next - p ) / 6 );
154 p = p_next;
/external/freetype/src/sfnt/
H A Dttkern.c89 FT_Byte* p_next; local
96 p_next = p;
105 p_next += length;
107 if ( p_next > p_limit ) /* handle broken table */
108 p_next = p_limit;
118 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */
119 num_pairs = (FT_UInt)( ( p_next - p ) / 6 );
154 p = p_next;
/external/bluetooth/bluedroid/hci/include/
H A Dbt_hci_bdroid.h127 struct _hc_buffer_hdr *p_next; /* next buffer in the queue */ member in struct:_hc_buffer_hdr
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_bgconn.c299 tBTM_LE_BG_CONN_DEV *p_bg_dev = &p_cb->bg_dev_list[0], *p_next, *p_cur; local
320 p_next = p_bg_dev + 1;
321 for (j = i + 1 ;j < BTM_BLE_MAX_BG_CONN_DEV_NUM && p_next->in_use ; j ++, p_cur ++, p_next ++ )
322 memcpy(p_cur, p_next, sizeof(tBTM_LE_BG_CONN_DEV));
H A Dbtm_inq.c2359 tINQ_DB_ENT *p_next = btm_cb.btm_inq_vars.inq_db+1; local
2370 for(yy = xx+1, p_next = p_ent+1; yy < num_resp; yy++, p_next++)
2372 if(p_ent->inq_info.results.rssi < p_next->inq_info.results.rssi)
2374 memcpy (p_tmp, p_next, size);
2375 memcpy (p_next, p_ent, size);
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_db.c253 len = (((tGATT_ATTR16 *)(p_attr16->p_next))->uuid_type == GATT_ATTR_UUID_TYPE_16) ? 5 :19;
260 if (((tGATT_ATTR16 *)(p_attr16->p_next))->uuid_type == GATT_ATTR_UUID_TYPE_16)
262 UINT16_TO_STREAM(p, ((tGATT_ATTR16 *)(p_attr16->p_next))->uuid);
266 ARRAY_TO_STREAM (p, ((tGATT_ATTR128 *)(p_attr16->p_next))->uuid, LEN_UUID_128);
393 p_attr = (tGATT_ATTR16 *)p_attr->p_next;
632 p_attr = (tGATT_ATTR16 *)p_attr->p_next;
680 p_attr = (tGATT_ATTR16 *) p_attr->p_next;
861 p_attr = (tGATT_ATTR16 *)p_attr->p_next;
933 p_attr16->p_next = NULL;
942 while (p_last != NULL && p_last->p_next !
976 tGATT_ATTR16 *p_cur, *p_next; local
[all...]
H A Dgatt_int.h176 void *p_next; /* pointer to the next attribute, member in struct:__anon1156
189 void *p_next; /* pointer to the next attribute, member in struct:__anon1157
302 struct hdl_list_elem *p_next; member in struct:hdl_list_elem
319 struct srv_list_elem *p_next; member in struct:srv_list_elem
/external/bluetooth/bluedroid/gki/common/
H A Dgki.h322 struct _tle *p_next; member in struct:_tle
H A Dgki_common.h63 struct _buffer_hdr *p_next; /* next buffer in the queue */ member in struct:_buffer_hdr
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki.h337 struct _tle *p_next; member in struct:_tle
H A Dgki_common.h65 struct _buffer_hdr *p_next; /* next buffer in the queue */ member in struct:_buffer_hdr
/external/libnfc-nci/src/gki/common/
H A Dgki.h340 struct _tle *p_next; member in struct:_tle
H A Dgki_common.h65 struct _buffer_hdr *p_next; /* next buffer in the queue */ member in struct:_buffer_hdr
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_int.h245 struct gattc_attr_cache *p_next; member in struct:gattc_attr_cache
264 struct gattc_svc_cache *p_next; member in struct:gattc_svc_cache

Completed in 475 milliseconds