Home
last modified time | relevance | path

Searched refs:code (Results 776 – 800 of 4948) sorted by relevance

1...<<31323334353637383940>>...198

/freebsd-13.1/contrib/ldns/drill/
H A DChangeLog.22-nov-200511 * Lint fixes for the code
22 * drill's core code is not much more simple, as
73 * Numerous code cleanups
77 * reworked interal code
/freebsd-13.1/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8994-sony-xperia-kitakami.dtsi32 linux,code = <KEY_VOLUMEDOWN>;
41 linux,code = <KEY_VOLUMEUP>;
50 linux,code = <KEY_CAMERA>;
59 linux,code = <KEY_VOLUMEUP>;
/freebsd-13.1/contrib/ntp/sntp/m4/
H A Dntp_compiler.m42 dnl Common m4sh code for compiler stuff
111 [if linker supports omitting unused code and data],
119 dnl simple stdio read code checking for errors, expecting
120 dnl enough syscall differences that the NetBSD code will
/freebsd-13.1/sys/tools/
H A Dmakeobjops.awk180 code = "\n";
186 code = code $0 "\n";
190 return code;
/freebsd-13.1/lib/libc/softfloat/
H A Dsoftfloat-source.txt18 decimal. SoftFloat is distributed in the form of C source code, so a
19 C compiler is needed to compile the code. Support for the extended double-
26 The source code for SoftFloat is intended to be relatively machine-
41 The SoftFloat sources assume that source code file names can be longer than
87 original version of this code was written as part of a project to build
101 Because SoftFloat is targeted to multiple platforms, its source code
118 softfloat - Most of the source code needed for SoftFloat.
128 platforms. The SoftFloat source code is distributed with targets
180 consistently in the SoftFloat code to annotate 64-bit literals.
188 appears in the SoftFloat source code before every function that should
[all …]
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dbcm4708-luxul-xwc-1000.dts3 * Broadcom BCM470X / BCM5301X ARM platform code.
57 linux,code = <KEY_RESTART>;
H A Domap3-overo-chestnut43-common.dtsi39 linux,code = <BTN_0>;
45 linux,code = <BTN_1>;
H A Dstm32mp157c-ev1.dts40 linux,code = <KEY_ENTER>;
46 linux,code = <KEY_DOWN>;
52 linux,code = <KEY_LEFT>;
58 linux,code = <KEY_RIGHT>;
64 linux,code = <KEY_UP>;
H A Dimx6qdl-gw5912.dtsi32 linux,code = <BTN_0>;
37 linux,code = <BTN_1>;
44 linux,code = <BTN_2>;
51 linux,code = <BTN_3>;
58 linux,code = <BTN_4>;
65 linux,code = <BTN_5>;
/freebsd-13.1/contrib/tcsh/
H A DREADME.md5 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-13.1/sys/dev/hid/
H A Dhsctrl.c50 #define HSCTRL_MAP(usage, code) \ argument
51 { HIDMAP_KEY(HUP_GENERIC_DESKTOP, HUG_SYSTEM_##usage, code) }
/freebsd-13.1/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.c162 Code *code; member
979 free((*val).code); } in YYDESTRUCT_DECL()
988 free((*val).code); } in YYDESTRUCT_DECL()
997 free((*val).code); } in YYDESTRUCT_DECL()
2059 { yyval.code = 0; } in YYPARSE_DECL()
2079 { yyval.code = build_if(yystack.l_mark[-7].expr, yystack.l_mark[-3].code, yystack.l_mark[0].code); } in YYPARSE_DECL()
2085 { yyval.code = build_if(yystack.l_mark[-4].expr, yystack.l_mark[0].code, 0); } in YYPARSE_DECL()
2095 { yyval.code = yystack.l_mark[0].code; } in YYPARSE_DECL()
2100 { yyval.code = 0; } in YYPARSE_DECL()
2105 { yyval.code = code_append(yystack.l_mark[-2].code, yystack.l_mark[0].code); } in YYPARSE_DECL()
[all …]
/freebsd-13.1/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-armv4.pl113 $code.=<<___;
173 $code.=<<___;
345 $code.=<<___ if ($A[0][0] != $T[0][0]);
348 $code.=<<___ if ($A[0][0] == $T[0][0]);
355 $code.=<<___;
691 $code.=<<___;
763 $code.=<<___;
914 $code.=<<___;
1063 $code.=<<___;
1595 foreach (split($/,$code)) {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc35 //=== WARNING: Implementation here must contain only Win32 specific code
36 //=== and must not be UNIX code
385 const char *Process::OutputColor(char code, bool bold, bool bg) {
386 if (UseANSI) return colorcodes[bg?1:0][bold?1:0][code&7];
391 colors = ((code&1) ? BACKGROUND_RED : 0) |
392 ((code&2) ? BACKGROUND_GREEN : 0 ) |
393 ((code&4) ? BACKGROUND_BLUE : 0);
398 colors = ((code&1) ? FOREGROUND_RED : 0) |
399 ((code&2) ? FOREGROUND_GREEN : 0 ) |
400 ((code&4) ? FOREGROUND_BLUE : 0);
/freebsd-13.1/contrib/dialog/
H A Dtimebox.c96 int code) in init_object() argument
98 (void) code; in init_object()
116 dlg_mouse_mkregion(y, x, height, width, code); in init_object()
122 CleanupResult(int code, WINDOW *dialog, char *prompt, DIALOG_VARS * save_vars) in CleanupResult() argument
129 return code; in CleanupResult()
/freebsd-13.1/contrib/netbsd-tests/lib/libc/gen/
H A Dt_siginfo.c63 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-13.1/contrib/traceroute/
H A DCHANGES19 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-13.1/stand/i386/pmbr/
H A Dpmbr.S9 # 1. Redistributions of source code must retain the above copyright
80 movsb # code
82 # Jump to the relocated code.
84 jmp main-LOAD+EXEC # To relocated code
160 mov %ax,%es # any boot code. :)
/freebsd-13.1/crypto/openssl/crypto/aes/asm/
H A Daesfx-sparcv9.pl42 $code.=<<___;
232 $code.=<<___;
284 $code.=<<___;
297 $code.=<<___;
329 $code.=<<___;
345 $code.=<<___ if ($i<6);
349 $code.=<<___;
372 $code.=<<___;
380 $code.=<<___;
396 $code.=<<___;
[all …]
/freebsd-13.1/sys/amd64/linux32/
H A Dlinux32_sysvec.c151 #define bsd_to_linux_trapcode(code) \ argument
152 ((code)<nitems(_bsd_to_linux_trapcode)? \
153 _bsd_to_linux_trapcode[(code)]: \
271 int code; in linux_rt_sendsig() local
274 code = ksi->ksi_code; in linux_rt_sendsig()
384 int sig, code; in linux_sendsig() local
387 code = ksi->ksi_code; in linux_sendsig()
441 frame.sf_sc.sc_trapno = bsd_to_linux_trapcode(code); in linux_sendsig()
655 sa->code = frame->tf_rax; in linux32_fetch_syscall_args()
657 if (sa->code >= p->p_sysent->sv_size) in linux32_fetch_syscall_args()
[all …]
/freebsd-13.1/contrib/googletest/googletest/xcode/Config/
H A DReleaseProject.xcconfig24 // Dead code strip does not affect ObjC code but can help for C
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRCallingConv.td9 // Normal functions use a special calling convention, solved in code.
27 // The calling conventions are implemented in custom C++ code
/freebsd-13.1/sys/contrib/device-tree/Bindings/input/
H A Dmax77650-onkey.yaml23 linux,code:
26 The key-code to be reported when the key is pressed. Defaults
/freebsd-13.1/tools/tools/locale/etc/charmaps/
H A DISCII-DEV.TXT57 # Column #1 is the Mac OS Devanagari code or code sequence
66 # Mac OS Devanagari code points that must be mapped in a special way.
67 # The second section maps individual code points.
95 # a two-byte code point representing a character which may be
97 # the code points alone. For example, the character DEVANAGARI OM
121 # the range 0xA1-0xEE constitutes a two-byte code point which can
125 # does not currently map any of these two-byte code points to
130 # Mac OS Devanagari adds characters using the code points
134 # 3. Unused code points
136 # The following code points are currently unused, and are not shown
[all …]
/freebsd-13.1/bin/sh/tests/expansion/
H A Dplus-minus1.09 code="$1"
12 eval "$code"
20 echo "For $code, expected $expected actual $result"

1...<<31323334353637383940>>...198