Home
last modified time | relevance | path

Searched refs:code (Results 951 – 975 of 4948) sorted by relevance

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

/freebsd-13.1/share/i18n/csmapper/APPLE/
H A DINUIT%UCS.src59 # Column #1 is the Mac OS Inuit code (in hex as 0xNN)
63 # The entries are in Mac OS Inuit code order.
88 # The Mac OS Inuit character set shares the script code smEthiopic
91 # code is 78, verNunavut.
103 # encoding are at the same code point in both; this improves
H A DUCS%INUIT.src59 # Column #1 is the Mac OS Inuit code (in hex as 0xNN)
63 # The entries are in Mac OS Inuit code order.
88 # The Mac OS Inuit character set shares the script code smEthiopic
91 # code is 78, verNunavut.
103 # encoding are at the same code point in both; this improves
/freebsd-13.1/contrib/xz/src/liblzma/lz/
H A Dlz_encoder.c96 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()
544 next->code = &lz_encode; in lzma_lz_encoder_init()
549 coder->lz.code = NULL; in lzma_lz_encoder_init()
/freebsd-13.1/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.c456 u_int8_t code, u_int32_t token) in ng_l2cap_new_cmd() argument
472 cmd->code = code; in ng_l2cap_new_cmd()
559 cmd->code, cmd->flags); in ng_l2cap_command_timeout()
580 cmd->code, cmd->flags); in ng_l2cap_command_untimeout()
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dvaried.out25 0 string avaobj AVR assembler object code
43 # Generated by the "examples" in STM's ST40 devkit, and derived code.
/freebsd-13.1/contrib/libucl/m4/
H A Dgcov.m43 # Add code coverage support with gcov/lcov.
28 AC_ARG_ENABLE(coverage, AC_HELP_STRING([--enable-coverage],[configure code coverage analysis tools]…
/freebsd-13.1/tools/tools/git/
H A Darcgit209 code=$?
213 exit $code
/freebsd-13.1/contrib/llvm-project/lld/docs/
H A DAtomLLD.rst7 ATOM-based lld is a new set of modular code for creating linker tools.
30 * OS specific and CPU specific code factored out
/freebsd-13.1/contrib/googletest/googlemock/scripts/generator/
H A DREADME3 For more information about cppclean, visit http://code.google.com/p/cppclean/
29 Not all code will be generated properly. For example, when mocking templated
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.rc4 ** The author disclaims copyright to this source code. In place of
13 ** This file contains code and resources that are specific to Windows.
/freebsd-13.1/usr.bin/newkey/
H A Dnewkey.c203 err_string(int code) in err_string() argument
207 switch (code) { in err_string()
/freebsd-13.1/sys/contrib/device-tree/Bindings/input/
H A Dmatrix-keymap.yaml27 column and linux key-code. The 32-bit big endian cell is packed as:
28 row << 24 | column << 16 | key-code
H A Diqs269a.yaml399 linux,code:
401 description: Numeric key or switch code associated with the event.
424 linux,code:
426 description: Numeric key or switch code associated with the event.
449 linux,code:
451 description: Numeric key or switch code associated with the event.
494 linux,code = <KEY_POWER>;
549 linux,code = <SW_LID>;
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-mgmt-port.c84 uint64_t code : 7; /* The RX error code */ member
680 while (state->rx_ring[state->rx_read_index].s.code == 16) in cvmx_mgmt_port_receive()
694 state->rx_ring[state->rx_read_index].s.code = 0; in cvmx_mgmt_port_receive()
707 if (state->rx_ring[state->rx_read_index].s.code == 15) in cvmx_mgmt_port_receive()
725 … state->rx_ring[state->rx_read_index].s.code, state->rx_ring[state->rx_read_index].s.len + result); in cvmx_mgmt_port_receive()
726 result = -state->rx_ring[state->rx_read_index].s.code; in cvmx_mgmt_port_receive()
735 state->rx_ring[state->rx_read_index].s.code = 0; in cvmx_mgmt_port_receive()
/freebsd-13.1/usr.sbin/ppp/
H A Dcbcp.c173 u_char code; member
198 cbcp_Output(struct cbcp *cbcp, u_char code, struct cbcp_data *data) in cbcp_Output() argument
205 head->code = code; in cbcp_Output()
647 " - ignored\n", head->code, ntohs(head->length), len); in cbcp_Input()
659 switch (head->code) { in cbcp_Input()
739 head->code, len); in cbcp_Input()
/freebsd-13.1/sys/contrib/zstd/lib/
H A DREADME.md64 - Compression source code lies in `lib/compress`
66 - Decompression source code lies in `lib/decompress`
103 Detailed options: Zstandard's code and build environment is set up by default
105 makes significant trade-offs in code size. For example, Zstandard often has
142 (in this case, only the BMI2 code path is generated).
196 Consider migrating code towards supported streaming API exposed in `zstd.h`.
201 The other files are not source code. There are :
/freebsd-13.1/contrib/libevent/
H A Dwhatsnew-2.1.txt36 Our source-compatibility policy is that correct code (that is to say,
37 code that uses public interfaces of Libevent and relies only on their
39 such code that worked with a previous version of Libevent should work
53 GCC features designed for increased code security.
184 How can we make this code safe?
193 have the following code:
287 bufferevents, and any code that tried to read the contents of the
565 compilers, and makes the code easier to read and check.
596 code run a little faster on change-heavy loads.
725 around for a while. New code should use EVENT_LOG_DEBUG,
[all …]
/freebsd-13.1/lib/libpmc/pmu-events/
H A Djevents.c581 char *code = NULL; in json_events() local
582 addfield(map, &code, "", "", val); in json_events()
583 eventcode |= strtoul(code, NULL, 0); in json_events()
584 free(code); in json_events()
586 char *code = NULL; in json_events() local
587 addfield(map, &code, "", "", val); in json_events()
588 eventcode |= strtoul(code, NULL, 0) << 21; in json_events()
589 free(code); in json_events()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dutf.c1078 const apr_uint16_t code = in svn_utf__utf16_to_utf8() local
1083 if (IS_UTF16_TRAIL_SURROGATE(code)) in svn_utf__utf16_to_utf8()
1089 | (code & 0x03ff)))); in svn_utf__utf16_to_utf8()
1102 if ((offset + 1) < utf16len && IS_UTF16_LEAD_SURROGATE(code)) in svn_utf__utf16_to_utf8()
1106 lead_surrogate = code; in svn_utf__utf16_to_utf8()
1110 membuf_insert_ucs4(&ucs4buf, length++, code); in svn_utf__utf16_to_utf8()
1163 const apr_int32_t code = SWAP_LONG(utf32str[offset]); in svn_utf__utf32_to_utf8() local
1164 membuf_insert_ucs4(&ucs4buf, offset, code); in svn_utf__utf32_to_utf8()
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dqcom-apq8064-sony-xperia-yuga.dts31 linux,code = <KEY_CAMERA_FOCUS>;
38 linux,code = <KEY_CAMERA>;
45 linux,code = <KEY_VOLUMEDOWN>;
52 linux,code = <KEY_VOLUMEUP>;
H A Dqcom-msm8974-sony-xperia-amami.dts32 linux,code = <KEY_VOLUMEDOWN>;
39 linux,code = <KEY_CAMERA>;
46 linux,code = <KEY_CAMERA_FOCUS>;
53 linux,code = <KEY_VOLUMEUP>;
/freebsd-13.1/contrib/ntp/
H A Dreadme.y2kfixes33 the specific changes made by Y2K to the code. Any original
34 copyright holders retain rights to unchanged code. Wherever
35 possible patches will be returned to the current owner(s) of the code.
44 and any AT&T "comments" on the changed code remain intact.
/freebsd-13.1/sys/security/audit/
H A Daudit.h76 void audit_syscall_enter(unsigned short code, struct thread *td);
394 #define AUDIT_SYSCALL_ENTER(code, td) ({ \ argument
397 audit_syscall_enter(code, td); \
473 #define AUDIT_SYSCALL_ENTER(code, td) 0 argument
/freebsd-13.1/contrib/dialog/samples/
H A Ddialog.py110 (code, output) = self.__perform(self.__handleTitle(title) +\
112 return code == 0
164 (code, output) = self.__perform('--menu "%s" %d %d %d %s' %\
/freebsd-13.1/contrib/libarchive/
H A DCOPYING37 I intend for all new source code to use the license below and hope over
38 time to replace code with other licenses with new implementations that
49 1. Redistributions of source code must retain the above copyright

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