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

  /external/libvpx/vp8/decoder/
dboolhuff.c 50 const unsigned char *bufptr; local
55 bufptr = br->user_buffer;
59 VP8DX_BOOL_DECODER_FILL(count, value, bufptr, bufend);
61 br->user_buffer = bufptr;
detokenize.c 110 VP8DX_BOOL_DECODER_FILL(count, value, bufptr, bufend);
251 const BOOL_DATA *bufptr; local
286 bufptr = bc->user_buffer;
418 bc->user_buffer = bufptr;
  /external/quake/quake/src/QW/client/
d_copy.s 18 #define bufptr 4+16 define
45 movl bufptr(%esp),%esi
  /external/quake/quake/src/WinQuake/
d_copy.s 18 #define bufptr 4+16 define
45 movl bufptr(%esp),%esi
  /system/core/adb/
usb_linux.c 153 unsigned char* bufptr = devdesc; local
177 bufend = bufptr + desclength;
186 device = (struct usb_device_descriptor*)bufptr;
187 bufptr += USB_DT_DEVICE_SIZE;
200 config = (struct usb_config_descriptor *)bufptr;
201 bufptr += USB_DT_CONFIG_SIZE;
209 while (bufptr < bufend) {
210 unsigned char length = bufptr[0];
211 unsigned char type = bufptr[1];
214 interface = (struct usb_interface_descriptor *)bufptr;
    [all...]
  /external/grub/netboot/
natsemi.c 171 u32 bufptr;
512 txd.bufptr = (u32) &txb[0];
541 rxd[i].bufptr = (u32) &rxb[i*RX_BUF_SIZE];
543 printf("natsemi_init_rxd: rxd[%d]=%X link=%X cmdsts=%X bufptr=%X\n",
544 i, &rxd[i], rxd[i].link, rxd[i].cmdsts, rxd[i].bufptr);
640 txd.bufptr = (u32) &txb[0];
708 rxd[cur_rx].bufptr = (u32) &rxb[cur_rx*RX_BUF_SIZE];
170 u32 bufptr; member in struct:_BufferDesc
sis900.h 362 u32 bufptr; member in struct:_BufferDesc
  /external/qemu/
qemu-char-android.c 1742 int bufptr; member in struct:__anon6532
    [all...]
qemu-char.c 1709 int bufptr; member in struct:__anon6539
    [all...]
  /external/netperf/
netlib.c 1281 char *bufptr = temp_link->buffer_ptr; local
1299 char *bufptr = temp_link->buffer_ptr; local
    [all...]

Completed in 312 milliseconds