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

1 2

  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
file.h 34 * In case of success set *bufptr to the read or mmapped buffer, and
35 * *size to the size in bytes of the buffer in *bufptr.
43 int av_file_map(const char *filename, uint8_t **bufptr, size_t *size,
47 * Unmap or free the buffer bufptr created by av_file_map().
49 * @param size size in bytes of bufptr, must be the same as returned
52 void av_file_unmap(uint8_t *bufptr, size_t size);
  /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/libvpx/libvpx/vp8/decoder/
dboolhuff.c 41 const unsigned char *bufptr = br->user_buffer; local
45 size_t bytes_left = br->user_buffer_end - bufptr;
53 br->decrypt_cb(br->decrypt_state, bufptr, decrypted, (int)n);
54 bufptr = decrypted;
68 value |= (VP8_BD_VALUE)*bufptr << shift;
69 ++bufptr;
  /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...]
  /system/core/adb/
usb_linux.cpp 136 unsigned char* bufptr = devdesc; local
158 bufend = bufptr + desclength;
167 device = (struct usb_device_descriptor*)bufptr;
168 bufptr += USB_DT_DEVICE_SIZE;
180 config = (struct usb_config_descriptor *)bufptr;
181 bufptr += USB_DT_CONFIG_SIZE;
189 while (bufptr < bufend) {
190 unsigned char length = bufptr[0];
191 unsigned char type = bufptr[1];
194 interface = (struct usb_interface_descriptor *)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) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlibint.h 97 char *bufptr; /* Output buffer index pointer. */ member in struct:_XDisplay
410 #define WORD64ALIGN if ((long)dpy->bufptr >> 61) {\
411 dpy->last_req = dpy->bufptr;\
412 *(dpy->bufptr) = X_NoOperation;\
413 *(dpy->bufptr+1) = 0;\
414 *(dpy->bufptr+2) = 0;\
415 *(dpy->bufptr+3) = 1;\
417 dpy->bufptr += 4;\
574 if (dpy->bufptr + (len) <= dpy->bufmax) {\
575 memcpy(dpy->bufptr, data, (int)len);
    [all...]
  /external/vboot_reference/cgpt/
cgpt_find.c 23 uint8_t *bufptr = params->comparebuf; local
30 ssize_t bytes_read = read(fd, bufptr, count);
35 bufptr += bytes_read;
  /external/opencv3/3rdparty/libjasper/
jas_cm.c 90 static int jas_cmputint(long **bufptr, int sgnd, int prec, long val);
91 static int jas_cmgetint(long **bufptr, int sgnd, int prec, long *val);
486 jas_cmreal_t *bufptr; local
533 bufptr = &inbuf[i];
537 *bufptr = (v - bias) / scale;
538 bufptr += xform->numinchans;
560 bufptr = &outbuf[i];
563 v = (*bufptr) * scale + bias;
564 bufptr += xform->numoutchans;
    [all...]
jas_stream.c 520 char *bufptr; local
522 bufptr = buf;
529 *bufptr++ = c;
539 const char *bufptr; local
541 bufptr = buf;
545 if (jas_stream_putc(stream, *bufptr) == EOF) {
548 ++bufptr;
585 char *bufptr; local
588 bufptr = buf;
593 *bufptr++ = c
    [all...]
  /external/mksh/src/
main.c 110 } *bufptr; local
113 cp = alloc(sizeof(*bufptr) - ALLOC_SIZE, APERM);
116 memset(cp, 0, sizeof(*bufptr) - ALLOC_SIZE);
119 bufptr = (void *)(cp - ALLOC_SIZE);
121 bufptr->dataptr = &rndsetupstate;
123 bufptr->stkptr = &bufptr;
125 bufptr->mallocptr = bufptr;
128 sigsetjmp(bufptr->jbuf, 1)
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc     [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
pex-win32.c 599 char *bufptr; local
611 bufptr = env_block;
613 bufptr = stpcpy (bufptr, env_copy[var]) + 1;
615 *bufptr = '\0';
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1.h 147 unsigned char* bufptr; /* current frame, point to header or data */ member in struct:__anon29698

Completed in 843 milliseconds

1 2