Home
last modified time | relevance | path

Searched refs:SWAP32 (Results 1 – 6 of 6) sorted by relevance

/external/AFLplusplus/src/
Dafl-fuzz-one.c243 new_val = SWAP32(new_val); in could_be_arith()
244 old_val = SWAP32(old_val); in could_be_arith()
1261 r3 = orig ^ SWAP32(SWAP32(orig) + j), in fuzz_one_original()
1262 r4 = orig ^ SWAP32(SWAP32(orig) - j); in fuzz_one_original()
1311 if ((SWAP32(orig) & 0xffff) + j > 0xffff && !could_be_bitflip(r3)) { in fuzz_one_original()
1314 *(u32 *)(out_buf + i) = SWAP32(SWAP32(orig) + j); in fuzz_one_original()
1330 if ((SWAP32(orig) & 0xffff) < (u32)j && !could_be_bitflip(r4)) { in fuzz_one_original()
1333 *(u32 *)(out_buf + i) = SWAP32(SWAP32(orig) - j); in fuzz_one_original()
1570 if ((u32)interesting_32[j] != SWAP32(interesting_32[j]) && in fuzz_one_original()
1571 !could_be_bitflip(orig ^ SWAP32(interesting_32[j])) && in fuzz_one_original()
[all …]
Dafl-fuzz-redqueen.c1174 if (unlikely(cmp_extend_encoding(afl, h, SWAP32(pattern), SWAP32(repl), in cmp_extend_encoding()
1175 SWAP32(o_pattern), SWAP32(changed_val), in cmp_extend_encoding()
1558 rev = SWAP32((u32)v); in try_to_add_to_dict()
Dafl-analyze.c368 if (val && (val <= in_len || SWAP32(val) <= in_len)) { in dump_hex()
Dafl-fuzz-extras.c656 *((u32 *)mem) == SWAP32(interesting_32[i])) { in maybe_add_auto()
/external/AFLplusplus/include/
Dtypes.h106 #define SWAP32(_x) \ macro
/external/AFLplusplus/
Dtypes.h106 #define SWAP32(_x) \ macro