HomeSort by relevance Sort by last modified time
    Searched refs:bufsz (Results 26 - 37 of 37) sorted by null

12

  /hardware/qcom/display/msm8x26/liboverlay/
overlayMdpRot.cpp 140 bool MdpRot::open_i(uint32_t numbufs, uint32_t bufsz)
146 if(!mem.open(numbufs, bufsz, mRotImgInfo.secure)){
overlayMdssRot.cpp 158 bool MdssRot::open_i(uint32_t numbufs, uint32_t bufsz)
164 if(!mem.open(numbufs, bufsz, isSecure)){
  /ndk/sources/host-tools/nawk-20071023/
b.c 294 static int bufsz = 100; local
297 if (buf == 0 && (buf = (uschar *) malloc(bufsz)) == NULL)
315 if (!adjbuf((char **) &buf, &bufsz, bp-buf+2, 100, (char **) &bp, "cclenter1"))
323 if (!adjbuf((char **) &buf, &bufsz, bp-buf+2, 100, (char **) &bp, "cclenter2"))
771 static int bufsz = 100; local
795 if (buf == 0 && (buf = (uschar *) malloc(bufsz)) == NULL)
805 if (!adjbuf((char **) &buf, &bufsz, n, n, (char **) &bp, "relex1"))
824 if (!adjbuf((char **) &buf, &bufsz, bp-buf+1, 100, (char **) &bp, "relex2"))
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 101 constexpr int bufsz = 1024; variable
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_vbuf.c 101 overflow( void *map, void *ptr, unsigned bytes, unsigned bufsz )
104 return (used + bytes) > bufsz;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_vbuf.c 101 overflow( void *map, void *ptr, unsigned bytes, unsigned bufsz )
104 return (used + bytes) > bufsz;
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdssRot.cpp 165 bool MdssRot::open_i(uint32_t numbufs, uint32_t bufsz)
171 if(!mem.open(numbufs, bufsz, isSecure)){
  /ndk/sources/host-tools/make-3.81/
dir.c 1138 static unsigned int bufsz;
1149 if (sizeof *d - sizeof d->d_name + len > bufsz)
1153 bufsz *= 2;
1154 if (sizeof *d - sizeof d->d_name + len > bufsz)
1155 bufsz = sizeof *d - sizeof d->d_name + len;
1156 buf = xmalloc (bufsz);
1128 static unsigned int bufsz; local
  /external/libmtp/examples/
sendtr.c 64 static char *prompt (const char *prompt, char *buffer, size_t bufsz, int required)
70 if ( fgets(buffer, bufsz, stdin) == NULL ) {
  /external/openssh/
misc.c 626 read_keyfile_line(FILE *f, const char *filename, char *buf, size_t bufsz,
629 while (fgets(buf, bufsz, f) != NULL) {
  /external/chromium/third_party/libevent/
evdns.c 2916 DWORD bufsz = 0, type = 0; local
    [all...]
  /external/chromium_org/third_party/libevent/
evdns.c 2916 DWORD bufsz = 0, type = 0; local
    [all...]

Completed in 890 milliseconds

12