Searched refs:LIBNAME (Results 1 - 25 of 36) sorted by relevance

12

/external/libxaac/decoder/drc_src/
H A Dimpd_drc_definitions.h24 #define LIBNAME "IA_DRC" macro
/external/capstone/suite/arm/
H A DMakefile3 LIBNAME = capstone macro
6 ${CC} $< -O3 -Wall -l$(LIBNAME) -o $@
/external/capstone/suite/benchmark/
H A DMakefile3 LIBNAME = capstone macro
6 ${CC} $< -O3 -Wall -l$(LIBNAME) -o $@
/external/capstone/suite/fuzz/
H A DMakefile0 LIBNAME = capstone
4 ${CC} $< -O3 -Wall -l$(LIBNAME) -o $@
1 LIBNAME = capstone macro
/external/capstone/suite/regress/
H A DMakefile0 LIBNAME = capstone
4 ${CC} $< -O3 -Wall -l$(LIBNAME) -o $@
1 LIBNAME = capstone macro
/external/tensorflow/tensorflow/contrib/lite/java/src/main/java/org/tensorflow/lite/
H A DTensorFlowLite.java21 private static final String LIBNAME = "tensorflowlite_jni"; field in class:TensorFlowLite
33 System.loadLibrary(LIBNAME);
/external/rmi4utils/rmidevice/
H A DMakefile8 LIBNAME = librmidevice.so macro
10 LDFLAGS = -shared -Wl,-soname,$(LIBNAME)
12 all: $(LIBNAME) $(STATIC_LIBNAME)
14 $(LIBNAME): $(RMIDEVICEOBJ)
22 rm -f $(RMIDEVICEOBJ) $(LIBNAME)* $(STATIC_LIBNAME)*
/external/compiler-rt/test/builtins/timing/
H A Dashldi3.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)
H A Dashrdi3.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)
H A Dfloatdidf.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)
H A Dfloatdisf.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)
H A Dfloatdixf.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)
H A Dfloatundidf.c4 #ifndef LIBNAME
5 #define LIBNAME UNKNOWN macro
8 #define LIBSTRING LIBSTRINGX(LIBNAME)
H A Dfloatundisf.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)
H A Dfloatundixf.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)
H A Dlshrdi3.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)
H A Dnegdi2.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)
H A Ddivdi3.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)
H A Dmoddi3.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)
H A Dmodsi3.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)
H A Dmuldi3.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)
H A Dudivdi3.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)
H A Dumoddi3.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)
/external/libxaac/decoder/
H A Dixheaacd_definitions.h23 #define LIBNAME "IA_XHEAAC_DEC" macro
/external/capstone/tests/
H A DMakefile34 LIBNAME = capstone macro
57 ARCHIVE = $(LIBDIR)/$(LIBNAME).$(AR_EXT)
59 ARCHIVE = $(LIBDIR)/$(LIBNAME).$(AR_EXT)
61 ARCHIVE = $(LIBDIR)/lib$(LIBNAME).$(AR_EXT)
99 rm -rf $(OBJS) $(BINARY) $(TESTDIR)/*.exe $(TESTDIR)/*.static $(OBJDIR)/lib$(LIBNAME).* $(OBJDIR)/$(LIBNAME).*
134 $(CC) $(LDFLAGS) $< -l$(LIBNAME) -o $@

Completed in 351 milliseconds

12