Home
last modified time | relevance | path

Searched refs:x (Results 1 – 12 of 12) sorted by relevance

/libev/
H A Dev.c978 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 …]
H A Dcompile161 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 …]
H A Dconfigure147 *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"; then
2797 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
6405 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
9751 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 …]
H A Daclocal.m4697 chmod +x "$CONFIG_LT"
779 chmod +x "$ofile"
1399 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
1859 x$lt_dlunknown|x*) $3 ;;
3714 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4178 # Sun C++ 4.x
5634 x|xyes)
6709 # Sun C++ 4.x
7927 if test x"$_lt_function_replace_fail" = x":"; then
9007 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
[all …]
H A Dconfig.guess508 if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
509 [ ${TARGET_BINARY_INTERFACE}x = x ]
970 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
H A Dev.h44 # define EV_CPP(x) x argument
51 # define EV_CPP(x) argument
H A Dltmain.sh344 if test "x$func_relative_path_tlibdir" = x ; then
359 if test "x$func_stripname_result" != x ; then
2834 if test "x$prev" = x-m && test -n "$install_override_mode"; then
3725 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; then
8270 gentop="$output_objdir/${outputname}x"
8530 gentop="$output_objdir/${outputname}x"
8645 gentop="$output_objdir/${obj}x"
9376 if test "x$bindir" != x ;
H A Dconfigure.ac16 if test x$GCC = xyes; then
H A Dmkinstalldirs121 test "x$d" = x && continue
H A DMakefile.in552 set x; \
741 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
H A DChanges66 event_base_get_method calls to improve libevent 1.x emulation and add
67 some libevent 2.x functionality (based on a patch by Jeff Davey).
H A Dev.pod2598 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