HomeSort by relevance Sort by last modified time
    Searched defs:LD (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/clang/test/CodeGen/
mips64-f128-literal.c 3 typedef long double LD;
7 LD foo0() {
  /external/sonivox/arm-wt-22k/host_src/
arm-wt-22k.mak 5 # Set the paths to the tools (CC, AR, LD, etc.)
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
24 $(LD) -o $@ $(OBJS) libarm-wt-22k.a -lm
  /external/sonivox/arm-wt-22k/lib_src/
arm-wt-22k_lib.mak 5 # Set the paths to the tools (CC, AR, LD, etc.)
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
  /device/linaro/hikey/l-loader/
Makefile 4 LD=$(CROSS_COMPILE)ld
15 $(LD) -Bstatic -Tl-loader.lds -Ttext 0xf9800800 start.o -o loader
  /external/mesa3d/src/gallium/drivers/llvmpipe/
Makefile 72 LD=$(CXX)
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Scripts/uefi-aarch64-bootstrap/
Makefile 53 LD := $(CROSS_COMPILE)ld
61 $(LD) -o $@ --script=model1.lds
64 $(LD) -o $@ --script=model2.lds
67 $(LD) -o $@ --script=model3.lds
70 $(LD) -o $@ --script=model3f.lds
  /external/mesa3d/src/gallium/targets/xa-vmwgfx/
Makefile 36 LD=$(CXX)
39 LD=$(CXX)
41 LD=$(CC)
62 $(MKLIB) -o $(XA_LIB) -linker $(LD) -ldflags '$(LDFLAGS)' \
  /external/zlib/src/contrib/delphi/
zlibd32.mak 11 LD = bcc32
85 $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB)
88 $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB)
  /external/zlib/src/contrib/pascal/
zlibd32.mak 11 LD = bcc32
85 $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB)
88 $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB)
  /external/arm-neon-tests/
Makefile 26 LD.rvct := armlink
32 #LD.gccarm := $(LD.rvct)
34 LD.gccarm := $(CC.gccarm)
35 LDFLAGS.gccarm := $(CFLAGS.gccarm) -Tmop500-pm.ld
86 $(LD.rvct) $(LDFLAGS.rvct) --scatter $^ -o $@
98 # Building reference files with GCC/ARM. Link with GCC/ld.
110 $(LD.gccarm) $(LDFLAGS.gccarm) $^ -o $@
127 $(LD.rvct) $(LDFLAGS.rvct) --no_strict_wchar_size --scatter $^ -o $@
  /external/libyuv/files/include/libyuv/
macros_msa.h 30 #define LD(psrc) \
34 asm volatile("ld %[val_m], %[psrc_ld_m] \n" \
40 #define LD(psrc) \
95 #define LD(psrc) \
105 #define LD(psrc) \
  /external/lz4/contrib/djgpp/
Makefile 20 LD = $(CROSS)-gcc
56 $(LD) $< -L$(LDIR) -l$(LNK) $(LDFLAGS) $(LIBDEP) -o $@
70 $(LD) $(LDFLAGS) $(LOBJ) $(OBJ) -o $(EDIR)/$@
107 @echo "LD="$(LD)
  /external/mdnsresponder/mDNSWindows/Java/
makefile 41 LD = ld
48 CFLAGS_COMMON = -LD -DAUTO_CALLBACKS=0 -I. -I..\.. \
  /external/zlib/src/nintendods/
Makefile 70 export LD := $(CC)
74 export LD := $(CXX)
  /device/google/contexthub/firmware/app/
app.mk 170 LD := $(PREFIX)g++
240 $(LD) $(CFLAGS) $(CXX_FLAGS) $(LDFLAGS) $(OBJS) $(STATIC_LIBS) -o $@
  /external/aac/libFDK/include/
FDK_trigFcts.h 133 #define LD 9
148 int shift = (31-scale-LD-1);
160 if (s & ((1<<LD)<<1) ) {
164 if ( (s + (1<<LD)) & ((1<<LD)<<1) ) {
170 s &= (((1<<LD)<<1)-1); /* Modulo PI */
172 if (s > (1<<LD)) {
173 s = ((1<<LD)<<1) - s;
179 if (s > (1<<(LD-1))) {
182 s = (1<<LD)-s
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_format_interceptor_test.cc 46 static const unsigned LD = sizeof(long double);
114 testScanf("%ld", 1, L);
155 testScanf("%ms %Lf", 2, P, LD);
156 testScanf("s%Las", 1, LD);
175 testScanfNoGnuMalloc("s%Las", 1, LD);
  /external/libpng/contrib/pngminim/decoder/
makefile 6 LD=$(CC)
92 $(LD) -o pngm2pnm$(E) $(OBJS)
  /external/libpng/contrib/pngminim/encoder/
makefile 6 LD=$(CC)
91 $(LD) -o pnm2pngm$(E) $(OBJS)
  /external/libpng/contrib/pngminim/preader/
makefile 6 LD=$(CC)
107 $(LD) -o rpng2-x$(E) $(OBJS) $(LIBS)
  /external/clang/lib/Frontend/
ASTConsumers.cpp 412 LabelDecl *LD = cast<LabelDecl>(I);
413 Out << "<Label> " << *LD << '\n';
  /external/llvm/include/llvm/Support/
Allocator.h 423 long double LD;
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 299 static bool isValidIndexedLoad(const LoadSDNode *LD) {
300 ISD::MemIndexedMode AM = LD->getAddressingMode();
301 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD)
304 EVT VT = LD->getMemoryVT();
309 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 1)
315 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 2)
327 LoadSDNode *LD = cast<LoadSDNode>(N);
328 if (!isValidIndexedLoad(LD))
331 MVT VT = LD->getMemoryVT().getSimpleVT();
347 LD->getBasePtr(), LD->getChain()))
    [all...]
  /external/mdnsresponder/mDNSPosix/
Makefile 60 LD = ld -shared
94 LD = gcc -shared
105 LD = gcc -shared
150 LD = $(CC) -dynamiclib
257 @$(LD) $(LINKOPTS) -o $@ $+
271 @$(LD) $(LINKOPTS) -o $@ $+
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Allocator.h 231 long double LD;

Completed in 465 milliseconds

1 2 3 4