/external/lldb/test/functionalities/exec/ |
main.cpp | 51 size_t ocount = 0; local 52 err = posix_spawnattr_setbinpref_np (&attr, 1, &cpu_type, &ocount);
|
/external/lldb/tools/darwin-debug/ |
darwin-debug.cpp | 145 size_t ocount = 0; local 146 exit_with_errno (::posix_spawnattr_setbinpref_np (&attr, 1, &cpu_type, &ocount), "posix_spawnattr_setbinpref_np () error: ");
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
mroute6.h | 107 unsigned long ocount; /* Out packets */ member in struct:sioc_mif_req6
|
mroute.h | 104 unsigned long ocount; /* Out packets */ member in struct:sioc_vif_req
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
mroute6.h | 107 unsigned long ocount; /* Out packets */ member in struct:sioc_mif_req6
|
mroute.h | 104 unsigned long ocount; /* Out packets */ member in struct:sioc_vif_req
|
/bionic/libc/kernel/uapi/linux/ |
mroute.h | 101 unsigned long ocount; member in struct:sioc_vif_req
|
mroute6.h | 100 unsigned long ocount; member in struct:sioc_mif_req6
|
/development/ndk/platforms/android-L/include/linux/ |
mroute.h | 101 unsigned long ocount; member in struct:sioc_vif_req
|
mroute6.h | 100 unsigned long ocount; member in struct:sioc_mif_req6
|
/external/chromium_org/third_party/openssl/openssl/crypto/comp/ |
c_zlib.c | 436 int ocount; /* Amount of data in output buffer */ member in struct:__anon18355 617 ctx->ocount = 0; 628 while(ctx->ocount) { 629 ret = BIO_write(b->next_bio, ctx->optr, ctx->ocount); 639 ctx->ocount -= ret; 661 ctx->ocount = ctx->obufsize - zout->avail_out; 672 if(!ctx->obuf || (ctx->odone && !ctx->ocount)) return 1; 681 while(ctx->ocount) 683 ret = BIO_write(b->next_bio, ctx->optr, ctx->ocount); 690 ctx->ocount -= ret [all...] |
/external/kernel-headers/original/uapi/linux/ |
mroute.h | 110 unsigned long ocount; /* Out packets */ member in struct:sioc_vif_req
|
mroute6.h | 110 unsigned long ocount; /* Out packets */ member in struct:sioc_mif_req6
|
/external/openssl/crypto/comp/ |
c_zlib.c | 436 int ocount; /* Amount of data in output buffer */ member in struct:__anon31953 617 ctx->ocount = 0; 628 while(ctx->ocount) { 629 ret = BIO_write(b->next_bio, ctx->optr, ctx->ocount); 639 ctx->ocount -= ret; 661 ctx->ocount = ctx->obufsize - zout->avail_out; 672 if(!ctx->obuf || (ctx->odone && !ctx->ocount)) return 1; 681 while(ctx->ocount) 683 ret = BIO_write(b->next_bio, ctx->optr, ctx->ocount); 690 ctx->ocount -= ret [all...] |
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/ |
mroute.h | 101 unsigned long ocount; member in struct:sioc_vif_req
|
mroute6.h | 100 unsigned long ocount; member in struct:sioc_mif_req6
|
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/ |
mroute.h | 101 unsigned long ocount; member in struct:sioc_vif_req
|
mroute6.h | 100 unsigned long ocount; member in struct:sioc_mif_req6
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/ |
mroute.h | 101 unsigned long ocount; member in struct:sioc_vif_req
|
mroute6.h | 100 unsigned long ocount; member in struct:sioc_mif_req6
|
/external/lldb/tools/debugserver/source/MacOSX/ |
MachProcess.cpp | 1851 size_t ocount = 0; local [all...] |