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

123

/freebsd-10.0-release/tools/tools/vhba/
H A DMakefile27 SUBDIR= simple medium lots faulty rptluns mptest
/freebsd-10.0-release/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.c36 * The extension added to file names to produce a simple (as opposed to
59 if (backup_type == simple)
222 "never", "simple", "nil", "existing", "t", "numbered", 0
226 simple, simple, numbered_existing,
/freebsd-10.0-release/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-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.retlist.s34 ENTRY(simple) function
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-10.0-release/contrib/xz/src/liblzma/simple/
H A Dsimple_private.h4 /// \brief Private definitions for so called simple filters
29 /// Currently all simple filters use the same function for encoding
36 size_t (*filter)(lzma_simple *simple, uint32_t now_pos,
41 lzma_simple *simple; member in struct:lzma_coder_s
70 size_t (*filter)(lzma_simple *simple, uint32_t now_pos,
H A Dx86.c27 x86_code(lzma_simple *simple, uint32_t now_pos, bool is_encoder, argument
36 uint32_t prev_mask = simple->prev_mask;
37 uint32_t prev_pos = simple->prev_pos;
118 simple->prev_mask = prev_mask;
119 simple->prev_pos = prev_pos;
133 next->coder->simple->prev_mask = 0;
134 next->coder->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,
76 // simple filters it can be done at offset that is a multiple of 2,
204 lzma_free(coder->simple, allocator);
224 size_t (*filter)(lzma_simple *simple, uint32_t now_pos,
250 next->coder->simple = lzma_alloc(
252 if (next->coder->simple == NULL)
255 next->coder->simple = NULL;
260 const lzma_options_bcj *simple = filters[0].options; local
261 next->coder->now_pos = simple
222 lzma_simple_coder_init(lzma_next_coder *next, lzma_allocator *allocator, const lzma_filter_info *filters, size_t (*filter)(lzma_simple *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 Darm.c18 arm_code(lzma_simple *simple lzma_attribute((__unused__)),
H A Darmthumb.c18 armthumb_code(lzma_simple *simple lzma_attribute((__unused__)),
H A Dpowerpc.c18 powerpc_code(lzma_simple *simple lzma_attribute((__unused__)),
H A Dsparc.c18 sparc_code(lzma_simple *simple lzma_attribute((__unused__)),
H A Dia64.c18 ia64_code(lzma_simple *simple lzma_attribute((__unused__)),
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDOTGraphTraits.h12 // this file will produce a simple, but not very polished graph. By
39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} argument
161 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} argument
/freebsd-10.0-release/lib/libvgl/
H A DMakefile5 SRCS= main.c simple.c bitmap.c text.c mouse.c keyboard.c
/freebsd-10.0-release/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
/freebsd-10.0-release/lib/liblzma/
H A DMakefile110 .PATH: ${LZMADIR}/simple
133 -I${LZMADIR}/simple \
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_iter.c142 zfs_iter_snapshots(zfs_handle_t *zhp, boolean_t simple, zfs_iter_f func, argument
152 zc.zc_simple = simple;
159 if (simple)
/freebsd-10.0-release/contrib/bmake/
H A Dbsd.after-import.mk66 # These are the simple files we want to capture
101 echo; echo '# override some simple things'; \
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A DMakefile37 simple.c \
/freebsd-10.0-release/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec13 pam_passwdqc is a simple password strength checking module for
/freebsd-10.0-release/tools/tools/net80211/wesside/wesside/
H A Daircrack-ptw-lib.c368 int simple, onestrong, twostrong; local
373 simple = testlimit - onestrong - twostrong;
405 if (doComputation(state, keybuf, keylen, table, (sorthelper *) sh, strongbytes, simple)) {
/freebsd-10.0-release/contrib/bmake/unit-tests/
H A Dtest.exp62 simple.1
63 simple.1
64 simple.2
65 simple.2
/freebsd-10.0-release/tools/regression/usr.sbin/etcupdate/
H A Dtests.sh429 cat > $OLD/difffiles/difffiles/difffiles/simple <<EOF
433 cat > $NEW/difffiles/difffiles/difffiles/simple <<EOF
437 cat > $TEST/difffiles/difffiles/difffiles/simple <<EOF
838 file /difffiles/difffiles/difffiles/simple "" \
922 M /difffiles/difffiles/difffiles/simple

Completed in 179 milliseconds

123