Home
last modified time | relevance | path

Searched refs:code (Results 2301 – 2325 of 5016) sorted by relevance

1...<<919293949596979899100>>...201

/freebsd-12.1/contrib/gcc/config/sparc/
H A Dt-elf4 # We want fine grained libraries, so use the new code to build the
/freebsd-12.1/contrib/ncurses/ncurses/
H A Dllib-lncursestw3062 int code)
3067 int code)
4605 int code)
4610 int code)
4615 int code)
4625 char *code)
4635 void *code)
4640 void *code)
4679 attr_t code)
5291 int code,
[all …]
/freebsd-12.1/contrib/apr/
H A DLICENSE27 including but not limited to software source code, documentation
32 not limited to compiled object code, generated documentation,
56 communication on electronic mailing lists, source code control systems,
209 code for these subcomponents is subject to the terms and conditions
222 * 1. Redistributions of source code must retain the above copyright
311 Redistributions of source code and documentation must retain the above
/freebsd-12.1/contrib/diff/
H A DABOUT-NLS90 LL gives an ISO 639 two-letter code identifying the language. Unless
103 `LL_CC' combination. Here `LL' is an ISO 639 two-letter language code,
104 and `CC' is an ISO 3166 two-letter country code. For example, let's
111 You might think that the country code specification is redundant.
114 country code serves to distinguish the dialects.
134 Special advice for Norwegian users: The language code for Norwegian
/freebsd-12.1/sys/dev/aic7xxx/
H A Daic7xxx_osm.c60 static void ahc_async(void *callback_arg, uint32_t code,
892 ahc_async(void *callback_arg, uint32_t code, struct cam_path *path, void *arg) in ahc_async() argument
899 switch (code) { in ahc_async()
1286 u_int lun, ac_code code, void *opt_arg) in ahc_send_async() argument
1299 switch (code) { in ahc_send_async()
1328 xpt_async(code, path, arg); in ahc_send_async()
H A Daic79xx_osm.c67 static void ahd_async(void *callback_arg, uint32_t code,
908 ahd_async(void *callback_arg, uint32_t code, struct cam_path *path, void *arg) in ahd_async() argument
915 switch (code) { in ahd_async()
1226 u_int lun, ac_code code, void *opt_arg) in ahd_send_async() argument
1239 switch (code) { in ahd_send_async()
1266 xpt_async(code, path, arg); in ahd_send_async()
/freebsd-12.1/sys/arm/nvidia/
H A Dtegra_pcie.c147 #define AFI_AFI_INTR_ENABLE_CODE(code) (1 << (code)) argument
468 uint32_t code, signature; in tegra_pci_intr() local
470 code = bus_read_4(sc->afi_mem_res, AFI_INTR_CODE) & AFI_INTR_CODE_MASK; in tegra_pci_intr()
473 if (code == AFI_INTR_CODE_INT_CODE_SM_MSG) in tegra_pci_intr()
476 printf("tegra_pci_intr: code %x sig %x\n", code, signature); in tegra_pci_intr()
/freebsd-12.1/contrib/binutils/ld/
H A DNEWS117 Embedded-PIC code) is deprecated and will be removed in a future release.
305 * The linker now supports linking PIC compiled code on SPARC SunOS. It can
331 * Eric Youngdale has contributed Linux support code, including linking against
334 * The ELF backend has been converted to the new linker code. To use the new
351 * The COFF backend has been converted to the new linker code. As with ELF, to
360 * New linker code, by Steve Chamberlain and Ian Taylor. For a.out and ecoff
/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbarch.sh1241 New code should use register_gdbarch_data(). */
1300 /* Non-zero if we want to trace architecture code. */
2130 /* The existing architecture has been swapped out - all this code
2166 /* Find the tdep code that knows about this architecture. */
2180 /* Ask the tdep code for an architecture that matches "info". */
2183 /* Did the tdep code like it? No. Reject the change and revert to
/freebsd-12.1/contrib/ncurses/progs/
H A Dtic.c544 bool code = FALSE; in matches() local
550 code = TRUE; in matches()
555 code = TRUE; in matches()
556 return (code); in matches()
1904 for (j = 0; all_fkeys[j].code; j++) { in get_fkey_list()
1907 result[used].keycode = (int) all_fkeys[j].code; in get_fkey_list()
/freebsd-12.1/sys/dev/iwn/
H A Dif_iwnreg.h472 uint8_t code; member
1191 uint8_t code; member
1210 uint8_t code; member
1220 uint8_t code; member
1231 uint8_t code; member
1242 uint8_t code; member
/freebsd-12.1/contrib/bearssl/T0/
H A DT0Comp.cs1013 WordNative.NativeRun code) in AddNative() argument
1015 return AddNative(name, immediate, SType.UNKNOWN, code); in AddNative()
1019 WordNative.NativeRun code) in AddNative() argument
1025 WordNative w = new WordNative(this, name, code); in AddNative()
1405 Opcode[] code = new Opcode[] { in ProcessInput()
1410 cpu.Enter(code, 0); in ProcessInput()
/freebsd-12.1/usr.sbin/ppp/
H A Dcommand.c920 int code, bit; in ShowEscape() local
923 for (code = 0; code < 32; code++) in ShowEscape()
924 if (arg->cx->physical->async.cfg.EscMap[code]) in ShowEscape()
926 if (arg->cx->physical->async.cfg.EscMap[code] & (1 << bit)) { in ShowEscape()
927 prompt_Printf(arg->prompt, "%s0x%02x", sep, (code << 3) + bit); in ShowEscape()
1545 int code; in SetEscape() local
1549 for (code = 0; code < 33; code++) in SetEscape()
1550 arg->cx->physical->async.cfg.EscMap[code] = 0; in SetEscape()
1553 sscanf(*argv++, "%x", &code); in SetEscape()
1554 code &= 0xff; in SetEscape()
[all …]
/freebsd-12.1/contrib/gcc/
H A Dtree.def36 code, consider its placement in relation to the other codes. */
82 /* Each data type is represented by a tree node whose code is one of
172 /* All pointer-to-x types have code POINTER_TYPE.
181 /* All pointer-to-block types have code BLOCK_POINTER_TYPE.
337 DECL_FUNCTION_CODE is a code number that is nonzero for
517 then the code that creates the BIND_EXPR is also responsible for
592 will find this PLACEHOLDER_EXPR and generate code to calculate the
750 This code may also be used within the LHS of a MODIFY_EXPR, in which
978 Operand 2: OMP_FOR_INIT: Initialization code of the form
1026 /* OpenMP - An intermediate tree code to mark the location of the
[all …]
H A Dtree-vect-patterns.c474 enum tree_code code; in vect_pattern_recog_1() local
517 code = TREE_CODE (pattern_expr); in vect_pattern_recog_1()
/freebsd-12.1/contrib/libevent/include/event2/
H A Dhttp.h417 void evhttp_send_reply(struct evhttp_request *req, int code,
437 void evhttp_send_reply_start(struct evhttp_request *req, int code,
/freebsd-12.1/sys/dev/usb/wlan/
H A Dif_uathreg.h60 uint32_t code; /* operation code */ member
145 uint32_t code; /* WDCMSG_DATA_AVAIL */ member
/freebsd-12.1/sys/contrib/zstd/lib/common/
H A Dhuf.h96 HUF_PUBLIC_API unsigned HUF_isError(size_t code); /**< tells if a return value is an error…
97 HUF_PUBLIC_API const char* HUF_getErrorName(size_t code); /**< provides error code string (useful …
/freebsd-12.1/sys/gnu/dts/arm/
H A Dsun4i-a10-pov-protab2-ips9.dts125 linux,code = <KEY_VOLUMEUP>;
132 linux,code = <KEY_VOLUMEDOWN>;
H A Dsun8i-h3-orangepi-2.dts100 linux,code = <BTN_1>;
106 linux,code = <BTN_0>;
H A Dam335x-pcm-953.dtsi64 linux,code = <KEY_HOME>;
71 linux,code = <KEY_MENU>;
H A Dsun4i-a10-dserve-dsrv9703c.dts137 linux,code = <KEY_VOLUMEDOWN>;
144 linux,code = <KEY_VOLUMEUP>;
/freebsd-12.1/usr.sbin/bsdconfig/timezone/share/
H A Dcontinents.subr9 # 1. Redistributions of source code must retain the above copyright
100 # tlc_N 2-character country code of the Nth submenu item associated
/freebsd-12.1/crypto/heimdal/appl/ftp/ftp/
H A Dgssapi.c449 if(code != 235) { in gss_auth()
450 printf("Unrecognized response code: %d\n", code); in gss_auth()
/freebsd-12.1/crypto/heimdal/appl/ftp/ftpd/
H A Dgssapi.c449 if(code != 235) { in gss_auth()
450 printf("Unrecognized response code: %d\n", code); in gss_auth()

1...<<919293949596979899100>>...201