| /freebsd-14.2/contrib/tcsh/ |
| H A D | README.md | 5 The Tcsh source code is available on GitHub as a read-only repo 12 PLEASE file any bug reports, fixes, and code for new features at:
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | omap3-overo-chestnut43-common.dtsi | 39 linux,code = <BTN_0>; 45 linux,code = <BTN_1>;
|
| H A D | imx6qdl-phytec-mira-peb-eval-01.dtsi | 19 linux,code = <KEY_WAKEUP>; 26 linux,code = <KEY_SLEEP>;
|
| H A D | exynos4210-origen.dts | 58 linux,code = <KEY_UP>; 65 linux,code = <KEY_DOWN>; 72 linux,code = <KEY_BACK>; 79 linux,code = <KEY_HOME>; 86 linux,code = <KEY_MENU>;
|
| H A D | imx6qdl-gw5912.dtsi | 31 linux,code = <BTN_0>; 36 linux,code = <BTN_1>; 43 linux,code = <BTN_2>; 50 linux,code = <BTN_3>; 57 linux,code = <BTN_4>; 64 linux,code = <BTN_5>;
|
| /freebsd-14.2/tools/boot/ |
| H A D | full-test.sh | 321 bios_code=${BIOS}/edk2-${ma_combo}-code.fd 325 if [ ${bios_code} -ot /usr/local/share/qemu/edk2-x86_64-code.fd ]; then 326 cp /usr/local/share/qemu/edk2-x86_64-code.fd ${bios_code} 332 if [ ${bios_code} -ot /usr/local/share/qemu/edk2-aarch64-code.fd ]; then 336 dd if=/usr/local/share/qemu/edk2-aarch64-code.fd of=${bios_code} conv=notrunc 517 bios_code=${BIOS}/edk2-${ma_combo}-code.fd 521 if [ ${bios_code} -ot /usr/local/share/qemu/edk2-x86_64-code.fd ]; then 522 cp /usr/local/share/qemu/edk2-x86_64-code.fd ${bios_code} 528 if [ ${bios_code} -ot /usr/local/share/qemu/edk2-aarch64-code.fd ]; then 532 dd if=/usr/local/share/qemu/edk2-aarch64-code.fd of=${bios_code} conv=notrunc
|
| /freebsd-14.2/crypto/openssl/crypto/sha/asm/ |
| H A D | keccak1600-armv4.pl | 115 $code.=<<___; 175 $code.=<<___; 347 $code.=<<___ if ($A[0][0] != $T[0][0]); 350 $code.=<<___ if ($A[0][0] == $T[0][0]); 357 $code.=<<___; 693 $code.=<<___; 779 $code.=<<___; 937 $code.=<<___; 1093 $code.=<<___; 1625 foreach (split($/,$code)) {
|
| /freebsd-14.2/contrib/traceroute/ |
| H A D | CHANGES | 19 is broken (it uses grep instead of actually compiling a code fragment). 87 - Rewrite source routing code to eliminate a number of problems on 94 - Decode "administratively prohibited filter" icmp code and print 140 tighten up code. 142 - Ifdef IP_OPTIONS code.
|
| /freebsd-14.2/contrib/dialog/ |
| H A D | timebox.c | 96 int code) in init_object() argument 98 (void) code; in init_object() 115 dlg_mouse_mkregion(y, x, height, width, code); in init_object() 121 CleanupResult(int code, WINDOW *dialog, char *prompt, DIALOG_VARS * save_vars) in CleanupResult() argument 128 return code; in CleanupResult()
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_ia32cap.pod | 18 between different code paths to provide optimal performance across wide 28 =item bit #20, reserved by Intel, is used to choose among RC4 code paths; 65 disables high-performance SSE2 code present in the crypto library, while 66 clearing bit #24 disables SSE2 code operating on 128-bit XMM register 123 C<:~0x20> would disable AVX2 code paths, and C<:0> - all post-AVX
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/gen/ |
| H A D | t_siginfo.c | 63 int code; variable 153 ATF_REQUIRE_EQ(info->si_code, code); in sigchild_action() 207 code = CLD_EXITED; in ATF_TC_BODY() 237 code = CLD_DUMPED; in ATF_TC_BODY() 269 code = CLD_KILLED; in ATF_TC_BODY()
|
| /freebsd-14.2/stand/i386/pmbr/ |
| H A D | pmbr.S | 9 # 1. Redistributions of source code must retain the above copyright 79 movsb # code 81 # Jump to the relocated code. 83 jmp main-LOAD+EXEC # To relocated code 159 call err_big # any boot code, but warn
|
| /freebsd-14.2/sys/contrib/xz-embedded/linux/lib/xz/ |
| H A D | xz_dec_lzma2.c | 97 uint32_t code; member 473 rc->code = 0; in rc_reset() 487 rc->code = (rc->code << 8) + b->in[b->in_pos++]; in rc_read_init() 506 return rc->code == 0; in rc_is_finished() 514 rc->code = (rc->code << RC_SHIFT_BITS) + rc->in[rc->in_pos++]; in rc_normalize() 536 if (rc->code < bound) { in rc_bit() 542 rc->code -= bound; in rc_bit() 592 rc->code -= rc->range; in rc_direct() 593 mask = (uint32_t)0 - (rc->code >> 31); in rc_direct() 594 rc->code += rc->range & mask; in rc_direct()
|
| /freebsd-14.2/lib/libpmc/pmu-events/ |
| H A D | jevents.c | 603 char *code = NULL; in json_events() local 604 addfield(map, &code, "", "", val); in json_events() 605 eventcode |= strtoul(code, NULL, 0); in json_events() 606 free(code); in json_events() 608 char *code = NULL; in json_events() local 609 addfield(map, &code, "", "", val); in json_events() 610 configcode |= strtoul(code, NULL, 0); in json_events() 611 free(code); in json_events() 614 char *code = NULL; in json_events() local 615 addfield(map, &code, "", "", val); in json_events() [all …]
|
| /freebsd-14.2/crypto/openssl/crypto/aes/asm/ |
| H A D | aesfx-sparcv9.pl | 41 $code.=<<___; 234 $code.=<<___; 286 $code.=<<___; 299 $code.=<<___; 331 $code.=<<___; 347 $code.=<<___ if ($i<6); 351 $code.=<<___; 374 $code.=<<___; 382 $code.=<<___; 398 $code.=<<___; [all …]
|
| /freebsd-14.2/contrib/xz/src/liblzma/lz/ |
| H A D | lz_encoder.c | 96 if (coder->next.code == NULL) { in fill_window() 105 ret = coder->next.code(coder->next.coder, allocator, in fill_window() 177 const lzma_ret ret = coder->lz.code(coder->lz.coder, in lz_encode() 533 if (coder->next.code == NULL && coder->lz.set_out_limit != NULL) in lz_encoder_set_out_limit() 562 next->code = &lz_encode; in lzma_lz_encoder_init() 568 coder->lz.code = NULL; in lzma_lz_encoder_init()
|
| /freebsd-14.2/sys/dev/isp/ |
| H A D | ispvar.h | 665 #define ISP_FW_MAJOR(code) (((code) >> 16) & 0xff) argument 666 #define ISP_FW_MINOR(code) (((code) >> 8) & 0xff) argument 667 #define ISP_FW_MICRO(code) ((code) & 0xff) argument
|
| /freebsd-14.2/contrib/googletest/ |
| H A D | CONTRIBUTING.md | 1 # How to become a contributor and submit your own code 11 * If you are an individual writing original source code and you're sure you 41 5. Fork the desired repo, develop and test your code changes. 42 6. Ensure that your code adheres to the existing style in the sample to which 44 7. Ensure that your code has an appropriate set of unit tests which all pass. 73 don't have to actually submit code in order to sign up. Your participation
|
| /freebsd-14.2/contrib/byacc/test/btyacc/ |
| H A D | help.error | 17 -r produce separate code and table files (y.code.c)
|
| H A D | no_b_opt.error | 17 -r produce separate code and table files (y.code.c)
|
| H A D | no_output2.error | 17 -r produce separate code and table files (y.code.c)
|
| H A D | big_l.error | 16 -r produce separate code and table files (y.code.c)
|
| H A D | big_b.error | 16 -r produce separate code and table files (y.code.c)
|
| /freebsd-14.2/contrib/byacc/test/yacc/ |
| H A D | no_output2.error | 17 -r produce separate code and table files (y.code.c)
|
| H A D | help.error | 17 -r produce separate code and table files (y.code.c)
|