Home
last modified time | relevance | path

Searched refs:st32 (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/tms320/c55x_plus/
H A Dhashvector.c5 extern st32 get_hashfunc_01(st32 A1, st32 A2);
6 extern st32 get_hashfunc_02(st32 A1, st32 A2);
7 extern st32 get_hashfunc_03(st32 A1, st32 A2);
8 extern st32 get_hashfunc_04(st32 A1, st32 A2);
9 extern st32 get_hashfunc_05(st32 A1, st32 A2);
10 extern st32 get_hashfunc_06(st32 A1, st32 A2);
11 extern st32 get_hashfunc_07(st32 A1, st32 A2);
12 extern st32 get_hashfunc_08(st32 A1, st32 A2);
13 extern st32 get_hashfunc_09(st32 A1, st32 A2);
14 extern st32 get_hashfunc_10(st32 A1, st32 A2);
[all …]
H A Dhashtable.c16 st32 get_hashfunc_01(st32 arg1, st32 arg2) { in get_hashfunc_01()
20 st32 get_hashfunc_02(st32 arg1, st32 arg2) { in get_hashfunc_02()
296 st32 get_hashfunc_03(st32 arg1, st32 arg2) { in get_hashfunc_03()
316 st32 get_hashfunc_04(st32 arg1, st32 arg2) { in get_hashfunc_04()
331 st32 get_hashfunc_05(st32 arg1, st32 arg2) { in get_hashfunc_05()
346 st32 get_hashfunc_06(st32 arg1, st32 arg2) { in get_hashfunc_06()
361 st32 get_hashfunc_07(st32 arg1, st32 arg2) { in get_hashfunc_07()
376 st32 get_hashfunc_08(st32 arg1, st32 arg2) { in get_hashfunc_08()
398 st32 get_hashfunc_09(st32 arg1, st32 arg2) { in get_hashfunc_09()
420 st32 get_hashfunc_10(st32 arg1, st32 arg2) { in get_hashfunc_10()
[all …]
H A Dhashvector.h7 st32 code;
8 st32 (*hash_func)(st32 A1, st32 A2);
H A Ddecode.h11 static bool is_hash(st32 hash_code);
17 static char *do_decode(ut32 ins_off, ut32 ins_pos, ut32 two_ins, ut32 *next_ins_pos, st32 *ins_hash…
18 static char *decode_ins(st32 hash_code, ut32 ins_pos, ut32 ins_off, ut32 *ins_len_dec, ut32 *reg_le…
20 static char *decode_regis(char *reg_arg, st32 hash_code, ut32 ins_bits, ut32 *ret_ins_bits, int *er…
22 static char* get_token_decoded(st32 hash_code, char *ins_token, ut32 ins_token_len, char *reg_arg, …
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux32/common/
H A Dlinux32_stat.c86 memset(st32, 0, sizeof(*st32)); in bsd_to_linux32_stat()
113 memset(st32, 0, sizeof(*st32)); in bsd_to_linux32_stat64()
149 struct linux32_stat st32; in linux32_sys_stat() local
156 return copyout(&st32, SCARG_P32(uap, sp), sizeof(st32)); in linux32_sys_stat()
168 struct linux32_stat st32; in linux32_sys_lstat() local
175 return copyout(&st32, SCARG_P32(uap, sp), sizeof(st32)); in linux32_sys_lstat()
194 return copyout(&st32, SCARG_P32(uap, sp), sizeof(st32)); in linux32_sys_fstat()
213 return copyout(&st32, SCARG_P32(uap, sp), sizeof(st32)); in linux32_sys_stat64()
232 return copyout(&st32, SCARG_P32(uap, sp), sizeof(st32)); in linux32_sys_lstat64()
251 return copyout(&st32, SCARG_P32(uap, sp), sizeof(st32)); in linux32_sys_fstat64()
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/anal/arch/hexagon/
H A Dhexagon_anal.c15 op->jump = op->addr + (st32) hi->ops[0].op.imm; in hexagon_anal_instruction()
21 op->jump = op->addr + (st32) hi->ops[1].op.imm; in hexagon_anal_instruction()
27 op->jump = op->addr + (st32) hi->ops[1].op.imm; in hexagon_anal_instruction()
33 op->jump = op->addr + (st32) hi->ops[1].op.imm; in hexagon_anal_instruction()
40 op->jump = op->addr + (st32) hi->ops[1].op.imm; in hexagon_anal_instruction()
47 op->jump = op->addr + (st32) hi->ops[1].op.imm; in hexagon_anal_instruction()
54 op->jump = op->addr + (st32) hi->ops[1].op.imm; in hexagon_anal_instruction()
61 op->jump = op->addr + (st32) hi->ops[1].op.imm; in hexagon_anal_instruction()
68 op->jump = op->addr + (st32) hi->ops[1].op.imm; in hexagon_anal_instruction()
75 op->jump = op->addr + (st32) hi->ops[1].op.imm; in hexagon_anal_instruction()
[all …]
/dports/devel/radare2/radare2-5.1.1/shlr/qnx/include/
H A Ddsmsgs.h269 st32 pid;
270 st32 tid;
277 st32 pid;
278 st32 addr;
284 st32 argc;
292 st32 pid;
300 st32 pid;
440 st32 pid;
441 st32 tid;
481 st32 err;
[all …]
/dports/ftp/ncftp3/ncftp-3.2.6/libncftp/
H A Du_misc.c348 struct _stat st32; in WinFStat64() local
356 if (_fstat(h0, &st32) < 0) in WinFStat64()
360 stp->st_dev = st32.st_dev; in WinFStat64()
361 stp->st_gid = st32.st_gid; in WinFStat64()
362 stp->st_ino = st32.st_ino; in WinFStat64()
367 stp->st_uid = st32.st_uid; in WinFStat64()
403 struct _stat st32; in WinStat64() local
411 stp->st_dev = st32.st_dev; in WinStat64()
412 stp->st_gid = st32.st_gid; in WinStat64()
413 stp->st_ino = st32.st_ino; in WinStat64()
[all …]
/dports/security/sudo/sudo-1.9.8p2/lib/util/
H A Dsha2.c114 ctx->state.st32[0] = 0xc1059ed8UL; in SHA224Init()
115 ctx->state.st32[1] = 0x367cd507UL; in SHA224Init()
116 ctx->state.st32[2] = 0x3070dd17UL; in SHA224Init()
117 ctx->state.st32[3] = 0xf70e5939UL; in SHA224Init()
118 ctx->state.st32[4] = 0xffc00b31UL; in SHA224Init()
119 ctx->state.st32[5] = 0x68581511UL; in SHA224Init()
120 ctx->state.st32[6] = 0x64f98fa7UL; in SHA224Init()
121 ctx->state.st32[7] = 0xbefa4fa4UL; in SHA224Init()
182 ctx->state.st32[0] = 0x6a09e667UL; in SHA256Init()
183 ctx->state.st32[1] = 0xbb67ae85UL; in SHA256Init()
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/magic/
H A Dsoftmagic.c48 static st32 mprint(RMagic *, struct r_magic *);
312 static st32 mprint(RMagic *ms, struct r_magic *m) { in mprint()
397 t = ms->offset + sizeof(st32); in mprint()
699 p->l = (st32) r_read_be32 (p->hl); in mconvert()
719 p->l = (st32) r_read_le32 (p->hl); in mconvert()
735 p->l = (st32) in mconvert()
927 off = (st32)((q->hl[0]<<24)|(q->hl[1]<<16)| (q->hl[2]<<8)|(q->hl[3])); in mget()
930 off = (st32)((q->hl[3]<<24)|(q->hl[2]<<16)| (q->hl[1]<<8)|(q->hl[0])); in mget()
933 off = (st32)((q->hl[1]<<24)|(q->hl[0]<<16)| (q->hl[3]<<8)|(q->hl[2])); in mget()
1034 offset = (st32)((p->hl[0]<<24)| (p->hl[1]<<16)| (p->hl[2]<<8)| (p->hl[3])) & off; in mget()
[all …]
/dports/www/volta/volta-0.3.0/
H A Dparser.c154 case 45: goto st32; in parse_request()
158 case 95: goto st32; in parse_request()
210 case 45: goto st32; in parse_request()
214 case 95: goto st32; in parse_request()
606 st32: in parse_request()
611 case 45: goto st32; in parse_request()
612 case 95: goto st32; in parse_request()
637 case 45: goto st32; in parse_request()
2682 goto st32; in parse_rule()
2684 goto st32; in parse_rule()
[all …]
/dports/dns/dq/dq-20181021/crypto-tests/
H A Dmisc.h29 static void st32(u8 *x,u32 u) in st32() function
63 FOR(i,16) st32(out + 4 * i,x[i] + y[i]); in core()
151 st32(randombytes_k + 0, t.tv_usec); in unsaferandombytes()
152 st32(randombytes_k + 4, t.tv_sec); in unsaferandombytes()
153 st32(randombytes_k + 8, getpid()); in unsaferandombytes()
154 st32(randombytes_k + 12, getppid()); in unsaferandombytes()
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Ddwarf_process.c61 static inline st32 find_attr_idx(const RBinDwarfDie *die, st32 attr_name) { in find_attr_idx()
62 st32 i; in find_attr_idx()
74 st32 i; in find_attr()
167 st32 name_attr_idx = find_attr_idx (die, DW_AT_name); in get_die_name()
190 st32 bit_size_idx = find_attr_idx (die, DW_AT_bit_size); in get_die_size()
264 st32 type_idx; in parse_type()
265 st32 tag; in parse_type()
360 return (st32)die->tag; in parse_type()
584 st32 type_attr_idx = find_attr_idx (die, DW_AT_type); in parse_enum_type()
733 st32 name_attr_idx = find_attr_idx (die, DW_AT_name); in get_specification_die_name()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/compat/time32/
H A Dstat_time32.c9 int __stat_time32(const char *restrict path, struct stat32 *restrict st32) in __stat_time32() argument
13 if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); in __stat_time32()
H A Dfstat_time32.c9 int __fstat_time32(int fd, struct stat32 *restrict st32) in __fstat_time32() argument
13 if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); in __fstat_time32()
H A Dlstat_time32.c9 int __lstat_time32(const char *restrict path, struct stat32 *restrict st32) in __lstat_time32() argument
13 if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); in __lstat_time32()
H A Dfstatat_time32.c9 int __fstatat_time32(int fd, const char *restrict path, struct stat32 *restrict st32, int flag) in __fstatat_time32() argument
13 if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); in __fstatat_time32()
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/compat/time32/
H A Dlstat_time32.c9 int __lstat_time32(const char *restrict path, struct stat32 *restrict st32) in __lstat_time32() argument
13 if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); in __lstat_time32()
H A Dfstat_time32.c9 int __fstat_time32(int fd, struct stat32 *restrict st32) in __fstat_time32() argument
13 if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); in __fstat_time32()
H A Dstat_time32.c9 int __stat_time32(const char *restrict path, struct stat32 *restrict st32) in __stat_time32() argument
13 if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); in __stat_time32()
H A Dfstatat_time32.c9 int __fstatat_time32(int fd, const char *restrict path, struct stat32 *restrict st32, int flag) in __fstatat_time32() argument
13 if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); in __fstatat_time32()
/dports/lang/zig/zig-0.9.0/lib/libc/musl/compat/time32/
H A Dfstat_time32.c9 int __fstat_time32(int fd, struct stat32 *restrict st32) in __fstat_time32() argument
13 if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); in __fstat_time32()
H A Dlstat_time32.c9 int __lstat_time32(const char *restrict path, struct stat32 *restrict st32) in __lstat_time32() argument
13 if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); in __lstat_time32()
H A Dstat_time32.c9 int __stat_time32(const char *restrict path, struct stat32 *restrict st32) in __stat_time32() argument
13 if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); in __stat_time32()
H A Dfstatat_time32.c9 int __fstatat_time32(int fd, const char *restrict path, struct stat32 *restrict st32, int flag) in __fstatat_time32() argument
13 if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); in __fstatat_time32()

1234567891011