Searched refs:simple (Results 1 - 25 of 108) sorted by relevance

12345

/freebsd-current/tools/tools/vhba/
H A DMakefile26 SUBDIR= simple medium lots faulty rptluns mptest
/freebsd-current/usr.bin/patch/
H A Dbackupfile.h21 /* Make simple backups of every file. */
22 simple, enumerator in enum:backup_type
26 * and simple backups of the others.
H A Dbackupfile.c34 * The extension added to file names to produce a simple (as opposed to
57 if (backup_type == simple)
220 "none", "never", "simple", "nil", "existing", "t", "numbered", 0
224 none, simple, simple, numbered_existing,
/freebsd-current/contrib/xz/src/liblzma/simple/
H A Dsimple_private.h4 /// \brief Private definitions for so called simple filters
27 /// Currently all simple filters use the same function for encoding
34 size_t (*filter)(void *simple, uint32_t now_pos,
39 void *simple; member in struct:__anon105
69 size_t (*filter)(void *simple, uint32_t now_pos,
H A Dx86.c36 lzma_simple_x86 *simple = simple_ptr; local
37 uint32_t prev_mask = simple->prev_mask;
38 uint32_t prev_pos = simple->prev_pos;
119 simple->prev_mask = prev_mask;
120 simple->prev_pos = prev_pos;
135 lzma_simple_x86 *simple = coder->simple; local
136 simple->prev_mask = 0;
137 simple->prev_pos = (uint32_t)(-5);
H A Dsimple_coder.c4 /// \brief Wrapper for simple filters
60 const size_t filtered = coder->filter(coder->simple,
78 // simple filters it can be done at offset that is a multiple of 2,
217 lzma_free(coder->simple, allocator);
239 size_t (*filter)(void *simple, uint32_t now_pos,
267 coder->simple = lzma_alloc(simple_size, allocator);
268 if (coder->simple == NULL)
271 coder->simple = NULL;
276 const lzma_options_bcj *simple = filters[0].options; local
277 coder->now_pos = simple
237 lzma_simple_coder_init(lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter_info *filters, size_t (*filter)(void *simple, uint32_t now_pos, bool is_encoder, uint8_t *buffer, size_t size), size_t simple_size, size_t unfiltered_max, uint32_t alignment, bool is_encoder) argument
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.retlist.s34 ENTRY(simple)
37 SET_SIZE(simple)
H A Dtst.retlist.ksh41 match=`$dtrace -l -n pid$PID:a.out:simple: -n pid$PID:a.out:complex: | wc -l`
/freebsd-current/contrib/netbsd-tests/lib/librumphijack/
H A Dt_cwd.sh47 test_case basic_chdir /rump simple chdir
48 test_case basic_fchdir /rump simple fchdir
49 test_case slash_chdir // simple chdir
50 test_case slash_fchdir // simple fchdir
H A Dh_cwd.c80 simple(void) function
162 if (strcmp(argv[2], "simple") == 0)
163 simple();
/freebsd-current/crypto/openssl/test/
H A Dgenerate_buildtest.pl19 * Generated with test/generate_buildtest.pl, to check that such a simple
/freebsd-current/contrib/bmake/unit-tests/
H A Ddotwait.exp0 simple.1
2 simple.1
3 simple.2
4 simple.2
H A Dunexport.mk13 # been replaced with a simple space, and expressions are not yet expanded.
H A Ddotwait.mk5 TESTS= simple recursive shared cycle
40 # simple: no recursion, no cycles
41 simple: simple.1 .WAIT simple.2
H A Dcounter.mk9 # returned an error marker instead of a simple empty string.
H A Dcounter-append.mk9 # returned an error marker instead of a simple empty string.
/freebsd-current/share/examples/tests/tests/atf/
H A Dcp_test.sh63 atf_test_case simple
118 atf_add_test_case simple
/freebsd-current/contrib/netbsd-tests/lib/libpthread/
H A Dt_kill.c110 ATF_TC(simple); variable
111 ATF_TC_HEAD(simple, tc)
115 ATF_TC_BODY(simple, tc)
144 ATF_TP_ADD_TC(tp, simple);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DDOTGraphTraits.h11 // this file will produce a simple, but not very polished graph. By
38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} argument
167 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} argument
/freebsd-current/contrib/ntp/libjsmn/
H A DMakefile20 simple_example: example/simple.o libjsmn.a
27 rm -f jsmn.o jsmn_test.o example/simple.o
/freebsd-current/cddl/usr.sbin/dtrace/tests/common/union/
H A DMakefile15 err.D_DECL_INCOMPLETE.simple.d \
/freebsd-current/cddl/usr.sbin/dtrace/tests/common/struct/
H A DMakefile16 err.D_DECL_INCOMPLETE.simple.d \
/freebsd-current/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh219 atf_set "descr" "Checks simple cases of 'ps -o foo' to control which" \
247 atf_set "descr" "Tests simple uses of header overriding via" \
306 atf_set "descr" "Tests simple uses of null column headings" \
/freebsd-current/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_forkcli.c18 simple(void) function
140 { "simple", simple },
/freebsd-current/crypto/openssl/
H A Dconfig.com9 $ ! Very simple for the moment, it will take the following arguments:

Completed in 157 milliseconds

12345