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

1234

/freebsd-11-stable/tools/tools/vhba/
H A DMakefile27 SUBDIR= simple medium lots faulty rptluns mptest
/freebsd-11-stable/usr.bin/patch/
H A Dbackupfile.h22 /* Make simple backups of every file. */
23 simple, enumerator in enum:backup_type
27 * and simple backups of the others.
H A Dbackupfile.c35 * The extension added to file names to produce a simple (as opposed to
58 if (backup_type == simple)
221 "none", "never", "simple", "nil", "existing", "t", "numbered", 0
225 none, simple, simple, numbered_existing,
/freebsd-11-stable/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:__anon4469
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,
215 lzma_free(coder->simple, allocator);
237 size_t (*filter)(void *simple, uint32_t now_pos,
265 coder->simple = lzma_alloc(simple_size, allocator);
266 if (coder->simple == NULL)
269 coder->simple = NULL;
274 const lzma_options_bcj *simple = filters[0].options; local
275 coder->now_pos = simple
235 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...]
H A Dsparc.c18 sparc_code(void *simple lzma_attribute((__unused__)),
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Deqn.y114 %type <b> mark from_to sqrt_over script simple equation nonsup
177 | simple SUP script
182 simple %prec SUP
184 | simple SUB nonsup
186 | simple SUB simple SUP script
190 simple: label
221 | simple BAR
223 | simple UNDER
225 | simple PRIM
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/share/examples/tests/tests/atf/
H A Dcp_test.sh62 atf_test_case simple
117 atf_add_test_case simple
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Ddotwait.exp0 simple.1
2 simple.1
3 simple.2
4 simple.2
H A Ddotwait.mk5 TESTS= simple recursive shared cycle
40 # simple: no recursion, no cycles
41 simple: simple.1 .WAIT simple.2
/freebsd-11-stable/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-11-stable/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
161 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} argument
/freebsd-11-stable/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-11-stable/cddl/usr.sbin/dtrace/tests/common/union/
H A DMakefile16 err.D_DECL_INCOMPLETE.simple.d \
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/struct/
H A DMakefile17 err.D_DECL_INCOMPLETE.simple.d \
/freebsd-11-stable/usr.bin/diff/tests/
H A DMakefile15 simple.out \
/freebsd-11-stable/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-11-stable/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_forkcli.c18 simple(void) function
140 { "simple", simple },
/freebsd-11-stable/lib/libvgl/
H A DMakefile6 SRCS= main.c simple.c bitmap.c text.c mouse.c keyboard.c
/freebsd-11-stable/tools/tools/portsinfo/
H A Dportsinfo.sh22 The FreeBSD Ports Collection offers a simple way for users and
26 simple as downloading the port, unpacking it and typing make in the

Completed in 199 milliseconds

1234