Home
last modified time | relevance | path

Searched refs:INT (Results 1 – 25 of 139) sorted by relevance

123456

/freebsd-12-stable/tools/tools/ipw/
Dipwstats.c52 #define INT 1 macro
70 { 1, "Number of frames submitted for transfer", INT },
71 { 2, "Number of frames transmitted", INT },
72 { 3, "Number of unicast frames transmitted", INT },
73 { 4, "Number of unicast frames transmitted at 1Mb/s", INT },
74 { 5, "Number of unicast frames transmitted at 2Mb/s", INT },
75 { 6, "Number of unicast frames transmitted at 5.5Mb/s", INT },
76 { 7, "Number of unicast frames transmitted at 11Mb/s", INT },
78 { 13, "Number of multicast frames transmitted at 1Mb/s", INT },
79 { 14, "Number of multicast frames transmitted at 2Mb/s", INT },
[all …]
/freebsd-12-stable/contrib/netbsd-tests/lib/libm/
Dt_fe_round.c17 #define INT 9223L macro
29 { FE_DOWNWARD, -INT-0.01, -INT-1},
30 { FE_DOWNWARD, +INT-0.01, INT-1},
31 { FE_DOWNWARD, -INT+0.01, -INT},
32 { FE_DOWNWARD, +INT+0.01, INT},
41 { FE_UPWARD, -INT-0.01, -INT},
42 { FE_UPWARD, +INT-0.01, INT},
43 { FE_UPWARD, -INT+0.01, -INT+1},
44 { FE_UPWARD, +INT+0.01, INT+1},
49 { FE_TOWARDZERO, INT+0.01, INT},
[all …]
/freebsd-12-stable/contrib/diff/lib/
Dstrtoimax.c56 # define INT uintmax_t macro
61 # define INT intmax_t macro
64 INT
69 (sizeof (INT) == sizeof (long) in strtoimax()
70 || sizeof (INT) == sizeof (long long))); in strtoimax()
72 if (sizeof (INT) != sizeof (long)) in strtoimax()
76 sizeof (INT) == sizeof (long)); in strtoimax()
/freebsd-12-stable/sys/gnu/dts/arm/
Dintegratorap.dts180 0x4800 0 0 1 &pic 13 /* INT A on slot 9 is irq 13 */
181 0x4800 0 0 2 &pic 14 /* INT B on slot 9 is irq 14 */
182 0x4800 0 0 3 &pic 15 /* INT C on slot 9 is irq 15 */
183 0x4800 0 0 4 &pic 16 /* INT D on slot 9 is irq 16 */
185 0x5000 0 0 1 &pic 14 /* INT A on slot 10 is irq 14 */
186 0x5000 0 0 2 &pic 15 /* INT B on slot 10 is irq 15 */
187 0x5000 0 0 3 &pic 16 /* INT C on slot 10 is irq 16 */
188 0x5000 0 0 4 &pic 13 /* INT D on slot 10 is irq 13 */
190 0x5800 0 0 1 &pic 15 /* INT A on slot 11 is irq 15 */
191 0x5800 0 0 2 &pic 16 /* INT B on slot 11 is irq 16 */
[all …]
Dkeystone-k2e.dtsi157 interrupt-map = <0 0 0 1 &pcie_intc1 0>, /* INT A */
158 <0 0 0 2 &pcie_intc1 1>, /* INT B */
159 <0 0 0 3 &pcie_intc1 2>, /* INT C */
160 <0 0 0 4 &pcie_intc1 3>; /* INT D */
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
Dconfig_file.c663 #define INT(t) write_int(f, #t, ssid->t, 0) in wpa_config_write_network() macro
669 INT(scan_ssid); in wpa_config_write_network()
675 INT(mem_only_psk); in wpa_config_write_network()
757 INT(wep_tx_keyidx); in wpa_config_write_network()
760 INT(priority); in wpa_config_write_network()
770 INT(mode); in wpa_config_write_network()
771 INT(no_auto_peer); in wpa_config_write_network()
772 INT(mesh_fwding); in wpa_config_write_network()
773 INT(frequency); in wpa_config_write_network()
774 INT(enable_edmg); in wpa_config_write_network()
[all …]
Dconfig.c2372 #define INT(f) _INT(f), NULL, NULL, 0 macro
2422 { INT(mem_only_psk) },
2427 { INT(bg_scan_period) },
2439 { INT(vht_center_freq1) },
2440 { INT(vht_center_freq2) },
2507 { INT(eapol_flags) },
2517 { INT(wep_tx_keyidx) },
2519 { INT(priority) },
2521 { INT(eap_workaround) },
2553 { INT(dot11MeshMaxRetries) },
[all …]
Dconfig_winreg.c881 #define INT(t) write_int(netw, #t, ssid->t, 0) in wpa_config_write_network() macro
887 INT(scan_ssid); in wpa_config_write_network()
944 INT(wep_tx_keyidx); in wpa_config_write_network()
947 INT(priority); in wpa_config_write_network()
953 INT(mode); in wpa_config_write_network()
956 INT(disabled); in wpa_config_write_network()
961 INT(update_identifier); in wpa_config_write_network()
963 INT(group_rekey); in wpa_config_write_network()
964 INT(ft_eap_pmksa_caching); in wpa_config_write_network()
967 #undef INT in wpa_config_write_network()
/freebsd-12-stable/contrib/binutils/include/coff/
Dti.h245 #define COFF_ADJUST_SCNHDR_IN_POST(ABFD, EXT, INT) \ argument
248 ((struct internal_scnhdr *)(INT))->s_page = \
258 #define COFF_ADJUST_SCNHDR_OUT_POST(ABFD, INT, EXT) \ argument
261 PUT_SCNHDR_NLNNO (ABFD, ((struct internal_scnhdr *)(INT))->s_nlnno, \
263 PUT_SCNHDR_NRELOC (ABFD, ((struct internal_scnhdr *)(INT))->s_nreloc,\
265 PUT_SCNHDR_FLAGS (ABFD, ((struct internal_scnhdr *)(INT))->s_flags, \
267 PUT_SCNHDR_PAGE (ABFD, ((struct internal_scnhdr *)(INT))->s_page, \
391 #define PUT_SCN_SCNLEN(ABFD, INT, EXT) \ argument
392 H_PUT_32 (ABFD, (INT) / bfd_octets_per_byte (ABFD), (EXT)->x_scn.x_scnlen)
409 #define COFF_ADJUST_SYM_IN_POST(ABFD, EXT, INT) \ argument
[all …]
/freebsd-12-stable/contrib/gcc/config/i386/
Di386-modes.def66 VECTOR_MODES (INT, 4); /* V4QI V2HI */
67 VECTOR_MODES (INT, 8); /* V8QI V4HI V2SI */
68 VECTOR_MODES (INT, 16); /* V16QI V8HI V4SI V2DI */
71 VECTOR_MODE (INT, DI, 4); /* V4DI */
72 VECTOR_MODE (INT, SI, 8); /* V8SI */
73 VECTOR_MODE (INT, HI, 16); /* V16HI */
74 VECTOR_MODE (INT, QI, 32); /* V32QI */
/freebsd-12-stable/crypto/heimdal/lib/roken/
Dinet_pton.c54 INT r; in inet_pton()
55 INT s = sizeof(si4); in inet_pton()
72 INT r; in inet_pton()
73 INT s = sizeof(si6); in inet_pton()
/freebsd-12-stable/bin/sh/tests/builtins/
Dtrap14.04 trap - INT
5 ${SH} -c 'kill -INT $PPID' &
10 [ "$r" -gt 128 ] && [ "$(kill -l "$r")" = INT ]
Dtrap1.016 trap 'result=$((result+1))' INT
17 kill -INT $$
19 (kill -INT $$)
Dtrap13.04 trap 'exit 0' INT
5 ${SH} -c 'kill -INT $PPID'
Dlocale2.03 $SH -c 'LC_ALL=C true; kill -INT $$; echo continued'
5 [ "$r" -gt 128 ] && [ "$(kill -l "$r")" = INT ]
/freebsd-12-stable/bin/sh/tests/execution/
Dbg12.07 { trap - INT; : >fifo1; sleep 5 & wait; exit 4; } &
9 kill -INT "$!"
12 [ "$r" -gt 128 ] && [ "$(kill -l "$r")" = INT ]
/freebsd-12-stable/contrib/gcc/config/ia64/
Dia64-modes.def80 VECTOR_MODES (INT, 4); /* V4QI V2HI */
81 VECTOR_MODES (INT, 8); /* V8QI V4HI V2SI */
82 VECTOR_MODE (INT, QI, 16);
83 VECTOR_MODE (INT, HI, 8);
84 VECTOR_MODE (INT, SI, 4);
/freebsd-12-stable/bin/sh/tests/errors/
Dredirection-error8.03 $SH -c '{ { :; } </var/empty/x; } 2>/dev/null || kill -INT $$; echo continued'
5 [ "$r" -gt 128 ] && [ "$(kill -l "$r")" = INT ]
/freebsd-12-stable/contrib/gcc/
Dmachmode.def45 acceptable. For instance, INT.
78 declares MODE to be of class INT and BYTESIZE bytes wide.
82 declares MODE to be of class INT, BYTESIZE bytes wide in
106 MODE (which must be an INT mode). The name of the new mode
112 CLASS) with COUNT components. CLASS must be INT or FLOAT.
121 and modes smaller than one byte (if CLASS is INT) or smaller
122 than two bytes (if CLASS is FLOAT). CLASS must be INT or
130 error if there is no 'F'. For INT modes, the names are
190 COMPLEX_MODES (INT);
/freebsd-12-stable/tests/sys/opencrypto/
Druntests.sh47 trap - EXIT INT TERM
60 trap cleanup_tests EXIT INT TERM
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.h259 INT = 0x20, enumerator
266 I8 = INT | B8,
267 I16 = INT | B16,
268 I32 = INT | B32,
269 I64 = INT | B64,
/freebsd-12-stable/contrib/gcc/config/rs6000/
Drs6000-modes.def43 VECTOR_MODES (INT, 8); /* V8QI V4HI V2SI */
44 VECTOR_MODES (INT, 16); /* V16QI V8HI V4SI V2DI */
45 VECTOR_MODE (INT, DI, 1);
/freebsd-12-stable/contrib/gcc/config/arm/
Darm-modes.def55 VECTOR_MODES (INT, 4); /* V4QI V2HI */
56 VECTOR_MODES (INT, 8); /* V8QI V4HI V2SI */
57 VECTOR_MODES (INT, 16); /* V16QI V8HI V4SI V2DI */
/freebsd-12-stable/bin/ps/
Dkeyword.c100 {"f2", "F2", NULL, "flags2", 0, kvar, KOFF(ki_flag2), INT, "08x", 0},
101 {"fib", "FIB", NULL, "fib", 0, kvar, KOFF(ki_fibnum), INT, "d", 0},
111 {"jid", "JID", NULL, "jail-id", 0, kvar, KOFF(ki_jid), INT, "d", 0},
114 {"ktrace", "KTRACE", NULL, "ktrace", 0, kvar, KOFF(ki_traceflag), INT,
180 INT, "x", 0},
/freebsd-12-stable/contrib/binutils/bfd/
Dieee.c2713 #define INT copy_int () macro
2775 INT; in f1_record()
2776 INT; in f1_record()
2788 INT; in f1_record()
2792 INT; in f1_record()
2815 INT; in f1_record()
2816 INT; in f1_record()
2818 INT; in f1_record()
2822 INT; in f1_record()
2823 INT; in f1_record()
[all …]

123456