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

1 2

  /external/e2fsprogs/lib/blkid/
list.h 166 * @pnext: the &struct list_head to use as a pointer to the next item.
169 #define list_for_each_safe(pos, pnext, head) \
170 for (pos = (head)->next, pnext = pos->next; pos != (head); \
171 pos = pnext, pnext = pos->next)
  /bootable/diskinstaller/libdiskconfig/
config_mbr.c 142 uint32_t ext_lba, struct part_info *pnext)
165 if (pnext) {
190 if (pnext) {
195 if (pnext->len_kb != (uint32_t)-1)
196 next_len_lba = 1 + kb_to_lba(pnext->len_kb, dinfo->sect_size);
254 struct part_info *pnext; local
255 pnext = cnt + 1 < dinfo->num_parts ? &dinfo->part_lst[cnt+1] : NULL;
256 temp_wr = mk_ext_pentry(dinfo, pinfo, &cur_lba, ext_lba, pnext);
  /system/core/libdiskconfig/
config_mbr.c 142 uint32_t ext_lba, struct part_info *pnext)
165 if (pnext) {
190 if (pnext) {
195 if (pnext->len_kb != (uint32_t)-1)
196 next_len_lba = 1 + kb_to_lba(pnext->len_kb, dinfo->sect_size);
254 struct part_info *pnext; local
255 pnext = cnt + 1 < dinfo->num_parts ? &dinfo->part_lst[cnt+1] : NULL;
256 temp_wr = mk_ext_pentry(dinfo, pinfo, &cur_lba, ext_lba, pnext);
  /external/quake/quake/src/QW/client/
d_sprite.c 202 emitpoint_t *pvert, *pnext; local
221 pnext = pvert - 1;
223 vbottom = ceil (pnext->v);
227 du = pnext->u - pvert->u;
228 dv = pnext->v - pvert->v;
264 emitpoint_t *pvert, *pnext; local
283 pnext = pvert + 1;
285 vnext = pnext->v;
301 unext = pnext->u;
vid.h 31 struct vrect_s *pnext; member in struct:vrect_s
r_bsp.c 183 pnextedge = pedges->pnext;
234 ptedge->pnext = psideedges[lastside];
240 ptedge->pnext = psideedges[side];
262 pedges->pnext = psideedges[side];
278 ptedge->pnext = psideedges[0];
284 ptedge->pnext = psideedges[1];
389 pbedge[j].pnext = &pbedge[j+1];
392 pbedge[j-1].pnext = NULL; // mark end of edges
r_shared.h 72 struct espan_s *pnext; member in struct:espan_s
d_scan.c 244 } while ((pspan = pspan->pnext) != NULL);
380 } while ((pspan = pspan->pnext) != NULL);
443 } while ((pspan = pspan->pnext) != NULL);
d_sky.c 136 } while ((pspan = pspan->pnext) != NULL);
r_edge.c 318 span->pnext = surf->spans;
394 span->pnext = surf2->spans;
439 span->pnext = surf->spans;
565 span->pnext = surf2->spans;
  /external/quake/quake/src/WinQuake/
d_sprite.cpp 202 emitpoint_t *pvert, *pnext; local
221 pnext = pvert - 1;
223 vbottom = ceil (pnext->v);
227 du = pnext->u - pvert->u;
228 dv = pnext->v - pvert->v;
264 emitpoint_t *pvert, *pnext; local
283 pnext = pvert + 1;
285 vnext = pnext->v;
301 unext = pnext->u;
vid.h 31 struct vrect_s *pnext; member in struct:vrect_s
r_bsp.cpp 183 pnextedge = pedges->pnext;
234 ptedge->pnext = psideedges[lastside];
240 ptedge->pnext = psideedges[side];
262 pedges->pnext = psideedges[side];
278 ptedge->pnext = psideedges[0];
284 ptedge->pnext = psideedges[1];
389 pbedge[j].pnext = &pbedge[j+1];
392 pbedge[j-1].pnext = NULL; // mark end of edges
r_shared.h 75 struct espan_s *pnext; member in struct:espan_s
vid_dos.h 23 struct vmode_s *pnext; member in struct:vmode_s
d_scan.cpp 246 } while ((pspan = pspan->pnext) != NULL);
382 } while ((pspan = pspan->pnext) != NULL);
445 } while ((pspan = pspan->pnext) != NULL);
vid_vga.cpp 201 vgavidmodes[i].pnext = &vgavidmodes[i+1];
205 vgavidmodes[NUMVIDMODES-1].pnext = pvidmodes;
458 rects = rects->pnext;
d_sky.cpp 136 } while ((pspan = pspan->pnext) != NULL);
screen.cpp 955 vrect.pnext = 0;
965 vrect.pnext = 0;
975 vrect.pnext = 0;
r_edge.cpp 318 span->pnext = surf->spans;
394 span->pnext = surf2->spans;
439 span->pnext = surf->spans;
565 span->pnext = surf2->spans;
  /external/webkit/WebCore/platform/
Arena.h 121 #define ARENA_DESTROY(pool, a, pnext) \
123 *(pnext) = (a)->next; \
  /external/wpa_supplicant_6/wpa_supplicant/
config_ssid.h 52 * pnext - Next network in per-priority list
58 struct wpa_ssid *pnext; member in struct:wpa_ssid
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_sdmmc.c 896 void *pnext; local
906 for (pnext = pkt; pnext; pnext = PKTNEXT(sd->osh, pnext)) {
907 uint pkt_len = PKTLEN(sd->osh, pnext);
925 ((uint8*)PKTDATA(sd->osh, pnext)),
929 ((uint8*)PKTDATA(sd->osh, pnext)),
933 ((uint8*)PKTDATA(sd->osh, pnext)),
938 ((uint8*)PKTDATA(sd->osh, pnext)),
    [all...]
  /external/wpa_supplicant/
config_ssid.h 78 * pnext - Next network in per-priority list
84 struct wpa_ssid *pnext; member in struct:wpa_ssid
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_sdio.c 3049 void *pfirst, *plast, *pnext, *save_pfirst; local
    [all...]

Completed in 729 milliseconds

1 2