Searched refs:uint8 (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-11-stable/tools/test/testfloat/
H A Drandom.h26 uint8 randomUint8( void );
H A Drandom.c33 uint8 randomUint8( void )
H A DwriteHex.h41 void writeHex_float_flags( uint8, FILE * );
H A DtestLoops.c236 flag trueZ, uint8 trueFlags, flag testZ, uint8 testFlags )
256 int32 trueZ, uint8 trueFlags, int32 testZ, uint8 testFlags )
278 int64 trueZ, uint8 trueFlags, int64 testZ, uint8 testFlags )
300 float32 trueZ, uint8 trueFlags, float32 testZ, uint8 testFlags )
320 float64 trueZ, uint8 trueFlags, float64 testZ, uint8 testFlag
[all...]
H A DtestFunction.h134 void testFunction( uint8, int8, int8 );
H A DtestFunction.c573 uint8 functionCode, int8 roundingPrecision, int8 roundingMode )
575 uint8 roundingCode;
1110 uint8 functionCode, int8 roundingPrecisionIn, int8 roundingModeIn )
H A Dtestfloat.c53 uint8 functionCode;
H A Dtestsoftfloat.c328 uint8 functionCode,
334 uint8 roundingCode;
743 uint8 functionCode,
818 uint8 functionCode;
H A DwriteHex.c173 void writeHex_float_flags( uint8 flags, FILE *stream )
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-rpcap-int.h72 void rpcap_createhdr(struct rpcap_header *header, uint8 type, uint16 value, uint32 length);
H A Drpcap-protocol.h135 typedef unsigned char uint8; /* 8-bit unsigned integer */ typedef
143 uint8 ver; /* RPCAP version number */
144 uint8 type; /* RPCAP message type (error, findalldevs, ...) */
158 uint8 minvers; /* Minimum version supported */
159 uint8 maxvers; /* Maximum version supported */
229 uint8 zero[8]; /* Padding */
241 uint8 addr[16]; /* IPv6 address */
309 uint8 jt; /* relative offset to jump to in case of 'true' */
310 uint8 jf; /* relative offset to jump to in case of 'false' */
335 uint8 metho
[all...]
H A Drpcap-protocol.c81 rpcap_senderror(SOCKET sock, uint8 ver, unsigned short errcode, const char *error, char *errbuf)
135 rpcap_createhdr(struct rpcap_header *header, uint8 ver, uint8 type, uint16 value, uint32 length)
183 rpcap_msg_type_string(uint8 type)
H A Dpcap-rpcap.c86 uint8 protocol_version;
118 uint8 protocol_version; /* negotiated protocol version */
159 static int rpcap_check_msg_ver(SOCKET sock, uint8 expected_ver, struct rpcap_header *header, char *errbuf);
160 static int rpcap_check_msg_type(SOCKET sock, uint8 request_type, struct rpcap_header *header, uint16 *errcode, char *errbuf);
161 static int rpcap_process_msg_header(SOCKET sock, uint8 ver, uint8 request_type, struct rpcap_header *header, char *errbuf);
1775 sampling_pars->method = (uint8)fp->rmt_samp.method;
1834 static int rpcap_doauth(SOCKET sockctrl, uint8 *ver, struct pcap_rmtauth *auth, char *errbuf)
1845 uint8 ourvers;
2052 int *activep, SOCKET *sockctrlp, uint8 *protocol_version
[all...]
/freebsd-11-stable/lib/libsdp/
H A Dutil.c290 uint8_t uint8; member in union:__anon6851
313 SDP_GET8(value.uint8, start);
314 printf("uint8 %u\n", value.uint8);
378 SDP_GET8(value.uint8, start);
379 printf("str8 %*.*s\n", value.uint8, value.uint8, start);
380 start += value.uint8;
394 SDP_GET8(value.uint8, start);
395 printf("bool %d\n", value.uint8);
[all...]
/freebsd-11-stable/tools/test/testfloat/sparc64/
H A Dsparc64.h41 | integers of at least as many bits as specified. For example, `uint8' should
44 | implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
48 typedef int uint8; typedef
/freebsd-11-stable/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h22 integers of at least as many bits as specified. For example, `uint8' should
25 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
30 typedef unsigned int uint8; typedef
/freebsd-11-stable/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h22 integers of at least as many bits as specified. For example, `uint8' should
25 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
30 typedef unsigned int uint8; typedef
/freebsd-11-stable/lib/libc/mips/softfloat/
H A Dmips-gcc.h26 integers of at least as many bits as specified. For example, `uint8' should
29 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
34 typedef int uint8; typedef
/freebsd-11-stable/lib/libc/arm/softfloat/
H A Darm-gcc.h26 integers of at least as many bits as specified. For example, `uint8' should
29 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
34 typedef int uint8; typedef
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dks_keychain.c139 in.Data = (uint8 *)from;
142 sig.Data = (uint8 *)to;
198 in.Data = (uint8 *)from;
201 out.Data = (uint8 *)to;
204 rem.Data = (uint8 *)remdata;
/freebsd-11-stable/contrib/libpcap/rpcapd/
H A Ddaemon.c108 uint8 protocol_version;
124 static int daemon_msg_findallif_req(uint8 ver, struct daemon_slpars *pars,
127 static int daemon_msg_open_req(uint8 ver, struct daemon_slpars *pars,
129 static int daemon_msg_startcap_req(uint8 ver, struct daemon_slpars *pars,
132 static int daemon_msg_endcap_req(uint8 ver, struct daemon_slpars *pars,
135 static int daemon_msg_updatefilter_req(uint8 ver, struct daemon_slpars *pars,
139 static int daemon_msg_stats_req(uint8 ver, struct daemon_slpars *pars,
143 static int daemon_msg_setsampling_req(uint8 ver, struct daemon_slpars *pars,
1328 daemon_msg_findallif_req(uint8 ver, struct daemon_slpars *pars, uint32 plen)
1535 daemon_msg_open_req(uint8 ve
[all...]
/freebsd-11-stable/sys/xen/interface/
H A Dxen.h885 __DEFINE_XEN_GUEST_HANDLE(uint8, uint8_t);
912 XEN_GUEST_HANDLE_64(uint8) bitmap;
H A Dphysdev.h112 XEN_GUEST_HANDLE(uint8) bitmap;
/freebsd-11-stable/usr.sbin/bluetooth/sdpcontrol/
H A Dsearch.c169 uint8_t uint8; member in union:__anon8727
222 SDP_GET8(value.uint8, start);
223 fprintf(stdout, "u/int8/bool %u\n", value.uint8);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h3152 char8 __ovld __cnfn convert_char8_rte(uint8);
3153 char8 __ovld __cnfn convert_char8_sat_rte(uint8);
3154 char8 __ovld __cnfn convert_char8_rtz(uint8);
3155 char8 __ovld __cnfn convert_char8_sat_rtz(uint8);
3156 char8 __ovld __cnfn convert_char8_rtp(uint8);
3157 char8 __ovld __cnfn convert_char8_sat_rtp(uint8);
3158 char8 __ovld __cnfn convert_char8_rtn(uint8);
3159 char8 __ovld __cnfn convert_char8_sat_rtn(uint8);
3160 char8 __ovld __cnfn convert_char8(uint8);
3161 char8 __ovld __cnfn convert_char8_sat(uint8);
[all...]

Completed in 239 milliseconds

12