/external/dropbear/libtommath/etc/ |
makefile | 4 # LIBNAME=-ltommath 6 # libname when you can't install the lib with install 7 LIBNAME=../libtommath.a 11 $(CC) pprime.o $(LIBNAME) -o pprime 15 $(CC) tune.o $(LIBNAME) -o tune 20 $(CC) -DX86_TIMER $(CFLAGS) tune.c timer.o $(LIBNAME) -o tune86 25 $(CC) -DX86_TIMER $(CFLAGS) tune.c timer.o $(LIBNAME) -o tune86 30 $(CC) -DX86_TIMER $(CFLAGS) tune.c timer.o $(LIBNAME) -o tune86l 34 $(CC) mersenne.o $(LIBNAME) -o mersenne 38 $(CC) drprime.o $(LIBNAME) -o drprim [all...] |
/external/compiler-rt/test/timing/ |
ashldi3.c | 8 #ifndef LIBNAME 9 #define LIBNAME UNKNOWN 12 #define LIBSTRING LIBSTRINGX(LIBNAME)
|
ashrdi3.c | 8 #ifndef LIBNAME 9 #define LIBNAME UNKNOWN 12 #define LIBSTRING LIBSTRINGX(LIBNAME)
|
floatdidf.c | 8 #ifndef LIBNAME 9 #define LIBNAME UNKNOWN 12 #define LIBSTRING LIBSTRINGX(LIBNAME)
|
floatdisf.c | 8 #ifndef LIBNAME 9 #define LIBNAME UNKNOWN 12 #define LIBSTRING LIBSTRINGX(LIBNAME)
|
floatdixf.c | 8 #ifndef LIBNAME 9 #define LIBNAME UNKNOWN 12 #define LIBSTRING LIBSTRINGX(LIBNAME)
|
floatundidf.c | 4 #ifndef LIBNAME 5 #define LIBNAME UNKNOWN 8 #define LIBSTRING LIBSTRINGX(LIBNAME)
|
floatundisf.c | 8 #ifndef LIBNAME 9 #define LIBNAME UNKNOWN 12 #define LIBSTRING LIBSTRINGX(LIBNAME)
|
floatundixf.c | 8 #ifndef LIBNAME 9 #define LIBNAME UNKNOWN 12 #define LIBSTRING LIBSTRINGX(LIBNAME)
|
lshrdi3.c | 8 #ifndef LIBNAME 9 #define LIBNAME UNKNOWN 12 #define LIBSTRING LIBSTRINGX(LIBNAME)
|
negdi2.c | 8 #ifndef LIBNAME 9 #define LIBNAME UNKNOWN 12 #define LIBSTRING LIBSTRINGX(LIBNAME)
|
divdi3.c | 8 #ifndef LIBNAME 9 #define LIBNAME UNKNOWN 12 #define LIBSTRING LIBSTRINGX(LIBNAME)
|
moddi3.c | 8 #ifndef LIBNAME 9 #define LIBNAME UNKNOWN 12 #define LIBSTRING LIBSTRINGX(LIBNAME)
|
muldi3.c | 8 #ifndef LIBNAME 9 #define LIBNAME UNKNOWN 12 #define LIBSTRING LIBSTRINGX(LIBNAME)
|
udivdi3.c | 8 #ifndef LIBNAME 9 #define LIBNAME UNKNOWN 12 #define LIBSTRING LIBSTRINGX(LIBNAME)
|
umoddi3.c | 8 #ifndef LIBNAME 9 #define LIBNAME UNKNOWN 12 #define LIBSTRING LIBSTRINGX(LIBNAME)
|
/external/dhcpcd/mk/ |
sys.mk | 14 LIBNAME?= ${_LIBNAME}$(shell ${_LIBNAME_SH})
|
prog.mk | 14 echo "${LINK_RPATH}=${PREFIX}/${LIBNAME}"; \
|
/external/expat/amiga/ |
expat_lib.c | 37 #define LIBNAME "expat.library" 56 struct Interface *openInterface(struct ExecIFace *IExec, CONST_STRPTR libName, uint32 libVer); 117 LIBNAME, // rt_Name 133 libBase->libNode.lib_Node.ln_Name = LIBNAME; 227 struct Interface *openInterface(struct ExecIFace *IExec, CONST_STRPTR libName, uint32 libVer) 229 struct Library *base = IExec->OpenLibrary(libName, libVer);
|
/external/libcap-ng/libcap-ng-0.7/ |
libcap-ng.spec | 66 LIBNAME=$(basename $VLIBNAME) 67 ln -s ../../%{_lib}/$LIBNAME $RPM_BUILD_ROOT%{_libdir}/%{name}.so
|
/ndk/build/tools/ |
gen-platforms.sh | 381 dump "ERROR: Can't generate shared library for: $LIBNAME" 391 dump "ERROR: Can't copy shared library for: $LIBNAME"
|
/external/icu4c/tools/pkgdata/ |
pkgdata.cpp | 78 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, const UBool reverseExt, UBool noVersion); 106 LIBNAME, 148 /*18*/ UOPTION_DEF( "libname", 'L', UOPT_REQUIRES_ARG), 364 if(options[LIBNAME].doesOccur) { /* get libname from shortname, or explicit -L parameter */ 365 o.libName = options[LIBNAME].value; 367 o.libName = o.shortName; 646 /* Using the base libName and version number, generate the library file names. */ 647 createFileNames(o, mode, version_major, o->version == NULL ? "" : o->version, o->libName, reverseExt, noVersion) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/ |
arm.h | [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/ |
arm.h | [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/ |
arm.h | [all...] |