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/hci/include/
H A Dbt_hci_bdroid.h112 struct _hc_buffer_hdr *p_next; /* next buffer in the queue */ member in struct:_hc_buffer_hdr
/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/gki/common/
H A Dgki.h89 struct _tle *p_next; member in struct:_tle
H A Dgki_common.h61 struct _buffer_hdr *p_next; /* next buffer in the queue */ member in struct:_buffer_hdr
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_bgconn.c307 tBTM_LE_BG_CONN_DEV *p_bg_dev = &p_cb->bg_dev_list[0], *p_next, *p_cur; local
328 p_next = p_bg_dev + 1;
329 for (j = i + 1; j < BTM_BLE_MAX_BG_CONN_DEV_NUM && p_next->in_use;
330 j ++, p_cur ++, p_next ++)
332 memcpy(p_cur, p_next, sizeof(tBTM_LE_BG_CONN_DEV));
333 memset(p_next, 0, 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.c254 len = (((tGATT_ATTR16 *)(p_attr16->p_next))->uuid_type == GATT_ATTR_UUID_TYPE_16) ? 5 :19;
261 if (((tGATT_ATTR16 *)(p_attr16->p_next))->uuid_type == GATT_ATTR_UUID_TYPE_16)
263 UINT16_TO_STREAM(p, ((tGATT_ATTR16 *)(p_attr16->p_next))->uuid);
266 else if (((tGATT_ATTR32 *)(p_attr16->p_next))->uuid_type == GATT_ATTR_UUID_TYPE_32)
268 gatt_convert_uuid32_to_uuid128 (p, ((tGATT_ATTR32 *)(p_attr16->p_next))->uuid);
273 ARRAY_TO_STREAM (p, ((tGATT_ATTR128 *)(p_attr16->p_next))->uuid, LEN_UUID_128);
412 p_attr = (tGATT_ATTR16 *)p_attr->p_next;
670 p_attr = (tGATT_ATTR16 *)p_attr->p_next;
718 p_attr = (tGATT_ATTR16 *) p_attr->p_next;
901 p_attr = (tGATT_ATTR16 *)p_attr->p_next;
1032 tGATT_ATTR16 *p_cur, *p_next; local
[all...]
H A Dgatt_int.h177 void *p_next; /* pointer to the next attribute, member in struct:__anon1280
190 void *p_next; /* pointer to the next attribute, member in struct:__anon1281
204 void *p_next; /* pointer to the next attribute, member in struct:__anon1282
317 struct hdl_list_elem *p_next; member in struct:hdl_list_elem
334 struct srv_list_elem *p_next; member in struct:srv_list_elem
/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.h256 struct gattc_attr_cache *p_next; member in struct:gattc_attr_cache
275 struct gattc_svc_cache *p_next; member in struct:gattc_svc_cache

Completed in 378 milliseconds