/freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
H A D | semi.h | 13 char *test_ceil(uint32 *in, uint32 *out); 14 char *test_floor(uint32 *in, uint32 *out); 15 char *test_fmod(uint32 *a, uint32 *b, uint32 *out); 16 char *test_ldexp(uint32 *x, uint32 *n, uint32 *out); 17 char *test_frexp(uint32 *x, uint32 *out, uint32 *nout); 18 char *test_modf(uint32 *x, uint32 *iout, uint32 *fout); 19 char *test_ceilf(uint32 *in, uint32 *out); 20 char *test_floorf(uint32 *in, uint32 *out); 21 char *test_fmodf(uint32 *a, uint32 *b, uint32 *out); 22 char *test_ldexpf(uint32 *x, uint32 *n, uint32 *out); [all …]
|
H A D | semi.c | 11 static void test_rint(uint32 *in, uint32 *out, in test_rint() 15 uint32 xh, xl, roundword; in test_rint() 64 char *test_ceil(uint32 *in, uint32 *out) { in test_ceil() 69 char *test_floor(uint32 *in, uint32 *out) { in test_floor() 74 static void test_rintf(uint32 *in, uint32 *out, in test_rintf() 78 uint32 x, roundword; in test_rintf() 120 char *test_ceilf(uint32 *in, uint32 *out) { in test_ceilf() 125 char *test_floorf(uint32 *in, uint32 *out) { in test_floorf() 130 char *test_fmod(uint32 *a, uint32 *b, uint32 *out) { in test_fmod() 133 uint32 am[2], bm[2]; in test_fmod() [all …]
|
H A D | dotest.c | 55 static void cases_biased(uint32 *, uint32, uint32); 56 static void cases_biased_positive(uint32 *, uint32, uint32); 57 static void cases_biased_float(uint32 *, uint32, uint32); 58 static void cases_uniform(uint32 *, uint32, uint32); 59 static void cases_uniform_positive(uint32 *, uint32, uint32); 60 static void cases_uniform_float(uint32 *, uint32, uint32); 61 static void cases_uniform_float_positive(uint32 *, uint32, uint32); 62 static void log_cases(uint32 *, uint32, uint32); 63 static void log_cases_float(uint32 *, uint32, uint32); 64 static void log1p_cases(uint32 *, uint32, uint32); [all …]
|
H A D | intern.h | 24 typedef char * (*testsemi1)(uint32 *, uint32 *); 25 typedef char * (*testsemi2)(uint32 *, uint32 *, uint32 *); 26 typedef char * (*testsemi2f)(uint32 *, uint32 *, uint32 *); 27 typedef char * (*testldexp)(uint32 *, uint32 *, uint32 *); 28 typedef char * (*testfrexp)(uint32 *, uint32 *, uint32 *); 29 typedef char * (*testmodf)(uint32 *, uint32 *, uint32 *); 30 typedef char * (*testclassify)(uint32 *, uint32 *); 31 typedef char * (*testclassifyf)(uint32 *, uint32 *); 39 typedef void (*casegen)(uint32 *, uint32, uint32); 81 uint32 caseparam1, caseparam2;
|
H A D | random.c | 11 static uint32 seedbuf[55]; 14 void seed_random(uint32 seed) { in seed_random() 24 uint32 base_random(void) { in base_random() 30 uint32 random32(void) { in random32() 31 uint32 a, b, b1, b2; in random32() 35 uint32 b3 = b1 | b2; in random32() 60 static uint32 random_upto_makemask(uint32 limit) { in random_upto_makemask() 61 uint32 mask = 0xFFFFFFFF; in random_upto_makemask() 69 static uint32 random_upto_internal(uint32 limit, uint32 mask) { in random_upto_internal() 70 uint32 ret; in random_upto_internal() [all …]
|
H A D | wrappers.h | 17 const uint32 *ieee_ops[2]; 18 uint32 *ieee_result; 52 int size, const uint32 *ieee); 56 int size, const uint32 *ieee); 60 int size, uint32 *ieee); 65 int size, uint32 *ieee); 76 const uint32 *wrapper_get_ieee(wrapperctx *ctx, int op); 81 const uint32 *wrapper_get_ieee_r(wrapperctx *ctx, int op); 82 const uint32 *wrapper_get_ieee_i(wrapperctx *ctx, int op); 90 void wrapper_set_sign(wrapperctx *ctx, uint32 sign); [all …]
|
H A D | random.h | 10 uint32 random32(void); 11 uint32 random_upto(uint32 limit); 12 uint32 random_upto_biased(uint32 limit, int bias);
|
H A D | wrappers.c | 30 int size, const uint32 *ieee) in wrapper_op_real() 40 int size, const uint32 *ieee) in wrapper_op_complex() 50 int size, uint32 *ieee) in wrapper_result_real() 60 int size, uint32 *ieee) in wrapper_result_complex() 89 const uint32 *wrapper_get_ieee(wrapperctx *ctx, int op) in wrapper_get_ieee() 160 const uint32 *wrapper_get_ieee_r(wrapperctx *ctx, int op) in wrapper_get_ieee_r() 171 const uint32 *wrapper_get_ieee_i(wrapperctx *ctx, int op) in wrapper_get_ieee_i() 182 void wrapper_set_sign(wrapperctx *ctx, uint32 sign) in wrapper_set_sign() 188 void wrapper_set_sign_r(wrapperctx *ctx, uint32 sign) in wrapper_set_sign_r() 194 void wrapper_set_sign_i(wrapperctx *ctx, uint32 sign) in wrapper_set_sign_i()
|
H A D | main.c | 18 void docase(Testable *fn, uint32 *args); 19 void vet_for_decline(Testable *fn, uint32 *args, uint32 *result, int got_errno_in); 20 void seed_random(uint32 seed); 97 void get_operand(const char *str, Testable *f, uint32 *word0, uint32 *word1) in get_operand() 199 uint32 ops[8], result[8]; in dofile()
|
/freebsd/crypto/openssl/test/recipes/04-test_params_conversion_data/ |
H A D | native_types.txt | 4 uint32=0 11 uint32=6 18 uint32=invalid 23 type=uint32 26 uint32=0 30 type=uint32 33 uint32=6 38 type=uint32 41 uint32=2147483647 46 type=uint32 [all …]
|
/freebsd/contrib/libpcap/ |
H A D | rpcap-protocol.h | 138 typedef unsigned int uint32; /* 32-bit unsigned integer */ typedef 150 uint32 plen; /* Length of the payload of this RPCAP message */ 165 uint32 byte_order_magic; /* RPCAP_BYTE_ORDER_MAGIC, in server byte order */ 190 uint32 flags; /* Interface flags */ 251 uint32 addr; /* IPv4 address */ 263 uint32 flowinfo; /* IPv6 flow information */ 265 uint32 scope_id; /* Scope zone index */ 291 uint32 snaplen; /* Length of the snapshot (number of bytes to capture for each packet) */ 292 uint32 read_timeout; /* Read timeout in milliseconds */ 317 uint32 timestamp_sec; /* 'struct timeval' compatible, it represents the 'tv_sec' field */ [all …]
|
/freebsd/crypto/openssh/ |
H A D | PROTOCOL.mux | 8 a length and message type in SSH uint32 wire format: 10 uint32 packet length 11 uint32 packet type 51 uint32 MUX_MSG_HELLO 52 uint32 protocol version 68 uint32 MUX_C_NEW_SESSION 69 uint32 request id 75 uint32 escape char 92 uint32 MUX_S_SESSION_OPENED 93 uint32 client request id [all …]
|
H A D | sntrup761.sh | 33 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do 87 */uint32/useint32/sort.c) 95 */crypto_kem/sntrup761/ref/uint32.c)
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
H A D | hostres_begemot.c | 48 value->v.uint32 = storage_tbl_refresh; in op_begemot() 52 value->v.uint32 = fs_tbl_refresh; in op_begemot() 56 value->v.uint32 = disk_storage_tbl_refresh; in op_begemot() 60 value->v.uint32 = network_tbl_refresh; in op_begemot() 64 value->v.uint32 = swins_tbl_refresh; in op_begemot() 68 value->v.uint32 = swrun_tbl_refresh; in op_begemot() 84 storage_tbl_refresh = value->v.uint32; in op_begemot() 89 fs_tbl_refresh = value->v.uint32; in op_begemot() 94 disk_storage_tbl_refresh = value->v.uint32; in op_begemot() 99 network_tbl_refresh = value->v.uint32; in op_begemot() [all …]
|
H A D | hostres_scalars.c | 360 return (OS_getSystemUptime(&value->v.uint32)); in op_hrSystem() 366 value->v.uint32 = 0; /* FIXME */ in op_hrSystem() 376 return (OS_getSystemNumUsers(&value->v.uint32)); in op_hrSystem() 379 return (OS_getSystemProcesses(&value->v.uint32)); in op_hrSystem() 382 return (OS_getSystemMaxProcesses(&value->v.uint32)); in op_hrSystem() 454 return (OS_getMemorySize(&value->v.uint32)); in op_hrStorage()
|
/freebsd/lib/libsdp/ |
H A D | util.c | 293 uint32_t uint32; in sdp_print() member 322 SDP_GET32(value.uint32, start); in sdp_print() 323 printf("uint32 %u\n", value.uint32); in sdp_print() 374 SDP_GET32(value.uint32, start); in sdp_print() 375 printf("uuid32 %#8.8x\n", value.uint32); in sdp_print() 389 SDP_GET32(value.uint32, start); in sdp_print() 390 printf("str32 %*.*s\n", value.uint32, value.uint32, start); in sdp_print() 391 start += value.uint32; in sdp_print() 412 SDP_GET32(value.uint32, start); in sdp_print() 413 printf("seq32 %d\n", value.uint32); in sdp_print() [all …]
|
/freebsd/contrib/bc/tests/bc/ |
H A D | lib2.txt | 313 uint32(0) 323 uint32(1) 335 uint32(127) 347 uint32(128) 359 uint32(129) 371 uint32(255) 383 uint32(256) 392 uint32(32767) 401 uint32(32768) 410 uint32(32769) [all …]
|
/freebsd/contrib/bsnmp/snmp_mibII/ |
H A D | mibII_interfaces.c | 301 value->v.uint32 = in op_ifentry() 306 value->v.uint32 = ifp->mib.ifmd_data.ifi_ibytes; in op_ifentry() 310 value->v.uint32 = ifp->mib.ifmd_data.ifi_ipackets - in op_ifentry() 315 value->v.uint32 = ifp->mib.ifmd_data.ifi_imcasts; in op_ifentry() 319 value->v.uint32 = ifp->mib.ifmd_data.ifi_iqdrops; in op_ifentry() 323 value->v.uint32 = ifp->mib.ifmd_data.ifi_ierrors; in op_ifentry() 327 value->v.uint32 = ifp->mib.ifmd_data.ifi_noproto; in op_ifentry() 331 value->v.uint32 = ifp->mib.ifmd_data.ifi_obytes; in op_ifentry() 335 value->v.uint32 = ifp->mib.ifmd_data.ifi_opackets - in op_ifentry() 340 value->v.uint32 = ifp->mib.ifmd_data.ifi_omcasts; in op_ifentry() [all …]
|
H A D | mibII_ip.c | 281 value->v.uint32 = ipstat.ips_total; in op_ipstat() 285 value->v.uint32 = ipstat.ips_badsum + ipstat.ips_tooshort in op_ipstat() 292 value->v.uint32 = ipstat.ips_cantforward; in op_ipstat() 296 value->v.uint32 = ipstat.ips_forward; in op_ipstat() 300 value->v.uint32 = ipstat.ips_noproto; in op_ipstat() 304 value->v.uint32 = ip_idrop; in op_ipstat() 308 value->v.uint32 = ipstat.ips_delivered; in op_ipstat() 312 value->v.uint32 = ipstat.ips_localout; in op_ipstat() 316 value->v.uint32 = ipstat.ips_odropped; in op_ipstat() 320 value->v.uint32 = ipstat.ips_noroute; in op_ipstat() [all …]
|
H A D | mibII_begemot.c | 60 mibif_force_hc_update_interval = value->v.uint32; in op_begemot_mibII() 65 mibII_poll_ticks = value->v.uint32; in op_begemot_mibII() 108 value->v.uint32 = mibif_hc_update_interval; in op_begemot_mibII() 112 value->v.uint32 = mibif_force_hc_update_interval; in op_begemot_mibII() 116 value->v.uint32 = mibII_poll_ticks; in op_begemot_mibII()
|
H A D | mibII_ifmib.c | 63 value->v.uint32 = mib_iftable_last_change - start_tick; in op_ifmib() 65 value->v.uint32 = 0; in op_ifmib() 70 value->v.uint32 = mib_ifstack_last_change - start_tick; in op_ifmib() 72 value->v.uint32 = 0; in op_ifmib()
|
H A D | mibII_tcp.c | 230 value->v.uint32 = tcpstat.tcps_connattempt; in op_tcp() 234 value->v.uint32 = tcpstat.tcps_accepts; in op_tcp() 238 value->v.uint32 = tcpstat.tcps_conndrops; in op_tcp() 242 value->v.uint32 = tcpstat.tcps_drops; in op_tcp() 246 value->v.uint32 = tcps_states[TCPS_ESTABLISHED] + in op_tcp() 251 value->v.uint32 = tcpstat.tcps_rcvtotal; in op_tcp() 255 value->v.uint32 = tcpstat.tcps_sndtotal - in op_tcp() 260 value->v.uint32 = tcpstat.tcps_sndrexmitpack; in op_tcp() 264 value->v.uint32 = tcpstat.tcps_rcvbadsum + in op_tcp()
|
/freebsd/include/rpcsvc/ |
H A D | nfs_prot.x | 303 typedef unsigned long uint32; typedef 312 typedef uint32 uid3; 313 typedef uint32 gid3; 316 typedef uint32 mode3; 317 typedef uint32 count3; 368 uint32 specdata1; 369 uint32 specdata2; 383 uint32 seconds; 384 uint32 nseconds; 394 uint32 nlink; /* # hard links */ [all …]
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | wlan_snmp.c | 1381 val->v.uint32 = wif->stats.is_rx_badversion; in op_wlan_iface_stats() 1384 val->v.uint32 = wif->stats.is_rx_tooshort; in op_wlan_iface_stats() 1387 val->v.uint32 = wif->stats.is_rx_wrongbss; in op_wlan_iface_stats() 1390 val->v.uint32 = wif->stats.is_rx_dup; in op_wlan_iface_stats() 1393 val->v.uint32 = wif->stats.is_rx_wrongdir; in op_wlan_iface_stats() 1396 val->v.uint32 = wif->stats.is_rx_mcastecho; in op_wlan_iface_stats() 1399 val->v.uint32 = wif->stats.is_rx_notassoc; in op_wlan_iface_stats() 1402 val->v.uint32 = wif->stats.is_rx_noprivacy; in op_wlan_iface_stats() 1405 val->v.uint32 = wif->stats.is_rx_unencrypted; in op_wlan_iface_stats() 1408 val->v.uint32 = wif->stats.is_rx_wepfail; in op_wlan_iface_stats() [all …]
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | action.c | 333 value->v.uint32 = get_ticks() - start_tick; in op_system_group() 345 value->v.uint32 = systemg.or_last_change; in op_system_group() 374 value->v.uint32 = snmp_trace; in op_debug() 395 snmp_trace = value->v.uint32; in op_debug() 494 value->v.uint32 = objres->uptime; in op_or_table() 517 value->v.uint32 = snmpd_stats.inPkts; in op_snmp() 521 value->v.uint32 = snmpd_stats.inBadVersions; in op_snmp() 525 value->v.uint32 = snmpd_stats.inBadCommunityNames; in op_snmp() 529 value->v.uint32 = snmpd_stats.inBadCommunityUses; in op_snmp() 533 value->v.uint32 = snmpd_stats.inASNParseErrs; in op_snmp() [all …]
|