HomeSort by relevance Sort by last modified time
    Searched full:sbuf (Results 101 - 125 of 130) sorted by null

1 2 3 45 6

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
VertexBuffer.java 638 ShortBuffer sbuf = (ShortBuffer) data; local
639 sbuf.limit(total);
641 snewBuf.put(sbuf);
    [all...]
  /external/libpcap/
pcap-bpf.c 429 struct stat sbuf; local
465 rc = stat(BPF_NODE "0", &sbuf);
473 if (rc == -1 || getmajor(sbuf.st_rdev) != major) {
  /external/openssl/crypto/threads/
mttest.c 422 static char cbuf[200],sbuf[200]; local
588 i=BIO_read(s_bio,sbuf,100);
618 fwrite(sbuf,1,i,stdout);
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 359 std::string sbuf; local
360 llvm::raw_string_ostream os(sbuf);
ExprEngine.cpp 1857 std::string sbuf; local
    [all...]
  /external/qemu/
net-android.c 1197 struct strbuf sbuf; local
1200 sbuf.maxlen = maxlen;
1201 sbuf.buf = (char *)buf;
1203 return getmsg(tapfd, NULL, &sbuf, &f) >= 0 ? sbuf.len : -1;
    [all...]
net.c 1069 struct strbuf sbuf; local
1072 sbuf.maxlen = maxlen;
1073 sbuf.buf = (char *)buf;
1075 return getmsg(tapfd, NULL, &sbuf, &f) >= 0 ? sbuf.len : -1;
    [all...]
Makefile.common 540 sbuf.c \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xos_r.h 516 char sbuf[X_LINE_MAX]; member in struct:__anon22169
523 getservbyname_r((s),(p),&(sp).sent,(sp).sbuf,sizeof((sp).sbuf))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos_r.h 507 char sbuf[X_LINE_MAX]; member in struct:__anon22289
514 getservbyname_r((s),(p),&(sp).sent,(sp).sbuf,sizeof((sp).sbuf))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xos_r.h 516 char sbuf[X_LINE_MAX]; member in struct:__anon23759
523 getservbyname_r((s),(p),&(sp).sent,(sp).sbuf,sizeof((sp).sbuf))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos_r.h 507 char sbuf[X_LINE_MAX]; member in struct:__anon23879
514 getservbyname_r((s),(p),&(sp).sent,(sp).sbuf,sizeof((sp).sbuf))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos_r.h 507 char sbuf[X_LINE_MAX]; member in struct:__anon25391
514 getservbyname_r((s),(p),&(sp).sent,(sp).sbuf,sizeof((sp).sbuf))
    [all...]
  /external/ppp/pppd/
main.c 1669 struct stat sbuf; local
    [all...]
auth.c 2284 struct stat sbuf; local
    [all...]
  /bionic/libc/netbsd/resolv/
res_cache.c 1847 char sbuf[NI_MAXSERV]; local
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 1892 std::string sbuf; local
2206 std::string sbuf; local
3479 SmallString<128> sbuf; local
    [all...]
CheckSecuritySyntaxOnly.cpp 275 SmallString<256> sbuf; local
276 llvm::raw_svector_ostream os(sbuf);
  /external/qemu/slirp-android/
tcp_subr.c 788 struct sbuf *so_rcv = &so->so_rcv;
1088 struct sbuf *sb = &so->so_snd;
misc.c 547 /* If we're printing to an sbuf, make sure there's enough room */
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 501 struct vg_stat sbuf; local
502 SysRes res = VG_(stat)(path, &sbuf);
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]
  /external/qemu/slirp/
misc.c 583 /* If we're printing to an sbuf, make sure there's enough room */
  /ndk/sources/host-tools/make-3.81/
dir.c 1193 extern int stat PARAMS ((const char *path, struct stat *sbuf));
  /external/icu4c/test/intltest/
numrgts.cpp 371 UnicodeString sBuf;
374 logln(df->format((int32_t)123, sBuf, fp));
    [all...]

Completed in 2203 milliseconds

1 2 3 45 6