Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Dapple.h166 typedef unsigned char uint8; typedef
183 uint8 fdType[4]; /* File type [4]*/
184 uint8 fdCreator[4]; /* File creator [8]*/
201 uint8 fdType[4]; /* File type [4]*/
202 uint8 fdCreator[4]; /* File creator [8]*/
204 uint8 unknown1[22]; /* ignore [32] */
206 uint8 unknown2[4]; /* ignore [40] */
208 uint8 unknown3[8]; /* ignore [52] */
210 uint8 unknown4[456]; /* ignore [512] */
/openbsd-src/games/hunt/
H A DREADME.protocol178 S: {uint8: 225} {uint8: c}
190 S: {uint8: 237} {uint8: y} {uint8: x}
198 S: {uint8: 242}
210 S: {uint8: 227}
218 S: {uint8: 229} {uint8: 32}
221 S: {uint8: 229} {uint8: 236}
232 S: {uint8: 195}
239 S: {uint8: 210}
245 S: {uint8: 226}
252 S: {uint8: 231} {uint8: n}
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/avr/
H A Dudivmodqi4.S25 ldi r23, 9 ; Only loop 8 rounds for uint8.
38 com r24 ; The uint8 quotient is returned via R24.
39 ret ; The uint8 remainder is returned via R25.
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp1835 memcpy(&value->value.uint8, in GetRegisterValue()
1839 memcpy(&value->value.uint8, in GetRegisterValue()
1843 memcpy(&value->value.uint8, in GetRegisterValue()
1847 memcpy(&value->value.uint8, in GetRegisterValue()
1851 memcpy(&value->value.uint8, in GetRegisterValue()
1855 memcpy(&value->value.uint8, in GetRegisterValue()
1859 memcpy(&value->value.uint8, in GetRegisterValue()
1863 memcpy(&value->value.uint8, in GetRegisterValue()
1868 memcpy(&value->value.uint8, in GetRegisterValue()
1872 memcpy(&value->value.uint8, in GetRegisterValue()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dopencl-c.h3156 char8 __ovld __cnfn convert_char8_rte(uint8);
3157 char8 __ovld __cnfn convert_char8_sat_rte(uint8);
3158 char8 __ovld __cnfn convert_char8_rtz(uint8);
3159 char8 __ovld __cnfn convert_char8_sat_rtz(uint8);
3160 char8 __ovld __cnfn convert_char8_rtp(uint8);
3161 char8 __ovld __cnfn convert_char8_sat_rtp(uint8);
3162 char8 __ovld __cnfn convert_char8_rtn(uint8);
3163 char8 __ovld __cnfn convert_char8_sat_rtn(uint8);
3164 char8 __ovld __cnfn convert_char8(uint8);
3165 char8 __ovld __cnfn convert_char8_sat(uint8);
[all …]
/openbsd-src/lib/libc/arch/sh/softfloat/
H A Dsh-gcc.h29 typedef int uint8; typedef
/openbsd-src/sys/lib/libkern/
H A Dmilieu.h100 typedef unsigned int uint8; typedef
/openbsd-src/lib/libc/arch/arm/softfloat/
H A Darm-gcc.h34 typedef int uint8; typedef
/openbsd-src/usr.bin/ssh/
H A Dsntrup761.sh33 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
H A Ded25519.sh39 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
H A DPROTOCOL.u2f77 uint8 flags
92 uint8 flags
139 uint8 flags
/openbsd-src/sbin/iked/
H A Dsntrup761.sh38 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/
H A DCFBitVector.py106 cur_byte_val = cur_byte.uint8[0]
113 cur_byte_val = cur_byte.uint8[0]
/openbsd-src/lib/libcbor/src/cbor/
H A Dstreaming.c79 callbacks->uint8(context, _cbor_load_uint8(source)); in cbor_stream_decode()
86 callbacks->uint8(context, _cbor_load_uint8(source + 1)); in cbor_stream_decode()
H A Dcallbacks.h53 cbor_int8_callback uint8; member
H A Dcallbacks.c79 .uint8 = cbor_null_uint8_callback,
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBRegisterInfo.cpp55 snprintf(str, sizeof(str), "0x%2.2x", value.uint8); in Dump()
85 snprintf(str, sizeof(str), "%u", value.uint8); in Dump()
H A DDNBDefs.h277 uint8_t uint8; member
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp2370 memcpy(&value->value.uint8, in GetRegisterValue()
2390 memcpy(&value->value.uint8, in GetRegisterValue()
2410 memcpy(&value->value.uint8, in GetRegisterValue()
2412 memcpy((&value->value.uint8) + 16, in GetRegisterValue()
2423 memcpy((&value->value.uint8), in GetRegisterValue()
2442 memcpy(&value->value.uint8, in GetRegisterValue()
2444 memcpy((&value->value.uint8) + 16, in GetRegisterValue()
2446 memcpy((&value->value.uint8) + 32, in GetRegisterValue()
2465 memcpy(&value->value.uint8, in GetRegisterValue()
2549 memcpy (&m_state.context.fpu.no_avx.__fpu_ftw, &value->value.uint8, 2); in SetRegisterValue()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djavaop.h29 typedef unsigned char uint8; typedef
H A Dconstants.c50 cpool->tags = xmalloc (sizeof(uint8) * cpool->capacity);
59 cpool->tags = xrealloc (cpool->tags, sizeof(uint8) * cpool->capacity);
/openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dhost.h131 typedef unsigned8 uint8; typedef
/openbsd-src/gnu/llvm/llvm/docs/
H A DFaultMaps.rst40 uint8 : Fault Map Version (current version is 1)
41 uint8 : Reserved (expected to be 0)
H A DStackMaps.rst322 uint8 : Stack Map Version (current version is 3)
323 uint8 : Reserved (expected to be 0)
343 uint8 : Register | Direct | Indirect | Constant | ConstantIndex
344 uint8 : Reserved (expected to be 0)
355 uint8 : Reserved
356 uint8 : Size in Bytes
/openbsd-src/gnu/llvm/lldb/docs/
H A Dlldb-gdb-remote.txt661 read packet: $name:stmm0;bitsize:80;offset:208;encoding:vector;format:vector-uint8;set:Floating Poi…
663 read packet: $name:stmm1;bitsize:80;offset:224;encoding:vector;format:vector-uint8;set:Floating Poi…
665 read packet: $name:stmm2;bitsize:80;offset:240;encoding:vector;format:vector-uint8;set:Floating Poi…
667 read packet: $name:stmm3;bitsize:80;offset:256;encoding:vector;format:vector-uint8;set:Floating Poi…
669 read packet: $name:stmm4;bitsize:80;offset:272;encoding:vector;format:vector-uint8;set:Floating Poi…
671 read packet: $name:stmm5;bitsize:80;offset:288;encoding:vector;format:vector-uint8;set:Floating Poi…
673 read packet: $name:stmm6;bitsize:80;offset:304;encoding:vector;format:vector-uint8;set:Floating Poi…
675 read packet: $name:stmm7;bitsize:80;offset:320;encoding:vector;format:vector-uint8;set:Floating Poi…
677 read packet: $name:xmm0;bitsize:128;offset:336;encoding:vector;format:vector-uint8;set:Floating Poi…
679 read packet: $name:xmm1;bitsize:128;offset:352;encoding:vector;format:vector-uint8;set:Floating Poi…
[all …]

12