Searched refs:code (Results 201 - 225 of 1558) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacexcep.h22 * copy of the source code appearing in this file ("Covered Code") an
24 * base code distributed originally by Intel ("Original Intel Code") to copy,
43 * Redistribution of source code of any substantial portion of the Covered
55 * Redistribution of source code of any substantial portion of the Covered
122 * 1. Redistributions of source code must retain the above copyright
159 * Exception code classes
164 #define AE_CODE_AML 0x3000 /* From executing AML code */
171 * Macros to insert the exception code classes
173 #define EXCEP_ENV(code) ((ACPI_STATUS) (code | AE_CODE_ENVIRONMENTA
[all...]
/freebsd-11-stable/contrib/lua/src/
H A Dlutf8lib.c117 int code; local
118 s = utf8_decode(s, &code);
120 return luaL_error(L, "invalid UTF-8 code");
121 lua_pushinteger(L, code);
129 lua_Integer code = luaL_checkinteger(L, arg); local
130 luaL_argcheck(L, 0 <= code && code <= MAXUNICODE, arg, "value out of range");
131 lua_pushfstring(L, "%U", (long)code);
214 int code; local
215 const char *next = utf8_decode(s + n, &code);
[all...]
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daesni-sha256-x86_64.pl18 # AESNI code is weaved into it. As SHA256 dominates execution time,
30 # (*) there are XOP, AVX1 and AVX2 code pathes, meaning that
107 $code=<<___;
117 $code.=<<___;
125 $code.=<<___ if ($shaext);
129 $code.=<<___;
136 $code.=<<___ if ($avx>1);
141 $code.=<<___;
147 $code.=<<___;
201 # SIMD code path
[all...]
/freebsd-11-stable/usr.sbin/ppp/
H A Dpap.c12 * 1. Redistributions of source code must retain the above copyright
100 lh.code = PAP_REQUEST;
116 SendPapCode(struct authinfo *authp, int code, const char *message) argument
123 lh.code = code;
138 log_Printf(LogPHASE, "Pap Output: %s\n", papcodes[code]);
209 if (authp->in.hdr.code == 0 || authp->in.hdr.code > MAXPAPCODE) {
210 log_Printf(LogPHASE, "Pap Input: %d: Bad PAP code !\n", authp->in.hdr.code);
[all...]
/freebsd-11-stable/contrib/serf/auth/
H A Dauth_spnego.c250 code and use the resulting Server Ticket on the next request to the
254 int code,
275 if (code && auth_hdr) {
325 XXX: Probably we need separate error code for this case like
367 serf__init_spnego(int code, argument
378 int code,
388 if (code == 401) {
421 serf__handle_spnego_auth(int code, argument
431 gss_authn_info_t *gss_info = (code == 401) ? conn->authn_info.baton :
434 return do_auth(code
253 do_auth(peer_t peer, int code, gss_authn_info_t *gss_info, serf_connection_t *conn, serf_request_t *request, const char *auth_hdr, apr_pool_t *pool) argument
377 serf__init_spnego_connection(const serf__authn_scheme_t *scheme, int code, serf_connection_t *conn, apr_pool_t *pool) argument
445 serf__setup_request_spnego_auth(peer_t peer, int code, serf_connection_t *conn, serf_request_t *request, const char *method, const char *uri, serf_bucket_t *hdrs_bkt) argument
587 serf__validate_response_spnego_auth(const serf__authn_scheme_t *scheme, peer_t peer, int code, serf_connection_t *conn, serf_request_t *request, serf_bucket_t *response, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_getch.c71 int code = OK; local
76 code = ERR;
82 return code;
89 int code; local
91 code = NCURSES_SP_NAME(set_escdelay) (CURRENT_SCREEN, value);
94 code = OK;
96 return code;
296 * We don't want this difference to show. This piece of code
506 * Note: if the mouse code starts failing to compose
622 int code; local
639 int code; local
[all...]
/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A Ddevice.c47 int code; member in struct:charinfo
335 int device_code_width(DeviceFont *f, int ps, int code, int *widthp) argument
339 for (p = f->code_table[code & 0xff];; p = p->code_next) {
342 if (p->code == code)
349 char *device_name_for_code(DeviceFont *f, int code) argument
353 state = f->code_table[code & 0xff];
355 if (state->code == code && state->name[0] != '\0') {
369 struct charinfo *add_char(DeviceFont *f, const char *name, int width, int code) argument
407 int code; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-ppc.pl76 $code.=<<___ if (!$LITTLE_ENDIAN);
79 $code.=<<___ if ($LITTLE_ENDIAN);
95 $code.=<<___ if ($i<15);
106 $code.=<<___ if ($i>=15);
126 $code.=<<___ if ($i<79);
140 $code.=<<___ if ($i==79);
160 $code.=<<___;
178 $code=<<___;
291 $code.=<<___;
295 $code
[all...]
H A Dsha512p8-ppc.pl89 $code.=<<___ if ($i<15 && ($i%(16/$SZ))==(16/$SZ-1));
93 $code.=<<___ if ($i<16 && ($i%(16/$SZ)));
96 $code.=<<___ if ($LENDIAN && $i<16 && ($i%(16/$SZ))==0);
99 $code.=<<___;
122 $code=<<___;
177 $code.=<<___ if ($LENDIAN);
183 $code.=<<___ if ($SZ==4);
193 $code.=<<___ if ($SZ==8);
203 $code.=<<___;
225 $code
[all...]
/freebsd-11-stable/contrib/gcc/
H A Ddojump.c95 /* Generate code to evaluate EXP and jump to LABEL if the value is zero.
96 LABEL is an rtx of code CODE_LABEL, in this function and all the
105 /* Generate code to evaluate EXP and jump to LABEL if the value is nonzero. */
152 /* Generate code to evaluate EXP and jump to IF_FALSE_LABEL if
164 enum tree_code code = TREE_CODE (exp);
171 switch (code)
433 if (code == UNORDERED_EXPR)
560 operation on machines that use condition code registers and COMPARE
586 /* Fall through and generate the normal code. */
668 The code o
163 enum tree_code code = TREE_CODE (exp); local
797 compare_from_rtx(rtx op0, rtx op1, enum rtx_code code, int unsignedp, enum machine_mode mode, rtx size) argument
849 do_compare_rtx_and_jump(rtx op0, rtx op1, enum rtx_code code, int unsignedp, enum machine_mode mode, rtx size, rtx if_false_label, rtx if_true_label) argument
993 enum rtx_code code; local
[all...]
H A Djump.c101 /* Some old code expects exactly one BARRIER as the NEXT_INSN of a
107 old code is happy.
367 /* Given a comparison (CODE ARG0 ARG1), inside an insn, INSN, return a code
374 reversed_comparison_code_parts (enum rtx_code code, rtx arg0, rtx arg1, rtx insn)
379 if (GET_RTX_CLASS (code) != RTX_COMPARE
380 && GET_RTX_CLASS (code) != RTX_COMM_COMPARE)
394 return REVERSE_CONDITION (code, mode);
396 return reverse_condition (code);
399 /* Try a few special cases based on the comparison code. */
400 switch (code)
368 reversed_comparison_code_parts(enum rtx_code code, rtx arg0, rtx arg1, rtx insn) argument
513 reverse_condition(enum rtx_code code) argument
560 reverse_condition_maybe_unordered(enum rtx_code code) argument
602 swap_condition(enum rtx_code code) argument
649 unsigned_condition(enum rtx_code code) argument
678 signed_condition(enum rtx_code code) argument
1106 RTX_CODE code = GET_CODE (x); local
1497 enum rtx_code code; local
1568 RTX_CODE code = GET_CODE (x); local
1713 RTX_CODE code = GET_CODE (x); local
1799 enum rtx_code code = GET_CODE (x); local
[all...]
H A Dc-pretty-print.c32 /* The pretty-printer code is primarily designed to closely follow
318 const enum tree_code code = TREE_CODE (t);
319 switch (code)
353 switch (code)
382 if (code == UNION_TYPE)
384 else if (code == RECORD_TYPE)
386 else if (code == ENUMERAL_TYPE)
417 const enum tree_code code = TREE_CODE (t);
421 switch (code)
451 if (code
316 const enum tree_code code = TREE_CODE (t); local
415 const enum tree_code code = TREE_CODE (t); local
988 const enum tree_code code = TREE_CODE (e); local
1162 const enum tree_code code = TREE_CODE (type); local
1281 enum tree_code code = TREE_CODE (e); local
1479 enum tree_code code = TREE_CODE (e); local
1552 enum tree_code code = TREE_CODE (e); local
1584 enum tree_code code = TREE_CODE (e); local
1613 enum tree_code code = TREE_CODE (e); local
1640 enum tree_code code = TREE_CODE (e); local
1675 enum tree_code code = TREE_CODE (e); local
[all...]
H A Dcombine.c70 the condition code for the insn that set the condition code.
74 also use the condition code; but in practice such insns would not
753 except that cuids increase monotonically through the code.
863 We need this special code because data flow connections
1192 /* The code below this loop only verifies that the inputs of
1290 /* ??? This gives worse code, and appears to be unnecessary, since no
1292 use REG_RETVAL notes for noconflict blocks, but other code here
1833 /* INSN_CODEs for new I3, new I2, and user of condition code. */
1870 /* ??? This gives worse code, an
2766 enum rtx_code code = GET_CODE (setsrc); local
3478 enum rtx_code code = GET_CODE (x); local
3891 enum rtx_code code = GET_CODE (x); local
4161 enum rtx_code code = GET_CODE (x); local
6358 enum rtx_code code = GET_CODE (x); local
6419 enum rtx_code code = GET_CODE (x); local
6715 enum rtx_code code = GET_CODE (x); local
6837 enum rtx_code code = GET_CODE (x); local
7372 enum rtx_code code = GET_CODE (x); local
7583 enum rtx_code code = GET_CODE (x); local
7932 enum rtx_code code = GET_CODE (x); local
8539 simplify_shift_const_1(enum rtx_code code, enum machine_mode result_mode, rtx varop, int orig_count) argument
9277 simplify_shift_const(rtx x, enum rtx_code code, enum machine_mode result_mode, rtx varop, int count) argument
9533 simplify_comparison(enum rtx_code code, rtx *pop0, rtx *pop1) argument
10752 enum rtx_code code = GET_CODE (x); local
10795 enum rtx_code code = GET_CODE (x); local
11393 enum rtx_code code = GET_CODE (x); local
11534 RTX_CODE code = GET_CODE (x); local
11665 enum rtx_code code = GET_CODE (x); local
[all...]
/freebsd-11-stable/sys/contrib/zlib/
H A Dtrees.c13 * Each code tree is stored in a compressed form which is itself
14 * a Huffman encoding of the lengths of all the code strings (in
15 * ascending order by source values). The actual code strings are
51 /* end of block literal code */
62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
68 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
105 /* length code for each normalized match length (0 == MIN_MATCH) */
108 /* First normalized length for each code (0 = MIN_MATCH) */
111 /* First normalized distance for each code (
239 int code; /* code value */ local
578 unsigned code = 0; /* running code value */ local
1072 unsigned code; /* the code to send */ local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/store/
H A Dstr_lib.c13 * 1. Redistributions of source code must retain the above copyright
1215 STORE_ATTR_TYPES code)
1217 if (ATTR_IS_SET(attrs, code)) {
1218 switch (code) {
1222 STORE_ATTR_INFO_modify_cstr(attrs, code, NULL, 0);
1229 STORE_ATTR_INFO_modify_sha1str(attrs, code, NULL, 0);
1233 STORE_ATTR_INFO_modify_dn(attrs, code, NULL);
1236 STORE_ATTR_INFO_modify_number(attrs, code, NULL);
1255 char *STORE_ATTR_INFO_get0_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1262 if (ATTR_IS_SET(attrs, code))
1214 STORE_ATTR_INFO_attr_free(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1268 STORE_ATTR_INFO_get0_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1282 STORE_ATTR_INFO_get0_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1296 STORE_ATTR_INFO_get0_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1310 STORE_ATTR_INFO_set_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, char *cstr, size_t cstr_size) argument
1328 STORE_ATTR_INFO_set_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, unsigned char *sha1str, size_t sha1str_size) argument
1348 STORE_ATTR_INFO_set_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, X509_NAME *dn) argument
1365 STORE_ATTR_INFO_set_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, BIGNUM *number) argument
1383 STORE_ATTR_INFO_modify_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, char *cstr, size_t cstr_size) argument
1399 STORE_ATTR_INFO_modify_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, unsigned char *sha1str, size_t sha1str_size) argument
1417 STORE_ATTR_INFO_modify_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, X509_NAME *dn) argument
1433 STORE_ATTR_INFO_modify_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, BIGNUM *number) argument
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dcp-objcp-common.c1 /* Some code common to C++ and ObjC++ front ends.
110 /* Use the default code. */
116 cp_tree_size (enum tree_code code) argument
118 switch (code)
270 enum tree_code code; local
276 code = TREE_CODE (typename);
277 class = TREE_CODE_CLASS (code);
279 if (code != IDENTIFIER_NODE
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dtrees.c14 * Each code tree is stored in a compressed form which is itself
15 * a Huffman encoding of the lengths of all the code strings (in
16 * ascending order by source values). The actual code strings are
50 /* end of block literal code */
61 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
64 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
67 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
109 /* length code for each normalized match length (0 == MIN_MATCH) */
112 /* First normalized length for each code (0 = MIN_MATCH) */
115 /* First normalized distance for each code (
245 int code; /* code value */ local
583 ush code = 0; /* running code value */ local
1080 unsigned code; /* the code to send */ local
[all...]
/freebsd-11-stable/contrib/tcpdump/missing/
H A Ddlnames.c8 * 1. Redistributions of source code must retain the above copyright
52 #define DLT_CHOICE(code, description) { #code, description, code }
/freebsd-11-stable/contrib/dialog/
H A Ddlg_keys.h102 #define is_DLGK_MOUSE(code) ((code) >= M_EVENT)
103 #define DLGK_MOUSE(code) ((code) + M_EVENT)
/freebsd-11-stable/sys/arm/include/
H A Dkdb.h9 * 1. Redistributions of source code must retain the above copyright
63 kdb_cpu_trap(int type, int code) argument
H A Dproc.h8 * 1. Redistributions of source code must retain the above copyright
80 u_int code; member in struct:syscall_args
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_common.h26 u8 code, u8 identifier);
/freebsd-11-stable/sys/mips/nlm/dev/sec/
H A Dnlmrsalib.h9 * 1. Redistributions of source code must retain the above copyright
67 nlm_xlprsaecc_msgring_handler(int vc, int size, int code, int src_id,
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.h30 Code *code; member in union:__anon139
/freebsd-11-stable/sys/sparc64/include/
H A Dproc.h8 * 1. Redistributions of source code must retain the above copyright
57 u_int code; member in struct:syscall_args

Completed in 183 milliseconds

1234567891011>>