Searched refs:code (Results 251 - 275 of 1464) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/libcbor/test/
H A Dstack_over_limit_test.c22 assert_size_equal(res.error.code, CBOR_ERR_MEMERROR);
/freebsd-current/contrib/tcpdump/
H A Dprint-egp.c248 u_int code; local
277 code = GET_U_1(egp->egp_code);
283 switch (code) {
286 ND_PRINT(" %s", egp_acquire_codes[code]);
306 ND_PRINT(" %s", egp_acquire_codes[code]);
324 ND_PRINT("[code %u]", code);
330 switch (code) {
334 ND_PRINT(" %s", egp_reach_codes[code]);
342 ND_PRINT("[reach code
[all...]
H A Dprint-udld.c5 * modification, are permitted provided that: (1) source code
7 * in its entirety, and (2) distributions including binary code include
15 * Original code by Carles Kishimoto <carles.kishimoto@gmail.com>
107 uint8_t ver, code, flags; local
114 code = UDLD_EXTRACT_OPCODE(GET_U_1(tptr));
124 tok2str(udld_code_values, "Reserved", code),
125 code,
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dc64xplus-gf2m.pl22 # 4.5x faster than compiler-generated code. Though comparison is
38 $code.=<<___;
58 $code.=<<___;
94 $code.=<<___;
114 $code.=<<___;
130 $code.=<<___;
135 $code.=<<___;
140 $code.=<<___;
145 $code.=<<___;
158 print $code;
[all...]
H A Dx86_64-gf2m.pl21 # the time being... Except that it has two code paths: code suitable
24 # Vanilla code path is at most 20% faster than compiler-generated code
53 $code.=<<___;
135 $code.=<<___;
153 $code.=<<___;
177 $code.=<<___;
193 $code.=<<___ if ($win64);
196 $code
[all...]
/freebsd-current/sys/riscv/include/
H A Dgdb_machdep.h10 * 1. Redistributions of source code must retain the above copyright
79 gdb_cpu_stop_reason(int type __unused, int code __unused)
/freebsd-current/contrib/lua/src/
H A Dlutf8lib.c29 #define MSGInvalid "invalid UTF-8 code"
82 /* check for invalid code points; too large or surrogates */
144 utfint code; local
145 s = utf8_decode(s, &code, !lax);
148 lua_pushinteger(L, code);
156 lua_Unsigned code = (lua_Unsigned)luaL_checkinteger(L, arg); local
157 luaL_argcheck(L, code <= MAXUTF, arg, "value out of range");
158 lua_pushfstring(L, "%U", (long)code);
238 utfint code; local
239 const char *next = utf8_decode(s + n, &code, stric
[all...]
/freebsd-current/kerberos5/lib/libasn1/
H A DMakefile63 ${ASN1_COMPILE} --one-code-file \
70 --one-code-file \
82 --one-code-file \
89 ${ASN1_COMPILE} --one-code-file \
95 ${ASN1_COMPILE} --one-code-file \
101 ${ASN1_COMPILE} --one-code-file \
107 ${ASN1_COMPILE} --one-code-file \
113 ${ASN1_COMPILE} --one-code-file \
119 ${ASN1_COMPILE} --one-code-file \
/freebsd-current/sys/arm/include/
H A Dkdb.h11 * 1. Redistributions of source code must retain the above copyright
51 kdb_cpu_trap(int type, int code) argument
/freebsd-current/contrib/file/src/
H A Dis_csv.c8 * 1. Redistributions of source code must retain the above copyright
134 const char *code)
158 if (file_printf(ms, "CSV %s%stext", code ? code : "",
159 code ? " " : "") == -1)
133 file_is_csv(struct magic_set *ms, const struct buffer *b, int looks_text, const char *code) argument
/freebsd-current/sys/dev/hyperv/vmbus/
H A Dhyperv_var.h8 * 1. Redistributions of source code must retain the above copyright
45 hv_do_rep_hypercall(uint16_t code, uint16_t rep_count, uint16_t varhead_size,
/freebsd-current/crypto/openssl/engines/asm/
H A De_padlock-x86_64.pl38 $code=".text\n";
52 $code.=<<___;
289 $code.=<<___;
331 $code.=<<___ if ($mode eq "ctr32");
344 $code.=<<___ if ($PADLOCK_PREFETCH{$mode});
359 $code.=<<___;
385 $code.=<<___ if ($mode !~ /ecb|ctr/);
389 $code.=<<___ if ($mode eq "ctr32");
399 $code.=<<___;
418 $code
[all...]
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha512-mips.pl22 # generated code in o32 build and ~55% in n32/64 build. SHA512 [which
29 # Add MIPS[32|64]R2 code (>25% less instructions).
34 # one picks the latter, it's possible to arrange code in ABI neutral
48 # old code];
143 $code.=<<___ if ($i<15);
151 $code.=<<___ if (!$big_endian && $i<16 && $SZ==4);
167 $code.=<<___ if (!$big_endian && $i<16 && $SZ==8);
192 $code.=<<___;
256 $code.=<<___ if ($i>=13);
265 $code
[all...]
H A Dsha1-parisc.pl21 # On PA-7100LC performance is >30% better than gcc 3.2 generated code
74 $code.=<<___ if ($i<15);
85 $code.=<<___ if ($i>=15); # with forward Xupdate
105 $code.=<<___ if ($i<79);
119 $code.=<<___ if ($i==79); # with context load
139 $code.=<<___;
157 $code=<<___;
199 $code.="\tldw `4*$i`($t0),@X[$i]\n"; }
200 $code.=<<___;
206 $code
[all...]
H A Dsha1-alpha.pl19 # On 21264 performance is 33% better than code generated by vendor
43 $code.=<<___ if ($i==0);
47 $code.=<<___ if (!($i&1) && $i<14);
51 $code.=<<___ if (!($i&1) && $i<15);
92 $code.=<<___ if (($i&1) && $i<15);
112 $code.=<<___ if ($i>=15); # with forward Xupdate
145 $code.=<<___ if ($i<79); # with forward Xupdate
170 $code.=<<___ if ($i<77);
173 $code.=<<___ if ($i==79); # with context fetch
202 $code
[all...]
H A Dsha1-mb-x86_64.pl139 $code.=<<___ if ($i==0);
156 $code.=<<___ if ($i<14); # just load input
188 $code.=<<___ if ($i==14); # just load input
221 $code.=<<___ if ($i>=13 && $i<15);
224 $code.=<<___ if ($i>=15); # apply Xupdate
264 $code.=<<___ if ($i<79);
277 $code.=<<___ if ($i<72);
280 $code.=<<___ if ($i<79);
299 $code.=<<___ if ($i==79);
327 $code
[all...]
/freebsd-current/crypto/heimdal/lib/hdb/
H A Dndbm.c10 * 1. Redistributions of source code must retain the above copyright
228 int code; local
232 code = db->hdb_lock(context, db, HDB_RLOCK);
233 if(code)
234 return code;
251 int code; local
258 code = db->hdb_lock(context, db, HDB_WLOCK);
259 if(code)
260 return code;
261 code
278 int code; local
[all...]
/freebsd-current/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c189 _nc_retrace_int_attr_t(attr_t code) argument
191 T((T_RETURN("%s"), _traceattr(code)));
192 return (int) code;
197 _nc_retrace_attr_t(attr_t code)
199 T((T_RETURN("%s"), _traceattr(code)));
200 return code;
206 #define DATA(code, name) { code, { #name } }
319 _nc_retrace_chtype(chtype code)
321 T((T_RETURN("%s"), _tracechtype(code)));
[all...]
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfman_kg.c6 * * Redistributions of source code must retain the above copyright
90 int code; local
94 code = no_validation ? 0x73 : 0x3;
98 code = no_validation ? 0x77 : 0x7;
102 code = no_validation ? 0x74 : 0x4;
106 code = no_validation ? 0x75 : 0x5;
110 code = no_validation ? 0x76 : 0x6;
114 code = no_validation ? 0x78 : 0x8;
118 code = no_validation ? 0x79 : 0x9;
122 code
[all...]
/freebsd-current/sys/kern/
H A Dsubr_asan.c7 * This code is part of the KASAN subsystem of the NetBSD kernel.
12 * 1. Redistributions of source code must retain the above copyright
153 kasan_code_name(uint8_t code) argument
155 switch (code) {
200 uint8_t code)
203 size, (write ? "write" : "read"), addr, kasan_code_name(code),
204 code);
227 kasan_shadow_Nbyte_fill(const void *addr, size_t size, uint8_t code) argument
244 __builtin_memset(shad, code, size);
251 * o kasan_mark(addr, origsize, size, code), wit
199 kasan_report(unsigned long addr, size_t size, bool write, unsigned long pc, uint8_t code) argument
258 kasan_mark(const void *addr, size_t size, size_t redzsize, uint8_t code) argument
314 kasan_shadow_1byte_isvalid(unsigned long addr, uint8_t *code) argument
327 kasan_shadow_2byte_isvalid(unsigned long addr, uint8_t *code) argument
347 kasan_shadow_4byte_isvalid(unsigned long addr, uint8_t *code) argument
367 kasan_shadow_8byte_isvalid(unsigned long addr, uint8_t *code) argument
387 kasan_shadow_Nbyte_isvalid(unsigned long addr, size_t size, uint8_t *code) argument
403 uint8_t code; local
[all...]
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daest4-sparcv9.pl66 # not even impressive, ~7-13% over non-interleaved code, largest
93 $code.=<<___;
269 $code.=<<___;
294 $code.=<<___;
305 $code.=<<___;
332 $code.=<<___;
341 $code.=<<___;
366 $code.=<<___;
373 $code.=<<___;
430 $code
[all...]
H A Daes-x86_64.pl56 $code=".text\n";
82 while(defined($i=shift)) { $code.=sprintf".long\t0x%08x,0x%08x\n",$i,$i; }
87 $code.=".long\t";
88 while(defined($i=shift)) { $code.=sprintf"0x%08x,",$i; }
89 $code.=sprintf"0x%08x\n",$last;
95 $code.=".byte\t";
96 while(defined($i=shift)) { $code.=sprintf"0x%02x,",$i&0xff; }
97 $code.=sprintf"0x%02x\n",$last&0xff;
103 $code.=<<___;
163 $code
[all...]
/freebsd-current/sys/dev/mpt/
H A Dmpt_debug.c12 * 1. Redistributions of source code must retain the above copyright
38 * 1. Redistributions of source code must retain the above copyright
212 mpt_ioc_status(int code) argument
217 if (status->Error_Code == (code & MPI_IOCSTATUS_MASK))
221 snprintf(buf, sizeof buf, "Unknown (0x%08x)", code);
226 mpt_ioc_diag(u_int32_t code) argument
233 ptr += snprintf(buf, sizeof buf, "(0x%08x)", code);
235 if ((status->Error_Code & code) != 0)
244 mpt_ioc_function(int code) argument
249 if (status->Error_Code == code)
258 mpt_ioc_event(int code) argument
272 mpt_scsi_state(int code) argument
290 mpt_scsi_status(int code) argument
336 mpt_scsi_tm_type(int code) argument
[all...]
/freebsd-current/contrib/tnftp/src/
H A Dftp.c8 * This code is derived from software contributed to The NetBSD Foundation
14 * 1. Redistributions of source code must retain the above copyright
40 * 1. Redistributions of source code must retain the above copyright
69 * 1. Redistributions of source code must retain the above copyright
186 code = -1;
228 code = -1;
241 code = -1;
264 code = -1;
274 code = -1;
342 code
[all...]
/freebsd-current/contrib/dialog/
H A Dmousewget.c51 key = DLGK_MOUSE(p->code);
57 key = -(p->code);

Completed in 1805 milliseconds

<<11121314151617181920>>