/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | vecintrin.h | 30 __lcbb(const void *__ptr, unsigned short __len) 60 static inline __ATTRS_o_ai signed short 61 vec_extract(__vector signed short __vec, int __index) { in vec_extract() 65 static inline __ATTRS_o_ai unsigned short 66 vec_extract(__vector __bool short __vec, int __index) { in vec_extract() 70 static inline __ATTRS_o_ai unsigned short 71 vec_extract(__vector unsigned short __vec, int __index) { in vec_extract() 139 static inline __ATTRS_o_ai __vector signed short 140 vec_insert(signed short __scalar, __vector signed short __vec, int __index) { in vec_insert() 146 static inline __ATTRS_o_ai __vector unsigned short [all …]
|
H A D | intrin0.h | 93 short _InterlockedExchangeAdd16_acq(short volatile *_Addend, short _Value); 94 short _InterlockedExchangeAdd16_nf(short volatile *_Addend, short _Value); 95 short _InterlockedExchangeAdd16_rel(short volatile *_Addend, short _Value); 108 short _InterlockedIncrement16_acq(short volatile *_Value); 109 short _InterlockedIncrement16_nf(short volatile *_Value); 110 short _InterlockedIncrement16_rel(short volatile *_Value); 121 short _InterlockedDecrement16_acq(short volatile *_Value); 122 short _InterlockedDecrement16_nf(short volatile *_Value); 123 short _InterlockedDecrement16_rel(short volatile *_Value); 137 short _InterlockedAnd16_acq(short volatile *_Value, short _Mask); [all …]
|
H A D | intrin.h | 60 void __addfsword(unsigned long, unsigned short); 68 unsigned char __inbyte(unsigned short); 69 void __inbytestring(unsigned short, unsigned char *, unsigned long); 73 unsigned long __indword(unsigned short); 74 void __indwordstring(unsigned short, unsigned long *, unsigned long); 77 unsigned short __inword(unsigned short); 78 void __inwordstring(unsigned short, unsigned short *, unsigned long); 84 void __movsw(unsigned short *, unsigned short const *, size_t); 88 void __outbyte(unsigned short, unsigned char); 89 void __outbytestring(unsigned short, unsigned char *, unsigned long); [all …]
|
H A D | hexagon_types.h | 120 short h[4]; \ 129 short h[4]; \ 138 short h[4]; \ 147 short h[4]; \ 156 unsigned short uh[4]; \ 165 unsigned short uh[4]; \ 174 unsigned short uh[4]; \ 183 unsigned short uh[4]; \ 384 short h[4]; \ 394 short h[4]; \ [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | clipper | 10 # >18 short !074000,000000 C1 R1 11 # >18 short !074000,004000 C2 R1 12 # >18 short !074000,010000 C3 R1 13 # >18 short !074000,074000 TEST 18 # >18 short&074000 000000 C1 R1 19 # >18 short&074000 004000 C2 R1 20 # >18 short&074000 010000 C3 R1 21 # >18 short&074000 074000 TEST 31 0 short 0575 CLIPPER COFF executable (VAX #) 32 >20 short 0407 (impure) [all …]
|
H A D | encore | 9 0 short 0x154 Encore 10 >20 short 0x107 executable 11 >20 short 0x108 pure executable 12 >20 short 0x10b demand-paged executable 13 >20 short 0x10f unsupported executable 15 >22 short >0 - version %d 16 >22 short 0 - 18 0 short 0x155 Encore unsupported executable 20 >22 short >0 - version %d 21 >22 short 0 -
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_atomic.h | 470 void __kmpc_atomic_fixed2_add(ident_t *id_ref, int gtid, short *lhs, short rhs); 471 void __kmpc_atomic_fixed2_andb(ident_t *id_ref, int gtid, short *lhs, 472 short rhs); 473 void __kmpc_atomic_fixed2_div(ident_t *id_ref, int gtid, short *lhs, short rhs); 474 void __kmpc_atomic_fixed2u_div(ident_t *id_ref, int gtid, unsigned short *lhs, 475 unsigned short rhs); 476 void __kmpc_atomic_fixed2_mul(ident_t *id_ref, int gtid, short *lhs, short rhs); 477 void __kmpc_atomic_fixed2_orb(ident_t *id_ref, int gtid, short *lhs, short rhs); 478 void __kmpc_atomic_fixed2_shl(ident_t *id_ref, int gtid, short *lhs, short rhs); 479 void __kmpc_atomic_fixed2_shr(ident_t *id_ref, int gtid, short *lhs, short rhs); [all …]
|
/freebsd/sys/dev/qat/include/common/ |
H A D | icp_qat_uclo.h | 240 unsigned short file_id; 241 unsigned short reserved1; 244 unsigned short reserved2; 245 unsigned short max_chunks; 246 unsigned short num_chunks; 258 unsigned short min_cpu_ver; 259 unsigned short max_cpu_ver; 260 short max_chunks; 261 short num_chunks; 281 unsigned short reserved1; [all …]
|
/freebsd/crypto/heimdal/kuser/ |
H A D | kcc-commands.in | 40 short = "c" 46 short = "f" 52 short = "t" 58 short = "s" 63 short = "T" 69 short = "5" 76 short = "A" 82 short = "l" 88 short = "v" 94 short = "a" [all …]
|
/freebsd/crypto/heimdal/admin/ |
H A D | ktutil-commands.in | 39 short = "p" 47 short = "V" 54 short = "e" 61 short = "w" 67 short = "s" 74 short = "r" 80 short = "H" 92 short = "r" 99 short = "a" 106 short = "s" [all …]
|
/freebsd/stand/efi/loader/arch/arm/ |
H A D | start.S | 47 .short 0 55 .short 0 57 .short IMAGE_FILE_MACHINE_ARM /* ARM file */ 58 .short 2 /* 2 Sections */ 62 .short section_table - optional_header /* Optional header size */ 63 .short 0 /* Characteristics TODO: Fill in */ 66 .short 0x010b /* PE32 (32-bit addressing) */ 80 .short 0 /* Major OS version */ 81 .short 0 /* Minor OS version */ 82 .short 0 /* Major image version */ [all …]
|
/freebsd/stand/efi/loader/arch/arm64/ |
H A D | start.S | 48 .short 0 56 .short 0 58 .short IMAGE_FILE_MACHINE_ARM64 /* AArch64 file */ 59 .short 2 /* 2 Sections */ 63 .short section_table - optional_header /* Optional header size */ 64 .short IMAGE_FILE_EXECUTABLE /* Characteristics */ 67 .short 0x020b /* PE32+ (64-bit addressing) */ 80 .short 0 /* Major OS version */ 81 .short 0 /* Minor OS version */ 82 .short 0 /* Major image version */ [all …]
|
/freebsd/stand/efi/loader/arch/riscv/ |
H A D | start.S | 48 .short 0 56 .short 0 58 .short IMAGE_FILE_MACHINE_RISCV64 /* RISC-V 64 file */ 59 .short 2 /* 2 Sections */ 63 .short section_table - optional_header /* Optional header size */ 64 .short 0 /* Characteristics TODO: Fill in */ 67 .short 0x020b /* PE32+ (64-bit addressing) */ 80 .short 0 /* Major OS version */ 81 .short 0 /* Minor OS version */ 82 .short 0 /* Major image version */ [all …]
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | kadmin-commands.in | 40 short = "e" 47 short = "k" 75 short = "d" 127 short = "r" 138 short = "p" 193 short = "r" 204 short = "p" 236 short = "r" 248 short = "k" 263 short = "l" [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86EncodingOptimizationForImmediate.def | 13 #define ENTRY(LONG, SHORT) 30 #define ENTRYS(LONG, SHORT) \ 31 ENTRY(LONG, SHORT) \ 32 ENTRY(LONG##_EVEX, SHORT##_EVEX) \ 33 ENTRY(LONG##_NF, SHORT##_NF) \ 34 ENTRY(LONG##_ND, SHORT##_ND) \ 35 ENTRY(LONG##_NF_ND, SHORT##_NF_ND) 67 #define ENTRYS(LONG, SHORT) \ 68 ENTRY(LONG, SHORT) \ 69 ENTRY(LONG##_EVEX, SHORT##_EVEX) \ [all …]
|
/freebsd/lib/libc/gen/ |
H A D | _rand48.c | 16 unsigned short _rand48_seed[3] = { 21 unsigned short _rand48_mult[3] = { 26 unsigned short _rand48_add = RAND48_ADD; 29 _dorand48(unsigned short xseed[3]) in _dorand48() 32 unsigned short temp[2]; in _dorand48() 36 temp[0] = (unsigned short) accu; /* lower 16 bits */ in _dorand48() 37 accu >>= sizeof(unsigned short) * 8; in _dorand48() 40 temp[1] = (unsigned short) accu; /* middle 16 bits */ in _dorand48() 41 accu >>= sizeof(unsigned short) * 8; in _dorand48() 45 xseed[2] = (unsigned short) accu; in _dorand48()
|
/freebsd/contrib/netbsd-tests/include/sys/ |
H A D | t_cdefs.c | 48 { "signed short", SHRT_MIN, SHRT_MAX }, 60 { "unsigned short", 0, USHRT_MAX }, 79 CHECK(signed short, 1); in ATF_TC_BODY() 98 CHECK(unsigned short, 1); in ATF_TC_BODY() 116 CHECK(signed short); in ATF_TC_BODY() 134 CHECK(unsigned short); in ATF_TC_BODY() 152 CHECK(unsigned short, 0xffffffffffff0000ULL); in ATF_TC_BODY() 169 CHECK(signed short, 0xffffffffffff0000LL); in ATF_TC_BODY() 192 CHECK(signed short, -1, 1); in ATF_TC_BODY() 193 CHECK(signed short, 1, 1); in ATF_TC_BODY() [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | suff-lookup.exp | 4 Adding suffix ".short" 15 defining transformation from `.short' to `.c' 16 inserting ".short" (4) at end of list 18 transformation .short.c complete 23 defining transformation from `.dead-end' to `.short' 25 inserting ".short" (4) at end of list 26 transformation .dead-end.short complete 35 Adding suffix ".short" 36 inserting ".short" (4) at end of list 43 inserting ".short" (4) at end of list [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
H A D | mmintrin.h | 50 short as_short[4]; 153 __vector signed short __vm1; in _mm_packs_pi16() 156 __vm1 = (__vector signed short)(__vector unsigned long long) in _mm_packs_pi16() 179 __vector signed short __vresult; in _mm_packs_pi32() 204 __vector signed short __vm1 = (__vector signed short)(__vector long long) in _mm_packs_pu16() 210 const __vector signed short __zero = {0}; in _mm_packs_pu16() 211 __vector __bool short __select = vec_cmplt(__vm1, __zero); in _mm_packs_pu16() 213 vec_packs((__vector unsigned short)__vm1, (__vector unsigned short)__vm1); in _mm_packs_pu16() 430 __vector signed short __a, __b, __c; in _mm_add_pi16() 432 __a = (__vector signed short)vec_splats(__m1); in _mm_add_pi16() [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.signedkeyspos.d | 66 @i16["mouse", (short)-2] = sum(-2); 67 @i16["dog", (short)-2] = sum(-22); 68 @i16["cat", (short)-2] = sum(-222); 69 @i16["mouse", (short)-1] = sum(-1); 70 @i16["dog", (short)-1] = sum(-11); 71 @i16["cat", (short)-1] = sum(-111); 72 @i16["mouse", (short)0] = sum(0); 73 @i16["dog", (short)0] = sum(10); 74 @i16["cat", (short)0] = sum(100); 75 @i16["mouse", (short)1] = sum(1); [all …]
|
/freebsd/cddl/lib/libdtrace/ |
H A D | ip.d | 127 inline short IPPROTO_IP = 0; 129 inline short IPPROTO_ICMP = 1; 131 inline short IPPROTO_IGMP = 2; 133 inline short IPPROTO_IPV4 = 4; 135 inline short IPPROTO_TCP = 6; 137 inline short IPPROTO_UDP = 17; 139 inline short IPPROTO_IPV6 = 41; 141 inline short IPPROTO_ROUTING = 43; 143 inline short IPPROTO_FRAGMENT = 44; 145 inline short IPPROTO_RSVP = 46; [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_ripencc.c | 111 short 128 short 142 short 146 short 157 short 161 short 201 short 274 short rpt_0x3D (TSIPPKT *rpt, unsigned char *tx_baud_index, 278 short rpt_0x40 (TSIPPKT *rpt, unsigned char *sv_prn, short *week_nu [all...] |
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdsubs.c | 122 static short nfsv3err_null[] = { 127 static short nfsv3err_getattr[] = { 137 static short nfsv3err_setattr[] = { 154 static short nfsv3err_lookup[] = { 168 static short nfsv3err_access[] = { 178 static short nfsv3err_readlink[] = { 191 static short nfsv3err_read[] = { 204 static short nfsv3err_write[] = { 220 static short nfsv3err_create[] = { 238 static short nfsv3err_mkdir[] = { [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | curs_sp_funcs.3x | 55 \fBint color_content_sp(SCREEN* \fIsp\fP, short \fIcolor\fP, short* \fIr\fP, short* \fIg\fP, short*… 86 \fBint init_color_sp(SCREEN* \fIsp\fP, short \fIcolor\fP, short \fIr\fP, short \fIg\fP, short \fIb\… 89 \fBint init_pair_sp(SCREEN* \fIsp\fP, short \fIpair\fP, short \fIfg\fP, short \fIbg\fP); 123 \fBint pair_content_sp(SCREEN* \fIsp\fP, short \fIpair\fP, short* \fIfg\fP, short* \fIbg\fP); 142 \fBint slk_attr_set_sp(SCREEN* \fIsp\fP, const attr_t \fIattrs\fP, short \fIpair\fP, void*\fIopts\f… 148 \fBint slk_color_sp(SCREEN* \fIsp\fP, short \fIpair\fP); 170 \fBint vid_attr_sp(SCREEN* \fIsp\fP, attr_t \fIattrs\fP, short \fIpair\fP, void * \fIopts\fP); 171 \fBint vid_puts_sp(SCREEN* \fIsp\fP, attr_t \fIattrs\fP, short \fIpair\fP, void * \fIopts\fP, NCURS…
|
/freebsd/contrib/ncurses/menu/ |
H A D | menu.h | 81 unsigned short length; 96 short index; /* Item number if connected to a menu */ 97 short y; /* y and x location of item in menu */ 98 short x; 115 short height; /* Nr. of chars high */ 116 short width; /* Nr. of chars wide */ 117 short rows; /* Nr. of items high */ 118 short cols; /* Nr. of items wide */ 119 short frows; /* Nr. of formatted items high */ 120 short fcols; /* Nr. of formatted items wide */ [all …]
|