/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/ |
CMakeLists.txt | 2 tsan_clock_test.cc 3 tsan_flags_test.cc 4 tsan_mman_test.cc 5 tsan_mutex_test.cc 6 tsan_shadow_test.cc 7 tsan_stack_test.cc 8 tsan_sync_test.cc 9 tsan_unit_test_main.cc)
|
/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
CMakeLists.txt | 2 allocator_test.cc 3 buffer_queue_test.cc 4 function_call_trie_test.cc 5 profile_collector_test.cc 6 segmented_array_test.cc 7 test_helpers.cc 8 xray_unit_test_main.cc) 12 fdr_controller_test.cc 13 fdr_log_writer_test.cc)
|
/src/games/dab/ |
Makefile | 8 SRCS=algor.cc board.cc main.cc human.cc box.cc player.cc gamescreen.cc \ 9 ttyscrn.cc random.cc
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
CMakeLists.txt | 2 tsan_bench.cc 3 tsan_mop.cc 4 tsan_mutex.cc 5 tsan_posix.cc 6 tsan_string.cc 7 tsan_test.cc 8 tsan_thread.cc) 11 list(APPEND TSAN_RTL_TEST_SOURCES tsan_test_util_posix.cc)
|
/src/tests/usr.bin/mkdep/ |
h_findcc.c | 11 const char *cc; local in function:main 14 cc = findcc(argv[1]); 15 printf("%s\n", cc != NULL ? cc : "(not found)");
|
/src/usr.bin/c11/ |
c11.sh | 2 exec /usr/bin/cc -std=c11 "$@"
|
/src/usr.bin/c89/ |
c89.sh | 2 exec /usr/bin/cc -std=c89 "$@"
|
/src/usr.bin/c99/ |
c99.sh | 2 exec /usr/bin/cc -std=c99 "$@"
|
/src/usr.bin/c17/ |
c17.sh | 2 exec /usr/bin/cc -std=c17 "$@"
|
/src/lib/libc/citrus/ |
citrus_ctype.h | 45 _citrus_ctype_get_mb_cur_max(_citrus_ctype_t cc) 48 _DIAGASSERT(cc && cc->cc_ops); 49 return (*cc->cc_ops->co_get_mb_cur_max)(cc->cc_closure); 53 _citrus_ctype_mblen(_citrus_ctype_t cc, const char *s, size_t n, int *nresult) 56 _DIAGASSERT(cc && cc->cc_ops && cc->cc_ops->co_mblen && nresult); 57 return (*cc->cc_ops->co_mblen)(cc->cc_closure, s, n, nresult) [all...] |
citrus_ctype.c | 62 _initctypemodule(_citrus_ctype_t cc, char const *modname, 69 _DIAGASSERT(cc != NULL); 71 cc->cc_module = handle; 73 getops = (_citrus_ctype_getops_t)_citrus_find_getops(cc->cc_module, 79 cc->cc_ops = (_citrus_ctype_ops_rec_t *)malloc(sizeof(*cc->cc_ops)); 80 if (cc->cc_ops == NULL) 83 ret = (*getops)(cc->cc_ops, sizeof(*cc->cc_ops), 89 switch (cc->cc_ops->co_abi_version) 148 _citrus_ctype_t cc; local in function:_citrus_ctype_open [all...] |
/src/usr.bin/audio/common/ |
auconv.h | 54 change_sign8(u_char *p, int cc) 56 while (--cc >= 0) { 63 change_sign16_le(u_char *p, int cc) 65 while ((cc -= 2) >= 0) { 72 change_sign16_be(u_char *p, int cc) 74 while ((cc -= 2) >= 0) { 81 change_sign24_le(u_char *p, int cc) 83 while ((cc -= 3) >= 0) { 90 change_sign24_be(u_char *p, int cc) 92 while ((cc -= 3) >= 0) [all...] |
/src/share/examples/puffs/pgfs/ |
pgfs_waitq.c | 46 struct puffs_cc *cc; member in struct:waiter 57 waiton(struct waitq *wq, struct puffs_cc *cc) 65 w.cc = cc; 67 puffs_cc_yield(cc); 79 puffs_cc_schedule(w->cc); 80 DPRINTF("waking up %p\n", w->cc); 81 return w->cc; 94 puffs_cc_schedule(w->cc); 95 DPRINTF("waking up %p\n", w->cc); [all...] |
/src/sys/arch/sparc/fpu/ |
fpu_compare.c | 79 int cc; local in function:fpu_compare 93 cc = FSR_CC_UO; 102 cc = FSR_CC_EQ; 107 cc = FSR_CC_LT; 112 cc = FSR_CC_GT; 132 #define opposite_cc(cc) ((cc) == FSR_CC_LT ? FSR_CC_GT : FSR_CC_LT) 135 cc = diff(FSR_CC_LT); 139 cc = diff(FSR_CC_GT); 144 cc = FSR_CC_EQ [all...] |
/src/sys/arch/powerpc/fpu/ |
fpu_compare.c | 80 int cc; local in function:fpu_compare 93 cc = FPSCR_FU; 95 cc |= FPSCR_VXSNAN; 101 cc |= FPSCR_VXVC; 111 cc = FPSCR_FE; 116 cc = FPSCR_FL; 121 cc = FPSCR_FG; 141 #define opposite_cc(cc) ((cc) == FPSCR_FL ? FPSCR_FG : FPSCR_FL) 144 cc = diff(FPSCR_FL) [all...] |
/src/lib/libc/time/ |
checktab.awk | 68 cc = $1 70 if (cc !~ /^[A-Z][A-Z]$/) { 72 iso_table, iso_NR, cc >>"/dev/stderr" 75 if (cc <= cc0) { 76 if (cc == cc0) { 83 iso_table, iso_NR, cc, s \ 87 cc0 = cc 90 iso_table, iso_NR, name2cc[name], cc \ 94 name2cc[name] = cc 95 cc2name[cc] = nam [all...] |
/src/sys/dev/microcode/tools/ |
Makefile | 8 cc -Wall -O2 -lz -o bin2blob bin2blob.c 11 cc -Wall -O2 -lz -o array2bin array2bin.c
|
/src/sys/lib/libsa/ |
net.c | 89 ssize_t cc; local in function:sendrecv 108 cc = (*sproc)(d, sbuf, ssize); 115 if (cc == -1) { 122 if ((size_t)cc < ssize) 124 cc, ssize); 130 cc = (*rproc)(d, rbuf, rsize, tleft); 132 if (cc != -1 || errno != 0) 133 return cc;
|
/src/lib/libm/noieee_src/ |
n_tan.c | 42 double a,z,ss,cc,c; local in function:tan 61 cc = cos__C(z); 64 c = (z >= thresh ? __half-((z-__half)-cc) : __one-(z-cc)); 66 return x+(x*(z-(cc-ss)))/c; /* ... sin/cos */
|
/src/usr.bin/mkdep/ |
findcc.c | 54 char *cc; local in function:findcc 62 if ((cc = strndup(progname, progname_len)) == NULL) 64 if (access(cc, X_OK) == 0) 65 return cc; 66 free(cc);
|
/src/sys/kern/ |
kern_timeout.c | 118 #define BUCKET(cc, rel, abs) \ 121 ? &(cc)->cc_wheel[MASKWHEEL(0, (abs))] \ 122 : &(cc)->cc_wheel[MASKWHEEL(1, (abs)) + WHEELSIZE] \ 124 ? &(cc)->cc_wheel[MASKWHEEL(2, (abs)) + 2*WHEELSIZE] \ 125 : &(cc)->cc_wheel[MASKWHEEL(3, (abs)) + 3*WHEELSIZE]) 127 #define MOVEBUCKET(cc, wheel, time) \ 128 CIRCQ_APPEND(&(cc)->cc_todo, \ 129 &(cc)->cc_wheel[MASKWHEEL((wheel), (time)) + (wheel)*WHEELSIZE]) 262 struct callout_cpu *cc; local in function:callout_lock 266 cc = c->c_cpu 295 struct callout_cpu *cc; local in function:callout_startup 318 struct callout_cpu *cc; local in function:callout_init_cpu 361 struct callout_cpu *cc; local in function:callout_init 418 struct callout_cpu *cc, *occ; local in function:callout_schedule_locked 586 struct callout_cpu *cc; local in function:callout_wait 662 struct callout_cpu *cc; local in function:callout_bind 789 struct callout_cpu *cc; local in function:callout_hardclock 824 struct callout_cpu *cc; local in function:callout_softclock 931 struct callout_cpu *cc; local in function:db_show_callout [all...] |
/src/tests/usr.bin/nbperf/ |
h_nbperf.sh | 31 cc -o testprog -I. $5
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
CMakeLists.txt | 12 sanitizer_allocator_test.cc 13 sanitizer_atomic_test.cc 14 sanitizer_bitvector_test.cc 15 sanitizer_bvgraph_test.cc 16 sanitizer_common_test.cc 17 sanitizer_deadlock_detector_test.cc 18 sanitizer_flags_test.cc 19 sanitizer_format_interceptor_test.cc 20 sanitizer_ioctl_test.cc 21 sanitizer_libc_test.cc [all...] |
/src/sys/dev/fdt/ |
fdt_clock.c | 57 struct fdtbus_clock_controller *cc; local in function:fdtbus_register_clock_controller 59 cc = kmem_alloc(sizeof(*cc), KM_SLEEP); 60 cc->cc_dev = dev; 61 cc->cc_phandle = phandle; 62 cc->cc_funcs = funcs; 64 LIST_INSERT_HEAD(&fdtbus_clock_controllers, cc, cc_next); 74 struct fdtbus_clock_controller *cc; local in function:fdtbus_get_clock_controller 76 LIST_FOREACH(cc, &fdtbus_clock_controllers, cc_next) { 77 if (cc->cc_phandle == phandle 87 struct fdtbus_clock_controller *cc; local in function:fdtbus_clock_get_index_prop 197 struct fdtbus_clock_controller *cc; local in function:fdtbus_clock_byname [all...] |
/src/common/dist/zlib/contrib/minizip/ |
make_vms.com | 13 $ cc/include=[--]/prefix=all ioapi.c 14 $ cc/include=[--]/prefix=all miniunz.c 15 $ cc/include=[--]/prefix=all unzip.c 16 $ cc/include=[--]/prefix=all minizip.c 17 $ cc/include=[--]/prefix=all zip.c
|