search for: fd_set_bit

Displaying 2 results from an estimated 2 matches for "fd_set_bit".

Did you mean: fd_set_bits
2019 Nov 21
2
[ARM] Peephole optimization ( instructions tst + add )
...PS: Code sample (though it may be significantly reduced): (clang -target aarch64 sample.c -S -O2 -o sample.S ) ========================================================================= #define NULL ((void*)0) typedef struct { unsigned long * res_in; unsigned long * proc; } fd_set_bits; fd_set_bits *gv_fds; int g_max_i; int LOOP_ITERS_COUNT; unsigned DEF_MASK; __attribute__((noinline)) int do_test(const int max_iters_count, const unsigned long in, const unsigned long out,...
2019 Nov 22
2
[ARM] Peephole optimization ( instructions tst + add )
...PS: Code sample (though it may be significantly reduced): (clang -target aarch64 sample.c -S -O2 -o sample.S ) ========================================================================= #define NULL ((void*)0) typedef struct { unsigned long * res_in; unsigned long * proc; } fd_set_bits; fd_set_bits *gv_fds; int g_max_i; int LOOP_ITERS_COUNT; unsigned DEF_MASK; __attribute__((noinline)) int do_test(const int max_iters_count, const unsigned long in, const unsigned long out,...