/external/valgrind/main/memcheck/tests/ |
H A D | wrap5.c | 83 Lard *p, *p_next; local 89 for (p = lard; p; p = p_next) { 90 p_next = p->next;
|
H A D | wrap8.c | 90 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 D | btif_profile_queue.c | 49 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 D | ttkern.c | 89 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 D | ttkern.c | 89 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 D | bt_hci_bdroid.h | 127 struct _hc_buffer_hdr *p_next; /* next buffer in the queue */ member in struct:_hc_buffer_hdr
|
/external/bluetooth/bluedroid/stack/btm/ |
H A D | btm_ble_bgconn.c | 299 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 D | btm_inq.c | 2359 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 D | gatt_db.c | 253 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 D | gatt_int.h | 176 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 D | gki.h | 322 struct _tle *p_next; member in struct:_tle
|
H A D | gki_common.h | 63 struct _buffer_hdr *p_next; /* next buffer in the queue */ member in struct:_buffer_hdr
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
H A D | gki.h | 337 struct _tle *p_next; member in struct:_tle
|
H A D | gki_common.h | 65 struct _buffer_hdr *p_next; /* next buffer in the queue */ member in struct:_buffer_hdr
|
/external/libnfc-nci/src/gki/common/ |
H A D | gki.h | 340 struct _tle *p_next; member in struct:_tle
|
H A D | gki_common.h | 65 struct _buffer_hdr *p_next; /* next buffer in the queue */ member in struct:_buffer_hdr
|
/external/bluetooth/bluedroid/bta/gatt/ |
H A D | bta_gattc_int.h | 245 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
|