Home
last modified time | relevance | path

Searched refs:uint16 (Results 1 – 25 of 41) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djcf-reader.c63 uint16 attribute_name = (JCF_FILL (jcf, 6), JCF_readu2 (jcf));
112 uint16 attribute_name = (JCF_FILL (jcf, 6), JCF_readu2 (jcf));
138 uint16 sourcefile_index = JCF_readu2 (jcf);
146 uint16 constantvalue_index = JCF_readu2 (jcf);
156 uint16 j;
157 uint16 max_stack ATTRIBUTE_UNUSED = JCF_readu2 (jcf);
158 uint16 max_locals ATTRIBUTE_UNUSED = JCF_readu2 (jcf);
160 uint16 exception_table_length, attributes_count;
185 uint16 count = JCF_readu2 (jcf);
193 uint16 count = JCF_readu2 (jcf);
[all …]
H A Djavaop.h33 typedef unsigned int16 uint16; typedef
49 typedef uint16 jchar;
H A Djcf-dump.c90 static void print_access_flags PARAMS ((FILE *, uint16, char));
307 uint16 inner_class_info_index = JCF_readu2 (jcf); \
308 uint16 outer_class_info_index = JCF_readu2 (jcf); \
309 uint16 inner_name_index = JCF_readu2 (jcf); \
310 uint16 inner_class_access_flags = JCF_readu2 (jcf); \
362 FILE *stream AND uint16 flags AND char context)
457 uint16 tclass = JPOOL_USHORT1 (jcf, index);
458 uint16 name_and_type = JPOOL_USHORT2 (jcf, index);
599 uint16 name = JPOOL_USHORT1 (jcf, index);
600 uint16 sig = JPOOL_USHORT2 (jcf, index);
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Dapple.h167 typedef unsigned short uint16; typedef
173 uint16 version;
174 uint16 attr; /* invisible... */
175 uint16 openMax; /* max number of opens */
176 uint16 filler0;
185 uint16 fdFlags; /* Finder flags [10]*/
186 uint16 fdLocation[2]; /* File's location [14] */
187 uint16 fdFldr; /* File's window [16] */
189 uint16 fdIconID; /* Icon ID [18] */
190 uint16 fdUnused[4]; /* Unused [26] */
[all …]
/openbsd-src/sbin/iked/
H A Dsntrup761.c17 #define uint16 crypto_uint16 macro
121 static void uint32_divmod_uint14(uint32 *q,uint16 *r,uint32 x,uint16 m) in uint32_divmod_uint14()
165 static uint16 uint32_mod_uint14(uint32 x,uint16 m) in uint32_mod_uint14()
168 uint16 r; in uint32_mod_uint14()
175 static void int32_divmod_uint14(int32 *q,uint16 *r,int32 x,uint16 m) in int32_divmod_uint14()
178 uint16 ur,ur2; in int32_divmod_uint14()
190 static uint16 int32_mod_uint14(int32 x,uint16 m) in int32_mod_uint14()
193 uint16 r; in int32_mod_uint14()
285 static void Decode(uint16 *out,const unsigned char *S,const uint16 *M,long long len) in Decode()
293 *out = uint32_mod_uint14(S[0]+(((uint16)S[1])<<8),M[0]); in Decode()
[all …]
H A Dsntrup761.sh38 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
/openbsd-src/usr.bin/ssh/
H A Dsntrup761.c19 #define uint16 crypto_uint16
17 #define uint16 crypto_uint16 global() macro
H A Dsntrup761.sh33 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
53 -e "s/^uint16 /static uint16 /g" \
H A Ded25519.sh39 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D950512-1.c1 typedef unsigned short uint16; typedef
4 …w[2] = (uint16) ((((g (0) % 10000 + 42) & 0xFF) << 8) | (((g (0) % 10000 + 42) >> 8) & 0xFF)) & 0x… in f()
5 …w[3] = (uint16) ((((g (0) % 10000 + 42) & 0xFF) << 8) | (((g (0) % 10000 + 42) >> 8) & 0xFF)) >> 8; in f()
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dopencl-c.h3921 char16 __ovld __cnfn convert_char16_rte(uint16);
3922 char16 __ovld __cnfn convert_char16_sat_rte(uint16);
3923 char16 __ovld __cnfn convert_char16_rtz(uint16);
3924 char16 __ovld __cnfn convert_char16_sat_rtz(uint16);
3925 char16 __ovld __cnfn convert_char16_rtp(uint16);
3926 char16 __ovld __cnfn convert_char16_sat_rtp(uint16);
3927 char16 __ovld __cnfn convert_char16_rtn(uint16);
3928 char16 __ovld __cnfn convert_char16_sat_rtn(uint16);
3929 char16 __ovld __cnfn convert_char16(uint16);
3930 char16 __ovld __cnfn convert_char16_sat(uint16);
[all …]
/openbsd-src/games/hunt/
H A DREADME.protocol56 C: {uint16: 0 (C_PLAYER)}
57 S: {uint16: P (TCP port number for the game play port)}
69 C: {uint16: 1 (C_MONITOR)}
70 S: {uint16: P (TCP port number for the game play port)}
80 C: {uint16: 2 (C_MESSAGE)}
81 S: {uint16: n (positive number of players)}
88 C: {uint16: 3 (C_SCORES)}
89 S: {uint16: S (TCP port number for the statistics port)}
/openbsd-src/usr.sbin/tcpdump/
H A Dsmb.h20 #define SSVAL(buf,pos,val) SSVALX((buf),(pos),((uint16)(val)))
34 #define uint16 unsigned short macro
/openbsd-src/lib/libc/arch/sh/softfloat/
H A Dsh-gcc.h31 typedef int uint16; typedef
/openbsd-src/sys/lib/libkern/
H A Dmilieu.h102 typedef unsigned int uint16; typedef
/openbsd-src/lib/libc/arch/arm/softfloat/
H A Darm-gcc.h36 typedef int uint16; typedef
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBRegisterInfo.cpp58 snprintf(str, sizeof(str), "0x%4.4x", value.uint16); in Dump()
88 snprintf(str, sizeof(str), "%u", value.uint16); in Dump()
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/avr/
H A Dudivmodhi4.S26 ldi r21, 17 ; Only loop 16 rounds for uint16.
/openbsd-src/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x.md301 (define_attr "data" "int16,uint16,high_16,not_uint16" (const_string "int16"))
1602 (set_attr "data" "uint16,uint16")])
1610 (set_attr "data" "uint16")])
1629 (set_attr "data" "uint16")])
1640 (set_attr "data" "uint16")])
2392 (set_attr "data" "uint16,uint16,uint16,uint16,uint16,uint16")])
2410 (set_attr "data" "uint16,uint16,uint16")])
2475 (set_attr "data" "not_uint16,uint16,int16,uint16,not_uint16,uint16,int16,uint16")])
2488 (set_attr "data" "not_uint16,uint16,int16,uint16")])
2526 (set_attr "data" "not_uint16,uint16,int16,uint16")])
[all …]
/openbsd-src/gnu/gcc/gcc/config/c4x/
H A Dc4x.md301 (define_attr "data" "int16,uint16,high_16,not_uint16" (const_string "int16"))
1593 (set_attr "data" "uint16,uint16")])
1601 (set_attr "data" "uint16")])
1620 (set_attr "data" "uint16")])
1631 (set_attr "data" "uint16")])
2385 (set_attr "data" "uint16,uint16,uint16,uint16,uint16,uint16")])
2403 (set_attr "data" "uint16,uint16,uint16")])
2468 (set_attr "data" "not_uint16,uint16,int16,uint16,not_uint16,uint16,int16,uint16")])
2481 (set_attr "data" "not_uint16,uint16,int16,uint16")])
2519 (set_attr "data" "not_uint16,uint16,int16,uint16")])
[all …]
/openbsd-src/gnu/llvm/llvm/docs/
H A DStackMaps.rst324 uint16 : Reserved (expected to be 0)
340 uint16 : Reserved (record flags)
341 uint16 : NumLocations
345 uint16 : Location Size
346 uint16 : Dwarf RegNum
347 uint16 : Reserved (expected to be 0)
351 uint16 : Padding
352 uint16 : NumLiveOuts
354 uint16 : Dwarf RegNum
/openbsd-src/lib/libcbor/src/cbor/
H A Dcallbacks.h55 cbor_int16_callback uint16; member
H A Dcallbacks.c80 .uint16 = cbor_null_uint16_callback,
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp420 CompilerType uint16 = in ReadLibdispatchTSDIndexes() local
429 "dti_version", uint16, in ReadLibdispatchTSDIndexes()
432 "dti_queue_index", uint16, in ReadLibdispatchTSDIndexes()
435 "dti_voucher_index", uint16, in ReadLibdispatchTSDIndexes()
438 "dti_qos_class_index", uint16, in ReadLibdispatchTSDIndexes()
/openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dhost.h132 typedef unsigned16 uint16; typedef

12