HomeSort by relevance Sort by last modified time
    Searched full:tune (Results 1 - 25 of 218) sorted by null

1 2 3 4 5 6 7 8 9

  /external/dropbear/libtommath/etc/
makefile 14 tune: tune.o
15 $(CC) tune.o $(LIBNAME) -o tune
18 tune86: tune.c
20 $(CC) -DX86_TIMER $(CFLAGS) tune.c timer.o $(LIBNAME) -o tune86
23 tune86c: tune.c
25 $(CC) -DX86_TIMER $(CFLAGS) tune.c timer.o $(LIBNAME) -o tune86
28 tune86l: tune.c
30 $(CC) -DX86_TIMER $(CFLAGS) tune.c timer.o $(LIBNAME) -o tune86
    [all...]
makefile.msvc 13 tune: tune.obj
14 cl tune.obj ../tommath.lib
makefile.icc 32 tune: tune.o
33 $(CC) tune.o $(LIBNAME) -o tune
36 tune86: tune.c
38 $(CC) -DX86_TIMER $(CFLAGS) tune.c timer.o $(LIBNAME) -o tune86
41 tune86c: tune.c
43 $(CC) -DX86_TIMER $(CFLAGS) tune.c timer.o $(LIBNAME) -o tune86
46 tune86l: tune.c
48 $(CC) -DX86_TIMER $(CFLAGS) tune.c timer.o $(LIBNAME) -o tune86
    [all...]
tune.c 0 /* Tune the Karatsuba parameters
140 /* $Source: /cvs/libtom/libtommath/etc/tune.c,v $ */
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ComponentRegistry.h 8 tune this if you like
  /build/core/combo/arch/arm/
armv5te.mk 11 # Note: Hard coding the 'tune' value here is probably not ideal,
armv7-a-neon.mk 15 # Note: Hard coding the 'tune' value here is probably not ideal,
armv7-a.mk 13 # Note: Hard coding the 'tune' value here is probably not ideal,
armv4t.mk 20 # Note: Hard coding the 'tune' value here is probably not ideal,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
kdaemon.h 28 /* Start, flush, or tune the kernel's buffer flushing daemon. */
  /external/quake/quake/src/QW/client/
d_local.h 25 // TODO: fine-tune this; it's based on providing some overage even if there
r_local.h 213 #define MAX_BTOFPOLYS 5000 // FIXME: tune this
225 #define MAXALIASVERTS 2000 // TODO: tune this
glquake2.h 60 #define MAXALIASVERTS 2000 // TODO: tune this
  /external/quake/quake/src/WinQuake/
d_local.h 25 // TODO: fine-tune this; it's based on providing some overage even if there
r_local.h 212 #define MAX_BTOFPOLYS 5000 // FIXME: tune this
224 #define MAXALIASVERTS 2000 // TODO: tune this
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_gf1.h 74 signed short tune; member in struct:gf1_wave
153 __s16 tune; member in struct:gf1_xwave
  /external/v8/benchmarks/
README.txt 5 benchmarks that we have used to tune V8. The licenses for the
run.html 104 used to tune V8. The final score is computed as the geometric mean of
  /external/webkit/WebCore/dom/
NamedAttrMap.h 124 // can tune the behaviour (hasAttribute is case sensitive whereas getAttribute is not).
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
lp.h 59 * want to tune this and have a fast printer (i.e. HPIIIP), decrease
  /external/kernel-headers/original/linux/
videodev.h 22 #define VID_TYPE_TUNER 2 /* Can tune */
252 #define VIDIOCSTUNER _IOW('v',5,struct video_tuner) /* Tune the tuner for the current channel */
  /external/sonivox/arm-wt-22k/lib_src/
dls.h 248 SHORT sFineTune; /* Fine Tune in log tuning */
  /external/stlport/stlport/stl/config/
features.h 221 /* shared library tune-up */
390 * tune the parameters for vendor-supplied libraries.
425 /* tune things that come from C library */
904 /* shared library tune-up */
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
features.h 221 /* shared library tune-up */
390 * tune the parameters for vendor-supplied libraries.
425 /* tune things that come from C library */
904 /* shared library tune-up */
    [all...]
  /external/dropbear/libtommath/
changes.txt 222 -- Fixed up etc/tune.c a bit to stop testing new cutoffs after 16 failures [to find more optimal points].
258 -- Fixed up etc/tune.c to use a wider test range [more appropriate] also added a x86 based addition which
280 -- Fixed up etc/tune.c
296 -- Fixed up etc/tune.c a tad

Completed in 316 milliseconds

1 2 3 4 5 6 7 8 9