Searched refs:__builtin_ctz (Results 26 - 43 of 43) sorted by relevance

12

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dlz4.c230 * FreeBSD: can't use GCC's __builtin_ctz when using sparc64 because
437 return (__builtin_ctz(val) >> 3);
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dlex.cc353 found = __builtin_ctz(found);
406 found = __builtin_ctz(found);
815 return (const uchar*)p + __builtin_ctz (found);
848 + __builtin_ctz (found));
910 found = __builtin_ctz (found);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Ddebug.cc62 const auto alignbits = __builtin_ctz(alignof(__gnu_debug::vector<int>));
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
H A Dcurve448.c504 # define NUMTRAILINGZEROS __builtin_ctz
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/curve448/
H A Dcurve448.c513 # define NUMTRAILINGZEROS __builtin_ctz
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Ddebug.cc60 const auto alignbits = __builtin_ctz(alignof(__gnu_debug::vector<int>));
/netbsd-current/sys/dev/sdmmc/
H A Dsdmmc_mem.c1843 const u_int counter = __builtin_ctz(cmd.c_datalen);
2082 const u_int counter = __builtin_ctz(cmd.c_datalen);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-md-auxiliary.c3786 clear_zero_bit_copies = __builtin_ctz (remainder);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-md-auxiliary.cc3786 clear_zero_bit_copies = __builtin_ctz (remainder);
/netbsd-current/external/bsd/libpcap/dist/
H A Doptimize.c122 * GCC 3.4 and later; we have __builtin_ctz().
124 #define lowest_set_bit(mask) ((u_int)__builtin_ctz(mask))
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-nds32.c7883 int imm3u = __builtin_ctz (imm15u);
7891 int imm3u = __builtin_ctz (imm15u + 1) - 1;
H A Delf32-arm.c3465 return __builtin_ctz (mask);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-nds32.c7883 int imm3u = __builtin_ctz (imm15u);
7891 int imm3u = __builtin_ctz (imm15u + 1) - 1;
H A Delf32-arm.c3465 return __builtin_ctz (mask);
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-nds32.c7884 int imm3u = __builtin_ctz (imm15u);
7892 int imm3u = __builtin_ctz (imm15u + 1) - 1;
H A Delf32-arm.c3465 return __builtin_ctz (mask);
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-nds32.c7883 int imm3u = __builtin_ctz (imm15u);
7891 int imm3u = __builtin_ctz (imm15u + 1) - 1;
H A Delf32-arm.c3465 return __builtin_ctz (mask);

Completed in 746 milliseconds

12