| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | xtensa-modules.c | 28 static uint32 tie_do_reloc_l (uint32, uint32) ATTRIBUTE_UNUSED; 29 static uint32 tie_undo_reloc_l (uint32, uint32) ATTRIBUTE_UNUSED; 31 static uint32 32 tie_do_reloc_l (uint32 addr, uint32 pc) in tie_do_reloc_l() 37 static uint32 38 tie_undo_reloc_l (uint32 offset, uint32 pc) in tie_undo_reloc_l() 48 uint32 get_bbi_field (const xtensa_insnbuf); 49 void set_bbi_field (xtensa_insnbuf, uint32); 50 uint32 get_bbi4_field (const xtensa_insnbuf); 51 void set_bbi4_field (xtensa_insnbuf, uint32); [all …]
|
| H A D | xtensa-isa.c | 421 uint32 430 xtensa_operand_set_field (xtensa_operand opnd, xtensa_insnbuf insn, uint32 val) in xtensa_operand_set_field() 438 xtensa_operand_encode (xtensa_operand opnd, uint32 *valp) in xtensa_operand_encode() 445 uint32 446 xtensa_operand_decode (xtensa_operand opnd, uint32 val) in xtensa_operand_decode() 461 uint32 462 xtensa_operand_do_reloc (xtensa_operand opnd, uint32 addr, uint32 pc) in xtensa_operand_do_reloc() 471 uint32 472 xtensa_operand_undo_reloc (xtensa_operand opnd, uint32 offset, uint32 pc) in xtensa_operand_undo_reloc()
|
| /openbsd-src/gnu/usr.bin/binutils/include/ |
| H A D | xtensa-isa.h | 30 #ifndef uint32 31 #define uint32 unsigned int macro 80 typedef uint32 xtensa_insnbuf_word; 183 extern uint32 xtensa_operand_get_field (xtensa_operand, const xtensa_insnbuf); 185 extern void xtensa_operand_set_field (xtensa_operand, xtensa_insnbuf, uint32); 206 extern xtensa_encode_result xtensa_operand_encode (xtensa_operand, uint32 *); 208 extern uint32 xtensa_operand_decode (xtensa_operand, uint32); 223 extern uint32 xtensa_operand_do_reloc (xtensa_operand, uint32, uint32); 225 extern uint32 xtensa_operand_undo_reloc (xtensa_operand, uint32, uint32);
|
| H A D | xtensa-isa-internal.h | 32 typedef uint32 (*xtensa_immed_decode_fn) (uint32); 33 typedef xtensa_encode_result (*xtensa_immed_encode_fn) (uint32 *); 36 typedef uint32 (*xtensa_get_field_fn) (const xtensa_insnbuf); 37 typedef void (*xtensa_set_field_fn) (xtensa_insnbuf, uint32); 40 typedef uint32 (*xtensa_do_reloc_fn) (uint32, uint32); 41 typedef uint32 (*xtensa_undo_reloc_fn) (uint32, uint32);
|
| /openbsd-src/usr.bin/ssh/ |
| 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.c | 21 #define uint32 crypto_uint32 1673 /* from supercop-20240808/crypto_sort/uint32/useint32/sort.c */ 19 #define uint32 crypto_uint32 global() macro
|
| H A D | sntrup761.sh | 10 supercop-20240808/crypto_sort/uint32/useint32/sort.c 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)
|
| H A D | PROTOCOL.key | 14 uint32 number of keys N 26 uint32 rounds 36 uint32 checkint 37 uint32 checkint
|
| H A D | PROTOCOL | 75 where "packet_length" is encoded as a uint32 and "encrypted_packet" 208 uint32 recipient channel 265 uint32 sender channel 266 uint32 initial window size 267 uint32 maximum packet size 268 uint32 tunnel mode 269 uint32 remote unit number 290 uint32 recipient channel 295 uint32 packet length 296 uint32 address family [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | xtensa-modules.c | 224 Field_t_Slot_inst_set (xtensa_insnbuf insn, uint32 val) in Field_t_Slot_inst_set() 226 uint32 tie_t; in Field_t_Slot_inst_set() 240 Field_s_Slot_inst_set (xtensa_insnbuf insn, uint32 val) in Field_s_Slot_inst_set() 242 uint32 tie_t; in Field_s_Slot_inst_set() 256 Field_r_Slot_inst_set (xtensa_insnbuf insn, uint32 val) in Field_r_Slot_inst_set() 258 uint32 tie_t; in Field_r_Slot_inst_set() 272 Field_op2_Slot_inst_set (xtensa_insnbuf insn, uint32 val) in Field_op2_Slot_inst_set() 274 uint32 tie_t; in Field_op2_Slot_inst_set() 288 Field_op1_Slot_inst_set (xtensa_insnbuf insn, uint32 val) in Field_op1_Slot_inst_set() 290 uint32 tie_t; in Field_op1_Slot_inst_set() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/ |
| H A D | xtensa-isa-internal.h | 44 typedef uint32 (*xtensa_get_field_fn) (const xtensa_insnbuf); 45 typedef void (*xtensa_set_field_fn) (xtensa_insnbuf, uint32); 46 typedef int (*xtensa_immed_decode_fn) (uint32 *); 47 typedef int (*xtensa_immed_encode_fn) (uint32 *); 48 typedef int (*xtensa_do_reloc_fn) (uint32 *, uint32); 49 typedef int (*xtensa_undo_reloc_fn) (uint32 *, uint32); 82 uint32 flags; /* See XTENSA_OPERAND_* flags. */ 114 uint32 flags; /* See XTENSA_OPCODE_* flags. */ 133 uint32 flags; /* See XTENSA_INTERFACE_* flags. */ 148 uint32 flags; /* See XTENSA_STATE_* flags. */
|
| H A D | xtensa-isa.h | 35 #ifndef uint32 36 #define uint32 unsigned int macro 175 typedef uint32 xtensa_insnbuf_word; 491 const xtensa_insnbuf slotbuf, uint32 *valp); 496 xtensa_insnbuf slotbuf, uint32 val); 506 uint32 *valp); 510 uint32 *valp); 573 uint32 *valp, uint32 pc); 577 uint32 *valp, uint32 pc);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/ |
| H A D | bf.c | 1 typedef unsigned long uint32; typedef 4 uint32 10 uint32 11 extu (uint32 src, unsigned o5, unsigned w5) in extu() 16 uint32 17 mak (uint32 src, unsigned o5, unsigned w5) in mak() 22 uint32 23 rot (uint32 src, unsigned o5) in rot()
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
| H A D | apple.h | 168 typedef unsigned int uint32; typedef 171 uint32 magic; 172 uint32 serno; /* written only, never read */ 177 uint32 backupCleared; /* time backup bit cleared */ 178 uint32 id; /* dir/file id */ 179 uint32 createTime; /* unix format */ 180 uint32 backupTime; /* unix format */ 192 uint32 fdPutAway; /* Home directory ID [32] */ 205 uint32 btime; /* mac file backup time [36]*/ 207 uint32 ctime; /* mac file create time [44]*/ [all …]
|
| /openbsd-src/gnu/usr.bin/perl/ext/Amiga-Exec/ |
| H A D | Exec.xs | 64 uint32 WaitTimeout(uint32 signalmask , int timeout) in WaitTimeout() 68 uint32 timermask = 0; in WaitTimeout() 86 uint32 waitmask = timermask | signalmask | SIGBREAKF_CTRL_C; in WaitTimeout() 88 uint32 sigmask = IExec->Wait(waitmask); in WaitTimeout() 109 uint32 _Wait(signalmask,timeout) 110 uint32 signalmask; 111 uint32 timeout;
|
| /openbsd-src/sbin/iked/ |
| H A D | sntrup761.c | 19 #define uint32 crypto_uint32 macro 121 static void uint32_divmod_uint14(uint32 *q,uint16 *r,uint32 x,uint16 m) in uint32_divmod_uint14() 123 uint32 v = 0x80000000; in uint32_divmod_uint14() 124 uint32 qpart; in uint32_divmod_uint14() 125 uint32 mask; in uint32_divmod_uint14() 158 x += mask&(uint32)m; *q += mask; in uint32_divmod_uint14() 165 static uint16 uint32_mod_uint14(uint32 x,uint16 m) in uint32_mod_uint14() 167 uint32 q; in uint32_mod_uint14() 177 uint32 uq,uq2; in int32_divmod_uint14() 179 uint32 mask; in int32_divmod_uint14() [all …]
|
| H A D | sntrup761.sh | 38 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do 68 */uint32/useint32/sort.c) 76 */crypto_kem/sntrup761/ref/uint32.c)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | comp-goto-1.c | 5 typedef unsigned long uint32; typedef 8 typedef unsigned int uint32; typedef 12 typedef uint32 reg_t; 15 typedef uint32 target_addr_t; 105 *(reg_t *) (((char *) regs) + s1) = *(uint32 *) (rigged_paddr + r2); in simulator_kernel() 113 *(reg_t *) (((char *) regs) + s1) = *(uint32 *) f (); in simulator_kernel()
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/libfile/ |
| H A D | file.h | 33 typedef unsigned int uint32; typedef 70 uint32 l; 75 uint32 mask; /* mask before comparison with value */ 106 extern uint32 signextend __P((struct magic *, unsigned int32));
|
| /openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/ |
| H A D | NSIndexSet.py | 40 self.sys_params.types_cache.uint32 = self.valobj.GetType( 45 self.sys_params.types_cache.uint32 = self.valobj.GetType( 47 if not(self.sys_params.types_cache.uint32): 48 self.sys_params.types_cache.uint32 = self.valobj.GetType( 67 self.sys_params.types_cache.uint32)
|
| /openbsd-src/gnu/usr.bin/perl/amigaos4/ |
| H A D | amigaos.c | 37 struct Interface *OpenInterface(CONST_STRPTR libname, uint32 libver) in OpenInterface() 420 uint32 size_env(struct Hook *hook, __attribute__((unused))APTR userdata, struct ScanVarsMsg *messag… in size_env() 424 hook->h_Data = (APTR)(((uint32)hook->h_Data) + 1); in size_env() 429 uint32 copy_env(struct Hook *hook, __attribute__((unused))APTR userdata, struct ScanVarsMsg *messag… in copy_env() 434 uint32 size = in copy_env() 436 … char *buffer = (char *)IExec->AllocVecTags((uint32)size,AVT_ClearWithValue,0,TAG_DONE); in copy_env() 456 uint32 flags = 0; in ___makeenviron() 462 uint32 size = 0; in ___makeenviron() 477 size = ((uint32)hook->h_Data) + 1; in ___makeenviron()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | FaultMaps.rst | 44 uint32 : NumFunctions 47 uint32 : NumFaultingPCs 48 uint32 : Reserved (expected to be 0) 50 uint32 : FaultKind 51 uint32 : FaultingPCOffset 52 uint32 : HandlerPCOffset
|
| /openbsd-src/gnu/usr.bin/perl/ext/Amiga-ARexx/ |
| H A D | ARexx.xs | 342 uint32 timermask = 0; in WaitRexxHost() 360 uint32 hostmask = 1L << rexxHost->Port->mp_SigBit; in WaitRexxHost() 361 uint32 waitmask = timermask | hostmask | SIGBREAKF_CTRL_C; in WaitRexxHost() 363 uint32 sigmask = IExec->Wait(waitmask); in WaitRexxHost() 400 uint32 GetSignalRexxHost(struct RexxHost *rexxHost) in GetSignalRexxHost() 478 uint32 Host_signal(rexxhost)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | jcf-reader.c | 64 uint32 attribute_length = JCF_readu4 (jcf); 113 uint32 attribute_length = JCF_readu4 (jcf); 114 uint32 start_pos = JCF_TELL(jcf); 159 uint32 code_length = JCF_readu4 (jcf); 245 uint32 magic = (JCF_FILL (jcf, 8), JCF_readu4 (jcf));
|
| H A D | javaop.h | 38 typedef unsigned int32 uint32; typedef 87 #define jword uint32
|