Searched refs:oth (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_genn.c230 OTHERNAME *oth;
231 oth = OTHERNAME_new();
232 if (!oth)
234 oth->type_id = oid;
235 oth->value = value;
236 GENERAL_NAME_set0_value(gen, GEN_OTHERNAME, oth);
/freebsd-10.3-release/sys/net/
H A Dslcompress.c163 register struct tcphdr *oth; local
258 oth = (struct tcphdr *)&((int32_t *)&cs->cs_ip)[hlen];
268 th->th_off != oth->th_off ||
272 BCMP(th + 1, oth + 1, (th->th_off - 5) << 2)))
285 } else if (th->th_urp != oth->th_urp)
292 deltaS = (u_int16_t)(ntohs(th->th_win) - ntohs(oth->th_win));
298 deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack);
306 deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq);
/freebsd-10.3-release/usr.sbin/ppp/
H A Dslcompress.c165 register struct tcphdr *oth; local
265 oth = (struct tcphdr *) & ((int *) &cs->cs_ip)[hlen];
275 THOFFSET(th) != THOFFSET(oth) ||
279 memcmp(th + 1, oth + 1, (THOFFSET(th) - 5) << 2))) {
292 } else if (th->th_urp != oth->th_urp) {
301 deltaS = (u_short) (ntohs(th->th_win) - ntohs(oth->th_win));
306 deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack);
314 deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq);
/freebsd-10.3-release/sys/netinet/
H A Dsctp_cc_functions.c254 uint64_t oth, probepoint; local
280 oth = net->cc_mod.rtcc.vol_reduce;
281 oth <<= 16;
282 oth |= net->cc_mod.rtcc.step_cnt;
283 oth <<= 16;
284 oth |= net->cc_mod.rtcc.last_step_state;
289 oth,
316 oth = net->cc_mod.rtcc.vol_reduce;
317 oth <<= 16;
318 oth |
389 uint64_t oth, probepoint; local
529 uint64_t oth, probepoint; local
[all...]
/freebsd-10.3-release/sys/sys/
H A Delf32.h212 #define ELF32_ST_VISIBILITY(oth) ((oth) & 0x3)
H A Delf64.h219 #define ELF64_ST_VISIBILITY(oth) ((oth) & 0x3)
/freebsd-10.3-release/usr.sbin/pmcstudy/
H A Dpmcstudy.c1242 struct counters *oth; local
1248 oth = find_counter(cpu, "OTHER_ASSISTS.AVX_TO_SSE");
1250 ot = oth->vals[pos] * 1.0;
1253 ot = oth->sum * 1.0;
1266 struct counters *oth; local
1273 oth = find_counter(cpu, "OTHER_ASSISTS.SSE_TO_AVX");
1275 ot = oth->vals[pos] * 1.0;
1278 ot = oth->sum * 1.0;
/freebsd-10.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-sso-defs.h585 uint64_t oth : 2; /**< WQP, GRP memory BIST status */ member in struct:cvmx_sso_bist_stat::cvmx_sso_bist_stat_s
587 uint64_t oth : 2;
631 uint64_t oth : 2; /**< WQP, GRP memory BIST status */ member in struct:cvmx_sso_bist_stat::cvmx_sso_bist_stat_cn68xxp1
633 uint64_t oth : 2;

Completed in 140 milliseconds