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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
lbxbufstr.h 38 char *bufptr; member in struct:_zlibbuffer
43 (((inbuf)->bufcnt >= (len)) ? (inbuf)->bufptr : NULL)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
lbxbufstr.h 38 char *bufptr; member in struct:_zlibbuffer
43 (((inbuf)->bufcnt >= (len)) ? (inbuf)->bufptr : NULL)
  /external/clang/test/CodeGen/
globalinit.c 24 static char *bufptr = buf; local
26 return c ? buf : bufptr;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
dboolhuff.c 40 const unsigned char *bufptr = br->user_buffer; local
44 size_t bytes_left = br->user_buffer_end - bufptr;
52 br->decrypt_cb(br->decrypt_state, bufptr, decrypted, (int)n);
53 bufptr = decrypted;
67 value |= (VP8_BD_VALUE)*bufptr << shift;
68 ++bufptr;
  /external/libvpx/libvpx/vp8/decoder/
dboolhuff.c 39 const unsigned char *bufptr = br->user_buffer; local
43 size_t bytes_left = br->user_buffer_end - bufptr;
51 br->decrypt_cb(br->decrypt_state, bufptr, decrypted, (int)n);
52 bufptr = decrypted;
66 value |= (VP8_BD_VALUE)*bufptr << shift;
67 ++bufptr;
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
Xvlibint.h 58 if ((dpy->bufptr + SIZEOF(xv##name##Req)) > dpy->bufmax)\
60 req = (xv##name##Req *)(dpy->last_req = dpy->bufptr);\
64 dpy->bufptr += SIZEOF(xv##name##Req);\
70 if ((dpy->bufptr + SIZEOF(xv/**/name/**/Req)) > dpy->bufmax)\
72 req = (xv/**/name/**/Req *)(dpy->last_req = dpy->bufptr);\
76 dpy->bufptr += SIZEOF(xv/**/name/**/Req);\
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
dboolhuff.c 39 const unsigned char *bufptr = br->user_buffer; local
43 size_t bytes_left = br->user_buffer_end - bufptr;
51 br->decrypt_cb(br->decrypt_state, bufptr, decrypted, (int)n);
52 bufptr = decrypted;
66 value |= (VP8_BD_VALUE)*bufptr << shift;
67 ++bufptr;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmconfig.h 15 NET_API_STATUS WINAPI NetConfigGet(LPCWSTR server,LPCWSTR component,LPCWSTR parameter,LPBYTE *bufptr);
16 NET_API_STATUS WINAPI NetConfigGetAll(LPCWSTR server,LPCWSTR component,LPBYTE *bufptr);
lmmsg.h 14 NET_API_STATUS WINAPI NetMessageNameEnum(LPCWSTR servername,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries,LPDWORD resume_handle);
15 NET_API_STATUS WINAPI NetMessageNameGetInfo(LPCWSTR servername,LPCWSTR msgname,DWORD level,LPBYTE *bufptr);
lmshare.h 16 NET_API_STATUS WINAPI NetShareEnum(LMSTR servername,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries,LPDWORD resume_handle);
17 NET_API_STATUS WINAPI NetShareEnumSticky(LMSTR servername,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries,LPDWORD resume_handle);
18 NET_API_STATUS WINAPI NetShareGetInfo(LMSTR servername,LMSTR netname,DWORD level,LPBYTE *bufptr);
130 NET_API_STATUS WINAPI NetSessionEnum(LMSTR servername,LMSTR UncClientName,LMSTR username,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries,LPDWORD resume_handle);
132 NET_API_STATUS WINAPI NetSessionGetInfo(LMSTR servername,LMSTR UncClientName,LMSTR username,DWORD level,LPBYTE *bufptr);
186 NET_API_STATUS WINAPI NetConnectionEnum(LMSTR servername,LMSTR qualifier,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries,LPDWORD resume_handle);
207 NET_API_STATUS WINAPI NetFileEnum(LMSTR servername,LMSTR basepath,LMSTR username,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries,PDWORD_PTR resume_handle);
208 NET_API_STATUS WINAPI NetFileGetInfo(LMSTR servername,DWORD fileid,DWORD level,LPBYTE *bufptr);
lmrepl.h 51 NET_API_STATUS WINAPI NetReplGetInfo(LPCWSTR servername,DWORD level,LPBYTE *bufptr);
91 NET_API_STATUS WINAPI NetReplExportDirEnum(LPCWSTR servername,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries,LPDWORD resumehandle);
92 NET_API_STATUS WINAPI NetReplExportDirGetInfo(LPCWSTR servername,LPCWSTR dirname,DWORD level,LPBYTE *bufptr);
115 NET_API_STATUS WINAPI NetReplImportDirEnum(LPCWSTR servername,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries,LPDWORD resumehandle);
116 NET_API_STATUS WINAPI NetReplImportDirGetInfo(LPCWSTR servername,LPCWSTR dirname,DWORD level,LPBYTE *bufptr);
lmsvc.h 40 NET_API_STATUS WINAPI NetServiceControl(LPCWSTR servername,LPCWSTR service,DWORD opcode,DWORD arg,LPBYTE *bufptr);
41 NET_API_STATUS WINAPI NetServiceEnum(LPCWSTR servername,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries,LPDWORD resume_handle);
42 NET_API_STATUS WINAPI NetServiceGetInfo(LPCWSTR servername,LPCWSTR service,DWORD level,LPBYTE *bufptr);
43 NET_API_STATUS WINAPI NetServiceInstall(LPCWSTR servername,LPCWSTR service,DWORD argc,LPCWSTR argv[],LPBYTE *bufptr);
lmaccess.h 16 NET_API_STATUS WINAPI NetUserEnum(LPCWSTR servername,DWORD level,DWORD filter,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries,LPDWORD resume_handle);
17 NET_API_STATUS WINAPI NetUserGetInfo(LPCWSTR servername,LPCWSTR username,DWORD level,LPBYTE *bufptr);
20 NET_API_STATUS WINAPI NetUserGetGroups(LPCWSTR servername,LPCWSTR username,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries);
22 NET_API_STATUS WINAPI NetUserGetLocalGroups(LPCWSTR servername,LPCWSTR username,DWORD level,DWORD flags,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries);
23 NET_API_STATUS WINAPI NetUserModalsGet(LPCWSTR servername,DWORD level,LPBYTE *bufptr);
509 NET_API_STATUS WINAPI NetGroupEnum(LPCWSTR servername,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries,PDWORD_PTR resume_handle);
510 NET_API_STATUS WINAPI NetGroupGetInfo(LPCWSTR servername,LPCWSTR groupname,DWORD level,LPBYTE *bufptr);
514 NET_API_STATUS WINAPI NetGroupGetUsers(LPCWSTR servername,LPCWSTR groupname,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries,PDWORD_PTR ResumeHandle);
580 NET_API_STATUS WINAPI NetLocalGroupEnum(LPCWSTR servername,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries,PDWORD_PTR resumehandle);
581 NET_API_STATUS WINAPI NetLocalGroupGetInfo(LPCWSTR servername,LPCWSTR groupname,DWORD level,LPBYTE *bufptr);
    [all...]
lmwksta.h 16 NET_API_STATUS WINAPI NetWkstaGetInfo(LMSTR servername,DWORD level,LPBYTE *bufptr);
18 NET_API_STATUS WINAPI NetWkstaUserGetInfo(LMSTR reserved,DWORD level,LPBYTE *bufptr);
20 NET_API_STATUS WINAPI NetWkstaUserEnum(LMSTR servername,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries,LPDWORD resumehandle);
23 NET_API_STATUS WINAPI NetWkstaTransportEnum(LMSTR servername,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries,LPDWORD resumehandle);
lmstats.h 15 NET_API_STATUS WINAPI NetStatisticsGet(LMSTR server,LMSTR service,DWORD level,DWORD options,LPBYTE *bufptr);
lmserver.h 17 NET_API_STATUS WINAPI NetServerEnum(LMCSTR servername,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries,DWORD servertype,LMCSTR domain,LPDWORD resume_handle);
18 NET_API_STATUS WINAPI NetServerEnumEx(LMCSTR ServerName,DWORD Level,LPBYTE *Bufptr,DWORD PrefMaxlen,LPDWORD EntriesRead,LPDWORD totalentries,DWORD servertype,LMCSTR domain,LMCSTR FirstNameToReturn);
19 NET_API_STATUS WINAPI NetServerGetInfo(LMSTR servername,DWORD level,LPBYTE *bufptr);
22 NET_API_STATUS WINAPI NetServerDiskEnum(LMSTR servername,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries,LPDWORD resume_handle);
25 NET_API_STATUS WINAPI NetServerTransportAdd(LMSTR servername,DWORD level,LPBYTE bufptr);
26 NET_API_STATUS WINAPI NetServerTransportAddEx(LMSTR servername,DWORD level,LPBYTE bufptr);
27 NET_API_STATUS WINAPI NetServerTransportDel(LMSTR servername,DWORD level,LPBYTE bufptr);
28 NET_API_STATUS WINAPI NetServerTransportEnum(LMSTR servername,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries,LPDWORD resumehandle);
    [all...]
lmaudit.h 29 DWORD WINAPI NetAuditRead(LPCWSTR server,LPCWSTR service,LPHLOG auditloghandle,DWORD offset,LPDWORD reserved1,DWORD reserved2,DWORD offsetflag,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD bytesread,LPDWORD totalavailable);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlibint.h 99 char *bufptr; /* Output buffer index pointer. */ member in struct:_XDisplay
418 #define WORD64ALIGN if ((long)dpy->bufptr >> 61) {\
419 dpy->last_req = dpy->bufptr;\
420 *(dpy->bufptr) = X_NoOperation;\
421 *(dpy->bufptr+1) = 0;\
422 *(dpy->bufptr+2) = 0;\
423 *(dpy->bufptr+3) = 1;\
425 dpy->bufptr += 4;\
444 if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax)\
446 req = (x##name##Req *)(dpy->last_req = dpy->bufptr);\
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlibint.h 99 char *bufptr; /* Output buffer index pointer. */ member in struct:_XDisplay
418 #define WORD64ALIGN if ((long)dpy->bufptr >> 61) {\
419 dpy->last_req = dpy->bufptr;\
420 *(dpy->bufptr) = X_NoOperation;\
421 *(dpy->bufptr+1) = 0;\
422 *(dpy->bufptr+2) = 0;\
423 *(dpy->bufptr+3) = 1;\
425 dpy->bufptr += 4;\
444 if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax)\
446 req = (x##name##Req *)(dpy->last_req = dpy->bufptr);\
    [all...]
  /frameworks/av/media/mtp/
MtpPacket.cpp 70 char* bufptr = buffer; local
73 sprintf(bufptr, "%02X ", mBuffer[i]);
74 bufptr += strlen(bufptr);
77 bufptr = buffer;
80 if (bufptr != buffer) {
  /system/core/adb/
usb_linux.c 154 unsigned char* bufptr = devdesc; local
178 bufend = bufptr + desclength;
187 device = (struct usb_device_descriptor*)bufptr;
188 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/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11dyn.c 119 if (dpy->bufptr + len > dpy->bufmax)
121 dpy->last_req = dpy->bufptr;
122 req = (xReq*)dpy->bufptr;
125 dpy->bufptr += len;
  /external/valgrind/main/coregrind/
m_debugger.c 428 HChar *bufptr; local
434 bufptr = buf;
438 /* each iteration can advance bufptr by at most the length
441 vg_assert(bufptr - buf < N_BUF-15-50-10/*paranoia*/);
446 VG_(memcpy)(bufptr, file, VG_(strlen)(file));
447 bufptr += VG_(strlen)(file);
451 VG_(memcpy)(bufptr, pidbuf, VG_(strlen)(pidbuf));
452 bufptr += VG_(strlen)(pidbuf);
456 *bufptr++ = *cmdptr++;
461 *bufptr++ = *cmdptr++
    [all...]
  /external/mksh/src/
main.c 118 } *bufptr; local
121 cp = alloc(sizeof(*bufptr) - ALLOC_SIZE, APERM);
124 memset(cp, 0, sizeof(*bufptr) - ALLOC_SIZE);
127 bufptr = (void *)(cp - ALLOC_SIZE);
129 bufptr->dataptr = &rndsetupstate;
131 bufptr->stkptr = &bufptr;
133 bufptr->mallocptr = bufptr;
136 sigsetjmp(bufptr->jbuf, 1)
    [all...]
  /external/libpcap/
pcap-linux.c 1010 char * bufptr; local
1031 if ((bufptr = strstr(buffer, if_name)) &&
1032 (bufptr == buffer || *(bufptr-1) == ' ') &&
1033 *(bufptr + if_name_sz) == ':')
1035 bufptr = bufptr + if_name_sz + 1;
1038 while( --field_to_convert && *bufptr != '\0')
1040 while (*bufptr != '\0' && *(bufptr++) == ' ')
    [all...]

Completed in 533 milliseconds

1 2