Searched refs:x (Results 1 – 12 of 12) sorted by relevance
978 x = ((x >> 2) & 0x33333333) + (x & 0x33333333); in ecb_popcount32()979 x = ((x >> 4) + x) & 0x0f0f0f0f; in ecb_popcount32()1037 x = ((x >> 1) & 0x5555) | ((x & 0x5555) << 1); in ecb_bitrev16()1038 x = ((x >> 2) & 0x3333) | ((x & 0x3333) << 2); in ecb_bitrev16()1039 x = ((x >> 4) & 0x0f0f) | ((x & 0x0f0f) << 4); in ecb_bitrev16()1040 x = ( x >> 8 ) | ( x << 8); in ecb_bitrev16()1048 x = ((x >> 1) & 0x55555555) | ((x & 0x55555555) << 1); in ecb_bitrev32()1049 x = ((x >> 2) & 0x33333333) | ((x & 0x33333333) << 2); in ecb_bitrev32()1050 x = ((x >> 4) & 0x0f0f0f0f) | ((x & 0x0f0f0f0f) << 4); in ecb_bitrev32()1051 x = ((x >> 8) & 0x00ff00ff) | ((x & 0x00ff00ff) << 8); in ecb_bitrev32()[all …]
161 set x "$@" -I"$file"166 set x "$@" -I"$file"172 set x "$@" "$lib"177 set x "$@" "$lib"204 set x "$@" "$1"209 set x "$@" -Tp"$file"214 set x "$@" "$file"218 set x "$@" "$1"281 set x "$@" -o "$2"288 set x "$@" "$1"[all …]
147 *v*x* | *x*v* ) as_opts=-vx ;;256 *v*x* | *x*v* ) as_opts=-vx ;;790 program_transform_name=s,x,x,2154 if test "x$ac_old_val" != "x$ac_new_val"; then2797 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then6405 if test x"$lt_cv_cc_needs_belf" != x"yes"; then9751 x|xyes)11217 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;11323 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;13091 set x $ac_tag[all …]
697 chmod +x "$CONFIG_LT"779 chmod +x "$ofile"1399 if test x"$lt_cv_cc_needs_belf" != x"yes"; then1859 x$lt_dlunknown|x*) $3 ;;3714 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp4178 # Sun C++ 4.x5634 x|xyes)6709 # Sun C++ 4.x7927 if test x"$_lt_function_replace_fail" = x":"; then9007 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],[all …]
508 if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \509 [ ${TARGET_BINARY_INTERFACE}x = x ]970 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
44 # define EV_CPP(x) x argument51 # define EV_CPP(x) argument
344 if test "x$func_relative_path_tlibdir" = x ; then359 if test "x$func_stripname_result" != x ; then2834 if test "x$prev" = x-m && test -n "$install_override_mode"; then3725 func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \8146 if test "x`$SED 1q $export_symbols`" != xEXPORTS; then8270 gentop="$output_objdir/${outputname}x"8530 gentop="$output_objdir/${outputname}x"8645 gentop="$output_objdir/${obj}x"9376 if test "x$bindir" != x ;
16 if test x$GCC = xyes; then
121 test "x$d" = x && continue
552 set x; \741 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
66 event_base_get_method calls to improve libevent 1.x emulation and add67 some libevent 2.x functionality (based on a patch by Jeff Davey).
2598 printf ("process %d exited with status %x\n", w->rpid, w->rstatus);4508 the pthread dependency. Defaults to C<1> on GNU/Linux with glibc 2.x or