Home
last modified time | relevance | path

Searched refs:code (Results 151 – 175 of 5016) sorted by relevance

12345678910>>...201

/freebsd-12.1/crypto/openssl/crypto/aes/asm/
H A Daesv8-armx.pl56 $code=<<___;
81 $code.=<<___;
98 $code.=<<___;
272 $code.=<<___;
312 $code.=<<___;
324 $code.=<<___;
369 $code.=<<___;
385 $code.=<<___;
517 $code.=<<___;
681 $code.=<<___;
[all …]
H A Dvpaes-x86_64.pl73 $code.=<<___;
714 $code.=<<___;
738 $code.=<<___;
764 $code.=<<___;
793 $code.=<<___;
819 $code.=<<___;
839 $code.=<<___;
864 $code.=<<___;
884 $code.=<<___;
894 $code.=<<___;
[all …]
/freebsd-12.1/crypto/openssl/crypto/sha/asm/
H A Dsha512-ppc.pl133 $code.=<<___;
162 $code.=<<___;
172 $code.=<<___;
191 $code=<<___;
226 $code.=<<___;
245 $code.=<<___;
283 $code.=<<___;
299 $code.=<<___;
316 $code.=<<___;
358 $code.=<<___;
[all …]
H A Dsha512-s390x.pl114 $code.=<<___ if ($i<16);
117 $code.=<<___;
152 $code.=<<___;
172 $code.=<<___;
180 $code.=<<___ if ($SZ==4);
198 $code.=<<___ if ($SZ==8);
240 $code.=<<___;
262 $code.=<<___;
284 $code.=".Lrounds_16_xx:\n";
286 $code.=<<___;
[all …]
H A Dsha1-ppc.pl102 $code.=<<___ if ($i<15);
113 $code.=<<___ if ($i>=15);
133 $code.=<<___ if ($i<79);
147 $code.=<<___ if ($i==79);
167 $code.=<<___;
185 $code=<<___;
298 $code.=<<___;
302 $code.=<<___; # load K_00_19
322 $code.=<<___;
345 $code.=<<___;
[all …]
H A Dsha512-sparcv9.pl133 $code.=<<___;
155 $code.=<<___;
231 $code.=<<___;
285 $code.=<<___;
301 $code.=<<___;
314 $code.=<<___;
328 $code.=<<___;
348 $code.=<<___;
394 $code.=<<___;
409 $code.=<<___;
[all …]
/freebsd-12.1/crypto/openssl/crypto/modes/asm/
H A Dghash-x86_64.pl160 $code.=<<___;
233 $code=<<___;
262 $code.=<<___;
283 $code.=<<___;
426 $code.=<<___;
465 $code.=<<___;
473 $code.=<<___;
479 $code.=<<___;
497 $code.=<<___;
527 $code.=<<___;
[all …]
/freebsd-12.1/contrib/gcc/
H A Dcombine.c4322 || code == AND || code == IOR || code == XOR) in combine_simplify_rtx()
4332 if ((code == PLUS || code == MINUS || code == MULT || code == DIV in combine_simplify_rtx()
4334 || code == SMAX || code == SMIN || code == UMAX || code == UMIN) in combine_simplify_rtx()
7441 && (code == PLUS || code == IOR || code == XOR || code == MINUS in if_then_else_cond()
7944 if (code != IOR && code != AND && code != XOR in apply_distributive_law()
9547 if (code != GTU && code != GEU && code != LTU && code != LEU in simplify_comparison()
9577 && (code != GT && code != LT && code != GE && code != LE)) in simplify_comparison()
9722 && (code == EQ || code == NE || code == GE || code == GEU in simplify_comparison()
9728 code = (code == EQ || code == GE || code == GEU ? NE : EQ); in simplify_comparison()
9736 && (code == EQ || code == NE || code == GT || code == LE in simplify_comparison()
[all …]
H A Dtree-complex.c810 enum tree_code code, in expand_complex_addition() argument
824 if (code == MINUS_EXPR) in expand_complex_addition()
831 if (code == MINUS_EXPR) in expand_complex_addition()
901 if (code == MULT_EXPR) in expand_complex_libcall()
1016 enum tree_code code) in expand_complex_div_straight() argument
1043 enum tree_code code) in expand_complex_div_wide() argument
1185 enum tree_code code, in expand_complex_division() argument
1333 enum tree_code code; in expand_complex_operations_1() local
1358 code = TREE_CODE (rhs); in expand_complex_operations_1()
1361 switch (code) in expand_complex_operations_1()
[all …]
/freebsd-12.1/contrib/gcc/doc/
H A Dtrouble.texi50 @code{sigsetjmp} and @code{siglongjmp} functions that reference the
281 into the string constant. Likewise @code{fscanf} and @code{scanf}.
308 When you use @code{setjmp} and @code{longjmp}, the only automatic
325 /* @r{@code{longjmp (j)} may occur in @code{fun3}.} */
437 use @code{time_t} as the return type of @code{time}.
597 This code really is erroneous, because the scope of @code{struct
704 @code{int} named @code{Foo::bar}, and a member function named
706 @code{method} and @code{bar} elsewhere. According to the ISO
829 To make the code valid either use @code{this->f()}, or
855 @code{string} class requires you to call the @code{c_str} member
[all …]
/freebsd-12.1/contrib/ntp/util/
H A Dntp-keygen.texi109 usually installed in @code{/etc}.
115 Normally, this is in @code{/etc}.
143 with the @code{-T} option and configure
159 using the @code{-c} option.
188 starting the @code{ntp-keygen} program or @code{ntpd} daemon.
196 Since both the @code{ntp-keygen} program and @code{ntpd} daemon must run
198 @code{/root/.rnd}.
289 Note that the keys used by the @code{ntpq} and @code{ntpdc} programs are
296 @code{ntpkey_MD5key_hostname.filestamp}.
300 The NTP daemon loads the file @code{ntp.keys}, so @code{ntp-keygen}
[all …]
/freebsd-12.1/sbin/dump/
H A Ddumprmt.c324 char code[30], emsg[BUFSIZ]; in rmtreply() local
326 rmtgets(code, sizeof (code)); in rmtreply()
327 if (*code == 'E' || *code == 'F') { in rmtreply()
330 errno = atoi(code + 1); in rmtreply()
331 if (*code == 'F') in rmtreply()
335 if (*code != 'A') { in rmtreply()
337 cp = code + strlen(code); in rmtreply()
338 if (cp > code && *--cp == '\n') in rmtreply()
342 code); in rmtreply()
345 return (atoi(code + 1)); in rmtreply()
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dstabs.texinfo158 either @code{.stabs} (string), @code{.stabn} (number), or @code{.stabd}
160 directives such as @code{.file} and @code{.bi}) instead of
161 @code{.stabs}, @code{.stabn} or @code{.stabd}.
260 @table @code
513 file. @code{C_BINCL} and @code{C_EINCL} do not nest.
979 @code{N_BCOMM} and the @code{N_ECOMM}.
1316 Certain types are built in (@code{int}, @code{short}, @code{void},
1368 @code{unsigned int} and @code{unsigned long}:
1999 enumeration values (@code{first}, @code{second}, and @code{third} in the
2830 @section Method Modifiers (@code{const}, @code{volatile}, @code{const volatile})
[all …]
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntpdbase-opts.def103 @code{ntpd}
105 @code{ntpd}
107 @code{-q}
109 @code{-x}
123 @code{ntpd}
148 @code{-u}
243 @code{ntpd}
290 @code{-g}
292 @code{-x}
437 @code{-g}
[all …]
/freebsd-12.1/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-ppc.pl84 $code=<<___;
94 $code.=<<___;
121 $code.=<<___;
186 $code.=<<___;
269 $code.=<<___;
288 $code.=<<___;
302 $code.=<<___;
331 $code.=<<___;
420 $code.=<<___;
627 $code.=<<___;
[all …]
/freebsd-12.1/contrib/libarchive/libarchive_fe/
H A Derr.c72 lafe_vwarnc(int code, const char *fmt, va_list ap) in lafe_vwarnc() argument
76 if (code != 0) in lafe_vwarnc()
77 fprintf(stderr, ": %s", strerror(code)); in lafe_vwarnc()
82 lafe_warnc(int code, const char *fmt, ...) in lafe_warnc() argument
87 lafe_vwarnc(code, fmt, ap); in lafe_warnc()
92 lafe_errc(int eval, int code, const char *fmt, ...) in lafe_errc() argument
97 lafe_vwarnc(code, fmt, ap); in lafe_errc()
/freebsd-12.1/contrib/ncurses/ncurses/base/
H A Dkeybound.c43 NCURSES_SP_NAME(keybound) (NCURSES_SP_DCLx int code, int count) in NCURSES_EXPORT()
47 T((T_CALLED("keybound(%p, %d,%d)"), (void *) SP_PARM, code, count)); in NCURSES_EXPORT()
48 if (SP_PARM != 0 && code >= 0) { in NCURSES_EXPORT()
50 (unsigned) code, in NCURSES_EXPORT()
59 keybound(int code, int count) in keybound() argument
61 return NCURSES_SP_NAME(keybound) (CURRENT_SCREEN, code, count); in keybound()
H A Dkeyok.c51 int code = ERR; in NCURSES_EXPORT() local
56 code = CallDriver_2(sp, kyOk, c, flag); in NCURSES_EXPORT()
68 code = _nc_add_to_try(&(SP_PARM->_keytry), s, ch); in NCURSES_EXPORT()
71 if (code != OK) in NCURSES_EXPORT()
81 code = _nc_add_to_try(&(SP_PARM->_key_ok), s, ch); in NCURSES_EXPORT()
84 if (code != OK) in NCURSES_EXPORT()
94 returnCode(code); in NCURSES_EXPORT()
/freebsd-12.1/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c149 if (!BPF_VALIDATE_CODE(p->code)) in bpf_validate()
155 if (BPF_CLASS(p->code) == BPF_JMP) { in bpf_validate()
158 if (p->code == (BPF_JMP|BPF_JA)) in bpf_validate()
169 if (p->code == BPF_ST || p->code == BPF_STX || in bpf_validate()
170 p->code == (BPF_LD|BPF_MEM) || in bpf_validate()
171 p->code == (BPF_LDX|BPF_MEM)) { in bpf_validate()
179 if ((p->code == (BPF_ALU|BPF_DIV|BPF_K) || in bpf_validate()
180 p->code == (BPF_ALU|BPF_MOD|BPF_K)) && p->k == 0) in bpf_validate()
183 return (BPF_CLASS(f[len - 1].code) == BPF_RET); in bpf_validate()
/freebsd-12.1/contrib/serf/auth/
H A Dauth_basic.c39 serf__handle_basic_auth(int code, in serf__handle_basic_auth() argument
64 if (code == 401) { in serf__handle_basic_auth()
90 realm = serf__construct_realm(code == 401 ? HOST : PROXY, in serf__handle_basic_auth()
100 code, authn_info->scheme->name, in serf__handle_basic_auth()
114 basic_info->header = (code == 401) ? "Authorization" : "Proxy-Authorization"; in serf__handle_basic_auth()
120 serf__init_basic(int code, in serf__init_basic() argument
135 int code, in serf__init_basic_connection() argument
142 if (code == 401) { in serf__init_basic_connection()
157 int code, in serf__setup_request_basic_auth() argument
/freebsd-12.1/contrib/com_err/
H A Derror.c47 com_right(struct et_list *list, long code) in com_right() argument
51 if (code >= p->table->base && code < p->table->base + p->table->n_msgs) in com_right()
52 return p->table->msgs[code - p->table->base]; in com_right()
57 com_right_r(struct et_list *list, long code, char *str, size_t len) in com_right_r() argument
61 if (code >= p->table->base && code < p->table->base + p->table->n_msgs) { in com_right_r()
62 const char *msg = p->table->msgs[code - p->table->base]; in com_right_r()
/freebsd-12.1/crypto/heimdal/lib/com_err/
H A Derror.c50 com_right(struct et_list *list, long code) in com_right() argument
54 if (code >= p->table->base && code < p->table->base + p->table->n_msgs) in com_right()
55 return p->table->msgs[code - p->table->base]; in com_right()
60 com_right_r(struct et_list *list, long code, char *str, size_t len) in com_right_r() argument
64 if (code >= p->table->base && code < p->table->base + p->table->n_msgs) { in com_right_r()
65 const char *msg = p->table->msgs[code - p->table->base]; in com_right_r()
/freebsd-12.1/sys/arm/arm/
H A Dsyscall.c110 sa->code = td->td_frame->tf_r7; in cpu_fetch_syscall_args()
112 if (sa->code == SYS_syscall) { in cpu_fetch_syscall_args()
113 sa->code = *ap++; in cpu_fetch_syscall_args()
115 } else if (sa->code == SYS___syscall) { in cpu_fetch_syscall_args()
116 sa->code = ap[_QUAD_LOWWORD]; in cpu_fetch_syscall_args()
122 sa->code &= p->p_sysent->sv_mask; in cpu_fetch_syscall_args()
123 if (sa->code >= p->p_sysent->sv_size) in cpu_fetch_syscall_args()
126 sa->callp = &p->p_sysent->sv_table[sa->code]; in cpu_fetch_syscall_args()
/freebsd-12.1/sys/gnu/dts/arm/
H A Dexynos4412-smdk4412.dts55 linux,code = <2>;
61 linux,code = <3>;
67 linux,code = <4>;
73 linux,code = <5>;
79 linux,code = <6>;
85 linux,code = <30>;
91 linux,code = <48>;
97 linux,code = <46>;
103 linux,code = <32>;
109 linux,code = <18>;
/freebsd-12.1/crypto/openssl/crypto/bn/asm/
H A Dx86_64-gf2m.pl51 $code.=<<___;
133 $code.=<<___;
151 $code.=<<___;
175 $code.=<<___;
191 $code.=<<___ if ($win64);
197 $code.=<<___;
226 $code.=<<___;
264 $code.=<<___;
298 $code.=<<___;
318 $code.=<<___;
[all …]

12345678910>>...201