| /src/tests/usr.bin/mkdep/ |
| t_mkdep.sh | 38 atf_check touch sample.c 40 atf_check mkdep -f sample.d -P some/path/ sample.c 41 atf_check -o ignore grep '^some/path/sample.o:' sample.d 51 atf_check touch sample.c 54 atf_check mkdep -f sample.d sample.c 55 atf_check -o ignore grep '^sample.o:' sample. [all...] |
| /src/external/gpl3/gdb.old/dist/sim/testsuite/m32c/ |
| blinky.s | 1 ;;; blinky.s --- sample program to blink LED's on M32C simulator
|
| /src/external/gpl3/gdb/dist/sim/testsuite/m32c/ |
| blinky.s | 1 ;;; blinky.s --- sample program to blink LED's on M32C simulator
|
| /src/sys/arch/x68k/usr.bin/bellctrl/ |
| Makefile | 5 all: bellctrl sample.fm 7 sample.fm: sample_fm.c 8 $(CC) -c -o sample.aout ${.CURDIR}/sample_fm.c 9 strip sample.aout 10 dd bs=1 skip=32 count=52 if=sample.aout of=$@ 11 rm sample.aout 17 CLEANFILES+=sample.fm
|
| /src/external/bsd/ntp/dist/tests/libntp/ |
| humandate.c | 27 time_t sample = 1276601278; local 31 tm = localtime(&sample); 36 TEST_ASSERT_EQUAL_STRING(expected, humantime(sample)); 44 time_t sample; local 48 time(&sample); 50 tm = localtime(&sample); 55 TEST_ASSERT_EQUAL_STRING(expected, humantime(sample));
|
| /src/external/mit/isl/dist/ |
| polyhedron_sample.c | 19 struct isl_vec *sample; local 23 sample = isl_basic_set_sample_vec(isl_basic_set_copy(bset)); 25 p = isl_printer_print_vec(p, sample); 28 assert(sample); 29 if (isl_vec_size(sample) > 0) 30 assert(isl_basic_set_contains(bset, sample)); 32 isl_vec_free(sample);
|
| isl_sample.c | 39 /* Construct a zero sample of the same dimension as bset. 41 * function creates a zero-dimensional sample point. 46 struct isl_vec *sample; local 51 sample = isl_vec_alloc(bset->ctx, 1 + dim); 52 if (sample) { 53 isl_int_set_si(sample->el[0], 1); 54 isl_seq_clr(sample->el + 1, dim); 57 return sample; 67 struct isl_vec *sample; local 77 sample = isl_vec_alloc(bset->ctx, 2) 134 struct isl_vec *sample; local 386 struct isl_vec *sample; local 543 isl_vec *sample; member in struct:isl_factored_sample_data 556 isl_vec *sample; local 630 struct isl_vec *sample; local 739 struct isl_vec *sample; local 952 struct isl_vec *sample; local 1174 struct isl_vec *sample = isl_vec_copy(bset->sample); local 1273 isl_basic_map *sample = NULL; local [all...] |
| isl_affine_hull.c | 270 struct isl_vec *sample = NULL; local 279 sample = isl_vec_alloc(ctx, 1 + dim); 280 if (!sample) 282 isl_int_set_si(sample->el[0], 1); 283 isl_seq_combine(sample->el + 1, 284 ctx->one, tab->bmap->sample->el + 1, 286 if (isl_basic_map_contains(tab->bmap, sample)) 287 return sample; 288 isl_vec_free(sample); 289 sample = NULL 436 struct isl_vec *sample; local 501 struct isl_vec *sample = NULL; local 628 struct isl_vec *sample; local 769 struct isl_vec *sample = isl_vec_copy(hull->sample); local 878 struct isl_vec *sample = isl_vec_copy(hull->sample); local [all...] |
| isl_scan.h | 18 __isl_take isl_vec *sample);
|
| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| threaded.d | 3 * threaded.d - sample multi-threaded CPU usage. 49 * Sample at 100 Hertz 54 @sample[pid, execname] = lquantize(tid, 0, 128, 1); 63 printa("\n PID: %-8d CMD: %s\n%@d", @sample); 65 trunc(@sample);
|
| cpuwalk.d | 13 * cpuwalk.d 10 # sample for 10 seconds 14 * cpuwalk.d # sample until Ctrl-C is hit 55 @sample[pid, execname] = lquantize(cpu, 0, MAXCPUID, 1); 71 printa("\n PID: %-8d CMD: %s\n%@d", @sample);
|
| /src/external/cddl/dtracetoolkit/dist/Proc/ |
| threaded.d | 3 * threaded.d - sample multi-threaded CPU usage. 49 * Sample at 100 Hertz 54 @sample[pid, execname] = lquantize(tid, 0, 128, 1); 63 printa("\n PID: %-8d CMD: %s\n%@d", @sample); 65 trunc(@sample);
|
| /src/share/examples/racoon/ |
| Makefile | 10 FILES= psk.txt.sample racoon.conf.sample \ 11 racoon.conf.sample-gssapi racoon.conf.sample-inherit \ 12 racoon.conf.sample-natt racoon.conf.sample-plainrsa \
|
| /src/sys/external/bsd/drm2/include/linux/ |
| average.h | 50 ewma_##NAME##_add(struct ewma_##NAME *ewma, unsigned long sample) \ 55 sample <<= (PREC); \ 57 ewma->ewma_state = sample; \ 60 ewma->ewma_state = (((state << shift) - state) + sample) >> shift; \
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| hist.h | 30 int *sample; /* Histogram samples (shorts in the file!). */ member in struct:histogram
|
| /src/external/gpl3/binutils/dist/gprofng/common/ |
| hwcfuncs.h | 75 hwc_sample_t sample[MAX_PICS]; /* counter samples or start values */ member in struct:__anon10198 78 #define HWCFUNCS_SAMPLE_RESET(sample) \ 80 (sample)->smpl_pc =HWCFUNCS_INVALID_U64; \ 81 (sample)->smpl_data_source =HWCFUNCS_INVALID_U64; \ 82 (sample)->smpl_latency =HWCFUNCS_INVALID_U64; \ 83 (sample)->smpl_mem_addr =HWCFUNCS_INVALID_U64; \ 86 #define HWCFUNCS_SAMPLE_IS_RESET(sample) \ 88 (sample)->smpl_pc ==HWCFUNCS_INVALID_U64 && \ 89 (sample)->smpl_data_source==HWCFUNCS_INVALID_U64 && \ 90 (sample)->smpl_latency ==HWCFUNCS_INVALID_U64 && [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/common/ |
| hwcfuncs.h | 75 hwc_sample_t sample[MAX_PICS]; /* counter samples or start values */ member in struct:__anon11671 78 #define HWCFUNCS_SAMPLE_RESET(sample) \ 80 (sample)->smpl_pc =HWCFUNCS_INVALID_U64; \ 81 (sample)->smpl_data_source =HWCFUNCS_INVALID_U64; \ 82 (sample)->smpl_latency =HWCFUNCS_INVALID_U64; \ 83 (sample)->smpl_mem_addr =HWCFUNCS_INVALID_U64; \ 86 #define HWCFUNCS_SAMPLE_IS_RESET(sample) \ 88 (sample)->smpl_pc ==HWCFUNCS_INVALID_U64 && \ 89 (sample)->smpl_data_source==HWCFUNCS_INVALID_U64 && \ 90 (sample)->smpl_latency ==HWCFUNCS_INVALID_U64 && [all...] |
| /src/external/cddl/dtracetoolkit/dist/Cpu/ |
| cpuwalk.d | 13 * cpuwalk.d 10 # sample for 10 seconds 14 * cpuwalk.d # sample until Ctrl-C is hit 55 @sample[pid, execname] = lquantize(cpu, 0, MAXCPUID, 1); 71 printa("\n PID: %-8d CMD: %s\n%@d", @sample);
|
| /src/external/bsd/am-utils/dist/scripts/ |
| Makefile.am | 24 sysconf_DATA = amd.conf-sample lostaltmail.conf-sample 43 amd.conf-sample \ 44 lostaltmail.conf-sample \
|
| /src/external/bsd/zstd/dist/tests/ |
| test-zstd-versions.py | 88 def dict_ok(tag, dict_name, sample): 93 with open(sample, "rb") as i: 140 def dict_compress_sample(tag, sample): 143 zstd(tag, ['-D', dict_name, '-1'] + verbose, sample, sample + '_01_64_' + tag + '_dictio.zst') 144 zstd(tag, ['-D', dict_name, '-3'], sample, sample + '_03_64_' + tag + '_dictio.zst') 145 zstd(tag, ['-D', dict_name, '-5'], sample, sample + '_05_64_' + tag + '_dictio.zst') 146 zstd(tag, ['-D', dict_name, '-9'], sample, sample + '_09_64_' + tag + '_dictio.zst' [all...] |
| /src/sys/modules/ath/ |
| Makefile | 11 athrate-sample.c
|
| /src/external/bsd/atf/etc/atf/ |
| Makefile | 5 .PATH: ${SRCDIR}/tools/sample
|
| /src/external/bsd/atf/share/examples/atf/ |
| Makefile | 7 .PATH: ${SRCDIR}/tools/sample
|
| /src/external/gpl3/binutils/dist/gprof/ |
| hist.h | 30 int *sample; /* Histogram samples (shorts in the file!). */ member in struct:histogram 37 each sample covers HIST_SCALE bytes. */
|
| /src/external/gpl3/binutils.old/dist/gprof/ |
| hist.h | 30 int *sample; /* Histogram samples (shorts in the file!). */ member in struct:histogram 37 each sample covers HIST_SCALE bytes. */
|