Home
last modified time | relevance | path

Searched refs:code (Results 276 – 300 of 5329) sorted by relevance

1...<<11121314151617181920>>...214

/freebsd-14.2/contrib/libcbor/test/
H A Duint_test.c30 assert_true(res.error.code == 0); in test_very_short_int()
40 assert_true(res.error.code == CBOR_ERR_NOTENOUGHDATA); in test_incomplete_data()
50 assert_true(res.error.code == 0); in test_short_int()
64 assert_true(res.error.code == 0); in test_half_int()
78 assert_true(res.error.code == 0); in test_int()
92 assert_true(res.error.code == 0); in test_long_int()
112 assert_true(res.error.code == CBOR_ERR_NODATA); in test_empty_input()
/freebsd-14.2/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c97 int y, x, code; in wgetn_wstr() local
122 while ((code = wget_wch(win, &ch)) != ERR) { in wgetn_wstr()
129 code = KEY_CODE_YES; in wgetn_wstr()
135 code = KEY_CODE_YES; in wgetn_wstr()
139 code = KEY_CODE_YES; in wgetn_wstr()
142 if (code == KEY_CODE_YES) { in wgetn_wstr()
216 if (code == ERR) { in wgetn_wstr()
/freebsd-14.2/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl83 $code.=<<___;
120 $code.=<<___;
496 $code.=<<___;
515 $code.=<<___;
845 $code.=<<___;
1575 $code.=<<___;
1590 $code.=<<___;
1612 $code.=<<___;
1632 $code.=<<___;
1657 $code.=<<___;
[all …]
H A Decp_nistz256-armv4.pl53 $code.=<<___;
83 $code.=<<___;
104 $code.="\n";
107 $code.=<<___;
129 $code.=<<___;
557 $code.=<<___;
641 $code.=<<___;
699 $code.=<<___;
758 $code.=<<___;
976 $code.=<<___;
[all …]
/freebsd-14.2/libexec/bootpd/
H A Dhash.h129 extern int hash_Exists(hash_tbl *, u_int code,
132 extern int hash_Insert(hash_tbl *, u_int code,
136 extern int hash_Delete(hash_tbl *, u_int code,
140 extern hash_datum *hash_Lookup(hash_tbl *, u_int code,
/freebsd-14.2/sys/contrib/zlib/
H A Dinflate.h110 code const FAR *lencode; /* starting table for length/literal codes */
111 code const FAR *distcode; /* starting table for distance codes */
119 code FAR *next; /* next available space in codes[] */
122 code codes[ENOUGH]; /* space for code tables */
/freebsd-14.2/contrib/ntp/util/
H A Dtg2.c572 char code[200]; /* timecode */ local
1089 memset(code, 0, sizeof(code));
1100 snprintf(code, sizeof(code), "%01d%03d%02d%02d%01d",
1373 snprintf(code, sizeof(code),
1507 snprintf(code, sizeof(code),
1514 snprintf(code, sizeof(code),
1525 ptr = strlen(code)-1;
1867 if (code[ptr] & arg) {
2216 peep( 990 - code, 100, OFF);
2227 peep(1010 - code, 100, OFF);
[all …]
/freebsd-14.2/contrib/ncurses/ncurses/trace/
H A Dlib_tracemse.c49 _nc_trace_mmask_t(SCREEN *sp, mmask_t code) in NCURSES_EXPORT()
52 if ((code & m) == m) { \ in NCURSES_EXPORT()
139 _nc_retrace_mmask_t(SCREEN *sp, mmask_t code) in _nc_retrace_mmask_t() argument
143 T((T_RETURN("{%s}"), _nc_trace_mmask_t(sp, code))); in _nc_retrace_mmask_t()
147 return code; in _nc_retrace_mmask_t()
/freebsd-14.2/sys/dev/evdev/
H A Dcdev.c56 uint16_t code; member
232 CP(*head, event.t32, code); in evdev_read()
400 uint32_t code; in evdev_ioctl() local
525 code = cmd - EVIOCSABS(0); in evdev_ioctl()
527 if (code == ABS_MT_SLOT) in evdev_ioctl()
614 code = *(uint32_t *)data; in evdev_ioctl()
615 if (!ABS_IS_MT(code)) in evdev_ioctl()
839 .code = SYN_DROPPED, in evdev_client_push()
855 client->ec_buffer[tail].code = code; in evdev_client_push()
894 event->code, event->value); in evdev_client_dumpqueue()
[all …]
/freebsd-14.2/contrib/ncurses/progs/
H A Dprogs.priv.h89 #define ExitProgram(code) exit_terminfo(code) argument
91 #define ExitProgram(code) _nc_free_tic(code) argument
/freebsd-14.2/crypto/openssl/crypto/sha/asm/
H A Dsha256-armv4.pl116 $code.=<<___;
156 $code.=<<___;
178 $code=<<___;
265 $code.=<<___;
480 $code.=<<___;
540 $code.=<<___;
564 $code.=<<___;
612 $code.=<<___;
644 $code.=<<___;
655 $code.=<<___;
[all …]
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dimx6dl-prtvt7.dts67 linux,code = <KEY_ESC>;
73 linux,code = <KEY_UP>;
97 linux,code = <KEY_F1>;
103 linux,code = <KEY_F2>;
109 linux,code = <KEY_F3>;
115 linux,code = <KEY_F4>;
121 linux,code = <KEY_F5>;
127 linux,code = <KEY_F6>;
133 linux,code = <KEY_F7>;
139 linux,code = <KEY_F8>;
[all …]
H A Dbcm4708-buffalo-wzr-1750dhp.dts3 * Broadcom BCM470X / BCM5301X ARM platform code.
105 linux,code = <KEY_RESTART>;
111 linux,code = <KEY_WPS_BUTTON>;
118 linux,code = <KEY_SETUP>;
125 linux,code = <BTN_0>;
131 linux,code = <KEY_EJECTCD>;
/freebsd-14.2/crypto/openssl/crypto/modes/asm/
H A Dghash-armv4.pl123 $code.=<<___;
139 $code.="\t".shift(@args)."\n";
144 $code=<<___;
283 $code.=<<___;
369 $code.=<<___;
387 $code.=<<___;
428 $code.=<<___;
497 $code.=<<___;
502 $code.=<<___;
540 $code.=<<___;
[all …]
/freebsd-14.2/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl102 $code.=<<___;
125 $code.=<<___;
148 $code=<<___;
188 $code.=<<___;
202 $code.=<<___;
222 $code.=<<___;
235 $code.=<<___;
254 $code.=<<___;
325 foreach(split("\n",$code)) {
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h195 BCRecordCoding<Fields...>::emit(Stream, buffer, code, in emit()
227 unsigned code, const DataTy &data) { in emit() argument
232 Stream.EmitRecordWithAbbrev(code, buffer); in emit()
256 unsigned code, StringRef data) { in emit() argument
258 Stream.EmitRecordWithArray(code, buffer, data); in emit()
270 Stream.EmitRecordWithAbbrev(code, buffer); in emit()
277 emit(Stream, buffer, code, array); in emit()
282 unsigned code, std::nullopt_t) { in emit() argument
283 Stream.EmitRecordWithAbbrev(code, Buffer); in emit()
311 unsigned code, StringRef data) { in emit() argument
[all …]
/freebsd-14.2/crypto/heimdal/lib/kadm5/
H A Derror.c39 _kadm5_error_code(kadm5_ret_t code) in _kadm5_error_code() argument
41 switch(code){ in _kadm5_error_code()
47 return code; in _kadm5_error_code()
/freebsd-14.2/contrib/ncurses/ncurses/base/
H A Dlib_dft_fgbg.c69 int code = ERR; in NCURSES_SP_NAME() local
74 code = CallDriver_2(SP_PARM, td_defaultcolors, fg, bg); in NCURSES_SP_NAME()
91 code = OK; in NCURSES_SP_NAME()
95 returnCode(code); in NCURSES_SP_NAME()
/freebsd-14.2/sys/amd64/amd64/
H A Dgdb_machdep.c134 gdb_cpu_signal(int type, int code) in gdb_cpu_signal() argument
155 gdb_cpu_stop_reason(int type, int code) in gdb_cpu_stop_reason() argument
162 if ((code & DBREG_DR6_B(0)) != 0) { in gdb_cpu_stop_reason()
165 if ((code & DBREG_DR6_B(1)) != 0) { in gdb_cpu_stop_reason()
168 if ((code & DBREG_DR6_B(2)) != 0) { in gdb_cpu_stop_reason()
171 if ((code & DBREG_DR6_B(3)) != 0) { in gdb_cpu_stop_reason()
/freebsd-14.2/crypto/openssl/crypto/camellia/asm/
H A Dcmllt4-sparcv9.pl68 $code=<<___;
282 $code.=<<___;
507 $code.=<<___;
518 $code.=<<___;
541 $code.=<<___;
565 $code.=<<___;
600 $code.=<<___;
645 $code.=<<___;
713 $code.=<<___;
773 $code.=<<___;
[all …]
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dnifty36 >>>252 use xform-code-nifti1-le
38 >>>254 use xform-code-nifti1-le
45 >>>252 use \^xform-code-nifti1-le
47 >>>254 use \^xform-code-nifti1-le
60 >>>344 use xform-code-nifti2-le
62 >>>348 use xform-code-nifti2-le
69 >>>344 use \^xform-code-nifti2-le
71 >>>348 use \^xform-code-nifti2-le
162 0 name xform-code-nifti1-le
169 0 name xform-code-nifti2-le
/freebsd-14.2/sys/contrib/device-tree/src/mips/ingenic/
H A Drs90.dts58 linux,code = <KEY_UP>;
64 linux,code = <KEY_DOWN>;
70 linux,code = <KEY_LEFT>;
76 linux,code = <KEY_RIGHT>;
82 linux,code = <KEY_LEFTCTRL>;
88 linux,code = <KEY_LEFTALT>;
94 linux,code = <KEY_BACKSPACE>;
101 linux,code = <KEY_ENTER>;
115 linux,code = <KEY_TAB>;
121 linux,code = <KEY_ESC>;
/freebsd-14.2/sys/riscv/riscv/
H A Dtrap.c86 call_trapsignal(struct thread *td, int sig, int code, void *addr, int trapno) in call_trapsignal() argument
92 ksi.ksi_code = code; in call_trapsignal()
110 sa->code = td->td_frame->tf_t[0]; in cpu_fetch_syscall_args()
111 sa->original_code = sa->code; in cpu_fetch_syscall_args()
113 if (__predict_false(sa->code == SYS_syscall || sa->code == SYS___syscall)) { in cpu_fetch_syscall_args()
114 sa->code = *ap++; in cpu_fetch_syscall_args()
119 if (__predict_false(sa->code >= p->p_sysent->sv_size)) in cpu_fetch_syscall_args()
122 sa->callp = &p->p_sysent->sv_table[sa->code]; in cpu_fetch_syscall_args()
125 ("Syscall %d takes too many arguments", sa->code)); in cpu_fetch_syscall_args()
/freebsd-14.2/sys/contrib/openzfs/lib/libuutil/
H A Duu_misc.c73 uu_set_error(uint_t code) in uu_set_error() argument
76 _uu_main_error = code; in uu_set_error()
98 (void *)(uintptr_t)code); in uu_set_error()
118 uu_strerror(uint32_t code) in uu_strerror() argument
122 switch (code) { in uu_strerror()
/freebsd-14.2/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-gxbb-p200.dts32 linux,code = <KEY_HOME>;
38 linux,code = <KEY_ESC>;
44 linux,code = <KEY_VOLUMEUP>;
50 linux,code = <KEY_VOLUMEDOWN>;
56 linux,code = <KEY_MENU>;

1...<<11121314151617181920>>...214