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

123

/freebsd-9.3-release/tools/tools/vhba/
H A DMakefile27 SUBDIR= simple medium lots faulty rptluns mptest
/freebsd-9.3-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-9.3-release/gnu/usr.bin/patch/
H A Dbackupfile.h28 /* Make simple backups of every file. */
29 simple, enumerator in enum:backup_type
32 and simple backups of the others. */
H A Dbackupfile.c75 /* The extension added to file names to produce a simple (as opposed
115 if (backup_type == simple)
316 "never", "simple", "nil", "existing", "t", "numbered", 0
321 simple, simple, numbered_existing, numbered_existing, numbered, numbered
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/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-9.3-release/contrib/gnu-sort/lib/
H A Dargmatch.c222 /* Make simple backups of every file. */ enumerator in enum:backup_type
223 simple,
226 and simple backups of the others. */
238 "simple", "never",
247 simple, simple,
/freebsd-9.3-release/lib/libvgl/
H A DMakefile5 SRCS= main.c simple.c bitmap.c text.c mouse.c keyboard.c
/freebsd-9.3-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-9.3-release/lib/liblzma/
H A DMakefile110 .PATH: ${LZMADIR}/simple
133 -I${LZMADIR}/simple \
/freebsd-9.3-release/contrib/cvs/src/
H A Dvers_ts.c195 int simple; local
199 &simple);
202 else if (simple)
/freebsd-9.3-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-9.3-release/gnu/usr.bin/binutils/libbfd/
H A DMakefile37 simple.c \
/freebsd-9.3-release/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec13 pam_passwdqc is a simple password strength checking module for
/freebsd-9.3-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
153 zc.zc_simple = simple;
160 if (simple)

Completed in 320 milliseconds

123