Searched refs:unsigned32 (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/rdi-share/ |
| D | host.h | 75 typedef unsigned int unsigned32; typedef 84 typedef unsigned long int unsigned32; typedef 88 #define UPtr unsigned32 133 typedef unsigned32 uint32; 138 typedef unsigned32 Uint32; 157 ((((unsigned32)(val) << (n)) | ((unsigned32)(val) >> (32-(n)))) & 0xFFFFFFFFL) 159 ((((unsigned32)(val) >> (n)) | ((unsigned32)(val) << (32-(n)))) & 0xFFFFFFFFL)
|
| D | dbg_rdi.h | 171 typedef struct { unsigned32 version; char name[32]; } RDI_ConfigDesc; 415 typedef unsigned32 PointHandle; 416 typedef unsigned32 ThreadHandle; 429 typedef int rdi_CPUread_proc(unsigned mode, unsigned32 mask, ARMword *state); 430 typedef int rdi_CPUwrite_proc(unsigned mode, unsigned32 mask, ARMword const *state); 431 typedef int rdi_CPread_proc(unsigned CPnum, unsigned32 mask, ARMword *state); 432 typedef int rdi_CPwrite_proc(unsigned CPnum, unsigned32 mask, ARMword const *state); 456 typedef int rdi_addconfig_proc(unsigned32 nbytes); 457 typedef int rdi_loadconfigdata_proc(unsigned32 nbytes, char const *data); 462 typedef char *getbufferproc(void *getbarg, unsigned32 *sizep); [all …]
|
| D | angel_bytesex.c | 39 { unsigned32 t; 41 t = v ^ ((v << 16) | (((unsigned32)v) >> 16)); 44 v = (v << 24) | (((unsigned32)v) >> 8);
|
| D | armdbg.h | 49 typedef unsigned32 ARMaddress; 50 typedef unsigned32 ARMword; 466 unsigned32 line; /* linenumber in the file */ 706 unsigned32 u; 891 Dbg_Error Dbg_TypeSize(Dbg_MCState *state, const Dbg_TypeSpec *type, unsigned32 *res); 908 const Dbg_Value *val, unsigned32 n, char **fieldname, Dbg_Value *subval); 1085 unsigned32 linecount;
|
| D | angel.h | 93 typedef unsigned int unsigned32; typedef
|
| D | ardi.h | 19 typedef unsigned32 ARMword;
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| D | 920928-4.c | 3 typedef unsigned long int unsigned32; typedef 7 typedef unsigned32 boolean32; 10 unsigned32 time_low; 18 typedef unsigned32 bitset;
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| D | cbrt.c | 31 typedef unsigned unsigned32 __attribute__((mode(SI))); in cbrtl() typedef 34 unsigned32 pt[2]; in cbrtl()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/libio/ |
| D | ChangeLog | 2365 * floatconv.c: Typedef _G_uint32_t as unsigned32, and use 2366 unsigned32 in place of unsigned long. (Needed for Alpha.)
|