HomeSort by relevance Sort by last modified time
    Searched defs:pnext (Results 1 - 18 of 18) sorted by null

  /external/quake/quake/src/WinQuake/
vid_dos.h 23 struct vmode_s *pnext; member in struct:vmode_s
vid.h 31 struct vrect_s *pnext; member in struct:vrect_s
r_local.h 47 struct bedge_s *pnext; member in struct:bedge_s
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;
r_shared.h 75 struct espan_s *pnext; member in struct:espan_s
  /external/quake/quake/src/QW/client/
vid.h 31 struct vrect_s *pnext; member in struct:vrect_s
r_local.h 48 struct bedge_s *pnext; member in struct:bedge_s
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;
r_shared.h 72 struct espan_s *pnext; member in struct:espan_s
  /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/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...]
  /hardware/ril/reference-ril/
atchannel.c 701 ATLine *pcur,*pnext; local
707 pnext = pcur->p_next;
710 pcur = pnext;
  /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_linux.c 1209 void * data, *pnext, *save_pktbuf; local
1218 for (i = 0; pktbuf && i < numpkt; i++, pktbuf = pnext) {
1220 pnext = PKTNEXT(dhdp->osh, pktbuf);
    [all...]
dhd_sdio.c 3049 void *pfirst, *plast, *pnext, *save_pfirst; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 39070 int pnext, psize, x; local
    [all...]

Completed in 657 milliseconds