Searched refs:how (Results 101 - 125 of 193) sorted by relevance

12345678

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_glibc.cc503 int WRAP(shutdown)(int sockfd, int how) {
504 RTN_ERRNO_IF(ki_shutdown(sockfd, how) < 0);
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DCppConvert.pyx1 # TODO: Figure out how many of the pass-by-value copies the compiler can eliminate.
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_beos.h536 NSPR_API(PRInt32) _MD_access(const char *name, PRIntn how);
548 NSPR_API(PRInt32) _MD_shutdown(PRFileDesc *fd, PRIntn how);
H A D_win16.h100 NSPR_API(PRInt32) _PR_WaitForFD(PRInt32 osfd, PRUintn how,
/external/protobuf/editors/
H A Dproto.vim73 " see /usr/share/vim/vim70/syntax/c.vim for how it's done.
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.as213 /** Tell me how to create a token for use with imaginary token nodes.
225 /** Tell me how to create a token for use with imaginary token nodes.
/external/llvm/lib/Support/
H A Dregengine.inc353 /* how long could this one be? */
378 /* how long could this one be? */
417 /* how long could this one be? */
728 /* how about a word boundary? */
811 /* how about a word boundary? */
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc576 uptr internal_sigprocmask(int how, __sanitizer_sigset_t *set, argument
579 return internal_syscall(SYSCALL(sigprocmask), how, set, oldset);
583 return internal_syscall(SYSCALL(rt_sigprocmask), (uptr)how,
778 // the parent (because we don't know how to allocate a new thread
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinux_syscall_support.h985 /* On i386, the kernel does not know how to return from a signal
1003 /* On i386, the kernel does not know how to return from a signal
1240 /* On x86-64, the kernel does not know how to return from
1958 LSS_INLINE int LSS_NAME(sigprocmask)(int how, argument
1961 return LSS_NAME(rt_sigprocmask)(how, set, oldset, (KERNEL_NSIG+7)/8);
2056 * know how to return from a signal handler. This function must have
2107 LSS_INLINE int LSS_NAME(sigprocmask)(int how, argument
2111 int rc = LSS_NAME(rt_sigprocmask)(how, set, oldset, (KERNEL_NSIG+7)/8);
2117 rc = LSS_NAME(_sigprocmask)(how,
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinux_syscall_support.h973 /* On i386, the kernel does not know how to return from a signal
991 /* On i386, the kernel does not know how to return from a signal
1156 /* On x86-64, the kernel does not know how to return from
1863 LSS_INLINE int LSS_NAME(sigprocmask)(int how, argument
1866 return LSS_NAME(rt_sigprocmask)(how, set, oldset, (KERNEL_NSIG+7)/8);
1960 * know how to return from a signal handler. This function must have
2011 LSS_INLINE int LSS_NAME(sigprocmask)(int how, argument
2015 int rc = LSS_NAME(rt_sigprocmask)(how, set, oldset, (KERNEL_NSIG+7)/8);
2021 rc = LSS_NAME(_sigprocmask)(how,
/external/valgrind/main/VEX/priv/
H A Dhost_arm64_defs.c1544 ARM64Instr* ARM64Instr_VCvtI2F ( ARM64CvtOp how, HReg rD, HReg rS ) { argument
1547 i->ARM64in.VCvtI2F.how = how;
1552 ARM64Instr* ARM64Instr_VCvtF2I ( ARM64CvtOp how, HReg rD, HReg rS, argument
1556 i->ARM64in.VCvtF2I.how = how;
2190 characteriseARM64CvtOp(&syn, &fszB, &iszB, i->ARM64in.VCvtI2F.how);
2203 characteriseARM64CvtOp(&syn, &fszB, &iszB, i->ARM64in.VCvtF2I.how);
4757 ARM64CvtOp how = i->ARM64in.VCvtI2F.how; local
4803 ARM64CvtOp how = i->ARM64in.VCvtF2I.how; local
[all...]
/external/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h173 #define __sanitizer_syscall_pre_sigprocmask(how, set, oset) \
174 __sanitizer_syscall_pre_impl_sigprocmask((long)(how), (long)(set), \
176 #define __sanitizer_syscall_post_sigprocmask(res, how, set, oset) \
177 __sanitizer_syscall_post_impl_sigprocmask(res, (long)(how), (long)(set), \
378 #define __sanitizer_syscall_pre_rt_sigprocmask(how, set, oset, sigsetsize) \
380 (long)(how), (long)(set), (long)(oset), (long)(sigsetsize))
381 #define __sanitizer_syscall_post_rt_sigprocmask(res, how, set, oset, \
384 res, (long)(how), (long)(set), (long)(oset), (long)(sigsetsize))
2089 void __sanitizer_syscall_pre_impl_sigprocmask(long how, long set, long oset);
2090 void __sanitizer_syscall_post_impl_sigprocmask(long res, long how, lon
[all...]
/external/chromium_org/native_client_sdk/src/doc/
H A Dfaq.rst180 the code and Makefiles for the SDK examples to understand how the
183 You'll need to learn how to use some tools (like GCC, LLVM, make, Eclipse,
419 examples for an illustration of how to do so). Your HTML file specifies
546 for instructions on how to run the httpd.py mini-server included in
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
H A Dsocket_node.cc449 Error SocketNode::Shutdown(int how) { argument
H A Dtcp_node.cc501 Error TcpNode::Shutdown(int how) { argument
/external/chromium_org/net/base/
H A Dnss_memio.c204 static PRStatus PR_CALLBACK memio_Shutdown(PRFileDesc *fd, PRIntn how) argument
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DDFA.as184 // walk first to find how big it is.
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dpycapsule.pxd94 # how capsule names are compared.)
/external/chromium_org/third_party/tlslite/tlslite/
H A Dtlsrecordlayer.py493 def shutdown(self, how):
495 return self.sock.shutdown(how)
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex182 indicates how many trailing samples to discard from the decoding
/external/llvm/lib/Support/Unix/
H A DPath.inc480 // Figure out how large the file is.
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dcrypto-aes.js406 See, how she leans her cheek upon her hand!\n\
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dcrypto-aes.js406 See, how she leans her cheek upon her hand!\n\
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Dcrypto-aes.js406 See, how she leans her cheek upon her hand!\n\
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dtransform_neon.S10 @ Reference code in transform.c. Bit not exact due to how rounding is

Completed in 818 milliseconds

12345678