Home
last modified time | relevance | path

Searched refs:code (Results 201 – 225 of 5016) sorted by relevance

12345678910>>...201

/freebsd-12.1/contrib/binutils/libiberty/
H A Dobstacks.texi112 @code{obstack_init}.
120 @code{obstack_alloc_failed_handler} is called. The @code{obstack_init}
148 @code{obstack} uses when @code{obstack_chunk_alloc} fails to allocate
167 @code{obstack_alloc}, which is invoked almost like @code{malloc}.
181 @code{obstack_chunk_alloc} failed.
209 @code{obstack_chunk_alloc} failed.
383 @code{obstack_ptr_grow}. It adds @code{sizeof (void *)} bytes
391 @code{obstack_int_grow} function. It adds @code{sizeof (int)} bytes to
478 The function @code{obstack_ptr_grow_fast} adds @code{sizeof (void *)}
486 The function @code{obstack_int_grow_fast} adds @code{sizeof (int)} bytes
[all …]
/freebsd-12.1/crypto/openssl/crypto/sha/asm/
H A Dsha512-parisc.pl108 $code.=<<___;
143 $code.=<<___;
167 $code=<<___;
235 $code.=<<___;
281 $code.=<<___;
303 $code.=<<___;
310 $code.=<<___;
316 $code.=<<___;
321 $code.=<<___;
362 $code.=<<___;
[all …]
H A Dsha1-parisc.pl71 $code.=<<___ if ($i<15);
102 $code.=<<___ if ($i<79);
136 $code.=<<___;
154 $code=<<___;
197 $code.=<<___;
204 $code.=<<___;
210 $code.=<<___;
216 $code.=<<___;
222 $code.=<<___;
228 $code.=<<___;
[all …]
H A Dsha1-sparcv9.pl65 $code.=<<___;
80 $code.=
83 $code.=<<___;
93 $code.=<<___;
99 $code.=<<___;
128 $code.=<<___;
152 $code.=<<___;
175 $code.=<<___;
190 $code.=<<___;
333 $code.=<<___;
[all …]
H A Dsha512-ia64.pl121 $code=<<___;
179 $code.=<<___ if ($BITS==64);
190 $code.=<<___;
210 $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
458 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32);
485 $code.=<<___;
532 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32);
548 $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
558 $code.=<<___;
611 foreach(split($/,$code)) {
H A Dsha1-armv4-large.pl111 $code.=<<___;
132 $code.=<<___;
164 $code.=<<___;
173 $code.=<<___;
181 $code.=<<___;
187 $code=<<___;
231 $code.=<<___;
246 $code.=<<___;
255 $code.=<<___;
272 $code.=<<___;
[all …]
/freebsd-12.1/sys/fs/msdosfs/
H A Dmsdosfs_conv.c525 uint16_t code; in unix2winfn() local
554 *wcp++ = code; in unix2winfn()
556 if (!code) in unix2winfn()
561 *wcp++ = code; in unix2winfn()
563 if (!code) in unix2winfn()
568 *wcp++ = code; in unix2winfn()
570 if (!code) in unix2winfn()
637 uint16_t code; in win2unixfn() local
660 switch (code) { in win2unixfn()
680 switch (code) { in win2unixfn()
[all …]
/freebsd-12.1/contrib/gcc/doc/
H A Dcontrib.texi450 code support, in addition to generalizing the code for frame pointer
840 rudimentary support for @code{INTEGER*1}, @code{INTEGER*2}, and
841 @code{LOGICAL*1}.
1192 Ka-Hing Cheung for @code{TreePath} and @code{TreeSelection} fixes.
1205 David Daney for @code{BitSet} bugfixes, @code{HttpURLConnection}
1230 Anthony Green for @code{MIDI} framework, @code{ALSA} and @code{DSSI}
1258 Roman Kennke for @code{BoxLayout}, @code{GrayFilter} and
1311 Ingo Proetel for @code{Image}, @code{Logger} and @code{URLClassLoader}
1318 Jan Roehrich for @code{BasicTreeUI} and @code{JTree} fixes.
1328 @code{TreeNode} enumerations and @code{ActionCommand} and various
[all …]
H A Dimplement-c.texi138 @cite{Which of @code{signed char} or @code{unsigned char} has the same
261 functions in @code{<math.h>} and @code{<complex.h>} that return floating-point
395 The @code{register} specifier affects code generation only in these ways:
441 @code{signed int} bit-field or as an @code{unsigned int} bit-field
449 @cite{Allowable bit-field types other than @code{_Bool}, @code{signed int},
482 it is the first of @code{signed char}, @code{short} and @code{int}
484 @code{unsigned char}, @code{unsigned short} and @code{unsigned int}
562 @cite{The maximum number of @code{case} values in a @code{switch}
623 @cite{The definitions for @code{__DATE__} and @code{__TIME__} when
640 In @code{<stddef.h>}, @code{NULL} expands to @code{((void *)0)}. GCC
[all …]
H A Dcpp.texi2077 @code{size_t}, @code{ptrdiff_t}, @code{wchar_t}, @code{wint_t},
2185 @code{_mips} is @code{__mips__}.
2219 @item @code{and} @tab @code{&&}
2220 @item @code{and_eq} @tab @code{&=}
2221 @item @code{bitand} @tab @code{&}
2222 @item @code{bitor} @tab @code{|}
2223 @item @code{compl} @tab @code{~}
2224 @item @code{not} @tab @code{!}
2225 @item @code{not_eq} @tab @code{!=}
2226 @item @code{or} @tab @code{||}
[all …]
/freebsd-12.1/usr.sbin/ppp/
H A Dpap.c100 lh.code = PAP_REQUEST; in pap_Req()
116 SendPapCode(struct authinfo *authp, int code, const char *message) in SendPapCode() argument
123 lh.code = code; in SendPapCode()
138 log_Printf(LogPHASE, "Pap Output: %s\n", papcodes[code]); in SendPapCode()
209 if (authp->in.hdr.code == 0 || authp->in.hdr.code > MAXPAPCODE) { in pap_Input()
210 log_Printf(LogPHASE, "Pap Input: %d: Bad PAP code !\n", authp->in.hdr.code); in pap_Input()
215 if (authp->in.hdr.code != PAP_REQUEST && authp->id != authp->in.hdr.id && in pap_Input()
219 papcodes[authp->in.hdr.code], authp->in.hdr.id, authp->id); in pap_Input()
228 if (authp->in.hdr.code == PAP_ACK) { in pap_Input()
248 papcodes[authp->in.hdr.code], txtlen, txt); in pap_Input()
[all …]
/freebsd-12.1/sys/contrib/zlib/
H A Dtrees.c239 int code; /* code value */ in tr_static_init() local
257 for (code = 0; code < LENGTH_CODES-1; code++) { in tr_static_init()
258 base_length[code] = length; in tr_static_init()
272 for (code = 0 ; code < 16; code++) { in tr_static_init()
273 base_dist[code] = dist; in tr_static_init()
280 for ( ; code < D_CODES; code++) { in tr_static_init()
281 base_dist[code] = dist << 7; in tr_static_init()
586 code = (code + bl_count[bits-1]) << 1;
1091 code = d_code(dist);
1164 res |= code & 1;
[all …]
/freebsd-12.1/contrib/gcc/
H A Dtree.c323 switch (code) in tree_code_size()
410 switch (code) in tree_size()
2112 switch (code) in tree_node_structure()
2150 switch (code) in tree_node_structure()
2723 if (code == TRUNC_DIV_EXPR || code == TRUNC_MOD_EXPR in stabilize_reference_1()
2724 || code == FLOOR_DIV_EXPR || code == FLOOR_MOD_EXPR in stabilize_reference_1()
2725 || code == CEIL_DIV_EXPR || code == CEIL_MOD_EXPR in stabilize_reference_1()
2726 || code == ROUND_DIV_EXPR || code == ROUND_MOD_EXPR) in stabilize_reference_1()
3182 if (code == VAR_DECL || code == PARM_DECL || code == RESULT_DECL) in build_decl_stat()
6165 int code; in tree_check_failed() local
[all …]
H A Dtree-vrp.c1563 || (code == PLUS_EXPR in vrp_int_const_binop()
1574 || (code == MINUS_EXPR in vrp_int_const_binop()
1612 if (code != PLUS_EXPR in extract_range_from_binary_expr()
1614 && code != MULT_EXPR in extract_range_from_binary_expr()
1620 && code != MIN_EXPR in extract_range_from_binary_expr()
1621 && code != MAX_EXPR in extract_range_from_binary_expr()
1759 || code == MIN_EXPR in extract_range_from_binary_expr()
1760 || code == MAX_EXPR) in extract_range_from_binary_expr()
2067 if (code == NOP_EXPR || code == CONVERT_EXPR) in extract_range_from_unary_expr()
2146 if (code == NEGATE_EXPR in extract_range_from_unary_expr()
[all …]
H A Dc-opts.c136 enum opt_code code; member
147 switch (code) in c_common_missing_argument()
197 deferred_opts[deferred_count].code = code; in defer_opt()
279 switch (code) in c_common_handle_option()
296 defer_opt (code, arg); in c_common_handle_option()
309 defer_opt (code, arg); in c_common_handle_option()
372 defer_opt (code, arg); in c_common_handle_option()
384 defer_opt (code, arg); in c_common_handle_option()
396 if (code != OPT_Wmost) in c_common_handle_option()
1338 if (opt->code == OPT_MT || opt->code == OPT_MQ) in handle_deferred_opts()
[all …]
/freebsd-12.1/crypto/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl92 $code.=<<___;
115 $code.=<<___;
145 $code.=<<___
165 $code.=<<___;
189 $code.=<<___;
203 $code.=<<___;
218 $code.=<<___;
239 $code.=<<___;
244 $code.=<<___;
250 $code.=<<___;
[all …]
/freebsd-12.1/contrib/ncurses/ncurses/
H A Dcurses.priv.h1448 #define if_WIDEC(code) code argument
1678 #define returnAttr(code) return code argument
1679 #define returnBits(code) return code argument
1680 #define returnBool(code) return code argument
1681 #define returnCPtr(code) return code argument
1684 #define returnChtype(code) return code argument
1685 #define returnCode(code) return code argument
1687 #define returnMMask(code) return code argument
1688 #define returnPtr(code) return code argument
1689 #define returnSP(code) return code argument
[all …]
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dtrees.c245 int code; /* code value */ in tr_static_init() local
261 for (code = 0; code < LENGTH_CODES-1; code++) { in tr_static_init()
262 base_length[code] = length; in tr_static_init()
276 for (code = 0 ; code < 16; code++) { in tr_static_init()
277 base_dist[code] = dist; in tr_static_init()
284 for ( ; code < D_CODES; code++) { in tr_static_init()
285 base_dist[code] = dist << 7; in tr_static_init()
591 next_code[bits] = code = (code + bl_count[bits-1]) << 1;
1099 code = d_code(dist);
1152 res |= code & 1;
[all …]
/freebsd-12.1/contrib/ntp/scripts/
H A Dinvoke-summary.texi18 using the @code{agtexi-cmd} template and the option descriptions for the @code{summary} program.
35 The text printed is the same whether selected with the @code{help} option
36 (@option{--help}) or the @code{more-help} option (@option{--more-help}). @code{more-help} will pri…
38 @code{more-help} is disabled on platforms without a working
39 @code{fork(2)} function. The @code{PAGER} environment variable is
41 with a status code of 0.
68 The directory where @code{ntpd} will search for .stat files generated
69 by @code{ntpd}.
77 option. Defaults to today minus one day (Use @code{date -u +%Y%m%d})
85 The output directory @code{summary} will write all output files to.
/freebsd-12.1/sys/contrib/zlib/doc/
H A Drfc1951.txt212 compressed data is represented using a Huffman code, using one code
362 alphabet). Such a code is called a Huffman code. (See
431 code = (code + bl_count[bits-1]) << 1;
695 distance code. Each code is defined by a sequence of code
698 compressed using a Huffman code. The alphabet for code lengths
719 code. One distance code of zero bits means that there are no
735 (HCLEN + 4) x 3 bits: code lengths for the code length
745 encoded using the code length Huffman code
748 encoded using the code length Huffman code
758 HDIST + 1 code lengths. In other words, all code lengths form
[all …]
/freebsd-12.1/sys/teken/
H A Dteken_subr_compat.h42 unsigned int code, i; in teken_subr_cons25_set_global_cursor_shape() local
53 code = 0; in teken_subr_cons25_set_global_cursor_shape()
55 code = (code << 8) | (cmds[i - 1] & 0xff); in teken_subr_cons25_set_global_cursor_shape()
56 code = (code << 8) | ncmds; in teken_subr_cons25_set_global_cursor_shape()
57 teken_funcs_param(t, TP_SETGLOBALCURSOR, code); in teken_subr_cons25_set_global_cursor_shape()
/freebsd-12.1/lib/libc/gen/
H A Derr.c88 errc(int eval, int code, const char *fmt, ...) in errc() argument
92 verrc(eval, code, fmt, ap); in errc()
97 verrc(int eval, int code, const char *fmt, va_list ap) in verrc() argument
106 fprintf(err_file, "%s\n", strerror(code)); in verrc()
153 warnc(int code, const char *fmt, ...) in warnc() argument
157 vwarnc(code, fmt, ap); in warnc()
162 vwarnc(int code, const char *fmt, va_list ap) in vwarnc() argument
171 fprintf(err_file, "%s\n", strerror(code)); in vwarnc()
/freebsd-12.1/sys/gnu/dts/arm/
H A Dexynos4210-smdkv310.dts76 linux,code = <2>;
82 linux,code = <3>;
88 linux,code = <4>;
94 linux,code = <5>;
100 linux,code = <6>;
106 linux,code = <30>;
112 linux,code = <48>;
118 linux,code = <46>;
124 linux,code = <32>;
130 linux,code = <18>;
/freebsd-12.1/contrib/lua/src/
H A Dlutf8lib.c117 int code; in codepoint() local
118 s = utf8_decode(s, &code); in codepoint()
121 lua_pushinteger(L, code); in codepoint()
129 lua_Integer code = luaL_checkinteger(L, arg); in pushutfchar() local
130 luaL_argcheck(L, 0 <= code && code <= MAXUNICODE, arg, "value out of range"); in pushutfchar()
131 lua_pushfstring(L, "%U", (long)code); in pushutfchar()
214 int code; in iter_aux() local
215 const char *next = utf8_decode(s + n, &code); in iter_aux()
219 lua_pushinteger(L, code); in iter_aux()
/freebsd-12.1/crypto/heimdal/lib/wind/
H A Drfc3492.txt93 code points to uniquely represent any string of code points drawn
200 3.1 Basic code point segregation
254 basic code point (because basic code points were supposed to be
408 delimiter basic code points. In some cases multiple code points need
459 code points digit-values
598 code point) can be omitted if initial_n exceeds all basic code points
660 code points less than initial_n are basic code points (which is true
1195 leaving uppercase code points uppercase. Each non-basic code point
1278 /* is represented as an array of Unicode code points (not code */
1393 /* the resulting code point. The code point is unchanged if it */
[all …]

12345678910>>...201