Symbol: int16_t
crypto/heimdal/kadmin/ank.c
260
int16_t dummy = 3;
crypto/heimdal/kadmin/cpw.c
177
int16_t dummy;
crypto/heimdal/kadmin/del_enctype.c
102
int16_t ignore = 1;
crypto/heimdal/kadmin/server.c
314
int16_t dummy = i;
crypto/heimdal/kadmin/server.c
334
int16_t dummy = n_key_data;
crypto/heimdal/kadmin/server.c
344
int16_t dummy = n_key_data;
crypto/heimdal/lib/asn1/lex.c
45
typedef int16_t flex_int16_t;
crypto/heimdal/lib/com_err/lex.c
45
typedef int16_t flex_int16_t;
crypto/heimdal/lib/gssapi/krb5/address_to_krb5addr.c
42
int16_t port,
crypto/heimdal/lib/gssapi/krb5/gsskrb5-private.h
769
int16_t /*port*/,
crypto/heimdal/lib/gssapi/krb5/init_sec_context.c
61
*(int16_t *) input_chan_bindings->application_data.value;
crypto/heimdal/lib/gssapi/krb5/init_sec_context.c
64
*((int16_t *) input_chan_bindings->application_data.value + 1);
crypto/heimdal/lib/hdb/mkey.c
157
int16_t enctype;
crypto/heimdal/lib/kadm5/admin.h
108
int16_t key_data_ver; /* Version */
crypto/heimdal/lib/kadm5/admin.h
109
int16_t key_data_kvno; /* Key Version */
crypto/heimdal/lib/kadm5/admin.h
110
int16_t key_data_type[2]; /* Array of types */
crypto/heimdal/lib/kadm5/admin.h
111
int16_t key_data_length[2]; /* Array of lengths */
crypto/heimdal/lib/kadm5/admin.h
117
int16_t tl_data_type;
crypto/heimdal/lib/kadm5/admin.h
118
int16_t tl_data_length;
crypto/heimdal/lib/kadm5/admin.h
153
int16_t n_key_data;
crypto/heimdal/lib/kadm5/admin.h
154
int16_t n_tl_data;
crypto/heimdal/lib/kadm5/free.c
40
int16_t *n_key_data,
crypto/heimdal/lib/kadm5/get_s.c
39
add_tl_data(kadm5_principal_ent_t ent, int16_t type,
crypto/heimdal/lib/kadm5/kadm5-private.h
103
int16_t /*n_key_data*/,
crypto/heimdal/lib/kadm5/kadm5-protos.h
77
int16_t */*n_key_data*/,
crypto/heimdal/lib/kadm5/set_keys.c
82
int16_t n_key_data,
crypto/heimdal/lib/krb5/addr_families.c
1479
krb5_address **res, const krb5_address *addr, int16_t port)
crypto/heimdal/lib/krb5/addr_families.c
267
ipv6_sockaddr2port (const struct sockaddr *sa, int16_t *port)
crypto/heimdal/lib/krb5/addr_families.c
41
krb5_error_code (*sockaddr2port)(const struct sockaddr *, int16_t *);
crypto/heimdal/lib/krb5/addr_families.c
74
ipv4_sockaddr2port (const struct sockaddr *sa, int16_t *port)
crypto/heimdal/lib/krb5/addr_families.c
879
const struct sockaddr *sa, int16_t *port)
crypto/heimdal/lib/krb5/fcache.c
594
int16_t length;
crypto/heimdal/lib/krb5/fcache.c
605
int16_t dtag, data_len;
crypto/heimdal/lib/krb5/keytab_file.c
137
int16_t tmp;
crypto/heimdal/lib/krb5/keytab_file.c
188
int16_t len;
crypto/heimdal/lib/krb5/keytab_file.c
56
int16_t size;
crypto/heimdal/lib/krb5/keytab_file.c
78
int16_t size;
crypto/heimdal/lib/krb5/krb5-protos.h
2905
int16_t /*port*/);
crypto/heimdal/lib/krb5/krb5-protos.h
3641
int16_t */*value*/);
crypto/heimdal/lib/krb5/krb5-protos.h
3914
int16_t */*port*/);
crypto/heimdal/lib/krb5/krb5-protos.h
4047
int16_t /*value*/);
crypto/heimdal/lib/krb5/krb5.h
627
int16_t local_port;
crypto/heimdal/lib/krb5/krb5.h
628
int16_t remote_port;
crypto/heimdal/lib/krb5/store.c
1046
int16_t tmp;
crypto/heimdal/lib/krb5/store.c
1151
int16_t t;
crypto/heimdal/lib/krb5/store.c
1261
int16_t tmp2;
crypto/heimdal/lib/krb5/store.c
462
int16_t value)
crypto/heimdal/lib/krb5/store.c
487
return krb5_store_int16(sp, (int16_t)value);
crypto/heimdal/lib/krb5/store.c
504
int16_t *value)
crypto/heimdal/lib/krb5/store.c
536
int16_t v;
crypto/heimdal/lib/krb5/test_store.c
66
int16_t val[] = {
crypto/heimdal/lib/sl/slc-lex.c
45
typedef int16_t flex_int16_t;
crypto/krb5/src/include/iprop.h
118
int16_t av_len;
crypto/krb5/src/include/iprop.h
61
int16_t tl_type;
crypto/krb5/src/lib/kdb/decrypt_key.c
64
int16_t keylen;
crypto/krb5/src/lib/kdb/iprop_xdr.c
13
xdr_int16_t (XDR *xdrs, int16_t *objp)
crypto/krb5/src/lib/kdb/kdb_convert.c
530
ULOG_ENTRY(update, final).av_len = (int16_t)entry->len;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
480
case 2: return *(int16_t *)val;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
530
if ((int16_t)intval != intval)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
532
*(int16_t *)val = intval;
crypto/krb5/src/lib/krb5/asn.1/ldap_key_seq.c
104
DEFCOUNTEDSEQOFTYPE(cseqof_key_data, int16_t, ptr_key_data);
crypto/krb5/src/lib/krb5/asn.1/ldap_key_seq.c
53
DEFINTTYPE(int16, int16_t);
crypto/krb5/src/lib/krb5/ccache/cc_file.c
835
int16_t fcc_flen = 0;
crypto/krb5/src/lib/krb5/ccache/ccmarshal.c
202
kb->enctype = (int16_t)get16(in, version);
crypto/krb5/src/lib/krb5/ccache/ccmarshal.c
258
ad->ad_type = (int16_t)get16(in, version);
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
268
int16_t delta, len;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal.c
101
int16_t i;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal.c
90
int16_t i;
crypto/openssh/crypto_api.h
20
typedef int16_t crypto_int16;
crypto/openssh/libcrux_mlkem768_sha3.h
10004
int16_t sampled_i16s[256U] = {0U};
crypto/openssh/libcrux_mlkem768_sha3.h
10029
int16_t outcome_1 =
crypto/openssh/libcrux_mlkem768_sha3.h
10030
(int16_t)(coin_toss_outcomes >> (uint32_t)outcome_set0 & 3U);
crypto/openssh/libcrux_mlkem768_sha3.h
10031
int16_t outcome_2 =
crypto/openssh/libcrux_mlkem768_sha3.h
10032
(int16_t)(coin_toss_outcomes >> (uint32_t)(outcome_set0 + 2U) & 3U);
crypto/openssh/libcrux_mlkem768_sha3.h
10038
Eurydice_array_to_slice((size_t)256U, sampled_i16s, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
10050
int16_t sampled_i16s[256U] = {0U};
crypto/openssh/libcrux_mlkem768_sha3.h
10073
int16_t outcome_1 =
crypto/openssh/libcrux_mlkem768_sha3.h
10074
(int16_t)(coin_toss_outcomes >> (uint32_t)outcome_set0 & 7U);
crypto/openssh/libcrux_mlkem768_sha3.h
10075
int16_t outcome_2 = (int16_t)(coin_toss_outcomes >>
crypto/openssh/libcrux_mlkem768_sha3.h
10083
Eurydice_array_to_slice((size_t)256U, sampled_i16s, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
10112
re->coefficients[j + step], (int16_t)-1600);
crypto/openssh/libcrux_mlkem768_sha3.h
10323
self->coefficients[j], (int16_t)1441);
crypto/openssh/libcrux_mlkem768_sha3.h
10393
libcrux_ml_kem_vector_portable_sub_0d(uu____0, &v), (int16_t)1665);
crypto/openssh/libcrux_mlkem768_sha3.h
10443
result.coefficients[i0], (int16_t)1441);
crypto/openssh/libcrux_mlkem768_sha3.h
10497
int16_t uu____0 =
crypto/openssh/libcrux_mlkem768_sha3.h
10558
int16_t uu____0 =
crypto/openssh/libcrux_mlkem768_sha3.h
10669
int16_t uu____0 =
crypto/openssh/libcrux_mlkem768_sha3.h
10729
int16_t uu____0 =
crypto/openssh/libcrux_mlkem768_sha3.h
12313
typedef int16_t libcrux_ml_kem_vector_portable_vector_type_FieldElement;
crypto/openssh/libcrux_mlkem768_sha3.h
12315
typedef int16_t
crypto/openssh/libcrux_mlkem768_sha3.h
12318
typedef int16_t
crypto/openssh/libcrux_mlkem768_sha3.h
5827
static const int16_t libcrux_ml_kem_polynomial_ZETAS_TIMES_MONTGOMERY_R[128U] =
crypto/openssh/libcrux_mlkem768_sha3.h
5828
{(int16_t)-1044, (int16_t)-758, (int16_t)-359, (int16_t)-1517,
crypto/openssh/libcrux_mlkem768_sha3.h
5829
(int16_t)1493, (int16_t)1422, (int16_t)287, (int16_t)202,
crypto/openssh/libcrux_mlkem768_sha3.h
5830
(int16_t)-171, (int16_t)622, (int16_t)1577, (int16_t)182,
crypto/openssh/libcrux_mlkem768_sha3.h
5831
(int16_t)962, (int16_t)-1202, (int16_t)-1474, (int16_t)1468,
crypto/openssh/libcrux_mlkem768_sha3.h
5832
(int16_t)573, (int16_t)-1325, (int16_t)264, (int16_t)383,
crypto/openssh/libcrux_mlkem768_sha3.h
5833
(int16_t)-829, (int16_t)1458, (int16_t)-1602, (int16_t)-130,
crypto/openssh/libcrux_mlkem768_sha3.h
5834
(int16_t)-681, (int16_t)1017, (int16_t)732, (int16_t)608,
crypto/openssh/libcrux_mlkem768_sha3.h
5835
(int16_t)-1542, (int16_t)411, (int16_t)-205, (int16_t)-1571,
crypto/openssh/libcrux_mlkem768_sha3.h
5836
(int16_t)1223, (int16_t)652, (int16_t)-552, (int16_t)1015,
crypto/openssh/libcrux_mlkem768_sha3.h
5837
(int16_t)-1293, (int16_t)1491, (int16_t)-282, (int16_t)-1544,
crypto/openssh/libcrux_mlkem768_sha3.h
5838
(int16_t)516, (int16_t)-8, (int16_t)-320, (int16_t)-666,
crypto/openssh/libcrux_mlkem768_sha3.h
5839
(int16_t)-1618, (int16_t)-1162, (int16_t)126, (int16_t)1469,
crypto/openssh/libcrux_mlkem768_sha3.h
5840
(int16_t)-853, (int16_t)-90, (int16_t)-271, (int16_t)830,
crypto/openssh/libcrux_mlkem768_sha3.h
5841
(int16_t)107, (int16_t)-1421, (int16_t)-247, (int16_t)-951,
crypto/openssh/libcrux_mlkem768_sha3.h
5842
(int16_t)-398, (int16_t)961, (int16_t)-1508, (int16_t)-725,
crypto/openssh/libcrux_mlkem768_sha3.h
5843
(int16_t)448, (int16_t)-1065, (int16_t)677, (int16_t)-1275,
crypto/openssh/libcrux_mlkem768_sha3.h
5844
(int16_t)-1103, (int16_t)430, (int16_t)555, (int16_t)843,
crypto/openssh/libcrux_mlkem768_sha3.h
5845
(int16_t)-1251, (int16_t)871, (int16_t)1550, (int16_t)105,
crypto/openssh/libcrux_mlkem768_sha3.h
5846
(int16_t)422, (int16_t)587, (int16_t)177, (int16_t)-235,
crypto/openssh/libcrux_mlkem768_sha3.h
5847
(int16_t)-291, (int16_t)-460, (int16_t)1574, (int16_t)1653,
crypto/openssh/libcrux_mlkem768_sha3.h
5848
(int16_t)-246, (int16_t)778, (int16_t)1159, (int16_t)-147,
crypto/openssh/libcrux_mlkem768_sha3.h
5849
(int16_t)-777, (int16_t)1483, (int16_t)-602, (int16_t)1119,
crypto/openssh/libcrux_mlkem768_sha3.h
5850
(int16_t)-1590, (int16_t)644, (int16_t)-872, (int16_t)349,
crypto/openssh/libcrux_mlkem768_sha3.h
5851
(int16_t)418, (int16_t)329, (int16_t)-156, (int16_t)-75,
crypto/openssh/libcrux_mlkem768_sha3.h
5852
(int16_t)817, (int16_t)1097, (int16_t)603, (int16_t)610,
crypto/openssh/libcrux_mlkem768_sha3.h
5853
(int16_t)1322, (int16_t)-1285, (int16_t)-1465, (int16_t)384,
crypto/openssh/libcrux_mlkem768_sha3.h
5854
(int16_t)-1215, (int16_t)-136, (int16_t)1218, (int16_t)-1335,
crypto/openssh/libcrux_mlkem768_sha3.h
5855
(int16_t)-874, (int16_t)220, (int16_t)-1187, (int16_t)-1659,
crypto/openssh/libcrux_mlkem768_sha3.h
5856
(int16_t)-1185, (int16_t)-1530, (int16_t)-1278, (int16_t)794,
crypto/openssh/libcrux_mlkem768_sha3.h
5857
(int16_t)-1510, (int16_t)-854, (int16_t)-870, (int16_t)478,
crypto/openssh/libcrux_mlkem768_sha3.h
5858
(int16_t)-108, (int16_t)-308, (int16_t)996, (int16_t)991,
crypto/openssh/libcrux_mlkem768_sha3.h
5859
(int16_t)958, (int16_t)-1460, (int16_t)1522, (int16_t)1628};
crypto/openssh/libcrux_mlkem768_sha3.h
5867
#define LIBCRUX_ML_KEM_VECTOR_TRAITS_FIELD_MODULUS ((int16_t)3329)
crypto/openssh/libcrux_mlkem768_sha3.h
5870
((int16_t)1353)
crypto/openssh/libcrux_mlkem768_sha3.h
5876
int16_t elements[16U];
crypto/openssh/libcrux_mlkem768_sha3.h
5883
int16_t ret[16U];
crypto/openssh/libcrux_mlkem768_sha3.h
5886
&dst, Eurydice_slice_subslice2(array, (size_t)0U, (size_t)16U, int16_t),
crypto/openssh/libcrux_mlkem768_sha3.h
5887
Eurydice_slice, int16_t[16U]);
crypto/openssh/libcrux_mlkem768_sha3.h
5889
memcpy(lit.elements, ret, (size_t)16U * sizeof(int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
5918
uint8_t r0 = (uint8_t)Eurydice_slice_index(v, (size_t)0U, int16_t, int16_t *);
crypto/openssh/libcrux_mlkem768_sha3.h
5919
uint8_t r1 = (uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)1U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5920
int16_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
5921
(int16_t)31)
crypto/openssh/libcrux_mlkem768_sha3.h
5923
(uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)0U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5924
int16_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
5926
uint8_t r2 = (uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)2U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5927
int16_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
5928
(int16_t)3)
crypto/openssh/libcrux_mlkem768_sha3.h
5930
(uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)1U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5931
int16_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
5934
(uint8_t)(Eurydice_slice_index(v, (size_t)2U, int16_t, int16_t *) >> 2U &
crypto/openssh/libcrux_mlkem768_sha3.h
5935
(int16_t)255);
crypto/openssh/libcrux_mlkem768_sha3.h
5936
uint8_t r4 = (uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)3U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5937
int16_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
5938
(int16_t)127)
crypto/openssh/libcrux_mlkem768_sha3.h
5940
(uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)2U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5941
int16_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
5943
uint8_t r5 = (uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)4U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5944
int16_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
5945
(int16_t)15)
crypto/openssh/libcrux_mlkem768_sha3.h
5947
(uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)3U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5948
int16_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
5950
uint8_t r6 = (uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)5U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5951
int16_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
5952
(int16_t)1)
crypto/openssh/libcrux_mlkem768_sha3.h
5954
(uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)4U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5955
int16_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
5958
(uint8_t)(Eurydice_slice_index(v, (size_t)5U, int16_t, int16_t *) >> 1U &
crypto/openssh/libcrux_mlkem768_sha3.h
5959
(int16_t)255);
crypto/openssh/libcrux_mlkem768_sha3.h
5960
uint8_t r8 = (uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)6U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5961
int16_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
5962
(int16_t)63)
crypto/openssh/libcrux_mlkem768_sha3.h
5964
(uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)5U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5965
int16_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
5967
uint8_t r9 = (uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)7U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5968
int16_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
5969
(int16_t)7)
crypto/openssh/libcrux_mlkem768_sha3.h
5971
(uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)6U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5972
int16_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
5975
(uint8_t)(Eurydice_slice_index(v, (size_t)7U, int16_t, int16_t *) >> 3U);
crypto/openssh/libcrux_mlkem768_sha3.h
5994
Eurydice_array_to_subslice2(v.elements, (size_t)0U, (size_t)8U, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
5998
int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
6036
int16_t fst;
crypto/openssh/libcrux_mlkem768_sha3.h
6037
int16_t snd;
crypto/openssh/libcrux_mlkem768_sha3.h
6038
int16_t thd;
crypto/openssh/libcrux_mlkem768_sha3.h
6039
int16_t f3;
crypto/openssh/libcrux_mlkem768_sha3.h
6040
int16_t f4;
crypto/openssh/libcrux_mlkem768_sha3.h
6041
int16_t f5;
crypto/openssh/libcrux_mlkem768_sha3.h
6042
int16_t f6;
crypto/openssh/libcrux_mlkem768_sha3.h
6043
int16_t f7;
crypto/openssh/libcrux_mlkem768_sha3.h
6049
int16_t r0 =
crypto/openssh/libcrux_mlkem768_sha3.h
6050
((int16_t)Eurydice_slice_index(bytes, (size_t)1U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
6051
(int16_t)7)
crypto/openssh/libcrux_mlkem768_sha3.h
6053
(int16_t)Eurydice_slice_index(bytes, (size_t)0U, uint8_t, uint8_t *);
crypto/openssh/libcrux_mlkem768_sha3.h
6054
int16_t r1 =
crypto/openssh/libcrux_mlkem768_sha3.h
6055
((int16_t)Eurydice_slice_index(bytes, (size_t)2U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
6056
(int16_t)63)
crypto/openssh/libcrux_mlkem768_sha3.h
6058
(int16_t)Eurydice_slice_index(bytes, (size_t)1U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
6060
int16_t r2 =
crypto/openssh/libcrux_mlkem768_sha3.h
6061
(((int16_t)Eurydice_slice_index(bytes, (size_t)4U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
6062
(int16_t)1)
crypto/openssh/libcrux_mlkem768_sha3.h
6064
(int16_t)Eurydice_slice_index(bytes, (size_t)3U, uint8_t, uint8_t *)
crypto/openssh/libcrux_mlkem768_sha3.h
6066
(int16_t)Eurydice_slice_index(bytes, (size_t)2U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
6068
int16_t r3 =
crypto/openssh/libcrux_mlkem768_sha3.h
6069
((int16_t)Eurydice_slice_index(bytes, (size_t)5U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
6070
(int16_t)15)
crypto/openssh/libcrux_mlkem768_sha3.h
6072
(int16_t)Eurydice_slice_index(bytes, (size_t)4U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
6074
int16_t r4 =
crypto/openssh/libcrux_mlkem768_sha3.h
6075
((int16_t)Eurydice_slice_index(bytes, (size_t)6U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
6076
(int16_t)127)
crypto/openssh/libcrux_mlkem768_sha3.h
6078
(int16_t)Eurydice_slice_index(bytes, (size_t)5U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
6080
int16_t r5 =
crypto/openssh/libcrux_mlkem768_sha3.h
6081
(((int16_t)Eurydice_slice_index(bytes, (size_t)8U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
6082
(int16_t)3)
crypto/openssh/libcrux_mlkem768_sha3.h
6084
(int16_t)Eurydice_slice_index(bytes, (size_t)7U, uint8_t, uint8_t *)
crypto/openssh/libcrux_mlkem768_sha3.h
6086
(int16_t)Eurydice_slice_index(bytes, (size_t)6U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
6088
int16_t r6 =
crypto/openssh/libcrux_mlkem768_sha3.h
6089
((int16_t)Eurydice_slice_index(bytes, (size_t)9U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
6090
(int16_t)31)
crypto/openssh/libcrux_mlkem768_sha3.h
6092
(int16_t)Eurydice_slice_index(bytes, (size_t)8U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
6094
int16_t r7 =
crypto/openssh/libcrux_mlkem768_sha3.h
6095
(int16_t)Eurydice_slice_index(bytes, (size_t)10U, uint8_t, uint8_t *)
crypto/openssh/libcrux_mlkem768_sha3.h
6097
(int16_t)Eurydice_slice_index(bytes, (size_t)9U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
6112
lit.elements[0U] = (int16_t)0;
crypto/openssh/libcrux_mlkem768_sha3.h
6113
lit.elements[1U] = (int16_t)0;
crypto/openssh/libcrux_mlkem768_sha3.h
6114
lit.elements[2U] = (int16_t)0;
crypto/openssh/libcrux_mlkem768_sha3.h
6115
lit.elements[3U] = (int16_t)0;
crypto/openssh/libcrux_mlkem768_sha3.h
6116
lit.elements[4U] = (int16_t)0;
crypto/openssh/libcrux_mlkem768_sha3.h
6117
lit.elements[5U] = (int16_t)0;
crypto/openssh/libcrux_mlkem768_sha3.h
6118
lit.elements[6U] = (int16_t)0;
crypto/openssh/libcrux_mlkem768_sha3.h
6119
lit.elements[7U] = (int16_t)0;
crypto/openssh/libcrux_mlkem768_sha3.h
6120
lit.elements[8U] = (int16_t)0;
crypto/openssh/libcrux_mlkem768_sha3.h
6121
lit.elements[9U] = (int16_t)0;
crypto/openssh/libcrux_mlkem768_sha3.h
6122
lit.elements[10U] = (int16_t)0;
crypto/openssh/libcrux_mlkem768_sha3.h
6123
lit.elements[11U] = (int16_t)0;
crypto/openssh/libcrux_mlkem768_sha3.h
6124
lit.elements[12U] = (int16_t)0;
crypto/openssh/libcrux_mlkem768_sha3.h
6125
lit.elements[13U] = (int16_t)0;
crypto/openssh/libcrux_mlkem768_sha3.h
6126
lit.elements[14U] = (int16_t)0;
crypto/openssh/libcrux_mlkem768_sha3.h
6127
lit.elements[15U] = (int16_t)0;
crypto/openssh/libcrux_mlkem768_sha3.h
6171
int16_t ret[16U]) {
crypto/openssh/libcrux_mlkem768_sha3.h
6172
memcpy(ret, x.elements, (size_t)16U * sizeof(int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
6181
int16_t ret[16U]) {
crypto/openssh/libcrux_mlkem768_sha3.h
6759
libcrux_ml_kem_vector_portable_vector_type_PortableVector v, int16_t c) {
crypto/openssh/libcrux_mlkem768_sha3.h
6775
libcrux_ml_kem_vector_portable_vector_type_PortableVector v, int16_t c) {
crypto/openssh/libcrux_mlkem768_sha3.h
6781
libcrux_ml_kem_vector_portable_vector_type_PortableVector v, int16_t c) {
crypto/openssh/libcrux_mlkem768_sha3.h
6797
libcrux_ml_kem_vector_portable_vector_type_PortableVector v, int16_t c) {
crypto/openssh/libcrux_mlkem768_sha3.h
6817
if (v.elements[i] >= (int16_t)3329) {
crypto/openssh/libcrux_mlkem768_sha3.h
6819
v.elements[uu____1] = v.elements[uu____1] - (int16_t)3329;
crypto/openssh/libcrux_mlkem768_sha3.h
685
int16_t case_Ok[16U];
crypto/openssh/libcrux_mlkem768_sha3.h
6859
static inline int16_t
crypto/openssh/libcrux_mlkem768_sha3.h
6861
int16_t value) {
crypto/openssh/libcrux_mlkem768_sha3.h
6865
int16_t quotient =
crypto/openssh/libcrux_mlkem768_sha3.h
6866
(int16_t)(t >>
crypto/openssh/libcrux_mlkem768_sha3.h
6915
static inline int16_t
crypto/openssh/libcrux_mlkem768_sha3.h
6919
(int32_t)(int16_t)value *
crypto/openssh/libcrux_mlkem768_sha3.h
6922
(int32_t)(int16_t)k * (int32_t)LIBCRUX_ML_KEM_VECTOR_TRAITS_FIELD_MODULUS;
crypto/openssh/libcrux_mlkem768_sha3.h
6923
int16_t c =
crypto/openssh/libcrux_mlkem768_sha3.h
6924
(int16_t)(k_times_modulus >>
crypto/openssh/libcrux_mlkem768_sha3.h
6927
int16_t value_high =
crypto/openssh/libcrux_mlkem768_sha3.h
6928
(int16_t)(value >>
crypto/openssh/libcrux_mlkem768_sha3.h
6945
static KRML_MUSTINLINE int16_t
crypto/openssh/libcrux_mlkem768_sha3.h
6947
int16_t fe, int16_t fer) {
crypto/openssh/libcrux_mlkem768_sha3.h
6954
libcrux_ml_kem_vector_portable_vector_type_PortableVector v, int16_t c) {
crypto/openssh/libcrux_mlkem768_sha3.h
6971
libcrux_ml_kem_vector_portable_vector_type_PortableVector v, int16_t r) {
crypto/openssh/libcrux_mlkem768_sha3.h
698
static inline void unwrap_41_f9(Result_c0 self, int16_t ret[16U]) {
crypto/openssh/libcrux_mlkem768_sha3.h
700
int16_t f0[16U];
crypto/openssh/libcrux_mlkem768_sha3.h
7001
int16_t shifted = (int16_t)1664 - (int16_t)fe;
crypto/openssh/libcrux_mlkem768_sha3.h
7002
int16_t mask = shifted >> 15U;
crypto/openssh/libcrux_mlkem768_sha3.h
7003
int16_t shifted_to_positive = mask ^ shifted;
crypto/openssh/libcrux_mlkem768_sha3.h
7004
int16_t shifted_positive_in_range = shifted_to_positive - (int16_t)832;
crypto/openssh/libcrux_mlkem768_sha3.h
7005
return (uint8_t)(shifted_positive_in_range >> 15U & (int16_t)1);
crypto/openssh/libcrux_mlkem768_sha3.h
701
memcpy(f0, self.val.case_Ok, (size_t)16U * sizeof(int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7014
v.elements[i0] = (int16_t)
crypto/openssh/libcrux_mlkem768_sha3.h
702
memcpy(ret, f0, (size_t)16U * sizeof(int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7037
static inline int16_t
crypto/openssh/libcrux_mlkem768_sha3.h
7044
return (int16_t)
crypto/openssh/libcrux_mlkem768_sha3.h
7050
libcrux_ml_kem_vector_portable_vector_type_PortableVector *v, int16_t zeta,
crypto/openssh/libcrux_mlkem768_sha3.h
7052
int16_t t =
crypto/openssh/libcrux_mlkem768_sha3.h
7061
libcrux_ml_kem_vector_portable_vector_type_PortableVector v, int16_t zeta0,
crypto/openssh/libcrux_mlkem768_sha3.h
7062
int16_t zeta1, int16_t zeta2, int16_t zeta3) {
crypto/openssh/libcrux_mlkem768_sha3.h
7088
libcrux_ml_kem_vector_portable_vector_type_PortableVector a, int16_t zeta0,
crypto/openssh/libcrux_mlkem768_sha3.h
7089
int16_t zeta1, int16_t zeta2, int16_t zeta3) {
crypto/openssh/libcrux_mlkem768_sha3.h
7096
libcrux_ml_kem_vector_portable_vector_type_PortableVector v, int16_t zeta0,
crypto/openssh/libcrux_mlkem768_sha3.h
7097
int16_t zeta1) {
crypto/openssh/libcrux_mlkem768_sha3.h
7123
libcrux_ml_kem_vector_portable_vector_type_PortableVector a, int16_t zeta0,
crypto/openssh/libcrux_mlkem768_sha3.h
7124
int16_t zeta1) {
crypto/openssh/libcrux_mlkem768_sha3.h
7130
libcrux_ml_kem_vector_portable_vector_type_PortableVector v, int16_t zeta) {
crypto/openssh/libcrux_mlkem768_sha3.h
7154
libcrux_ml_kem_vector_portable_vector_type_PortableVector a, int16_t zeta) {
crypto/openssh/libcrux_mlkem768_sha3.h
7159
libcrux_ml_kem_vector_portable_vector_type_PortableVector *v, int16_t zeta,
crypto/openssh/libcrux_mlkem768_sha3.h
7161
int16_t a_minus_b = v->elements[j] - v->elements[i];
crypto/openssh/libcrux_mlkem768_sha3.h
7172
libcrux_ml_kem_vector_portable_vector_type_PortableVector v, int16_t zeta0,
crypto/openssh/libcrux_mlkem768_sha3.h
7173
int16_t zeta1, int16_t zeta2, int16_t zeta3) {
crypto/openssh/libcrux_mlkem768_sha3.h
7199
libcrux_ml_kem_vector_portable_vector_type_PortableVector a, int16_t zeta0,
crypto/openssh/libcrux_mlkem768_sha3.h
7200
int16_t zeta1, int16_t zeta2, int16_t zeta3) {
crypto/openssh/libcrux_mlkem768_sha3.h
7207
libcrux_ml_kem_vector_portable_vector_type_PortableVector v, int16_t zeta0,
crypto/openssh/libcrux_mlkem768_sha3.h
7208
int16_t zeta1) {
crypto/openssh/libcrux_mlkem768_sha3.h
7234
libcrux_ml_kem_vector_portable_vector_type_PortableVector a, int16_t zeta0,
crypto/openssh/libcrux_mlkem768_sha3.h
7235
int16_t zeta1) {
crypto/openssh/libcrux_mlkem768_sha3.h
7242
libcrux_ml_kem_vector_portable_vector_type_PortableVector v, int16_t zeta) {
crypto/openssh/libcrux_mlkem768_sha3.h
7268
libcrux_ml_kem_vector_portable_vector_type_PortableVector a, int16_t zeta) {
crypto/openssh/libcrux_mlkem768_sha3.h
7297
libcrux_ml_kem_vector_portable_vector_type_PortableVector *b, int16_t zeta,
crypto/openssh/libcrux_mlkem768_sha3.h
7300
int16_t o0 = libcrux_ml_kem_vector_portable_arithmetic_montgomery_reduce_element(
crypto/openssh/libcrux_mlkem768_sha3.h
7306
int16_t o1 =
crypto/openssh/libcrux_mlkem768_sha3.h
7318
int16_t zeta0, int16_t zeta1, int16_t zeta2, int16_t zeta3) {
crypto/openssh/libcrux_mlkem768_sha3.h
7348
int16_t zeta0, int16_t zeta1, int16_t zeta2, int16_t zeta3) {
crypto/openssh/libcrux_mlkem768_sha3.h
7390
result.elements[i0] = (int16_t)((uint32_t)Eurydice_slice_index(
crypto/openssh/libcrux_mlkem768_sha3.h
7398
result.elements[i0] = (int16_t)((uint32_t)Eurydice_slice_index(
crypto/openssh/libcrux_mlkem768_sha3.h
7425
(uint32_t)(uint8_t)Eurydice_slice_index(v, (size_t)1U, int16_t, int16_t *)
crypto/openssh/libcrux_mlkem768_sha3.h
7427
(uint32_t)(uint8_t)Eurydice_slice_index(v, (size_t)0U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
7428
int16_t *);
crypto/openssh/libcrux_mlkem768_sha3.h
7430
(uint32_t)(uint8_t)Eurydice_slice_index(v, (size_t)3U, int16_t, int16_t *)
crypto/openssh/libcrux_mlkem768_sha3.h
7432
(uint32_t)(uint8_t)Eurydice_slice_index(v, (size_t)2U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
7433
int16_t *);
crypto/openssh/libcrux_mlkem768_sha3.h
7435
(uint32_t)(uint8_t)Eurydice_slice_index(v, (size_t)5U, int16_t, int16_t *)
crypto/openssh/libcrux_mlkem768_sha3.h
7437
(uint32_t)(uint8_t)Eurydice_slice_index(v, (size_t)4U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
7438
int16_t *);
crypto/openssh/libcrux_mlkem768_sha3.h
7440
(uint32_t)(uint8_t)Eurydice_slice_index(v, (size_t)7U, int16_t, int16_t *)
crypto/openssh/libcrux_mlkem768_sha3.h
7442
(uint32_t)(uint8_t)Eurydice_slice_index(v, (size_t)6U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
7443
int16_t *);
crypto/openssh/libcrux_mlkem768_sha3.h
7455
int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7459
int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7485
int16_t v0 = (int16_t)((uint32_t)Eurydice_slice_index(bytes, (size_t)0U,
crypto/openssh/libcrux_mlkem768_sha3.h
7488
int16_t v1 = (int16_t)((uint32_t)Eurydice_slice_index(bytes, (size_t)0U,
crypto/openssh/libcrux_mlkem768_sha3.h
7492
int16_t v2 = (int16_t)((uint32_t)Eurydice_slice_index(bytes, (size_t)1U,
crypto/openssh/libcrux_mlkem768_sha3.h
7495
int16_t v3 = (int16_t)((uint32_t)Eurydice_slice_index(bytes, (size_t)1U,
crypto/openssh/libcrux_mlkem768_sha3.h
7499
int16_t v4 = (int16_t)((uint32_t)Eurydice_slice_index(bytes, (size_t)2U,
crypto/openssh/libcrux_mlkem768_sha3.h
7502
int16_t v5 = (int16_t)((uint32_t)Eurydice_slice_index(bytes, (size_t)2U,
crypto/openssh/libcrux_mlkem768_sha3.h
7506
int16_t v6 = (int16_t)((uint32_t)Eurydice_slice_index(bytes, (size_t)3U,
crypto/openssh/libcrux_mlkem768_sha3.h
7509
int16_t v7 = (int16_t)((uint32_t)Eurydice_slice_index(bytes, (size_t)3U,
crypto/openssh/libcrux_mlkem768_sha3.h
7570
(uint8_t)(Eurydice_slice_index(v, (size_t)0U, int16_t, int16_t *) |
crypto/openssh/libcrux_mlkem768_sha3.h
7571
Eurydice_slice_index(v, (size_t)1U, int16_t, int16_t *) << 5U);
crypto/openssh/libcrux_mlkem768_sha3.h
7573
(uint8_t)((Eurydice_slice_index(v, (size_t)1U, int16_t, int16_t *) >> 3U |
crypto/openssh/libcrux_mlkem768_sha3.h
7574
Eurydice_slice_index(v, (size_t)2U, int16_t, int16_t *)
crypto/openssh/libcrux_mlkem768_sha3.h
7576
Eurydice_slice_index(v, (size_t)3U, int16_t, int16_t *) << 7U);
crypto/openssh/libcrux_mlkem768_sha3.h
7578
(uint8_t)(Eurydice_slice_index(v, (size_t)3U, int16_t, int16_t *) >> 1U |
crypto/openssh/libcrux_mlkem768_sha3.h
7579
Eurydice_slice_index(v, (size_t)4U, int16_t, int16_t *) << 4U);
crypto/openssh/libcrux_mlkem768_sha3.h
7581
(uint8_t)((Eurydice_slice_index(v, (size_t)4U, int16_t, int16_t *) >> 4U |
crypto/openssh/libcrux_mlkem768_sha3.h
7582
Eurydice_slice_index(v, (size_t)5U, int16_t, int16_t *)
crypto/openssh/libcrux_mlkem768_sha3.h
7584
Eurydice_slice_index(v, (size_t)6U, int16_t, int16_t *) << 6U);
crypto/openssh/libcrux_mlkem768_sha3.h
7586
(uint8_t)(Eurydice_slice_index(v, (size_t)6U, int16_t, int16_t *) >> 2U |
crypto/openssh/libcrux_mlkem768_sha3.h
7587
Eurydice_slice_index(v, (size_t)7U, int16_t, int16_t *) << 3U);
crypto/openssh/libcrux_mlkem768_sha3.h
7597
Eurydice_array_to_subslice2(v.elements, (size_t)0U, (size_t)8U, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7600
int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7628
int16_t v0 = (int16_t)((uint32_t)Eurydice_slice_index(bytes, (size_t)0U,
crypto/openssh/libcrux_mlkem768_sha3.h
7631
int16_t v1 = (int16_t)(((uint32_t)Eurydice_slice_index(bytes, (size_t)1U,
crypto/openssh/libcrux_mlkem768_sha3.h
7637
int16_t v2 = (int16_t)((uint32_t)Eurydice_slice_index(bytes, (size_t)1U,
crypto/openssh/libcrux_mlkem768_sha3.h
7641
int16_t v3 = (int16_t)(((uint32_t)Eurydice_slice_index(bytes, (size_t)2U,
crypto/openssh/libcrux_mlkem768_sha3.h
7648
int16_t v4 = (int16_t)(((uint32_t)Eurydice_slice_index(bytes, (size_t)3U,
crypto/openssh/libcrux_mlkem768_sha3.h
7654
int16_t v5 = (int16_t)((uint32_t)Eurydice_slice_index(bytes, (size_t)3U,
crypto/openssh/libcrux_mlkem768_sha3.h
7658
int16_t v6 = (int16_t)(((uint32_t)Eurydice_slice_index(bytes, (size_t)4U,
crypto/openssh/libcrux_mlkem768_sha3.h
7664
int16_t v7 = (int16_t)((uint32_t)Eurydice_slice_index(bytes, (size_t)4U,
crypto/openssh/libcrux_mlkem768_sha3.h
7716
(uint8_t)(Eurydice_slice_index(v, (size_t)0U, int16_t, int16_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
7717
(int16_t)255);
crypto/openssh/libcrux_mlkem768_sha3.h
7718
uint8_t r1 = (uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)1U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
7719
int16_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
7720
(int16_t)63)
crypto/openssh/libcrux_mlkem768_sha3.h
7722
(uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)0U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
7723
int16_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
7725
(int16_t)3);
crypto/openssh/libcrux_mlkem768_sha3.h
7726
uint8_t r2 = (uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)2U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
7727
int16_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
7728
(int16_t)15)
crypto/openssh/libcrux_mlkem768_sha3.h
7730
(uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)1U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
7731
int16_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
7733
(int16_t)15);
crypto/openssh/libcrux_mlkem768_sha3.h
7734
uint8_t r3 = (uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)3U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
7735
int16_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
7736
(int16_t)3)
crypto/openssh/libcrux_mlkem768_sha3.h
7738
(uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)2U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
7739
int16_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
7741
(int16_t)63);
crypto/openssh/libcrux_mlkem768_sha3.h
7743
(uint8_t)(Eurydice_slice_index(v, (size_t)3U, int16_t, int16_t *) >> 2U &
crypto/openssh/libcrux_mlkem768_sha3.h
7744
(int16_t)255);
crypto/openssh/libcrux_mlkem768_sha3.h
7754
Eurydice_array_to_subslice2(v.elements, (size_t)0U, (size_t)4U, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7756
Eurydice_array_to_subslice2(v.elements, (size_t)4U, (size_t)8U, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7759
int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7762
int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7800
int16_t r0 =
crypto/openssh/libcrux_mlkem768_sha3.h
7801
((int16_t)Eurydice_slice_index(bytes, (size_t)1U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
7802
(int16_t)3)
crypto/openssh/libcrux_mlkem768_sha3.h
7804
((int16_t)Eurydice_slice_index(bytes, (size_t)0U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
7805
(int16_t)255);
crypto/openssh/libcrux_mlkem768_sha3.h
7806
int16_t r1 =
crypto/openssh/libcrux_mlkem768_sha3.h
7807
((int16_t)Eurydice_slice_index(bytes, (size_t)2U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
7808
(int16_t)15)
crypto/openssh/libcrux_mlkem768_sha3.h
7810
(int16_t)Eurydice_slice_index(bytes, (size_t)1U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
7812
int16_t r2 =
crypto/openssh/libcrux_mlkem768_sha3.h
7813
((int16_t)Eurydice_slice_index(bytes, (size_t)3U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
7814
(int16_t)63)
crypto/openssh/libcrux_mlkem768_sha3.h
7816
(int16_t)Eurydice_slice_index(bytes, (size_t)2U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
7818
int16_t r3 =
crypto/openssh/libcrux_mlkem768_sha3.h
7819
(int16_t)Eurydice_slice_index(bytes, (size_t)4U, uint8_t, uint8_t *)
crypto/openssh/libcrux_mlkem768_sha3.h
7821
(int16_t)Eurydice_slice_index(bytes, (size_t)3U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
7823
int16_t r4 =
crypto/openssh/libcrux_mlkem768_sha3.h
7824
((int16_t)Eurydice_slice_index(bytes, (size_t)6U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
7825
(int16_t)3)
crypto/openssh/libcrux_mlkem768_sha3.h
7827
((int16_t)Eurydice_slice_index(bytes, (size_t)5U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
7828
(int16_t)255);
crypto/openssh/libcrux_mlkem768_sha3.h
7829
int16_t r5 =
crypto/openssh/libcrux_mlkem768_sha3.h
7830
((int16_t)Eurydice_slice_index(bytes, (size_t)7U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
7831
(int16_t)15)
crypto/openssh/libcrux_mlkem768_sha3.h
7833
(int16_t)Eurydice_slice_index(bytes, (size_t)6U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
7835
int16_t r6 =
crypto/openssh/libcrux_mlkem768_sha3.h
7836
((int16_t)Eurydice_slice_index(bytes, (size_t)8U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
7837
(int16_t)63)
crypto/openssh/libcrux_mlkem768_sha3.h
7839
(int16_t)Eurydice_slice_index(bytes, (size_t)7U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
7841
int16_t r7 =
crypto/openssh/libcrux_mlkem768_sha3.h
7842
(int16_t)Eurydice_slice_index(bytes, (size_t)9U, uint8_t, uint8_t *)
crypto/openssh/libcrux_mlkem768_sha3.h
7844
(int16_t)Eurydice_slice_index(bytes, (size_t)8U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
7902
(uint8_t)(Eurydice_slice_index(v, (size_t)0U, int16_t, int16_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
7903
(int16_t)255);
crypto/openssh/libcrux_mlkem768_sha3.h
7905
(uint8_t)(Eurydice_slice_index(v, (size_t)0U, int16_t, int16_t *) >> 8U |
crypto/openssh/libcrux_mlkem768_sha3.h
7906
(Eurydice_slice_index(v, (size_t)1U, int16_t, int16_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
7907
(int16_t)15)
crypto/openssh/libcrux_mlkem768_sha3.h
7910
(uint8_t)(Eurydice_slice_index(v, (size_t)1U, int16_t, int16_t *) >> 4U &
crypto/openssh/libcrux_mlkem768_sha3.h
7911
(int16_t)255);
crypto/openssh/libcrux_mlkem768_sha3.h
7920
Eurydice_array_to_subslice2(v.elements, (size_t)0U, (size_t)2U, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7922
Eurydice_array_to_subslice2(v.elements, (size_t)2U, (size_t)4U, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7924
Eurydice_array_to_subslice2(v.elements, (size_t)4U, (size_t)6U, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7926
Eurydice_array_to_subslice2(v.elements, (size_t)6U, (size_t)8U, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7929
int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7932
int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7935
int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7938
int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7978
int16_t fst;
crypto/openssh/libcrux_mlkem768_sha3.h
7979
int16_t snd;
crypto/openssh/libcrux_mlkem768_sha3.h
7985
int16_t byte0 =
crypto/openssh/libcrux_mlkem768_sha3.h
7986
(int16_t)Eurydice_slice_index(bytes, (size_t)0U, uint8_t, uint8_t *);
crypto/openssh/libcrux_mlkem768_sha3.h
7987
int16_t byte1 =
crypto/openssh/libcrux_mlkem768_sha3.h
7988
(int16_t)Eurydice_slice_index(bytes, (size_t)1U, uint8_t, uint8_t *);
crypto/openssh/libcrux_mlkem768_sha3.h
7989
int16_t byte2 =
crypto/openssh/libcrux_mlkem768_sha3.h
7990
(int16_t)Eurydice_slice_index(bytes, (size_t)2U, uint8_t, uint8_t *);
crypto/openssh/libcrux_mlkem768_sha3.h
7991
int16_t r0 = (byte1 & (int16_t)15) << 8U | (byte0 & (int16_t)255);
crypto/openssh/libcrux_mlkem768_sha3.h
7992
int16_t r1 = byte2 << 4U | (byte1 >> 4U & (int16_t)15);
crypto/openssh/libcrux_mlkem768_sha3.h
8054
int16_t b1 = (int16_t)Eurydice_slice_index(a, i0 * (size_t)3U + (size_t)0U,
crypto/openssh/libcrux_mlkem768_sha3.h
8056
int16_t b2 = (int16_t)Eurydice_slice_index(a, i0 * (size_t)3U + (size_t)1U,
crypto/openssh/libcrux_mlkem768_sha3.h
8058
int16_t b3 = (int16_t)Eurydice_slice_index(a, i0 * (size_t)3U + (size_t)2U,
crypto/openssh/libcrux_mlkem768_sha3.h
8060
int16_t d1 = (b2 & (int16_t)15) << 8U | b1;
crypto/openssh/libcrux_mlkem768_sha3.h
8061
int16_t d2 = b3 << 4U | b2 >> 4U;
crypto/openssh/libcrux_mlkem768_sha3.h
8063
int16_t uu____1;
crypto/openssh/libcrux_mlkem768_sha3.h
8066
int16_t uu____4;
crypto/openssh/libcrux_mlkem768_sha3.h
8068
int16_t uu____6;
crypto/openssh/libcrux_mlkem768_sha3.h
8071
Eurydice_slice_index(result, sampled, int16_t, int16_t *) = d1;
crypto/openssh/libcrux_mlkem768_sha3.h
8082
Eurydice_slice_index(result, uu____5, int16_t, int16_t *) = uu____4;
crypto/openssh/libcrux_mlkem768_sha3.h
8099
Eurydice_slice_index(result, uu____5, int16_t, int16_t *) = uu____4;
crypto/openssh/libcrux_mlkem768_sha3.h
8330
v.elements[i0] = (int16_t)decompressed;
crypto/openssh/libcrux_mlkem768_sha3.h
8394
v.elements[i0] = (int16_t)decompressed;
crypto/openssh/libcrux_mlkem768_sha3.h
8467
libcrux_ml_kem_vector_portable_vector_type_PortableVector v, int16_t fer) {
crypto/openssh/libcrux_mlkem768_sha3.h
8483
int16_t zeta_r) {
crypto/openssh/libcrux_mlkem768_sha3.h
8699
v.elements[i0] = (int16_t)decompressed;
crypto/openssh/libcrux_mlkem768_sha3.h
8763
v.elements[i0] = (int16_t)decompressed;
crypto/openssh/libcrux_mlkem768_sha3.h
8999
int16_t zeta_r) {
crypto/openssh/libcrux_mlkem768_sha3.h
9087
b.coefficients[i0], (int16_t)1441);
crypto/openssh/libcrux_mlkem768_sha3.h
9586
int16_t (*out)[272U]) {
crypto/openssh/libcrux_mlkem768_sha3.h
9599
sampled_coefficients[i1] + (size_t)16U, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
9707
int16_t (*out)[272U]) {
crypto/openssh/libcrux_mlkem768_sha3.h
9720
sampled_coefficients[i1] + (size_t)16U, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
9760
(i0 + (size_t)1U) * (size_t)16U, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
9774
libcrux_ml_kem_sampling_sample_from_xof_closure_04(int16_t s[272U]) {
crypto/openssh/libcrux_mlkem768_sha3.h
9776
Eurydice_array_to_subslice2(s, (size_t)0U, (size_t)256U, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
9790
int16_t out[3U][272U] = {{0U}};
crypto/openssh/libcrux_mlkem768_sha3.h
9821
int16_t copy_of_out[3U][272U];
crypto/openssh/libcrux_mlkem768_sha3.h
9822
memcpy(copy_of_out, out, (size_t)3U * sizeof(int16_t[272U]));
crypto/openssh/sntrup761.c
1700
typedef int16_t Fq;
crypto/openssh/sntrup761.c
1707
static small F3_freeze(int16_t x) { return x - 3 * ((10923 * x + 16384) >> 15); }
crypto/openssh/sntrup761.c
1831
int16_t fg[p + p - 1];
crypto/openssh/sntrup761.c
1835
for (j = 0; j < p; ++j) fg[i + j] += f[i] * (int16_t)g[j];
crypto/openssh/sntrup761.c
40
#define crypto_int16 int16_t
crypto/openssl/crypto/ec/curve448/word.h
37
typedef int16_t hsword_t;
crypto/openssl/include/internal/numbers.h
47
#define INT16_MIN __MININT__(int16_t)
crypto/openssl/include/internal/numbers.h
48
#define INT16_MAX __MAXINT__(int16_t)
crypto/openssl/test/params_test.c
556
OSSL_PARAM_DEFN("short", OSSL_PARAM_INTEGER, NULL, sizeof(int16_t)),
crypto/openssl/test/sanitytest.c
192
|| !TEST_size_t_eq(sizeof(int16_t), 2)
include/protocols/dumprestore.h
91
int16_t c_spare1[3]; /* old nlink, ids */
include/protocols/routed.h
91
int16_t md5_pkt_len; /* RIP-II packet length */
include/rpc/xdr.h
281
extern bool_t xdr_int16_t(XDR *, int16_t *);
lib/clang/liblldb/LLDBWrapLua.cpp
18712
int16_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
18729
result = (int16_t)(arg1)->GetSignedInt16(*arg2,arg3);
lib/libc/tests/gen/limits_test.c
50
CHECK_STYPE(int16_t, INT16);
lib/libc/tests/stdio/snprintf_test.c
139
SNPRINTF_TEST("0", "%w16d", (int16_t)0);
lib/libc/tests/stdio/snprintf_test.c
140
SNPRINTF_TEST("-32768", "%w16d", (int16_t)SHRT_MIN);
lib/libc/tests/stdio/snprintf_test.c
141
SNPRINTF_TEST("32767", "%w16d", (int16_t)SHRT_MAX);
lib/libc/tests/stdio/swprintf_test.c
140
SWPRINTF_TEST("0", "%w16d", (int16_t)0);
lib/libc/tests/stdio/swprintf_test.c
141
SWPRINTF_TEST("-32768", "%w16d", (int16_t)SHRT_MIN);
lib/libc/tests/stdio/swprintf_test.c
142
SWPRINTF_TEST("32767", "%w16d", (int16_t)SHRT_MAX);
lib/libc/tests/sys/sendfile_test.c
540
int16_t number_pages = 10;
lib/libc/tests/sys/sendfile_test.c
545
int16_t readahead_pages, flags;
lib/libc/xdr/xdr.c
336
xdr_int16_t(XDR *xdrs, int16_t *int16_p)
lib/libc/xdr/xdr.c
350
*int16_p = (int16_t) l;
lib/libpmc/libpmc_pmu_util.c
237
int16_t ped_umask;
lib/libsdp/util.c
287
int16_t int16;
lib/libusbhid/parse.c
296
dval = (int16_t)dval;
lib/msun/ld128/e_rem_pio2l.h
65
int16_t expsign;
lib/msun/ld128/s_logl.c
571
int16_t ax, hx;
lib/msun/ld80/e_rem_pio2l.h
76
int16_t expsign;
lib/msun/ld80/s_logl.c
558
int16_t ax, hx;
lib/msun/src/catrigl.c
337
int16_t ix, iy;
lib/msun/src/e_acoshl.c
65
int16_t hx;
lib/msun/src/e_acosl.c
44
int16_t expsign, expt;
lib/msun/src/e_asinl.c
34
int16_t expsign, expt;
lib/msun/src/e_atan2l.c
48
int16_t exptx, expsignx, expty, expsigny;
lib/msun/src/e_sinhl.c
89
int16_t ix,jx;
lib/msun/src/s_atanl.c
34
int16_t expsign, expt;
lib/msun/src/s_tanhl.c
115
int16_t jx,ix;
lib/virtual_oss/bt/sbc_encode.c
303
const int16_t *input = sbc->music_data;
lib/virtual_oss/bt/sbc_encode.c
312
int16_t left[8];
lib/virtual_oss/bt/sbc_encode.c
313
int16_t right[8];
lib/virtual_oss/bt/sbc_encode.c
314
int16_t *data;
lib/virtual_oss/bt/sbc_encode.h
59
int16_t music_data[256];
sbin/camcontrol/camcontrol.c
2392
int16_t *ptr;
sbin/camcontrol/fwdownload.c
665
int16_t *ptr = NULL;
sbin/dhclient/convert.c
114
int16_t tmp = htons(val);
sbin/dhclient/convert.c
78
int16_t
sbin/dhclient/convert.c
81
int16_t ibuf;
sbin/dhclient/dhcpd.h
348
int16_t getShort(unsigned char *);
sbin/hastd/hastd.c
989
int16_t val = 0;
sbin/hastd/nv.c
651
(intmax_t)le16toh(*(int16_t *)(void *)data) :
sbin/hastd/nv.c
652
(intmax_t)*(int16_t *)(void *)data);
sbin/hastd/nv.c
693
(intmax_t)le16toh(((int16_t *)(void *)data)[ii]) :
sbin/hastd/nv.c
694
(intmax_t)((int16_t *)(void *)data)[ii]);
sbin/hastd/nv.h
113
const int16_t *nv_get_int16_array(struct nv *nv, size_t *sizep,
sbin/hastd/nv.h
58
void nv_add_int16(struct nv *nv, int16_t value, const char *namefmt, ...)
sbin/hastd/nv.h
74
void nv_add_int16_array(struct nv *nv, const int16_t *value, size_t size,
sbin/hastd/nv.h
97
int16_t nv_get_int16(struct nv *nv, const char *namefmt, ...)
sbin/hastd/primary.c
572
int16_t val;
sbin/sysctl/sysctl.c
102
[CTLTYPE_S16] = sizeof(int16_t),
sbin/sysctl/sysctl.c
1249
mv = *(int16_t *)p;
sbin/sysctl/sysctl.c
298
int16_t i16val;
sbin/sysctl/sysctl.c
343
i16val = (int16_t)strtol(newvalstr, &endptr, 0);
sbin/zfsbootcfg/zfsbootcfg.c
103
int16_t v;
stand/libsa/ext2fs.c
185
int16_t fd_maxmount; /* max # of mounts */
stand/libsa/rpc.c
283
int16_t uh_ulen; /* udp length */
stand/libsa/zfs/nvlist.c
1374
nvlist_add_int16(nvlist_t *nvl, const char *name, int16_t value)
stand/libsa/zfs/nvlist.c
1440
nvlist_add_int16_array(nvlist_t *nvl, const char *name, int16_t *a, uint32_t n)
stand/libsa/zfs/nvlist.h
143
int nvlist_add_int16(nvlist_t *, const char *, int16_t);
stand/libsa/zfs/nvlist.h
154
int nvlist_add_int16_array(nvlist_t *, const char *, int16_t *, uint32_t);
stand/libsa/zfs/zfs.c
1150
int16_t v = val;
stand/libsa/zfs/zfs.c
953
if (size != sizeof (int16_t)) {
stand/libsa/zfs/zfs.c
957
rv = nvlist_add_int16(nv, name, *(int16_t *)data);
sys/amd64/amd64/bpf_jit_machdep.c
267
CMPid(sizeof(int16_t), ECX);
sys/amd64/amd64/bpf_jit_machdep.c
339
CMPid(sizeof(int16_t), ECX);
sys/amd64/linux/linux.h
47
typedef int16_t l_short;
sys/amd64/vmm/vmm_instruction_emul.c
2728
int16_t signed16;
sys/arm/allwinner/if_emac.c
313
int16_t len;
sys/arm/nvidia/tegra_soctherm.c
161
int16_t therm_a;
sys/arm/nvidia/tegra_soctherm.c
162
int16_t therm_b;
sys/arm/nvidia/tegra_soctherm.c
499
sensor->therm_a = (int16_t)temp_a;
sys/arm/nvidia/tegra_soctherm.c
500
sensor->therm_b = (int16_t)temp_b;
sys/arm/ti/ti_edma3.h
61
int16_t srcbidx; /* Source B Index */
sys/arm/ti/ti_edma3.h
62
int16_t dstbidx; /* Destination B Index */
sys/arm/ti/ti_edma3.h
65
int16_t srccidx; /* Source C Index */
sys/arm/ti/ti_edma3.h
66
int16_t dstcidx; /* Destination C Index */
sys/arm64/linux/linux.h
41
typedef int16_t l_short;
sys/arm64/vmm/io/vgic_v3.c
566
int16_t max_count;
sys/cam/ata/ata_all.c
1265
int16_t *ptr;
sys/cam/ata/ata_all.c
1267
for (ptr = (int16_t *)ident_buf;
sys/cam/ata/ata_all.c
1268
ptr < (int16_t *)ident_buf + sizeof(struct ata_params)/2; ptr++) {
sys/compat/freebsd32/freebsd32.h
154
int16_t f_spares1;
sys/compat/freebsd32/freebsd32.h
156
int16_t f_spares2 __packed;
sys/compat/freebsd32/freebsd32.h
69
int16_t leapsec_total;
sys/compat/freebsd32/freebsd32_ipc.h
175
int16_t shm_nattch;
sys/compat/linuxkpi/common/include/asm/types.h
47
typedef int16_t s16;
sys/compat/linuxkpi/common/include/asm/types.h
48
typedef int16_t __s16;
sys/compat/linuxkpi/common/include/linux/usb.h
228
int16_t status; /* transfer status */
sys/compat/linuxkpi/common/include/linux/usb.h
268
int16_t status; /* (return) status */
sys/compat/linuxkpi/common/include/net/mac80211.h
342
int16_t txpower;
sys/dev/acpica/acpi_smbat.c
349
int16_t val;
sys/dev/ahci/ahciem.c
294
int16_t val;
sys/dev/amdsmu/amdsmu.h
28
int16_t idlemask_reg;
sys/dev/aq/aq_fw2x.c
152
int16_t phy_temperature;
sys/dev/arcmsr/arcmsr.c
2697
if(memcpy(puserbuffer, hello_string, (int16_t)strlen(hello_string))) {
sys/dev/arcmsr/arcmsr.c
2943
, (int16_t)strlen(hello_string));
sys/dev/asmc/asmc.c
1585
asmc_sms_read(device_t dev, const char *key, int16_t *val)
sys/dev/asmc/asmc.c
1603
*val = ((int16_t)buf[0] << 8) | buf[1];
sys/dev/asmc/asmc.c
1697
int16_t val;
sys/dev/asmc/asmc.c
1712
int16_t val;
sys/dev/asmc/asmc.c
1727
int16_t val;
sys/dev/asmc/asmc.c
96
static int asmc_sms_read(device_t, const char *key, int16_t *val);
sys/dev/asmc/asmcvar.h
37
int16_t sms_rest_x;
sys/dev/asmc/asmcvar.h
38
int16_t sms_rest_y;
sys/dev/asmc/asmcvar.h
39
int16_t sms_rest_z;
sys/dev/ata/ata-lowlevel.c
367
ATA_IDX_OUTSW_STRM(ch, ATA_DATA, (int16_t *)request->u.atapi.ccb,
sys/dev/ata/ata-lowlevel.c
739
ATA_IDX_OUTSW_STRM(ch, ATA_DATA, (int16_t *)request->u.atapi.ccb,
sys/dev/ath/ath_hal/ah.c
1145
static const int16_t NOISE_FLOOR[] = { -96, -93, -98, -96, -93 };
sys/dev/ath/ath_hal/ah.c
1155
int16_t
sys/dev/ath/ath_hal/ah.c
1187
const struct ieee80211_channel *chan, int16_t *nf_ctl,
sys/dev/ath/ath_hal/ah.c
1188
int16_t *nf_ext)
sys/dev/ath/ath_hal/ah.c
1256
int16_t correct2, correct5;
sys/dev/ath/ath_hal/ah.c
1257
int16_t lowest2, lowest5;
sys/dev/ath/ath_hal/ah.c
1268
int16_t nf;
sys/dev/ath/ath_hal/ah.c
1449
int16_t
sys/dev/ath/ath_hal/ah.c
1451
int16_t targetLeft, int16_t targetRight)
sys/dev/ath/ath_hal/ah.c
1453
int16_t rv;
sys/dev/ath/ath_hal/ah.c
1458
rv = (int16_t)( ((target - srcLeft) * targetRight +
sys/dev/ath/ath_hal/ah.h
1447
int16_t __ahdecl(*ah_getChanNoise)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1627
const struct ieee80211_channel *chan, int16_t *nf_ctl,
sys/dev/ath/ath_hal/ah.h
1628
int16_t *nf_ext);
sys/dev/ath/ath_hal/ah_eeprom_9287.c
41
*(int16_t *)val = pModal->noiseFloorThreshCh[0];
sys/dev/ath/ath_hal/ah_eeprom_v14.c
40
*(int16_t *)val = pModal[0].noiseFloorThreshCh[0];
sys/dev/ath/ath_hal/ah_eeprom_v14.c
43
*(int16_t *)val = pModal[1].noiseFloorThreshCh[0];
sys/dev/ath/ath_hal/ah_eeprom_v3.c
184
int16_t maxPower_t4;
sys/dev/ath/ath_hal/ah_eeprom_v3.c
341
eePower.pDataPerChannel[i].pwr1_xg0 = (int16_t)
sys/dev/ath/ath_hal/ah_eeprom_v3.c
343
eePower.pDataPerChannel[i].pwr2_xg0 = (int16_t)
sys/dev/ath/ath_hal/ah_eeprom_v3.c
347
eePower.pDataPerChannel[i].pwr3_xg0 = (int16_t)
sys/dev/ath/ath_hal/ah_eeprom_v3.c
349
eePower.pDataPerChannel[i].pwr4_xg0 = (int16_t)
sys/dev/ath/ath_hal/ah_eeprom_v3.c
361
eePower.pDataPerChannel[i].pwr1_xg3 = (int16_t)
sys/dev/ath/ath_hal/ah_eeprom_v3.c
363
eePower.pDataPerChannel[i].pwr2_xg3 = (int16_t)
sys/dev/ath/ath_hal/ah_eeprom_v3.c
367
eePower.pDataPerChannel[i].pwr3_xg3 = (int16_t)
sys/dev/ath/ath_hal/ah_eeprom_v3.c
375
eePower.pDataPerChannel[i].maxPower_t4 = (int16_t)
sys/dev/ath/ath_hal/ah_eeprom_v3.c
719
pRawXPD->pwr_t4[kk] = (int16_t)(pRawXPD->pwr_t4[kk-1] + 2*pCalCh->pwr_delta_t2[kk-1][jj]);
sys/dev/ath/ath_hal/ah_eeprom_v3.h
172
int16_t PwrValues[64];
sys/dev/ath/ath_hal/ah_eeprom_v3.h
182
int16_t PwrValues[NUM_PCDAC_VALUES];
sys/dev/ath/ath_hal/ah_eeprom_v3.h
236
int16_t pwr_t4[NUM_POINTS_XPD0]; /* or gainF */
sys/dev/ath/ath_hal/ah_eeprom_v3.h
241
int16_t maxPower_t4;
sys/dev/ath/ath_hal/ah_eeprom_v3.h
255
int16_t pwr1_xg0;
sys/dev/ath/ath_hal/ah_eeprom_v3.h
257
int16_t pwr2_xg0;
sys/dev/ath/ath_hal/ah_eeprom_v3.h
259
int16_t pwr3_xg0;
sys/dev/ath/ath_hal/ah_eeprom_v3.h
261
int16_t pwr4_xg0;
sys/dev/ath/ath_hal/ah_eeprom_v3.h
262
int16_t maxPower_t4;
sys/dev/ath/ath_hal/ah_eeprom_v3.h
263
int16_t pwr1_xg3; /* pcdac = 20 */
sys/dev/ath/ath_hal/ah_eeprom_v3.h
264
int16_t pwr2_xg3; /* pcdac = 35 */
sys/dev/ath/ath_hal/ah_eeprom_v3.h
265
int16_t pwr3_xg3; /* pcdac = 63 */
sys/dev/ath/ath_hal/ah_eeprom_v3.h
297
int16_t pwr_t4[NUM_POINTS_LAST_PDGAIN]; /* or gainF */
sys/dev/ath/ath_hal/ah_eeprom_v3.h
302
int16_t maxPower_t4;
sys/dev/ath/ath_hal/ah_eeprom_v3.h
319
int16_t pwr_I[MAX_NUM_PDGAINS_PER_CHANNEL];
sys/dev/ath/ath_hal/ah_eeprom_v3.h
322
int16_t pwr_delta_t2[NUM_POINTS_LAST_PDGAIN]
sys/dev/ath/ath_hal/ah_eeprom_v3.h
324
int16_t maxPower_t4;
sys/dev/ath/ath_hal/ah_eeprom_v3.h
376
int16_t ee_noiseFloorThresh[3];
sys/dev/ath/ath_hal/ah_eeprom_v4k.c
42
*(int16_t *)val = pModal->noiseFloorThreshCh[0];
sys/dev/ath/ath_hal/ah_internal.h
162
int16_t priv_nf[HAL_NUM_NF_READINGS];
sys/dev/ath/ath_hal/ah_internal.h
167
int16_t nf_cal_buffer[HAL_NF_CAL_HIST_LEN_FULL][HAL_NUM_NF_READINGS];
sys/dev/ath/ath_hal/ah_internal.h
172
int16_t nf_cal_buffer[HAL_NF_CAL_HIST_LEN_SMALL][HAL_NUM_NF_READINGS];
sys/dev/ath/ath_hal/ah_internal.h
197
int16_t rawNoiseFloor;
sys/dev/ath/ath_hal/ah_internal.h
198
int16_t noiseFloorAdjust;
sys/dev/ath/ath_hal/ah_internal.h
199
int16_t noiseFloorCtl[AH_MAX_CHAINS];
sys/dev/ath/ath_hal/ah_internal.h
200
int16_t noiseFloorExt[AH_MAX_CHAINS];
sys/dev/ath/ath_hal/ah_internal.h
369
int16_t (*ah_getNfAdjust)(struct ath_hal *,
sys/dev/ath/ath_hal/ah_internal.h
372
int16_t nfarray[]);
sys/dev/ath/ath_hal/ah_internal.h
402
int16_t ah_powerLimit; /* tx power cap */
sys/dev/ath/ath_hal/ah_internal.h
898
int16_t ath_hal_getChanNoise(struct ath_hal *, const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ah_internal.h
980
extern int16_t ath_ee_interpolate(uint16_t target, uint16_t srcLeft,
sys/dev/ath/ath_hal/ah_internal.h
981
uint16_t srcRight, int16_t targetLeft, int16_t targetRight);
sys/dev/ath/ath_hal/ar5210/ar5210.h
142
extern int16_t ar5210GetNoiseFloor(struct ath_hal *);
sys/dev/ath/ath_hal/ar5210/ar5210.h
143
extern int16_t ar5210GetNfAdjust(struct ath_hal *,
sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
935
int16_t
sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
938
int16_t nf;
sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
995
int16_t
sys/dev/ath/ath_hal/ar5211/ar5211.h
165
extern int16_t ar5211GetNfAdjust(struct ath_hal *,
sys/dev/ath/ath_hal/ar5211/ar5211.h
72
int16_t paramVal[4];
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
1000
int16_t
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
1005
int16_t adjust;
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
110
static int16_t ar5211RunNoiseFloor(struct ath_hal *,
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
111
uint8_t runTime, int16_t startingNF);
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
1382
int16_t *pScaledUpDbm;
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
1383
int16_t minScaledPwr;
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
1384
int16_t maxScaledPwr;
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
1385
int16_t pwr;
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
1512
int16_t scaledPower = 0; /* for gcc -O2 */
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
1767
int16_t lRatio;
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
788
int16_t chan5111, chanIEEE;
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
822
static int16_t
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
825
int16_t nf;
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
839
int16_t
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
840
ar5211RunNoiseFloor(struct ath_hal *ah, uint8_t runTime, int16_t startingNF)
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
893
int16_t *nft)
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
924
int16_t nf, nfThresh;
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
966
int16_t nf, nfThresh;
sys/dev/ath/ath_hal/ar5212/ar2316.c
252
GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize,
sys/dev/ath/ath_hal/ar5212/ar2316.c
255
int16_t target = v;
sys/dev/ath/ath_hal/ar5212/ar2316.c
256
const int16_t *ep = lp+listSize;
sys/dev/ath/ath_hal/ar5212/ar2316.c
257
const int16_t *tp;
sys/dev/ath/ath_hal/ar5212/ar2316.c
278
*vlo = *vhi = tp - (const int16_t *) lp;
sys/dev/ath/ath_hal/ar5212/ar2316.c
286
*vlo = tp - (const int16_t *) lp;
sys/dev/ath/ath_hal/ar5212/ar2316.c
297
ar2316FillVpdTable(uint32_t pdGainIdx, int16_t Pmin, int16_t Pmax,
sys/dev/ath/ath_hal/ar5212/ar2316.c
298
const int16_t *pwrList, const int16_t *VpdList,
sys/dev/ath/ath_hal/ar5212/ar2316.c
302
int16_t currPwr = (int16_t)(2*Pmin);
sys/dev/ath/ath_hal/ar5212/ar2316.c
337
static int16_t
sys/dev/ath/ath_hal/ar5212/ar2316.c
339
int16_t targetLeft, int16_t targetRight)
sys/dev/ath/ath_hal/ar5212/ar2316.c
341
int16_t rv;
sys/dev/ath/ath_hal/ar5212/ar2316.c
360
int16_t *pMinCalPower, uint16_t pPdGainBoundaries[],
sys/dev/ath/ath_hal/ar5212/ar2316.c
375
int16_t Pmin_t2[MAX_NUM_PDGAINS_PER_CHANNEL];
sys/dev/ath/ath_hal/ar5212/ar2316.c
377
int16_t Pmax_t2[MAX_NUM_PDGAINS_PER_CHANNEL];
sys/dev/ath/ath_hal/ar5212/ar2316.c
381
int16_t tmpVal ;
sys/dev/ath/ath_hal/ar5212/ar2316.c
398
Pmin_t2[numPdGainsUsed] = (int16_t)
sys/dev/ath/ath_hal/ar5212/ar2316.c
404
Pmax_t2[numPdGainsUsed] = (int16_t)(Pmax_t2[numPdGainsUsed] / 2);
sys/dev/ath/ath_hal/ar5212/ar2316.c
419
(int16_t)VpdTable_L[numPdGainsUsed][kk], (int16_t)VpdTable_R[numPdGainsUsed][kk]);
sys/dev/ath/ath_hal/ar5212/ar2316.c
455
tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
sys/dev/ath/ath_hal/ar5212/ar2316.c
464
while (ss < (int16_t)maxIndex)
sys/dev/ath/ath_hal/ar5212/ar2316.c
475
while(ss < (int16_t)tgtIndex) {
sys/dev/ath/ath_hal/ar5212/ar2316.c
503
int16_t *minPower, int16_t *maxPower,
sys/dev/ath/ath_hal/ar5212/ar2316.c
511
int16_t minCalPower2316_t2;
sys/dev/ath/ath_hal/ar5212/ar2316.c
582
ahp->ah_txPowerIndexOffset = (int16_t)(0 - minCalPower2316_t2);
sys/dev/ath/ath_hal/ar5212/ar2316.c
607
static int16_t
sys/dev/ath/ath_hal/ar5212/ar2316.c
625
static int16_t
sys/dev/ath/ath_hal/ar5212/ar2316.c
645
int16_t *maxPow, int16_t *minPow)
sys/dev/ath/ath_hal/ar5212/ar2317.c
229
GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize,
sys/dev/ath/ath_hal/ar5212/ar2317.c
232
int16_t target = v;
sys/dev/ath/ath_hal/ar5212/ar2317.c
233
const int16_t *ep = lp+listSize;
sys/dev/ath/ath_hal/ar5212/ar2317.c
234
const int16_t *tp;
sys/dev/ath/ath_hal/ar5212/ar2317.c
255
*vlo = *vhi = tp - (const int16_t *) lp;
sys/dev/ath/ath_hal/ar5212/ar2317.c
263
*vlo = tp - (const int16_t *) lp;
sys/dev/ath/ath_hal/ar5212/ar2317.c
274
ar2317FillVpdTable(uint32_t pdGainIdx, int16_t Pmin, int16_t Pmax,
sys/dev/ath/ath_hal/ar5212/ar2317.c
275
const int16_t *pwrList, const int16_t *VpdList,
sys/dev/ath/ath_hal/ar5212/ar2317.c
279
int16_t currPwr = (int16_t)(2*Pmin);
sys/dev/ath/ath_hal/ar5212/ar2317.c
314
static int16_t
sys/dev/ath/ath_hal/ar5212/ar2317.c
316
int16_t targetLeft, int16_t targetRight)
sys/dev/ath/ath_hal/ar5212/ar2317.c
318
int16_t rv;
sys/dev/ath/ath_hal/ar5212/ar2317.c
337
int16_t *pMinCalPower, uint16_t pPdGainBoundaries[],
sys/dev/ath/ath_hal/ar5212/ar2317.c
353
int16_t Pmin_t2[MAX_NUM_PDGAINS_PER_CHANNEL];
sys/dev/ath/ath_hal/ar5212/ar2317.c
355
int16_t Pmax_t2[MAX_NUM_PDGAINS_PER_CHANNEL];
sys/dev/ath/ath_hal/ar5212/ar2317.c
359
int16_t tmpVal ;
sys/dev/ath/ath_hal/ar5212/ar2317.c
376
Pmin_t2[numPdGainsUsed] = (int16_t)
sys/dev/ath/ath_hal/ar5212/ar2317.c
382
Pmax_t2[numPdGainsUsed] = (int16_t)(Pmax_t2[numPdGainsUsed] / 2);
sys/dev/ath/ath_hal/ar5212/ar2317.c
397
(int16_t)VpdTable_L[numPdGainsUsed][kk], (int16_t)VpdTable_R[numPdGainsUsed][kk]);
sys/dev/ath/ath_hal/ar5212/ar2317.c
433
tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
sys/dev/ath/ath_hal/ar5212/ar2317.c
442
while (ss < (int16_t)maxIndex)
sys/dev/ath/ath_hal/ar5212/ar2317.c
453
while(ss < (int16_t)tgtIndex) {
sys/dev/ath/ath_hal/ar5212/ar2317.c
481
int16_t *minPower, int16_t *maxPower,
sys/dev/ath/ath_hal/ar5212/ar2317.c
489
int16_t minCalPower2317_t2;
sys/dev/ath/ath_hal/ar5212/ar2317.c
560
ahp->ah_txPowerIndexOffset = (int16_t)(0 - minCalPower2317_t2);
sys/dev/ath/ath_hal/ar5212/ar2317.c
585
static int16_t
sys/dev/ath/ath_hal/ar5212/ar2317.c
603
static int16_t
sys/dev/ath/ath_hal/ar5212/ar2317.c
625
int16_t *maxPow, int16_t *minPow)
sys/dev/ath/ath_hal/ar5212/ar2413.c
246
GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize,
sys/dev/ath/ath_hal/ar5212/ar2413.c
249
int16_t target = v;
sys/dev/ath/ath_hal/ar5212/ar2413.c
291
ar2413FillVpdTable(uint32_t pdGainIdx, int16_t Pmin, int16_t Pmax,
sys/dev/ath/ath_hal/ar5212/ar2413.c
292
const int16_t *pwrList, const uint16_t *VpdList,
sys/dev/ath/ath_hal/ar5212/ar2413.c
296
int16_t currPwr = (int16_t)(2*Pmin);
sys/dev/ath/ath_hal/ar5212/ar2413.c
331
static int16_t
sys/dev/ath/ath_hal/ar5212/ar2413.c
333
int16_t targetLeft, int16_t targetRight)
sys/dev/ath/ath_hal/ar5212/ar2413.c
335
int16_t rv;
sys/dev/ath/ath_hal/ar5212/ar2413.c
354
int16_t *pMinCalPower, uint16_t pPdGainBoundaries[],
sys/dev/ath/ath_hal/ar5212/ar2413.c
369
int16_t Pmin_t2[MAX_NUM_PDGAINS_PER_CHANNEL];
sys/dev/ath/ath_hal/ar5212/ar2413.c
371
int16_t Pmax_t2[MAX_NUM_PDGAINS_PER_CHANNEL];
sys/dev/ath/ath_hal/ar5212/ar2413.c
375
int16_t tmpVal ;
sys/dev/ath/ath_hal/ar5212/ar2413.c
392
Pmin_t2[numPdGainsUsed] = (int16_t)
sys/dev/ath/ath_hal/ar5212/ar2413.c
398
Pmax_t2[numPdGainsUsed] = (int16_t)(Pmax_t2[numPdGainsUsed] / 2);
sys/dev/ath/ath_hal/ar5212/ar2413.c
413
(int16_t)VpdTable_L[numPdGainsUsed][kk], (int16_t)VpdTable_R[numPdGainsUsed][kk]);
sys/dev/ath/ath_hal/ar5212/ar2413.c
449
tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
sys/dev/ath/ath_hal/ar5212/ar2413.c
458
while (ss < (int16_t)maxIndex)
sys/dev/ath/ath_hal/ar5212/ar2413.c
469
while(ss < (int16_t)tgtIndex) {
sys/dev/ath/ath_hal/ar5212/ar2413.c
497
int16_t *minPower, int16_t *maxPower,
sys/dev/ath/ath_hal/ar5212/ar2413.c
506
int16_t minCalPower2413_t2;
sys/dev/ath/ath_hal/ar5212/ar2413.c
577
ahp->ah_txPowerIndexOffset = (int16_t)(0 - minCalPower2413_t2);
sys/dev/ath/ath_hal/ar5212/ar2413.c
602
static int16_t
sys/dev/ath/ath_hal/ar5212/ar2413.c
620
static int16_t
sys/dev/ath/ath_hal/ar5212/ar2413.c
640
int16_t *maxPow, int16_t *minPow)
sys/dev/ath/ath_hal/ar5212/ar2425.c
247
GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize,
sys/dev/ath/ath_hal/ar5212/ar2425.c
250
int16_t target = v;
sys/dev/ath/ath_hal/ar5212/ar2425.c
292
ar2425FillVpdTable(uint32_t pdGainIdx, int16_t Pmin, int16_t Pmax,
sys/dev/ath/ath_hal/ar5212/ar2425.c
293
const int16_t *pwrList, const uint16_t *VpdList,
sys/dev/ath/ath_hal/ar5212/ar2425.c
298
int16_t currPwr = (int16_t)(2*Pmin);
sys/dev/ath/ath_hal/ar5212/ar2425.c
333
static int16_t
sys/dev/ath/ath_hal/ar5212/ar2425.c
335
int16_t targetLeft, int16_t targetRight)
sys/dev/ath/ath_hal/ar5212/ar2425.c
337
int16_t rv;
sys/dev/ath/ath_hal/ar5212/ar2425.c
356
int16_t *pMinCalPower, uint16_t pPdGainBoundaries[],
sys/dev/ath/ath_hal/ar5212/ar2425.c
374
static int16_t Pmin_t2[MAX_NUM_PDGAINS_PER_CHANNEL];
sys/dev/ath/ath_hal/ar5212/ar2425.c
376
static int16_t Pmax_t2[MAX_NUM_PDGAINS_PER_CHANNEL];
sys/dev/ath/ath_hal/ar5212/ar2425.c
380
int16_t tmpVal ;
sys/dev/ath/ath_hal/ar5212/ar2425.c
399
Pmin_t2[numPdGainsUsed] = (int16_t)
sys/dev/ath/ath_hal/ar5212/ar2425.c
405
Pmax_t2[numPdGainsUsed] = (int16_t)(Pmax_t2[numPdGainsUsed] / 2);
sys/dev/ath/ath_hal/ar5212/ar2425.c
420
(int16_t)VpdTable_L[numPdGainsUsed][kk], (int16_t)VpdTable_R[numPdGainsUsed][kk]);
sys/dev/ath/ath_hal/ar5212/ar2425.c
450
tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
sys/dev/ath/ath_hal/ar5212/ar2425.c
459
while (ss < (int16_t)maxIndex)
sys/dev/ath/ath_hal/ar5212/ar2425.c
470
while(ss < (int16_t)tgtIndex) {
sys/dev/ath/ath_hal/ar5212/ar2425.c
496
int16_t *minPower, int16_t *maxPower,
sys/dev/ath/ath_hal/ar5212/ar2425.c
505
int16_t minCalPower2413_t2;
sys/dev/ath/ath_hal/ar5212/ar2425.c
538
ahp->ah_txPowerIndexOffset = (int16_t)(0 - minCalPower2413_t2);
sys/dev/ath/ath_hal/ar5212/ar2425.c
563
static int16_t
sys/dev/ath/ath_hal/ar5212/ar2425.c
581
static int16_t
sys/dev/ath/ath_hal/ar5212/ar2425.c
602
int16_t *maxPow, int16_t *minPow)
sys/dev/ath/ath_hal/ar5212/ar5111.c
355
int16_t lRatio;
sys/dev/ath/ath_hal/ar5212/ar5111.c
390
int16_t *pMinPower, int16_t *pMaxPower,
sys/dev/ath/ath_hal/ar5212/ar5111.c
401
int16_t *pScaledUpDbm;
sys/dev/ath/ath_hal/ar5212/ar5111.c
402
int16_t minScaledPwr;
sys/dev/ath/ath_hal/ar5212/ar5111.c
403
int16_t maxScaledPwr;
sys/dev/ath/ath_hal/ar5212/ar5111.c
404
int16_t pwr;
sys/dev/ath/ath_hal/ar5212/ar5111.c
628
int16_t *maxPow, int16_t *minPow)
sys/dev/ath/ath_hal/ar5212/ar5111.c
638
static int16_t
sys/dev/ath/ath_hal/ar5212/ar5111.c
643
int16_t adjust;
sys/dev/ath/ath_hal/ar5212/ar5111.c
82
int16_t chan5111, chanIEEE;
sys/dev/ath/ath_hal/ar5212/ar5112.c
345
int16_t *pPowerMin, int16_t *pPowerMax,
sys/dev/ath/ath_hal/ar5212/ar5112.c
354
int16_t powerMid, *pPowerMid = &powerMid;
sys/dev/ath/ath_hal/ar5212/ar5112.c
360
int16_t minPwr_t4, maxPwr_t4, Pmin, Pmid;
sys/dev/ath/ath_hal/ar5212/ar5112.c
365
int16_t pwr_table0[64];
sys/dev/ath/ath_hal/ar5212/ar5112.c
366
int16_t pwr_table1[64];
sys/dev/ath/ath_hal/ar5212/ar5112.c
368
int16_t powers[10];
sys/dev/ath/ath_hal/ar5212/ar5112.c
370
int16_t powTableLXPD[2][64];
sys/dev/ath/ath_hal/ar5212/ar5112.c
371
int16_t powTableHXPD[2][64];
sys/dev/ath/ath_hal/ar5212/ar5112.c
372
int16_t tmpPowerTable[64];
sys/dev/ath/ath_hal/ar5212/ar5112.c
405
maxPwr_t4 = (int16_t)(2*(*pPowerMax)); /* pwr_t2 -> pwr_t4 */
sys/dev/ath/ath_hal/ar5212/ar5112.c
406
minPwr_t4 = (int16_t)(2*(*pPowerMin)); /* pwr_t2 -> pwr_t4 */
sys/dev/ath/ath_hal/ar5212/ar5112.c
437
numPcd * sizeof(int16_t));
sys/dev/ath/ath_hal/ar5212/ar5112.c
443
64*sizeof(int16_t));
sys/dev/ath/ath_hal/ar5212/ar5112.c
451
numPcd*sizeof(int16_t));
sys/dev/ath/ath_hal/ar5212/ar5112.c
457
64 * sizeof(int16_t));
sys/dev/ath/ath_hal/ar5212/ar5112.c
465
numPcd * sizeof(int16_t));
sys/dev/ath/ath_hal/ar5212/ar5112.c
471
64 * sizeof(int16_t));
sys/dev/ath/ath_hal/ar5212/ar5112.c
488
*pPowerMin = (int16_t) (Pmin / 2);
sys/dev/ath/ath_hal/ar5212/ar5112.c
489
*pPowerMid = (int16_t) (pwr_table0[63] / 2);
sys/dev/ath/ath_hal/ar5212/ar5112.c
490
*pPowerMax = (int16_t) (pwr_table0[63] / 2);
sys/dev/ath/ath_hal/ar5212/ar5112.c
506
*pPowerMin = (int16_t) (Pmin / 2);
sys/dev/ath/ath_hal/ar5212/ar5112.c
507
*pPowerMid = (int16_t) (Pmid / 2);
sys/dev/ath/ath_hal/ar5212/ar5112.c
508
*pPowerMax = (int16_t) (pwr_table0[63] / 2);
sys/dev/ath/ath_hal/ar5212/ar5112.c
51
int16_t *power, int16_t maxPower, int16_t *retVals);
sys/dev/ath/ath_hal/ar5212/ar5112.c
517
*pPowerMin = (int16_t) (Pmin / 2);
sys/dev/ath/ath_hal/ar5212/ar5112.c
518
*pPowerMid = (int16_t) (pwr_table1[63] / 2);
sys/dev/ath/ath_hal/ar5212/ar5112.c
519
*pPowerMax = (int16_t) (pwr_table1[63] / 2);
sys/dev/ath/ath_hal/ar5212/ar5112.c
52
static int16_t getPminAndPcdacTableFromPowerTable(int16_t *pwrTableT4,
sys/dev/ath/ath_hal/ar5212/ar5112.c
525
*pPowerMin = (int16_t) (Pmin/2);
sys/dev/ath/ath_hal/ar5212/ar5112.c
526
*pPowerMid = (int16_t) (pwr_table0[63] / 2);
sys/dev/ath/ath_hal/ar5212/ar5112.c
527
*pPowerMax = (int16_t) (pwr_table0[63] / 2);
sys/dev/ath/ath_hal/ar5212/ar5112.c
54
static int16_t getPminAndPcdacTableFromTwoPowerTables(int16_t *pwrTableLXpdT4,
sys/dev/ath/ath_hal/ar5212/ar5112.c
544
static int16_t
sys/dev/ath/ath_hal/ar5212/ar5112.c
546
int16_t targetLeft, int16_t targetRight)
sys/dev/ath/ath_hal/ar5212/ar5112.c
548
int16_t rv;
sys/dev/ath/ath_hal/ar5212/ar5112.c
55
int16_t *pwrTableHXpdT4, uint16_t retVals[], int16_t *pMid);
sys/dev/ath/ath_hal/ar5212/ar5112.c
56
static int16_t interpolate_signed(uint16_t target,
sys/dev/ath/ath_hal/ar5212/ar5112.c
58
int16_t targetLeft, int16_t targetRight);
sys/dev/ath/ath_hal/ar5212/ar5112.c
607
getFullPwrTable(uint16_t numPcdacs, uint16_t *pcdacs, int16_t *power, int16_t maxPower, int16_t *retVals)
sys/dev/ath/ath_hal/ar5212/ar5112.c
641
static int16_t
sys/dev/ath/ath_hal/ar5212/ar5112.c
642
getPminAndPcdacTableFromPowerTable(int16_t *pwrTableT4, uint16_t retVals[])
sys/dev/ath/ath_hal/ar5212/ar5112.c
644
int16_t ii, jj, jjMax;
sys/dev/ath/ath_hal/ar5212/ar5112.c
645
int16_t pMin, currPower, pMax;
sys/dev/ath/ath_hal/ar5212/ar5112.c
688
static int16_t
sys/dev/ath/ath_hal/ar5212/ar5112.c
689
getPminAndPcdacTableFromTwoPowerTables(int16_t *pwrTableLXpdT4,
sys/dev/ath/ath_hal/ar5212/ar5112.c
690
int16_t *pwrTableHXpdT4, uint16_t retVals[], int16_t *pMid)
sys/dev/ath/ath_hal/ar5212/ar5112.c
692
int16_t ii, jj, jjMax;
sys/dev/ath/ath_hal/ar5212/ar5112.c
693
int16_t pMin, pMax, currPower;
sys/dev/ath/ath_hal/ar5212/ar5112.c
694
int16_t *pwrTableT4;
sys/dev/ath/ath_hal/ar5212/ar5112.c
739
static int16_t
sys/dev/ath/ath_hal/ar5212/ar5112.c
743
int16_t minGain,minPwr,minPcdac,retVal;
sys/dev/ath/ath_hal/ar5212/ar5112.c
768
int16_t *maxPow, int16_t *minPow)
sys/dev/ath/ath_hal/ar5212/ar5212.h
108
int16_t paramVal[NUM_CORNER_FIX_BITS_5112];
sys/dev/ath/ath_hal/ar5212/ar5212.h
143
int16_t *minPower, int16_t *maxPower,
sys/dev/ath/ath_hal/ar5212/ar5212.h
147
int16_t *maxPow, int16_t *minPow);
sys/dev/ath/ath_hal/ar5212/ar5212.h
148
int16_t (*getNfAdjust)(struct ath_hal *, const HAL_CHANNEL_INTERNAL*);
sys/dev/ath/ath_hal/ar5212/ar5212.h
235
int16_t nfCalBuffer[AR512_NF_CAL_HIST_MAX];
sys/dev/ath/ath_hal/ar5212/ar5212.h
236
int16_t privNF;
sys/dev/ath/ath_hal/ar5212/ar5212.h
299
int16_t ah_txPowerIndexOffset;
sys/dev/ath/ath_hal/ar5212/ar5212.h
515
extern int16_t ar5212GetNfAdjust(struct ath_hal *,
sys/dev/ath/ath_hal/ar5212/ar5212.h
573
extern int16_t ar5212GetNoiseFloor(struct ath_hal *ah);
sys/dev/ath/ath_hal/ar5212/ar5212.h
575
extern int16_t ar5212GetNfHistMid(const int16_t calData[AR512_NF_CAL_HIST_MAX]);
sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
766
int16_t
sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
771
int16_t adjust;
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1299
int16_t
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1302
int16_t nf = (OS_REG_READ(ah, AR_PHY(25)) >> 19) & 0x1ff;
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1310
int16_t *nft)
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
132
int16_t cckOfdmPwrDelta = 0;
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1357
updateNFHistBuff(struct ar5212NfCalHist *h, int16_t nf)
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1367
int16_t
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1368
ar5212GetNfHistMid(const int16_t calData[AR512_NF_CAL_HIST_MAX])
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1370
int16_t sort[AR512_NF_CAL_HIST_MAX];
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1373
OS_MEMCPY(sort, calData, AR512_NF_CAL_HIST_MAX*sizeof(int16_t));
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1377
int16_t nf = sort[j];
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1389
int16_t
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1395
int16_t nf, nfThresh;
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1755
int16_t numBinOffsets;
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
2014
int16_t minPower, maxPower, tpcInDb, powerLimit;
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
2133
int16_t tpcScaleReduction, int16_t powerLimit, HAL_BOOL commit,
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
2134
int16_t *pMinPower, int16_t *pMaxPower)
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
2148
int16_t scaledPower, maxAvailPower = 0;
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
2149
int16_t r13, r9, r7, r0;
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
2356
int16_t tpcInDb, powerLimit;
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
2358
int16_t minPower, maxPower;
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
2420
int16_t ratesIndex[N(ahp->ah_ratesArray)];
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
2423
int16_t gainDeltaAdjust;
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
2533
int16_t lRatio;
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
41
int16_t ar5212GetNf(struct ath_hal *, struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
49
const struct ieee80211_channel *, int16_t tpcScaleReduction,
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
50
int16_t powerLimit,
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
51
HAL_BOOL commit, int16_t *minPower, int16_t *maxPower);
sys/dev/ath/ath_hal/ar5212/ar5413.c
288
GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize,
sys/dev/ath/ath_hal/ar5212/ar5413.c
291
int16_t target = v;
sys/dev/ath/ath_hal/ar5212/ar5413.c
333
ar5413FillVpdTable(uint32_t pdGainIdx, int16_t Pmin, int16_t Pmax,
sys/dev/ath/ath_hal/ar5212/ar5413.c
334
const int16_t *pwrList, const uint16_t *VpdList,
sys/dev/ath/ath_hal/ar5212/ar5413.c
339
int16_t currPwr = (int16_t)(2*Pmin);
sys/dev/ath/ath_hal/ar5212/ar5413.c
374
static int16_t
sys/dev/ath/ath_hal/ar5212/ar5413.c
376
int16_t targetLeft, int16_t targetRight)
sys/dev/ath/ath_hal/ar5212/ar5413.c
378
int16_t rv;
sys/dev/ath/ath_hal/ar5212/ar5413.c
397
int16_t *pMinCalPower, uint16_t pPdGainBoundaries[],
sys/dev/ath/ath_hal/ar5212/ar5413.c
412
int16_t Pmin_t2[MAX_NUM_PDGAINS_PER_CHANNEL];
sys/dev/ath/ath_hal/ar5212/ar5413.c
414
int16_t Pmax_t2[MAX_NUM_PDGAINS_PER_CHANNEL];
sys/dev/ath/ath_hal/ar5212/ar5413.c
418
int16_t tmpVal ;
sys/dev/ath/ath_hal/ar5212/ar5413.c
435
Pmin_t2[numPdGainsUsed] = (int16_t)
sys/dev/ath/ath_hal/ar5212/ar5413.c
441
Pmax_t2[numPdGainsUsed] = (int16_t)(Pmax_t2[numPdGainsUsed] / 2);
sys/dev/ath/ath_hal/ar5212/ar5413.c
456
(int16_t)VpdTable_L[numPdGainsUsed][kk], (int16_t)VpdTable_R[numPdGainsUsed][kk]);
sys/dev/ath/ath_hal/ar5212/ar5413.c
492
tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
sys/dev/ath/ath_hal/ar5212/ar5413.c
501
while (ss < (int16_t)maxIndex)
sys/dev/ath/ath_hal/ar5212/ar5413.c
512
while(ss < (int16_t)tgtIndex) {
sys/dev/ath/ath_hal/ar5212/ar5413.c
540
int16_t *minPower, int16_t *maxPower,
sys/dev/ath/ath_hal/ar5212/ar5413.c
549
int16_t minCalPower5413_t2;
sys/dev/ath/ath_hal/ar5212/ar5413.c
620
ahp->ah_txPowerIndexOffset = (int16_t)(0 - minCalPower5413_t2);
sys/dev/ath/ath_hal/ar5212/ar5413.c
645
static int16_t
sys/dev/ath/ath_hal/ar5212/ar5413.c
663
static int16_t
sys/dev/ath/ath_hal/ar5212/ar5413.c
683
int16_t *maxPow, int16_t *minPow)
sys/dev/ath/ath_hal/ar5312/ar5312_reset.c
103
int16_t cckOfdmPwrDelta = 0;
sys/dev/ath/ath_hal/ar5312/ar5312_reset.c
37
extern int16_t ar5212GetNf(struct ath_hal *, const struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5416/ar2133.c
328
ar2133SetPowerTable(struct ath_hal *ah, int16_t *pPowerMin, int16_t *pPowerMax,
sys/dev/ath/ath_hal/ar5416/ar2133.c
335
static int16_t
sys/dev/ath/ath_hal/ar5416/ar2133.c
339
int16_t minGain,minPwr,minPcdac,retVal;
sys/dev/ath/ath_hal/ar5416/ar2133.c
365
int16_t *maxPow, int16_t *minPow)
sys/dev/ath/ath_hal/ar5416/ar2133.c
437
ar2133GetNoiseFloor(struct ath_hal *ah, int16_t nfarray[])
sys/dev/ath/ath_hal/ar5416/ar2133.c
440
int16_t nf;
sys/dev/ath/ath_hal/ar5416/ar2133.c
504
static int16_t
sys/dev/ath/ath_hal/ar5416/ar5416.h
134
int16_t ah_ratesArray[Ar5416RateSize];
sys/dev/ath/ath_hal/ar5416/ar5416.h
322
int16_t *ratesArray,
sys/dev/ath/ath_hal/ar5416/ar5416.h
352
uint16_t tPdGainOverlap, int16_t *pMinCalPower,
sys/dev/ath/ath_hal/ar5416/ar5416.h
366
int16_t *pTxPowerIndexOffset);
sys/dev/ath/ath_hal/ar5416/ar5416.h
368
const struct ieee80211_channel *chan, const int16_t ratesArray[]);
sys/dev/ath/ath_hal/ar5416/ar5416.h
60
int16_t max;
sys/dev/ath/ath_hal/ar5416/ar5416.h
61
int16_t min;
sys/dev/ath/ath_hal/ar5416/ar5416.h
62
int16_t nominal;
sys/dev/ath/ath_hal/ar5416/ar5416.h
98
int16_t *pTxPowerIndexOffset);
sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
38
static int16_t ar5416GetNf(struct ath_hal *, struct ieee80211_channel *);
sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
41
static void ar5416SanitizeNF(struct ath_hal *ah, int16_t *nf);
sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
563
const struct ieee80211_channel *chan, int16_t *nft)
sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
601
int16_t default_nf = ar5416GetDefaultNF(ah, chan);
sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
629
int16_t nf_val;
sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
712
int16_t *nfarray)
sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
750
ar5416SanitizeNF(struct ath_hal *ah, int16_t *nf)
sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
785
static int16_t
sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
788
int16_t nf, nfThresh;
sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
799
int16_t nfarray[NUM_NOISEFLOOR_READINGS] = { 0 };
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
1064
int16_t txPowerIndexOffset = 0;
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
1071
int16_t maxPower;
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
1133
(int16_t)(txPowerIndexOffset + AH5416(ah)->ah_ratesArray[i]);
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
1755
int16_t *ratesArray,
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
1812
int16_t *ratesArray, uint16_t cfgCtl,
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
1826
int16_t twiceLargestAntenna;
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
1831
int16_t scaledPower, minCtlPower;
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
1868
twiceLargestAntenna = (int16_t)AH_MIN((AntennaReduction) - twiceLargestAntenna, 0);
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2346
const struct ieee80211_channel *chan, int16_t *pTxPowerIndexOffset)
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2354
int16_t tMinCalPower;
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2425
uint16_t tPdGainOverlap, int16_t *pMinCalPower, uint16_t * pPdGainBoundaries,
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2430
int16_t ss; /* potentially -ve index for taking care of pdGainOverlap */
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2445
int16_t vpdStep;
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2446
int16_t tmpVal;
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2449
int16_t minDelta = 0;
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2499
*pMinCalPower = (int16_t)(minPwrT4[0] / 2);
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2528
ss = (int16_t)(0 - (minPwrT4[i] / 2));
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2533
ss = (int16_t)((pPdGainBoundaries[i-1] - (minPwrT4[i] / 2)) - tPdGainOverlap + 1 + minDelta);
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2535
vpdStep = (int16_t)(vpdTableI[i][1] - vpdTableI[i][0]);
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2536
vpdStep = (int16_t)((vpdStep < 1) ? 1 : vpdStep);
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2541
tmpVal = (int16_t)(vpdTableI[i][0] + ss * vpdStep);
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2554
vpdStep = (int16_t)(vpdTableI[i][sizeCurrVpdTable - 1] - vpdTableI[i][sizeCurrVpdTable - 2]);
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2555
vpdStep = (int16_t)((vpdStep < 1) ? 1 : vpdStep);
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2562
tmpVal = (int16_t)((vpdTableI[i][sizeCurrVpdTable - 1] +
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
58
const struct ieee80211_channel *chan, int16_t *ratesArray,
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
927
int16_t minPower, maxPower;
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
965
const struct ieee80211_channel *chan, const int16_t ratesArray[])
sys/dev/ath/ath_hal/ar9002/ar9280.c
245
ar9280SetPowerTable(struct ath_hal *ah, int16_t *pPowerMin, int16_t *pPowerMax,
sys/dev/ath/ath_hal/ar9002/ar9280.c
252
static int16_t
sys/dev/ath/ath_hal/ar9002/ar9280.c
256
int16_t minGain,minPwr,minPcdac,retVal;
sys/dev/ath/ath_hal/ar9002/ar9280.c
282
int16_t *maxPow, int16_t *minPow)
sys/dev/ath/ath_hal/ar9002/ar9280.c
353
ar9280GetNoiseFloor(struct ath_hal *ah, int16_t nfarray[])
sys/dev/ath/ath_hal/ar9002/ar9280.c
355
int16_t nf;
sys/dev/ath/ath_hal/ar9002/ar9280.c
395
int16_t
sys/dev/ath/ath_hal/ar9002/ar9280.c
42
const struct ieee80211_channel *, int16_t *maxPow,int16_t *minPow);
sys/dev/ath/ath_hal/ar9002/ar9280.c
43
int16_t ar9280GetNfAdjust(struct ath_hal *ah, const HAL_CHANNEL_INTERNAL *c);
sys/dev/ath/ath_hal/ar9002/ar9280_olc.c
172
static int16_t
sys/dev/ath/ath_hal/ar9002/ar9280_olc.c
175
int16_t *diff)
sys/dev/ath/ath_hal/ar9002/ar9280_olc.c
212
int16_t diff, uint8_t *pdadcValues)
sys/dev/ath/ath_hal/ar9002/ar9280_olc.c
282
const struct ieee80211_channel *chan, int16_t *pTxPowerIndexOffset)
sys/dev/ath/ath_hal/ar9002/ar9280_olc.c
290
int16_t tMinCalPower;
sys/dev/ath/ath_hal/ar9002/ar9280_olc.h
43
uint16_t tPdGainOverlap, int16_t *pMinCalPower,
sys/dev/ath/ath_hal/ar9002/ar9280_olc.h
48
int16_t *pTxPowerIndexOffset);
sys/dev/ath/ath_hal/ar9002/ar9285.c
42
ar9285GetNoiseFloor(struct ath_hal *ah, int16_t nfarray[])
sys/dev/ath/ath_hal/ar9002/ar9285.c
44
int16_t nf;
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
141
AH5416(ah)->ah_ratesArray[i] = (int16_t)(txPowerIndexOffset + AH5416(ah)->ah_ratesArray[i]);
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
398
int16_t *ratesArray, uint16_t cfgCtl,
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
411
int16_t twiceLargestAntenna;
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
416
int16_t scaledPower, minCtlPower;
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
431
twiceLargestAntenna = (int16_t)AH_MIN((AntennaReduction) - twiceLargestAntenna, 0);
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
56
const struct ieee80211_channel *chan, int16_t *ratesArray,
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
565
const struct ieee80211_channel *chan, int16_t *pTxPowerIndexOffset)
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
573
int16_t tMinCalPower;
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
63
int16_t *pTxPowerIndexOffset);
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
641
uint16_t tPdGainOverlap, int16_t *pMinCalPower, uint16_t * pPdGainBoundaries,
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
646
int16_t ss; /* potentially -ve index for taking care of pdGainOverlap */
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
661
int16_t vpdStep;
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
662
int16_t tmpVal;
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
665
int16_t minDelta = 0;
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
67
uint16_t tPdGainOverlap, int16_t *pMinCalPower,
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
719
*pMinCalPower = (int16_t)(minPwrT4[0] / 2);
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
748
ss = (int16_t)(0 - (minPwrT4[i] / 2));
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
753
ss = (int16_t)((pPdGainBoundaries[i-1] - (minPwrT4[i] / 2)) - tPdGainOverlap + 1 + minDelta);
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
755
vpdStep = (int16_t)(vpdTableI[i][1] - vpdTableI[i][0]);
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
756
vpdStep = (int16_t)((vpdStep < 1) ? 1 : vpdStep);
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
761
tmpVal = (int16_t)(vpdTableI[i][0] + ss * vpdStep);
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
774
vpdStep = (int16_t)(vpdTableI[i][sizeCurrVpdTable - 1] - vpdTableI[i][sizeCurrVpdTable - 2]);
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
775
vpdStep = (int16_t)((vpdStep < 1) ? 1 : vpdStep);
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
782
tmpVal = (int16_t)((vpdTableI[i][sizeCurrVpdTable - 1] +
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
80
int16_t txPowerIndexOffset = 0;
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
87
int16_t maxPower;
sys/dev/ath/ath_hal/ar9002/ar9287.c
187
ar9287SetPowerTable(struct ath_hal *ah, int16_t *pPowerMin, int16_t *pPowerMax,
sys/dev/ath/ath_hal/ar9002/ar9287.c
194
static int16_t
sys/dev/ath/ath_hal/ar9002/ar9287.c
198
int16_t minGain,minPwr,minPcdac,retVal;
sys/dev/ath/ath_hal/ar9002/ar9287.c
224
int16_t *maxPow, int16_t *minPow)
sys/dev/ath/ath_hal/ar9002/ar9287.c
295
ar9287GetNoiseFloor(struct ath_hal *ah, int16_t nfarray[])
sys/dev/ath/ath_hal/ar9002/ar9287.c
297
int16_t nf;
sys/dev/ath/ath_hal/ar9002/ar9287.c
337
int16_t
sys/dev/ath/ath_hal/ar9002/ar9287.c
42
const struct ieee80211_channel *, int16_t *maxPow,int16_t *minPow);
sys/dev/ath/ath_hal/ar9002/ar9287.c
43
int16_t ar9287GetNfAdjust(struct ath_hal *ah, const HAL_CHANNEL_INTERNAL *c);
sys/dev/ath/ath_hal/ar9002/ar9287_reset.c
129
int16_t *ratesArray, uint16_t cfgCtl,
sys/dev/ath/ath_hal/ar9002/ar9287_reset.c
143
int16_t twiceLargestAntenna;
sys/dev/ath/ath_hal/ar9002/ar9287_reset.c
151
int16_t scaledPower, minCtlPower;
sys/dev/ath/ath_hal/ar9002/ar9287_reset.c
169
twiceLargestAntenna = (int16_t)AH_MIN((AntennaReduction) - twiceLargestAntenna, 0);
sys/dev/ath/ath_hal/ar9002/ar9287_reset.c
335
int16_t txPowerIndexOffset = 0;
sys/dev/ath/ath_hal/ar9002/ar9287_reset.c
342
int16_t maxPower;
sys/dev/ath/ath_hal/ar9002/ar9287_reset.c
398
(int16_t)(txPowerIndexOffset +
sys/dev/ath/ath_hal/ar9002/ar9287_reset.c
46
const struct ieee80211_channel *chan, int16_t *pTxPowerIndexOffset)
sys/dev/ath/if_ath_rx.c
1085
int16_t nf;
sys/dev/ath/if_ath_rx.c
511
const struct ath_rx_status *rs, u_int64_t tsf, int16_t nf)
sys/dev/ath/if_ath_rx.c
576
const struct ath_rx_status *rs, u_int64_t tsf, int16_t nf)
sys/dev/ath/if_ath_rx_edma.c
555
int16_t nf;
sys/dev/bhnd/bhnd.h
548
const char *name, int16_t *value);
sys/dev/bhnd/bhnd_subr.c
1411
bhnd_nvram_getvar_int16(device_t dev, const char *name, int16_t *value)
sys/dev/bhnd/nvram/bhnd_nvram_data_spromvar.h
164
int16_t i16[BHND_SPROM_ARRAY_MAXLEN];
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
509
return (_Alignof(int16_t));
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
936
*(int16_t *)outp = (int16_t)(int64_t)value;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1116
if (ilen != sizeof(int16_t))
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1120
intv.i64 = *(const int16_t *)inp;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1247
nbytes = sizeof(int16_t);
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1249
*((int16_t *)outp) = (int16_t)intv.i64;
sys/dev/bhnd/nvram/bhnd_nvram_value.h
231
int16_t i16[4]; /**< 16-bit signed data */
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
625
int16_t i16;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
61232
int16_t zone;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
61331
int16_t zone;
sys/dev/bwi/bwiphy.c
291
bwi_nrssi_write(struct bwi_mac *mac, uint16_t ofs, int16_t data)
sys/dev/bwi/bwiphy.c
297
int16_t
sys/dev/bwi/bwiphy.c
301
return (int16_t)PHY_READ(mac, BWI_PHYR_NRSSI_DATA);
sys/dev/bwi/bwiphy.c
779
bwi_nrssi_write(mac, 0xba98, (int16_t)0x7654); /* XXX */
sys/dev/bwi/bwiphy.h
43
int16_t tbl_gain1;
sys/dev/bwi/bwiphy.h
44
int16_t tbl_gain2;
sys/dev/bwi/bwiphy.h
45
int16_t phy_gain;
sys/dev/bwi/bwiphy.h
55
int16_t bwi_nrssi_read(struct bwi_mac *, uint16_t);
sys/dev/bwi/bwiphy.h
56
void bwi_nrssi_write(struct bwi_mac *, uint16_t, int16_t);
sys/dev/bwi/bwirf.c
1045
bwi_rf_calc_txpower(int8_t *txpwr, uint8_t idx, const int16_t pa_params[])
sys/dev/bwi/bwirf.c
1089
int16_t pa_params[3];
sys/dev/bwi/bwirf.c
112
static int bwi_rf_calc_txpower(int8_t *, uint8_t, const int16_t[]);
sys/dev/bwi/bwirf.c
1166
pa_params[i] = (int16_t)bwi_read_sprom(sc, sprom_ofs + (i * 2));
sys/dev/bwi/bwirf.c
158
static __inline int16_t
sys/dev/bwi/bwirf.c
161
int16_t val;
sys/dev/bwi/bwirf.c
165
val = (int16_t)__SHIFTOUT(PHY_READ(mac, 0x47f), NRSSI_11G_MASK);
sys/dev/bwi/bwirf.c
1651
int16_t nrssi[2];
sys/dev/bwi/bwirf.c
1682
nrssi[0] = (int16_t)PHY_READ(mac, 0x27);
sys/dev/bwi/bwirf.c
1707
nrssi[1] = (int16_t)PHY_READ(mac, 0x27);
sys/dev/bwi/bwirf.c
1771
int16_t nrssi;
sys/dev/bwi/bwirf.c
1926
int16_t nrssi[2];
sys/dev/bwi/bwirf.c
2107
int16_t val;
sys/dev/bwi/bwirf.c
2189
int16_t nrssi;
sys/dev/bwi/if_bwivar.h
402
int16_t rf_nrssi[2]; /* Narrow RSSI */
sys/dev/bwn/if_bwn_phy_g.c
110
static int16_t bwn_nrssi_read(struct bwn_mac *, uint16_t);
sys/dev/bwn/if_bwn_phy_g.c
114
static void bwn_set_all_gains(struct bwn_mac *, int16_t, int16_t,
sys/dev/bwn/if_bwn_phy_g.c
115
int16_t);
sys/dev/bwn/if_bwn_phy_g.c
155
int16_t pab0, pab1, pab2;
sys/dev/bwn/if_bwn_phy_g.c
2126
bwn_lo_measure_gain_values(struct bwn_mac *mac, int16_t max_rx_gain,
sys/dev/bwn/if_bwn_phy_g.c
2667
static int16_t
sys/dev/bwn/if_bwn_phy_g.c
2672
return ((int16_t)BWN_PHY_READ(mac, BWN_PHY_NRSSI_DATA));
sys/dev/bwn/if_bwn_phy_g.c
2682
int16_t tmp16;
sys/dev/bwn/if_bwn_phy_g.c
2746
int16_t nrssi0, nrssi1;
sys/dev/bwn/if_bwn_phy_g.c
2804
nrssi0 = (int16_t) ((BWN_PHY_READ(mac, 0x047f) >> 8) & 0x003f);
sys/dev/bwn/if_bwn_phy_g.c
2837
nrssi1 = (int16_t) ((BWN_PHY_READ(mac, 0x047f) >> 8) & 0x003f);
sys/dev/bwn/if_bwn_phy_g.c
2923
int16_t nrssi;
sys/dev/bwn/if_bwn_phy_g.c
2953
nrssi = (int16_t) ((BWN_PHY_READ(mac, 0x047f) >> 8) & 0x003f);
sys/dev/bwn/if_bwn_phy_g.c
2960
nrssi = (int16_t) ((BWN_PHY_READ(mac, 0x047f) >> 8) &
sys/dev/bwn/if_bwn_phy_g.c
2995
nrssi = (int16_t) ((BWN_PHY_READ(mac, 0x047f) >> 8) & 0x003f);
sys/dev/bwn/if_bwn_phy_g.c
3002
nrssi = (int16_t)((BWN_PHY_READ(mac,
sys/dev/bwn/if_bwn_phy_g.c
3052
bwn_set_all_gains(struct bwn_mac *mac, int16_t first, int16_t second,
sys/dev/bwn/if_bwn_phy_g.c
3053
int16_t third)
sys/dev/bwn/if_bwnvar.h
357
int16_t pg_max_lb_gain;
sys/dev/bwn/if_bwnvar.h
358
int16_t pg_trsw_rx_gain;
sys/dev/bwn/if_bwnvar.h
359
int16_t pg_lna_lod_gain;
sys/dev/bwn/if_bwnvar.h
360
int16_t pg_lna_gain;
sys/dev/bwn/if_bwnvar.h
361
int16_t pg_pga_gain;
sys/dev/bwn/if_bwnvar.h
366
int16_t pg_nrssi[2];
sys/dev/bxe/bxe.c
2626
int16_t used;
sys/dev/bxe/bxe.c
2635
return (int16_t)(sc->tx_ring_size) - used;
sys/dev/bxe/bxe.h
366
#define SUB_S16(a, b) (int16_t)((int16_t)(a) - (int16_t)(b))
sys/dev/cxgbe/adapter.h
222
int16_t xact_addr_filt;/* index of exact MAC address filter */
sys/dev/cxgbe/adapter.h
363
int16_t moff; /* offset of metadata from cl */
sys/dev/cxgbe/adapter.h
467
int16_t intr_idx; /* interrupt used by the queue */
sys/dev/cxgbe/osdep.h
54
typedef int16_t s16;
sys/dev/cxgbe/t4_clip.c
215
add_lip(struct adapter *sc, struct in6_addr *lip, int16_t *idx)
sys/dev/cxgbe/t4_clip.c
82
int16_t clip_idx; /* index in the hw table */
sys/dev/cxgbe/t4_clip.c
94
static int add_lip(struct adapter *, struct in6_addr *, int16_t *);
sys/dev/cxgbe/t4_ioctl.h
273
int16_t weight; /* percent weight */
sys/dev/cxgbe/t4_ioctl.h
274
int16_t pktsize; /* average packet size */
sys/dev/cxgbe/t4_ioctl.h
409
int16_t txq;
sys/dev/cxgbe/t4_ioctl.h
410
int16_t rxq;
sys/dev/cxgbe/t4_ioctl.h
411
int16_t mss;
sys/dev/cxgbe/tom/t4_tom.c
1251
const struct tcp_options *tcpopt, int16_t l2t_idx, struct conn_params *cp)
sys/dev/cxgbe/tom/t4_tom.h
117
int16_t txq_idx; /* ofld_txq = &sc->sge.ofld_txq[txq_idx] */
sys/dev/cxgbe/tom/t4_tom.h
118
int16_t rxq_idx; /* ofld_rxq = &sc->sge.ofld_rxq[rxq_idx] */
sys/dev/cxgbe/tom/t4_tom.h
119
int16_t l2t_idx;
sys/dev/cxgbe/tom/t4_tom.h
479
struct in_conninfo *, struct socket *, const struct tcp_options *, int16_t,
sys/dev/drm2/drm.h
52
typedef int16_t __s16;
sys/dev/drm2/drm_os_freebsd.h
65
typedef int16_t s16;
sys/dev/e1000/e1000_osdep.h
128
typedef int16_t s16;
sys/dev/e1000/em_txrx.c
96
int16_t rs_cidx;
sys/dev/evdev/evdev_mt.c
492
evdev_mt_get_value(struct evdev_dev *evdev, int slot, int16_t code)
sys/dev/evdev/evdev_mt.c
502
evdev_mt_set_value(struct evdev_dev *evdev, int slot, int16_t code,
sys/dev/evdev/evdev_private.h
286
int32_t evdev_mt_get_value(struct evdev_dev *, int, int16_t);
sys/dev/evdev/evdev_private.h
287
void evdev_mt_set_value(struct evdev_dev *, int, int16_t, int32_t);
sys/dev/evdev/input.h
185
int16_t level;
sys/dev/evdev/input.h
190
int16_t start_level;
sys/dev/evdev/input.h
191
int16_t end_level;
sys/dev/evdev/input.h
201
int16_t right_coeff;
sys/dev/evdev/input.h
202
int16_t left_coeff;
sys/dev/evdev/input.h
205
int16_t center; /* center of dead zone */
sys/dev/evdev/input.h
211
int16_t magnitude; /* peak */
sys/dev/evdev/input.h
212
int16_t offset; /* mean, roughly */
sys/dev/evdev/input.h
216
int16_t *custom_data; /* FF_CUSTOM waveform only */
sys/dev/evdev/input.h
235
int16_t id;
sys/dev/fxp/if_fxpvar.h
148
int16_t revid; /* -1 matches anything */
sys/dev/gve/gve_tx_dqo.c
265
int16_t compl_tag, bool eop, bool csum_enabled)
sys/dev/gve/gve_tx_dqo.c
662
bool csum_enabled, int16_t completion_tag,
sys/dev/gve/gve_tx_dqo.c
714
int16_t completion_tag;
sys/dev/gve/gve_tx_dqo.c
786
int16_t completion_tag;
sys/dev/hid/bcm5974.c
192
#define BCM5974_LE2H(x) ((int32_t)(int16_t)le16toh(x))
sys/dev/hid/hid.c
334
dval = (int16_t)uval;
sys/dev/hid/hidraw.h
73
int16_t vendor;
sys/dev/hid/hidraw.h
74
int16_t product;
sys/dev/hid/ps4dshock.c
1242
#define HGETW(w) ((int16_t)((w)[0] | (((uint16_t)((w)[1])) << 8)))
sys/dev/hid/ps4dshock.c
642
int16_t bias;
sys/dev/iavf/iavf_osdep.h
146
typedef int16_t s16;
sys/dev/ice/ice_lib.h
577
int16_t rx_itr;
sys/dev/ice/ice_lib.h
578
int16_t tx_itr;
sys/dev/ice/ice_osdep.h
358
typedef int16_t s16;
sys/dev/igc/igc_osdep.h
58
typedef int16_t s16;
sys/dev/igc/igc_txrx.c
85
int16_t rs_cidx;
sys/dev/iicbus/adc/ad7417.c
485
read = *((int16_t*)buf);
sys/dev/iicbus/adc/ad7417.c
490
*temp = (((int16_t)(read & 0xffc0)) >> 6) * 25 / 10;
sys/dev/iicbus/adc/ad7417.c
544
diode_offset = (int16_t)(eeprom[1][0x11] & 0xffff) << 12;
sys/dev/iicbus/adc/ad7417.c
547
diode_offset = (int16_t)(eeprom[0][0x11] & 0xffff) << 12;
sys/dev/iicbus/adc/ads111x.c
195
*val = (int16_t)be16dec(data);
sys/dev/iicbus/rtc/ds3231.c
159
*temp = ((int16_t)buf >> 8) * 10;
sys/dev/iicbus/sensor/ds1631.c
380
read = *((int16_t *)buf);
sys/dev/iicbus/sensor/ds1631.c
388
return (((int16_t)(read) >> 6) * 25 / 10 + ZERO_C_TO_K);
sys/dev/iicbus/sensor/ds1775.c
242
read = *((int16_t *)buf);
sys/dev/iicbus/sensor/ds1775.c
247
return (((int16_t)(read) >> 7) * 5 + ZERO_C_TO_K);
sys/dev/iicbus/sensor/lm75.c
388
buf = (int16_t)((buf8[0] << 8) | buf8[1]);
sys/dev/isci/environment.h
50
typedef int16_t S16;
sys/dev/isp/isp.c
4949
int16_t delta =
sys/dev/iwm/if_iwm_binding.c
153
int16_t colors[IWM_MAX_MACS_IN_BINDING];
sys/dev/iwn/if_iwn.c
2293
sc->eeprom_voltage = (int16_t)le16toh(val);
sys/dev/iwn/if_iwnreg.h
1223
int16_t offset;
sys/dev/iwn/if_iwnreg.h
1234
int16_t offset_high;
sys/dev/iwn/if_iwnreg.h
1235
int16_t offset_low;
sys/dev/iwn/if_iwnreg.h
1236
int16_t burnt_voltage_ref;
sys/dev/iwn/if_iwnreg.h
1237
int16_t reserved;
sys/dev/iwn/if_iwnvar.h
368
int16_t eeprom_temp;
sys/dev/iwn/if_iwnvar.h
369
int16_t eeprom_temp_high;
sys/dev/iwn/if_iwnvar.h
370
int16_t eeprom_voltage;
sys/dev/ixgbe/ixgbe_osdep.h
147
typedef int16_t s16;
sys/dev/ixl/i40e_osdep.h
116
typedef int16_t s16;
sys/dev/mfi/mfireg.h
1399
int16_t current;
sys/dev/mmc/mmc.c
1601
int16_t rev;
sys/dev/mpi3mr/mpi/mpi30_type.h
62
typedef int16_t S16;
sys/dev/mvs/mvs.c
941
resid < length; resid += sizeof(int16_t))
sys/dev/mvs/mvs.c
967
resid < length; resid += sizeof(int16_t))
sys/dev/mwl/if_mwl.c
2625
int16_t nf;
sys/dev/nvme/nvme_private.h
115
int16_t retries;
sys/dev/oce/oce_if.h
979
int16_t qid, int npopped, uint32_t rearm, uint32_t clearint);
sys/dev/oce/oce_if.h
981
void oce_arm_cq(POCE_SOFTC sc, int16_t qid, int npopped, uint32_t rearm);
sys/dev/oce/oce_queue.c
958
int16_t qid, int npopped, uint32_t rearm, uint32_t clearint)
sys/dev/oce/oce_queue.c
978
void oce_arm_cq(POCE_SOFTC sc, int16_t qid, int npopped, uint32_t rearm)
sys/dev/ow/ow_temp.c
164
tmp = (int16_t)((scratch[0] & 0xfe) |
sys/dev/ow/ow_temp.c
168
tmp = (int16_t)(scratch[0] | (scratch[1] << 8)) << 3;
sys/dev/ow/ow_temp.c
170
tmp = (int16_t)(scratch[0] | (scratch[1] << 8));
sys/dev/pccard/pccardvarp.h
148
int16_t prodext;
sys/dev/qat/qat_api/include/cpa_types.h
65
typedef int16_t Cpa16S;
sys/dev/qat/qat_api/qat_direct/include/adf_kernel_types.h
12
#define s16 int16_t
sys/dev/safe/safe.c
772
int16_t coffset;
sys/dev/sfxge/common/ef10_tlv_layout.h
321
int16_t max_pf_number; /**< Largest PF RID (lower PFs may be hidden) */
sys/dev/sfxge/common/ef10_tlv_layout.h
378
int16_t num_q_allocs;
sys/dev/sfxge/common/ef10_tlv_layout.h
652
int16_t offset_millivolts;
sys/dev/sound/pcm/channel.h
176
int16_t volume[SND_VOL_C_MAX][SND_CHN_T_VOL_MAX];
sys/dev/sound/pcm/feeder_volume.c
238
const int16_t *vol;
sys/dev/sound/pcm/pcm.h
307
*(int16_t *)dst = 0;
sys/dev/sound/usb/uaudio.c
5354
val = (int16_t)val;
sys/dev/sym/sym_hipd.c
103
typedef int16_t s16;
sys/dev/tws/tws.h
174
volatile int16_t head;
sys/dev/tws/tws.h
175
volatile int16_t tail;
sys/dev/usb/gadget/g_audio.c
403
g_audio_make_samples(struct g_audio_softc *sc, int16_t *ptr, int samples)
sys/dev/usb/gadget/g_audio.c
430
int16_t *ptr;
sys/dev/usb/gadget/g_audio.c
489
int16_t *ptr;
sys/dev/usb/gadget/g_audio.c
90
int16_t sc_data_buf[2][G_AUDIO_BUFSIZE / 2];
sys/dev/usb/input/atp.c
326
int16_t origin; /* zero when switching track finger */
sys/dev/usb/input/atp.c
327
int16_t abs_x; /* absolute x coordinate */
sys/dev/usb/input/atp.c
328
int16_t abs_y; /* absolute y coordinate */
sys/dev/usb/input/atp.c
329
int16_t rel_x; /* relative x coordinate */
sys/dev/usb/input/atp.c
330
int16_t rel_y; /* relative y coordinate */
sys/dev/usb/input/atp.c
331
int16_t tool_major; /* tool area, major axis */
sys/dev/usb/input/atp.c
332
int16_t tool_minor; /* tool area, minor axis */
sys/dev/usb/input/atp.c
333
int16_t orientation; /* 16384 when point, else 15 bit angle */
sys/dev/usb/input/atp.c
334
int16_t touch_major; /* touch area, major axis */
sys/dev/usb/input/atp.c
335
int16_t touch_minor; /* touch area, minor axis */
sys/dev/usb/input/atp.c
336
int16_t unused[3]; /* zeros */
sys/dev/usb/input/atp.c
337
int16_t multi; /* one finger: varies, more fingers: constant */
sys/dev/usb/input/wsp.c
312
int16_t wUnknown[6];
sys/dev/usb/input/wsp.c
319
int16_t origin; /* zero when switching track finger */
sys/dev/usb/input/wsp.c
320
int16_t abs_x; /* absolute x coodinate */
sys/dev/usb/input/wsp.c
321
int16_t abs_y; /* absolute y coodinate */
sys/dev/usb/input/wsp.c
322
int16_t rel_x; /* relative x coodinate */
sys/dev/usb/input/wsp.c
323
int16_t rel_y; /* relative y coodinate */
sys/dev/usb/input/wsp.c
324
int16_t tool_major; /* tool area, major axis */
sys/dev/usb/input/wsp.c
325
int16_t tool_minor; /* tool area, minor axis */
sys/dev/usb/input/wsp.c
326
int16_t orientation; /* 16384 when point, else 15 bit angle */
sys/dev/usb/input/wsp.c
327
int16_t touch_major; /* touch area, major axis */
sys/dev/usb/input/wsp.c
328
int16_t touch_minor; /* touch area, minor axis */
sys/dev/usb/input/wsp.c
329
int16_t unused[2]; /* zeros */
sys/dev/usb/input/wsp.c
330
int16_t pressure; /* pressure on forcetouch touchpad */
sys/dev/usb/input/wsp.c
331
int16_t multi; /* one finger: varies, more fingers:
sys/dev/usb/input/wsp.c
608
int16_t pos_x[MAX_FINGERS]; /* position array */
sys/dev/usb/input/wsp.c
609
int16_t pos_y[MAX_FINGERS]; /* position array */
sys/dev/usb/input/wsp.c
610
int16_t pre_pos_x[MAX_FINGERS]; /* previous position array */
sys/dev/usb/input/wsp.c
611
int16_t pre_pos_y[MAX_FINGERS]; /* previous position array */
sys/dev/usb/net/if_usie.c
1482
sc->sc_rssi = be16toh(*(int16_t *)(cns + 1));
sys/dev/usb/net/if_usievar.h
239
int16_t sc_rssi;
sys/dev/usb/usb_dev.c
1829
struct usb_fifo_sc *f_sc, uint16_t unit, int16_t subunit,
sys/dev/usb/usb_hub.c
1863
usb_hs_bandwidth_adjust(struct usb_device *udev, int16_t len,
sys/dev/usb/usbdi.h
693
struct usb_fifo_sc *f_sc, uint16_t unit, int16_t subunit,
sys/dev/usb/wlan/if_urtw.c
2149
int16_t addrstr[8], data16, readcmd[] = { 1, 1, 0 };
sys/dev/usb/wlan/if_urtw.c
2255
urtw_eprom_readbit(struct urtw_softc *sc, int16_t *data)
sys/dev/usb/wlan/if_urtw.c
2269
urtw_eprom_writebit(struct urtw_softc *sc, int16_t bit)
sys/dev/usb/wlan/if_urtw.c
2285
urtw_eprom_sendbits(struct urtw_softc *sc, int16_t *buf, int buflen)
sys/dev/usb/wlan/if_urtw.c
2644
urtw_8225_setgain(struct urtw_softc *sc, int16_t gain)
sys/dev/usb/wlan/if_urtw.c
3010
int16_t bit;
sys/dev/usb/wlan/if_urtw.c
3144
urtw_8225v2_setgain(struct urtw_softc *sc, int16_t gain)
sys/dev/usb/wlan/if_urtw.c
694
static usb_error_t urtw_eprom_sendbits(struct urtw_softc *, int16_t *,
sys/dev/usb/wlan/if_urtw.c
698
static usb_error_t urtw_eprom_readbit(struct urtw_softc *, int16_t *);
sys/dev/usb/wlan/if_urtw.c
699
static usb_error_t urtw_eprom_writebit(struct urtw_softc *, int16_t);
sys/dev/usb/wlan/if_urtw.c
712
static usb_error_t urtw_8225_setgain(struct urtw_softc *, int16_t);
sys/dev/usb/wlan/if_urtw.c
728
static usb_error_t urtw_8225v2_setgain(struct urtw_softc *, int16_t);
sys/dev/wpi/if_wpi.c
1555
group->temp = (int16_t)le16toh(rgroup.temp);
sys/dev/wpi/if_wpireg.h
873
int16_t temp;
sys/dev/wpi/if_wpivar.h
112
int16_t temp;
sys/dev/wpi/if_wpivar.h
78
int16_t queued;
sys/dev/xen/blkback/blkback.c
431
int16_t nsect;
sys/dev/xen/netback/netback.c
2053
int16_t status = gnttab[gnt_idx].status;
sys/fs/ext2fs/ext2_acl.h
35
int16_t ae_tag;
sys/fs/ext2fs/ext2_acl.h
36
int16_t ae_perm;
sys/fs/ext2fs/ext2_acl.h
41
int16_t ae_tag;
sys/fs/ext2fs/ext2_acl.h
42
int16_t ae_perm;
sys/fs/nfs/nfsrvcache.h
65
int16_t refcnt;
sys/fs/p9fs/p9_client.c
178
int16_t tag;
sys/fs/p9fs/p9_protocol.c
123
int16_t *val = va_arg(ap, int16_t *);
sys/fs/p9fs/p9_protocol.c
351
int16_t val = va_arg(ap, int);
sys/fs/udf/udf_vnops.c
224
int16_t s_tz_offset;
sys/geom/raid/md_promise.c
1024
((int16_t)(pdmeta->generation - pv->pv_generation)) > 0) {
sys/i386/i386/bpf_jit_machdep.c
281
CMPid(sizeof(int16_t), ECX);
sys/i386/i386/bpf_jit_machdep.c
358
CMPid(sizeof(int16_t), ECX);
sys/i386/i386/copyout.c
393
return (cp_slow0((vm_offset_t)base, sizeof(int16_t), true,
sys/kern/kern_sysctl.c
1056
size = sizeof(int16_t);
sys/kern/kern_sysctl.c
1713
int16_t tmpout;
sys/kern/kern_sysctl.c
1720
tmpout = *(int16_t *)arg1;
sys/kern/kern_sysctl.c
2665
[CTLTYPE_S16] = sizeof(int16_t),
sys/kern/kern_sysctl.c
2780
mv = *(const int16_t *)p;
sys/kern/kern_sysctl.c
294
sizeof(int16_t), GETENV_SIGNED) == 0)
sys/kern/kern_ubsan.c
1506
L = STATIC_CAST(int16_t, STATIC_CAST(uint16_t, ulNumber));
sys/kern/subr_stats.c
135
int16_t vslot; /* struct voi slot index. */
sys/kern/subr_stats.c
92
int16_t id; /* VOI id. */
sys/kern/subr_witness.c
230
int16_t w_ddb_level;
sys/kern/sys_capability.c
491
int16_t count;
sys/net/bpf_filter.c
231
if (k > buflen || sizeof(int16_t) > buflen - k) {
sys/net/bpf_filter.c
301
sizeof(int16_t) > buflen - k) {
sys/net/if_llatbl.h
73
int16_t ln_state; /* IPv6 has ND6_LLINFO_NOSTATE == -2 */
sys/net80211/_ieee80211.h
621
int16_t c_nf_ctl[IEEE80211_MAX_CHAINS]; /* per-chain NF */
sys/net80211/_ieee80211.h
622
int16_t c_nf_ext[IEEE80211_MAX_CHAINS]; /* per-chain NF */
sys/net80211/_ieee80211.h
623
int16_t c_rssi_ctl[IEEE80211_MAX_CHAINS]; /* per-chain RSSI */
sys/net80211/_ieee80211.h
624
int16_t c_rssi_ext[IEEE80211_MAX_CHAINS]; /* per-chain RSSI */
sys/net80211/ieee80211_ioctl.c
2071
ireq->i_val == (int16_t) IEEE80211_CHAN_ANY) {
sys/net80211/ieee80211_ioctl.h
601
int16_t i_val; /* Index or simple value */
sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
296
int16_t rx_cred; /* RX credits */
sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
297
int16_t tx_cred; /* TX credits */
sys/netgraph/bluetooth/include/ng_l2cap.h
672
int16_t pending; /* num. pending packets */
sys/netgraph/ng_l2tp.c
102
#define L2TP_SEQ_DIFF(x, y) ((int16_t)((x) - (y)))
sys/netgraph/ng_parse.c
431
int16_t val16;
sys/netgraph/ng_parse.c
435
if (val < (int16_t)0x8000
sys/netgraph/ng_parse.c
439
val16 = (int16_t)val;
sys/netgraph/ng_parse.c
440
bcopy(&val16, buf, sizeof(int16_t));
sys/netgraph/ng_parse.c
441
*buflen = sizeof(int16_t);
sys/netgraph/ng_parse.c
452
int16_t val;
sys/netgraph/ng_parse.c
454
bcopy(data + *off, &val, sizeof(int16_t));
sys/netgraph/ng_parse.c
473
*off += sizeof(int16_t);
sys/netgraph/ng_parse.c
481
int16_t val;
sys/netgraph/ng_parse.c
483
if (*buflen < sizeof(int16_t))
sys/netgraph/ng_parse.c
486
bcopy(&val, buf, sizeof(int16_t));
sys/netgraph/ng_parse.c
487
*buflen = sizeof(int16_t);
sys/netgraph/ng_parse.c
71
int16_t y;
sys/netgraph/ng_patch.c
428
*((int16_t *) &val) = - *((int16_t *) &val);
sys/netinet/libalias/alias_mod.h
79
int16_t dir; /* Flow direction. */
sys/netinet/sctp_structs.h
1127
int16_t num_send_timers_up;
sys/netinet/sctp_uio.h
895
int16_t loc;
sys/netinet/sctputil.c
93
sctp_log_closing(struct sctp_inpcb *inp, struct sctp_tcb *stcb, int16_t loc)
sys/netinet/sctputil.h
303
void sctp_log_closing(struct sctp_inpcb *inp, struct sctp_tcb *stcb, int16_t loc);
sys/netinet/tcp_stacks/bbr.c
272
static int16_t bbr_hptsi_gain[] = {
sys/netinet/tcp_var.h
1233
int16_t spare16;
sys/netlink/netlink_message_writer.h
271
nlattr_add_s16(struct nl_writer *nw, uint16_t attrtype, int16_t value)
sys/netlink/netlink_message_writer.h
273
return (nlattr_add(nw, attrtype, sizeof(int16_t), &value));
sys/netlink/netlink_snl.h
1219
snl_add_msg_attr_s16(struct snl_writer *nw, int attrtype, int16_t value)
sys/netlink/netlink_snl.h
1221
return (snl_add_msg_attr(nw, attrtype, sizeof(int16_t), &value));
sys/netsmb/smb_conn.h
103
int16_t sv_tz; /* offset in min relative to UTC */
sys/powerpc/powermac/grackle.c
263
(void)*(volatile int16_t *)addr;
sys/powerpc/powermac/pmu.c
937
info->current = (int16_t)((resp[7] << 8) | resp[8]);
sys/powerpc/powermac/smu.c
141
int16_t sc_cpu_diode_offset;
sys/powerpc/powermac/smu.c
144
int16_t sc_cpu_volt_offset;
sys/powerpc/powermac/smu.c
146
int16_t sc_cpu_curr_offset;
sys/powerpc/powermac/smu.c
149
int16_t sc_slots_pow_offset;
sys/powerpc/powerpc/copyinout.c
323
int16_t *p;
sys/powerpc/powerpc/copyinout.c
339
*p = (int16_t)word;
sys/powerpc/pseries/rtas_pci.c
176
retval = (int32_t)(int16_t)(retval);
sys/rpc/xdr.h
297
extern bool_t xdr_int16_t(XDR *, int16_t *);
sys/sys/atomic_common.h
103
#define atomic_load_16(p) __atomic_load_generic(p, int16_t, uint16_t, 16)
sys/sys/atomic_common.h
119
__atomic_store_generic(p, v, int16_t, uint16_t, 16)
sys/sys/efi-edk2.h
22
typedef int16_t INT16;
sys/sys/efi.h
128
int16_t tm_tz; /* -1440 to 1440 or 2047 */
sys/sys/file.h
213
int16_t f_seqcount[2]; /* (a) Count of seq. reads and writes. */
sys/sys/filedesc.h
52
int16_t fc_nioctls; /* fc_ioctls array size */
sys/sys/qmath.h
48
typedef int16_t s16q_t;
sys/sys/smp.h
85
int16_t cg_children; /* Number of children groups. */
sys/sys/socketvar.h
624
int16_t so_type;
sys/sys/socketvar.h
625
int16_t so_options;
sys/sys/socketvar.h
626
int16_t so_linger;
sys/sys/socketvar.h
627
int16_t so_state;
sys/sys/socketvar.h
628
int16_t so_timeo;
sys/sys/socketvar.h
639
int16_t sb_flags;
sys/sys/stats.h
699
int16_t voi_id;
sys/sys/stats.h
700
int16_t vs_dsz;
sys/sys/sysctl.h
474
#define SYSCTL_NULL_S16_PTR ((int16_t *)NULL)
sys/sys/sysctl.h
481
sizeof(int16_t) == sizeof(*(ptr)))
sys/sys/sysctl.h
485
int16_t *__ptr = (ptr); \
sys/sys/timeffc.h
51
int16_t leapsec_total; /* All leap seconds seen so far. */
sys/sys/vmmeter.h
51
int16_t t_rq; /* length of the run queue */
sys/sys/vmmeter.h
52
int16_t t_dw; /* threads in ``disk wait'' (neg
sys/sys/vmmeter.h
54
int16_t t_pw; /* threads in page wait */
sys/sys/vmmeter.h
55
int16_t t_sl; /* threads sleeping in core */
sys/sys/vmmeter.h
56
int16_t t_sw; /* swapped out runnable/short
sys/ufs/ffs/ffs_softdep.c
4340
int16_t nlink,
sys/ufs/ffs/ffs_softdep.c
896
static struct jaddref *newjaddref(struct inode *, ino_t, off_t, int16_t,
sys/ufs/ffs/fs.h
603
int16_t cg_old_ncyl; /* number of cyl's this cg */
sys/ufs/ffs/fs.h
604
int16_t cg_old_niblk; /* number of inode blocks this cg */
sys/ufs/ufs/dir.h
129
int16_t dot_reclen;
sys/ufs/ufs/dir.h
134
int16_t dotdot_reclen;
sys/ufs/ufs/dir.h
145
int16_t dot_reclen;
sys/ufs/ufs/dir.h
149
int16_t dotdot_reclen;
sys/vm/uma_int.h
243
int16_t ub_cnt; /* Count of items in bucket. */
sys/vm/uma_int.h
244
int16_t ub_entries; /* Max items. */
sys/vm/uma_int.h
257
int16_t ucb_cnt;
sys/vm/uma_int.h
258
int16_t ucb_entries;
sys/vm/vm_meter.c
143
int16_t t_rq;
sys/vm/vm_meter.c
144
int16_t t_dw;
sys/vm/vm_meter.c
145
int16_t t_pw;
sys/vm/vm_meter.c
146
int16_t t_sl;
sys/vm/vm_meter.c
147
int16_t t_sw;
sys/xdr/xdr.c
298
xdr_int16_t(XDR *xdrs, int16_t *int16_p)
sys/xdr/xdr.c
311
*int16_p = (int16_t) l;
sys/xen/blkif.h
52
int16_t status; /* BLKIF_RSP_??? */
sys/xen/blkif.h
70
int16_t status; /* BLKIF_RSP_??? */
tests/sys/sound/polling.c
131
int16_t buf[32];
tests/sys/sound/polling.c
170
int16_t buf[32];
tests/sys/sound/polling.c
83
int16_t buf[32];
tools/build/bootstrap-m4/inittokenizer.c
47
typedef int16_t flex_int16_t;
tools/build/cross-build/include/linux/sys/types.h
51
typedef int16_t __int16_t;
tools/bus_space/C/lang.c
34
int16_t
tools/bus_space/C/libbus.h
31
int16_t bus_read_1(int rid, long ofs);
tools/regression/include/stdatomic/logic.c
117
TEST_TYPE(int16_t);
tools/tools/ath/ath_ee_9287_print/main.c
53
eep = calloc(4096, sizeof(int16_t));
tools/tools/ath/ath_ee_9300_print/main.c
478
eep = calloc(4096, sizeof(int16_t));
tools/tools/ath/ath_ee_v14_print/ath_ee_v14_print.c
439
eep = calloc(4096, sizeof(int16_t));
tools/tools/ath/ath_ee_v4k_print/main.c
53
eep = calloc(4096, sizeof(int16_t));
tools/tools/ath/athprom/athprom.c
421
static int16_t
tools/tools/ath/athprom/athprom.c
436
printQuarterDbmPower(FILE *fd, int16_t power25dBm)
tools/tools/ath/athprom/athprom.c
442
printHalfDbmPower(FILE *fd, int16_t power5dBm)
tools/tools/ath/athprom/athprom.c
733
int16_t maxPower_t4;
tools/tools/ath/athrd/athrd.c
1002
int16_t atxpow[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1004
int16_t btxpow[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1006
int16_t gtxpow[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1008
int16_t ttxpow[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1010
int16_t tgtxpow[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1012
int16_t ntxpow[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1017
int16_t tpcReduction, powerLimit;
tools/tools/ath/athrd/athrd.c
1367
int16_t lRatio;
tools/tools/ath/athrd/athrd.c
1459
int16_t tpcScaleReduction, int16_t powerLimit,
tools/tools/ath/athrd/athrd.c
1460
int16_t *pMinPower, int16_t *pMaxPower)
tools/tools/ath/athrd/athrd.c
1468
int16_t scaledPower;
tools/tools/ath/athrd/athrd.c
775
int16_t tpcScaleReduction, int16_t powerLimit,
tools/tools/ath/athrd/athrd.c
776
int16_t *pMinPower, int16_t *pMaxPower);
tools/tools/ath/athrd/athrd.c
781
int16_t tpcScaleReduction, int16_t powerLimit, int16_t *txpow)
tools/tools/ath/athrd/athrd.c
783
int16_t minpow;
tools/tools/ath/athrd/athrd.c
873
const struct ieee80211_channel *chans, int16_t *txpow)
tools/tools/ath/athrd/athrd.c
927
intersect(struct ieee80211_channel *dst, int16_t *dtxpow, int *nd,
tools/tools/ath/athrd/athrd.c
928
const struct ieee80211_channel *src, int16_t *stxpow, int ns)
usr.bin/etdump/etdump.c
107
sum += (int16_t)csptr[i];
usr.bin/etdump/etdump.c
108
sum += 256 * (int16_t)csptr[i + 1];
usr.bin/etdump/etdump.c
96
int16_t checksum, sum;
usr.bin/gprof/gprof.c
412
samples[i] += *(int16_t *)&sample;
usr.bin/hexdump/display.c
117
int16_t s2;
usr.bin/lex/initscan.c
46
typedef int16_t flex_int16_t;
usr.sbin/bhyve/amd64/pci_gvt-d-opregion.h
55
int16_t dver[0x10]; ///< Offset 0x64 GOP Version
usr.sbin/bhyve/usb_mouse.c
145
int16_t x; /* x position */
usr.sbin/bhyve/usb_mouse.c
146
int16_t y; /* y position */
usr.sbin/bluetooth/bthidcontrol/sdp.c
124
int16_t vendor_id = 0, product_id = 0, version = 0;
usr.sbin/bluetooth/bthidd/btuinput.c
55
static int16_t const mbuttons[8] = {
usr.sbin/bluetooth/bthidd/hid.c
438
int16_t v;
usr.sbin/bluetooth/bthidd/hid.c
455
mouse_x += ((int16_t)(v << 6)) >> 6, mevents++;
usr.sbin/bluetooth/bthidd/hid.c
457
mouse_y += ((int16_t)(v << 6)) >> 6, mevents++;
usr.sbin/bluetooth/bthidd/hid.c
468
x = ((int16_t)(v << 4)) >> 4;
usr.sbin/bluetooth/bthidd/hid.c
471
y = -(((int16_t)(v << 4)) >> 4);
usr.sbin/cxgbetool/cxgbetool.c
3074
op.u.params.weight = (int16_t)l;
usr.sbin/cxgbetool/cxgbetool.c
3076
op.u.params.pktsize = (int16_t)l;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
251
int16_t checksum;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
269
checksum += (int16_t)csptr[i];
usr.sbin/makefs/cd9660/cd9660_eltorito.c
270
checksum += 256 * (int16_t)csptr[i + 1];
usr.sbin/moused/msconvd/msconvd.c
344
static const int16_t evdev_buttons[8] = {
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
261
GET_VALUE(CTLTYPE_S16, int16_t);