代码搜索结果

找到约 10,000 项符合 O 的代码

r2000_decoder.v

////////////////////////////////////////////////////////////////////// //// //// //// r2000_decoder.v /

cpluscomplexio.c

/* cplusComplexIo.c - force-link of C++ complex number IO */ /* Copyright 1998 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history -------------------- 01a,03Jun98,sn wr

cpluscomplex.c

/* cplusComplex.c - force-link of C++ complex type */ /* Copyright 1998 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history -------------------- 01a,03Jun98,sn wrote */

cplusstring.c

/* cplusString.c - force-link of C++ string type */ /* Copyright 1998 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history -------------------- 01a,03Jun98,sn wrote */ /

ctdt.c

/* ctors and dtors arrays -- to be used by runtime system */ /* to call static constructors and destructors */ /* */ /* NOTE: Use a GN

ctdt.c

/* ctors and dtors arrays -- to be used by runtime system */ /* to call static constructors and destructors */ /* */ /* NOTE: Use a

creat.c

/* creat() "system call" */ /* This is needed by f2c and therefore the SPEC benchmarks. */ #include int creat (const char *path, mode_t mode) { return open (path, O_WRONLY | O_CREAT |

creat.c

/* creat() "system call" */ /* This is needed by f2c and therefore the SPEC benchmarks. */ #include int _DEFUN(creat, (path, mode), const char *path _AND mode_t mode) {

creat.c

/* creat() "system call" */ /* This is needed by f2c and therefore the SPEC benchmarks. */ #include int creat (const char *path, mode_t mode) { return open (path, O_WRONLY | O_CREAT |