Searched refs:all_ones (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| H A D | asan_fake_stack.h | 92 const uptr all_ones = (((uptr)1) << (kNumberOfSizeClasses - 1)) - 1; in FlagsOffset() local 93 return ((all_ones >> t) << t) << (stack_size_log - 15); in FlagsOffset()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| H A D | asan_fake_stack.h | 94 const uptr all_ones = (((uptr)1) << (kNumberOfSizeClasses - 1)) - 1; in FlagsOffset() local 95 return ((all_ones >> t) << t) << (stack_size_log - 15); in FlagsOffset()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| H A D | asan_fake_stack.h | 93 const uptr all_ones = (((uptr)1) << (kNumberOfSizeClasses - 1)) - 1; in FlagsOffset() local 94 return ((all_ones >> t) << t) << (stack_size_log - 15); in FlagsOffset()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
| H A D | brig-cmp-inst-handler.cc | 145 tree all_ones in operator ()() local 151 expr = build3 (VEC_COND_EXPR, dest_type, expr, all_ones, all_zeroes); in operator ()()
|
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | if.c | 398 bool all_zeros, all_ones; in if_valid_hwaddr() local 400 all_zeros = all_ones = true; in if_valid_hwaddr() 405 all_ones = false; in if_valid_hwaddr() 406 if (!all_zeros && !all_ones) in if_valid_hwaddr()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | dse.c | 3256 bitmap all_ones = NULL; in dse_step3() local 3295 if (!all_ones) in dse_step3() 3300 all_ones = BITMAP_ALLOC (&dse_bitmap_obstack); in dse_step3() 3302 bitmap_ior_into (all_ones, group->group_kill); in dse_step3() 3307 bitmap_copy (bb_info->out, all_ones); in dse_step3() 3312 if (all_ones) in dse_step3() 3313 BITMAP_FREE (all_ones); in dse_step3()
|
| H A D | FSFChangeLog.11 | 9232 * tree.c (integer_{zero,one,all_ones,pow2}p, real_{zero,one,two}p):
|
| /netbsd-src/sys/netinet/ |
| H A D | sctp_indata.c | 2213 int m_size, all_ones; in sctp_sack_check() local 2238 all_ones = 1; in sctp_sack_check() 2247 all_ones = 0; in sctp_sack_check() 2258 if (all_ones || in sctp_sack_check() 2265 if (all_ones) in sctp_sack_check()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimple-fold.cc | 4231 bool all_ones = true, bytes_only = true; in clear_padding_flush() local 4250 all_ones = false; in clear_padding_flush() 4261 all_ones = false; in clear_padding_flush() 4270 && all_ones) in clear_padding_flush() 4277 if (all_ones && nonzero_first == 0) in clear_padding_flush() 4314 if (all_ones && nonzero_last == wordsize) in clear_padding_flush() 4381 if (all_ones in clear_padding_flush()
|
| H A D | FSFChangeLog.11 | 9232 * tree.c (integer_{zero,one,all_ones,pow2}p, real_{zero,one,two}p):
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| H A D | memory_resource.cc | 561 static constexpr size_t all_ones = size_t(-1) >> _S_alignbits; member
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2018 | 719 (big_block::all_ones): Remove. 721 (big_block::size()): Add comment, replace all_ones with equivalent 756 (bigblock::all_ones): Fix undefined shift.
|