Home
last modified time | relevance | path

Searched defs:cput (Results 1 – 25 of 60) sorted by relevance

123

/dports/math/maxima/maxima-5.43.2/src/
H A Dutils.lisp124 (defun cput (bas val sel) function
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/fcpp/
H A Dcpp.h207 #define cput generate /* cput concatenates tokens */ macro
210 #define cput(c) { if (c != TOK_SEP && c != COM_SEP) putchar(c); } macro
212 #define cput(c) { if (c != TOK_SEP) putchar(c); } macro
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/fcpp/
H A Dcpp.h207 #define cput generate /* cput concatenates tokens */ macro
210 #define cput(c) { if (c != TOK_SEP && c != COM_SEP) putchar(c); } macro
212 #define cput(c) { if (c != TOK_SEP) putchar(c); } macro
/dports/science/afni/afni-AFNI_21.3.16/src/
H A D1dREMLfit.c12 float cput ; in main() local
H A D3dNwarpApply.c911 double cput=COX_cpu_time() , clkt=COX_clock_time() ; in main() local
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/sys/
H A Dsys_OpenMP.cpp82 real_t cput=0., wallt=0.; in test_multOpenMP() local
/dports/comms/picocom/picocom-3.1/
H A Dfdio.c85 cput(int fd, char c) in cput() function
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dfixup_tdescs.c206 tdesc_t *cput, *cpu; in fix_small_cpu_struct() local
/dports/games/ioquake3/ioquake3-1.36/code/tools/lcc/src/
H A Dlex.c797 static void *cput(int c, void *cl) { in cput() function
/dports/games/ioquake3-server/ioquake3-1.36/code/tools/lcc/src/
H A Dlex.c797 static void *cput(int c, void *cl) { in cput() function
/dports/games/iortcw/iortcw-1.51c/SP/code/tools/lcc/src/
H A Dlex.c797 static void *cput(int c, void *cl) { in cput() function
/dports/games/iortcw/iortcw-1.51c/MP/code/tools/lcc/src/
H A Dlex.c797 static void *cput(int c, void *cl) { in cput() function
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/tools/lcc/src/
H A Dlex.c797 static void *cput(int c, void *cl) { in cput() function
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/tools/lcc/src/
H A Dlex.c797 static void *cput(int c, void *cl) { in cput() function
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/tools/lcc/src/
H A Dlex.c797 static void *cput(int c, void *cl) { in cput() function
/dports/games/openarena/openarena-engine-source-0.8.8/code/tools/lcc/src/
H A Dlex.c797 static void *cput(int c, void *cl) { in cput() function
/dports/games/evq3/evq3/code/tools/lcc/src/
H A Dlex.c797 static void *cput(int c, void *cl) { in cput() function
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/util/mapped/
H A DMappedHelper.java206 public static void cput(char value, long addr) { in cput() method in MappedHelper
210 public static void cput(MappedObject mapped, char value, int fieldOffset) { in cput() method in MappedHelper
/dports/multimedia/mencoder/mplayer-export-2021-12-29/stream/
H A Dstream_ftp.c52 char *cput,*cget; member
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/
H A Dasync.c274 double cput = cpu + cpuw; in timing_check() local
/dports/multimedia/mplayer/mplayer-export-2021-12-29/stream/
H A Dstream_ftp.c52 char *cput,*cget; member
/dports/devel/z88dk/z88dk/src/cpp/
H A Dcpp.h171 #define cput output /* cput concatenates tokens */ macro
/dports/devel/libassa/libassa-3.5.1/tests/
H A Dttcp_assa.cpp157 double cput, realt; /* user, real time (seconds) */ variable
/dports/benchmarks/ttcp/ttcp-1.12_2/
H A Dttcp.c135 double cput, realt; /* user, real time (seconds) */ variable
/dports/benchmarks/nttcp/nttcp-1.47/
H A Dnttcp.c499 void StopTimer(double *cput, double *realt) { in StopTimer()
540 double cput; /* cpu time for cnt getpid() calls in s */ in GetPidRate() local
1162 double cput; /* cpu time for transmission in s */ in main() local

123