Home
last modified time | relevance | path

Searched full:here (Results 1 – 25 of 6609) sorted by relevance

12345678910>>...265

/freebsd/sys/contrib/zlib/
H A Dinfback.c252 code here; /* current decoding table entry */ in inflateBack() local
388 here = state->lencode[BITS(state->lenbits)]; in inflateBack()
389 if ((unsigned)(here.bits) <= bits) break; in inflateBack()
392 if (here.val < 16) { in inflateBack()
393 DROPBITS(here.bits); in inflateBack()
394 state->lens[state->have++] = here.val; in inflateBack()
397 if (here.val == 16) { in inflateBack()
398 NEEDBITS(here.bits + 2); in inflateBack()
399 DROPBITS(here.bits); in inflateBack()
409 else if (here.val == 17) { in inflateBack()
[all …]
H A Dinftrees.c48 code here; /* table entry for duplication */ in inflate_table() local
113 here.op = (unsigned char)64; /* invalid code marker */ in inflate_table()
114 here.bits = (unsigned char)1; in inflate_table()
115 here.val = (unsigned short)0; in inflate_table()
116 *(*table)++ = here; /* make a table to force an error */ in inflate_table()
117 *(*table)++ = here; in inflate_table()
211 here.bits = (unsigned char)(len - drop); in inflate_table()
213 here.op = (unsigned char)0; in inflate_table()
214 here.val = work[sym]; in inflate_table()
217 here.op = (unsigned char)(extra[work[sym] - match]); in inflate_table()
[all …]
H A Dinffast.c70 code const *here; /* retrieved table entry */ in inflate_fast() local
107 here = lcode + (hold & lmask); in inflate_fast()
109 op = (unsigned)(here->bits); in inflate_fast()
112 op = (unsigned)(here->op); in inflate_fast()
114 Tracevv((stderr, here->val >= 0x20 && here->val < 0x7f ? in inflate_fast()
116 "inflate: literal 0x%02x\n", here->val)); in inflate_fast()
117 *out++ = (unsigned char)(here->val); in inflate_fast()
120 len = (unsigned)(here->val); in inflate_fast()
138 here = dcode + (hold & dmask); in inflate_fast()
140 op = (unsigned)(here->bits); in inflate_fast()
[all …]
H A Dinflate.c600 code here; /* current decoding table entry */ in inflate() local
942 here = state->lencode[BITS(state->lenbits)]; in inflate()
943 if ((unsigned)(here.bits) <= bits) break; in inflate()
946 if (here.val < 16) { in inflate()
947 DROPBITS(here.bits); in inflate()
948 state->lens[state->have++] = here.val; in inflate()
951 if (here.val == 16) { in inflate()
952 NEEDBITS(here.bits + 2); in inflate()
953 DROPBITS(here.bits); in inflate()
963 else if (here.val == 17) { in inflate()
[all …]
/freebsd/crypto/openssl/util/
H A Dopensslwrap.sh3 HERE="`echo $0 | sed -e 's|[^/]*$||'`"
4 OPENSSL="${HERE}../apps/openssl"
6 if [ -d "${HERE}../engines" -a "x$OPENSSL_ENGINES" = "x" ]; then
7 OPENSSL_ENGINES="${HERE}../engines"; export OPENSSL_ENGINES
9 if [ -d "${HERE}../providers" -a "x$OPENSSL_MODULES" = "x" ]; then
10 OPENSSL_MODULES="${HERE}../providers"; export OPENSSL_MODULES
22 PATH="${HERE}..:$PATH"; export PATH
25 elif [ -x "${OPENSSL}" -a -x "${HERE}shlib_wrap.sh" ]; then
26 exec "${HERE}shlib_wrap.sh" "${OPENSSL}" "$@"
H A Dfips-checksums.sh3 HERE=`dirname $0`
13 | $HERE/lang-compress.pl 'C' \
20 | $HERE/lang-compress.pl 'perl' \
26 | $HERE/lang-compress.pl 'S' \
/freebsd/usr.bin/tail/tests/
H A Dtail_test.sh48 cat > infile <<HERE heredoc
52 HERE
53 cat > expectfile << HERE heredoc
57 HERE
71 cat > infile <<HERE heredoc
75 HERE
76 cat > expectfile << HERE heredoc
79 HERE
95 cat > expectfile << HERE heredoc
100 HERE
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/
H A Dxattr_011_pos.ksh75 # we should have no xattr here
79 # we should have an xattr here
83 # we should have no xattr here
87 # we should have no xattr here
153 # we should have no xattr here
158 # we should have no xattr here
163 # we should have an xattr here
168 # we should have no xattr here
187 # we should have no xattr here
192 # we should have an xattr here
[all …]
/freebsd/bin/sh/tests/builtins/
H A Dtype1.01 command -v not-here && exit 1
2 command -v /not-here && exit 1
3 command -V not-here && exit 1
4 command -V /not-here && exit 1
5 type not-here && exit 1
6 type /not-here && exit 1
H A Dtype1.0.stderr1 not-here: not found
2 /not-here: No such file or directory
3 not-here: not found
4 /not-here: No such file or directory
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td78 "subobject declared here">;
153 def note_constexpr_temporary_here : Note<"temporary created here">;
154 def note_constexpr_dynamic_alloc_here : Note<"heap allocation performed here">;
196 "volatile %select{temporary created|object declared|member declared}0 here">;
394 "allocation performed here was not deallocated"
465 def note_odr_value_here : Note<"declared here with type %0">;
481 "%0 is a %select{struct|interface|union|class|enum}1 here">;
482 def note_odr_field : Note<"field %0 has type %1 here">;
483 def note_odr_field_name : Note<"field has name %0 here">;
484 def note_odr_missing_field : Note<"no corresponding field here">;
[all …]
/freebsd/share/doc/psd/22.rpcgen/
H A Drpcgen.ms85 to convert to run over the network. Here we will demonstrate such a
168 Here it is:
185 an entire remote program here which contains the single procedure
203 procedure itself. Here's the definition of a remote procedure
245 Notice here that the declaration of the remote procedure
267 finally the version number (here 1) is appended.
270 the remote procedure. Here it is:
365 There are two things to note here:
379 Here's how to put all of the pieces together:
387 Two programs were compiled here: the client program
[all …]
/freebsd/usr.bin/csplit/tests/
H A Dcsplit_test.sh34 cat > expectfile00 << HERE heredoc
37 HERE
38 cat > expectfile01 << HERE heredoc
42 HERE
43 cat > expectfile02 << HERE heredoc
47 HERE
/freebsd/contrib/bmake/unit-tests/
H A Dexport-all.mk11 here := ${.PARSEDIR}
14 UT_BADDIR= ${${here}/../${here:T}:L:${M_tAbad}:T}
16 UT_OKDIR= ${${here}/../${here:T}:L:${M_tA}:T}
/freebsd/tests/sys/cddl/zfs/tests/xattr/
H A Dxattr_011_pos.ksh82 # we should have no xattr here
86 # we should have an xattr here
90 # we should have no xattr here
94 # we should have no xattr here
151 # we should have no xattr here
156 # we should have no xattr here
162 # we should have an xattr here
167 # we should have no xattr here
180 # we should have no xattr here
185 # we should have an xattr here
[all …]
/freebsd/contrib/nvi/regex/
H A Dregexec.c78 /* do "if I'm here, I can also be there" etc without branches */
79 #define FWD(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) << (n))
80 #define BACK(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) >> (n))
81 #define ISSETBACK(v, n) ((v) & ((unsigned)here >> (n)))
127 /* do "if I'm here, I can also be there" etc without branches */
128 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
129 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
130 #define ISSETBACK(v, n) ((v)[here - (n)])
147 * We put this here so we can exploit knowledge of the state representation
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregexec.c75 /* do "if I'm here, I can also be there" etc without branches */
76 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
77 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
78 #define ISSETBACK(v, n) (((v) & ((unsigned long)here >> (n))) != 0)
124 /* do "if I'm here, I can also be there" etc without branches */
125 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
126 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
127 #define ISSETBACK(v, n) ((v)[here - (n)])
136 * We put this here so we can exploit knowledge of the state representation
/freebsd/sys/contrib/openzfs/config/
H A DShellcheck.am13 JUST_SHELLCHECK_OPTS = $(addprefix shellcheck-here-,$(subst /,^,$(1)))
14 JUST_CHECKBASHISMS_OPTS = $(addprefix checkbashisms-here-,$(subst /,^,$(1)))
19 _STGT = $(subst ^,/,$(subst shellcheck-here-,,$@))
20 shellcheck-here-%:
33 _BTGT = $(subst ^,/,$(subst checkbashisms-here-,,$@))
34 checkbashisms-here-%:
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dhash.t12 my $template = 'We will put value of $v (which is "good") here -> {$v}';
24 my $result2 = 'We will put value of $v (which is "good") here -> good';
32 my $result4 = 'We will put value of $v (which is "good") here -> good';
37 my $result5 = 'We will put value of $v (which is "good") here -> good';
45 my $result7 = 'We will put value of $v (which is "good") here -> good';
55 … my $template8 = 'We will put value of $v (which is "good") here -> {defined $v ? "bad" : "good"}';
56 my $result8 = 'We will put value of $v (which is "good") here -> good';
H A Dbasic.t18 We will put value of \$v (which is "abc") here -> {\$v}
19 We will evaluate 1+1 here -> {1 + 1}
46 We will put value of \$v (which is "abc") here -> abc
47 We will evaluate 1+1 here -> 2
51 We will put value of \$v (which is "abc") here -> ABC
52 We will evaluate 1+1 here -> 2
86 'We will put value of $v (which is "abc") here -> {$v}', "\n",
87 'We will evaluate 1+1 here -> {1+1}', "\n"
/freebsd/lib/libc/regex/
H A Dregexec.c109 /* do "if I'm here, I can also be there" etc without branches */
110 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
111 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
112 #define ISSETBACK(v, n) (((v) & ((unsigned long)here >> (n))) != 0)
163 /* do "if I'm here, I can also be there" etc without branches */
164 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
165 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
166 #define ISSETBACK(v, n) ((v)[here - (n)])
196 * We put this here so we can exploit knowledge of the state representation
/freebsd/contrib/libucl/tests/basic/
H A D18.res4 many = "values here";
10 many = "values here";
15 many = "values here";
21 many = "values here";
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_misc.c229 /* Nothing to do here. Supported queue depth in bsd_set_hint_adapter_queue_depth()
233 /* Nothing to do here. Supported queue depth in bsd_set_hint_adapter_queue_depth()
237 /* Set Device.Hint queue depth here */ in bsd_set_hint_adapter_queue_depth()
260 /* Nothing to do here. Supported sg count in bsd_set_hint_scatter_gather_config()
265 /* Nothing to do here. Supported sg count in bsd_set_hint_scatter_gather_config()
269 /* Set Device.Hint sg count here */ in bsd_set_hint_scatter_gather_config()
303 /* Nothing to do here. Supported cpu count in bsd_set_hint_adapter_cpu_config()
307 /* Set Device.Hint cpu count here */ in bsd_set_hint_adapter_cpu_config()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcinttypes.cppm
H A Dcinttypes.inc20 // abs is conditionally here, but always present in cmath.cppm. To avoid
21 // conflicing declarations omit the using here.
23 // div is conditionally here, but always present in cstdlib.cppm. To avoid
24 // conflicing declarations omit the using here.

12345678910>>...265