Home
last modified time | relevance | path

Searched refs:code (Results 576 – 600 of 5329) sorted by relevance

1...<<21222324252627282930>>...214

/freebsd-14.2/contrib/bmake/unit-tests/
H A Djob-flags.exp6 *** [ignore] Error code 1 (ignored)
10 *** [ignore-cmds] Error code 1 (ignored)
H A Ddeptgt-ignore.exp2 *** Error code 1 (continuing)
4 *** Error code 1 (ignored)
H A Djobs-error-nested.exp3 *** [nested] Error code 1
9 *** [all] Error code 2
/freebsd-14.2/sys/contrib/device-tree/Bindings/input/
H A Dqcom,pm8941-pwrkey.txt38 - linux,code:
41 Definition: The input key-code associated with the power key.
54 linux,code = <KEY_POWER>;
H A Dpxa27x-keypad.txt25 the linux key-code for the direct key.
29 linux key-code for rotary up. Bit[15:0] is the linux key-code
33 in the device, the value indicates the key-code for relative
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsageGadgets.def9 /// A gadget is an individual operation in the code that may be of interest to
15 /// Unsafe gadgets correspond to unsafe code patterns that warrant
21 /// Safe gadgets correspond to code patterns that aren't unsafe but need to be
/freebsd-14.2/bin/sh/tests/expansion/
H A Dassign1.08 code="$1"
11 eval "$code"
19 echo "For $code, expected $expected actual $result"
/freebsd-14.2/sys/crypto/openssl/arm/
H A Dsha512-armv4.S21 @ This code is ~4.5 (four and a half) times faster than code generated
38 @ one byte in 23.3 cycles or ~60% faster than integer-only code.
/freebsd-14.2/share/i18n/csmapper/KOI/
H A DKOI8-T%UCS.src14 # KOI8-T code page map
20 # Column 1 is the KOI8-T code (in hex as 0xXX)
21 # Column 2 is the Unicode code (in hex as 0xXXXX)
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dat91-kizbox3-hs.dts74 linux,code = <0x101>;
81 linux,code = <0x102>;
88 linux,code = <0x103>;
95 linux,code = <0x107>;
102 linux,code = <0x108>;
H A Dsocfpga_cyclone5_vining_fpga.dts40 linux,code = <BTN_0>;
46 linux,code = <BTN_1>;
52 linux,code = <BTN_2>;
58 linux,code = <KEY_POWER>;
64 linux,code = <BTN_3>;
/freebsd-14.2/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-stmfx.txt77 linux,code = <KEY_ENTER>;
83 linux,code = <KEY_DOWN>;
89 linux,code = <KEY_LEFT>;
95 linux,code = <KEY_RIGHT>;
101 linux,code = <KEY_UP>;
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dpci_ids42 # https://blog.ladsai.com/pci-configuration-space-class-code.html
43 # Base class code https://wiki.osdev.org/PCI
48 # Device was built prior definition of the class code field
58 # device sub-type and its definition is dependent upon the base-type code
114 # Prog IF of PCI class code?
/freebsd-14.2/contrib/lua/doc/
H A Dmanual.css1 h3 code {
6 pre, code { selector
/freebsd-14.2/share/i18n/csmapper/APPLE/
H A DGAELIC%UCS.src58 # Column #1 is the Mac OS Gaelic code (in hex as 0xNN)
62 # The entries are in Mac OS Gaelic code order.
88 # The Mac OS Gaelic encoding shares the script code smRoman (0) with
91 # system region code is 81. Otherwise, you can check for particular
100 # code point differences from standard Mac OS Roman.
102 # Before Mac OS 8.5, code point 0xDB was CURRENCY SIGN, and was
103 # mapped to U+00A4. In Mac OS 8.5 and later versions, code point
112 # Before Unicode 3.0, code point 0xE4 was PER MILLE SIGN, and was
113 # mapped to U+2030. Since August 1998, code point 0xE4 is changed
H A DUCS%GAELIC.src58 # Column #1 is the Mac OS Gaelic code (in hex as 0xNN)
62 # The entries are in Mac OS Gaelic code order.
88 # The Mac OS Gaelic encoding shares the script code smRoman (0) with
91 # system region code is 81. Otherwise, you can check for particular
100 # code point differences from standard Mac OS Roman.
102 # Before Mac OS 8.5, code point 0xDB was CURRENCY SIGN, and was
103 # mapped to U+00A4. In Mac OS 8.5 and later versions, code point
112 # Before Unicode 3.0, code point 0xE4 was PER MILLE SIGN, and was
113 # mapped to U+2030. Since August 1998, code point 0xE4 is changed
H A DUCS%TURKISH.src72 # Column #1 is the Mac OS Turkish code (in hex as 0xNN)
76 # The entries are in Mac OS Turkish code order.
95 # The Mac OS Turkish encoding shares the script code smRoman
98 # code is 24, verTurkey.
104 # 0xF5 code point undefined in Mac OS Turkish). This gives a total
105 # of 7 code point differences from standard Mac OS Roman.
113 # 0xF8A0 undefined1, used to map the single undefined code point
115 # code points).
H A DTURKISH%UCS.src72 # Column #1 is the Mac OS Turkish code (in hex as 0xNN)
76 # The entries are in Mac OS Turkish code order.
95 # The Mac OS Turkish encoding shares the script code smRoman
98 # code is 24, verTurkey.
104 # 0xF5 code point undefined in Mac OS Turkish). This gives a total
105 # of 7 code point differences from standard Mac OS Roman.
113 # 0xF8A0 undefined1, used to map the single undefined code point
115 # code points).
/freebsd-14.2/crypto/openssl/crypto/
H A Darm64cpuid.pl24 $code.=<<___;
166 print $code;
/freebsd-14.2/crypto/heimdal/lib/roken/
H A Dgai_strerror.c39 int code; member
71 if (g->code == ecode) in gai_strerror()
/freebsd-14.2/contrib/ncurses/ncurses/base/
H A Dlib_addch.c566 int code = ERR; in waddch() local
575 code = OK; in waddch()
578 TR(TRACE_VIRTPUT | TRACE_CCALLS, (T_RETURN("%d"), code)); in waddch()
579 return (code); in waddch()
585 int code = ERR; in wechochar() local
598 code = OK; in wechochar()
600 TR(TRACE_VIRTPUT | TRACE_CCALLS, (T_RETURN("%d"), code)); in wechochar()
601 return (code); in wechochar()
/freebsd-14.2/sys/contrib/xz-embedded/linux/Documentation/
H A Dxz.txt17 latest version and also information about using the code outside
35 See the xz_dec_test source code for the details.
50 uncompressed size of the file, which is needed by the boot code.
95 decompression code. I don't know if it could have any use in the
104 it is good to know this if testing the code e.g. with the test files
111 latest code.
120 include essential code that is directly based on Igor Pavlov's code,
/freebsd-14.2/stand/ficl/
H A Ddict.c252 pFW->code = pCode; in dictAppendWord2()
736 UNS16 code = (UNS16)si.count; in hashHashCode() local
745 code = (UNS16)((code << 4) + tolower(*cp)); in hashHashCode()
746 shift = (UNS16)(code & 0xf000); in hashHashCode()
749 code ^= (UNS16)(shift >> 8); in hashHashCode()
750 code ^= (UNS16)shift; in hashHashCode()
754 return (UNS16)code; in hashHashCode()
/freebsd-14.2/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.0.txt18 http and rpc code. Check out the latest draft at
27 Nearly all existing code that worked with Libevent 1.4 should still
59 that programmers can know that their code is not depending on any
76 headers. Old code should not be broken by this change.
81 non-threadsafe code, or forced code built against one version of Libevent
111 So in the case where old code would look like this:
123 New code will look more like this:
274 event-level errors in your code.
482 OpenSSL library. The code for this is build in a separate
501 This is tricky code; there are probably some bugs hiding here.
[all …]
/freebsd-14.2/contrib/libevent/
H A Dwhatsnew-2.0.txt18 http and rpc code. Check out the latest draft at
27 Nearly all existing code that worked with Libevent 1.4 should still
59 that programmers can know that their code is not depending on any
76 headers. Old code should not be broken by this change.
81 non-threadsafe code, or forced code built against one version of Libevent
111 So in the case where old code would look like this:
123 New code will look more like this:
274 event-level errors in your code.
482 OpenSSL library. The code for this is build in a separate
501 This is tricky code; there are probably some bugs hiding here.
[all …]

1...<<21222324252627282930>>...214