HomeSort by relevance Sort by last modified time
    Searched defs:ASM (Results 1 - 10 of 10) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
win_asm.bat 3 set ASM="D:\Program Files\Microsoft Visual Studio 8\VC\ce\bin\x86_arm\armasm"
6 %ASM% %ASMFLAGS% h264bsd_interpolate_chroma_ver.s
7 %ASM% %ASMFLAGS% h264bsd_interpolate_chroma_hor.s
8 %ASM% %ASMFLAGS% h264bsd_interpolate_hor_half.s
9 %ASM% %ASMFLAGS% h264bsd_interpolate_hor_quarter.s
10 %ASM% %ASMFLAGS% h264bsd_interpolate_hor_ver_quarter.s
11 %ASM% %ASMFLAGS% h264bsd_interpolate_ver_half.s
12 %ASM% %ASMFLAGS% h264bsd_interpolate_ver_quarter.s
14 rem %ASM% %ASMFLAGS% h264bsd_interpolate_chroma_hor_ver.s
15 rem %ASM% %ASMFLAGS% h264bsd_interpolate_mid_hor.
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
GNUmakefile 16 ASM=gcc
52 $(ASM) -c -o $(OUTPUT_DIR)/bootsect.o $(MODULE_DIR)/bootsect.S
58 $(ASM) -c -o $(OUTPUT_DIR)/bs16.o $(MODULE_DIR)/bs16.S
64 $(ASM) -c -o $(OUTPUT_DIR)/bs32.o $(MODULE_DIR)/bs32.S
70 $(ASM) -c -o $(OUTPUT_DIR)/Gpt.o $(MODULE_DIR)/Gpt.S
76 $(ASM) -c -o $(OUTPUT_DIR)/Mbr.o $(MODULE_DIR)/Mbr.S
82 $(ASM) -c -o $(OUTPUT_DIR)/start.o $(MODULE_DIR)/start.S
88 $(ASM) -c -o $(OUTPUT_DIR)/start16.o $(MODULE_DIR)/start16.S
94 $(ASM) -c -o $(OUTPUT_DIR)/start32.o $(MODULE_DIR)/start32.S
100 $(ASM) -c -o $(OUTPUT_DIR)/start64.o $(MODULE_DIR)/start64.S
    [all...]
  /external/libpcap/msdos/
makefile 22 ASM = tasm.exe -t -l -mx -m2 -DDEBUG
56 .asm.obj:
57 $(ASM) $*.asm, $*.obj
59 .asm.o32:
60 $(ASM) -DDOSX=1 $*.asm, $*.o32
105 pkt_rx0.obj: msdos\pkt_rx0.asm
145 pkt_rx0.o32: msdos\pkt_rx0.asm
  /external/skia/src/jumper/
SkJumper.cpp 66 // Some platforms expect C "name" maps to asm "_name", others to "name".
68 #define ASM(name, suffix) sk_##name##_##suffix
70 #define ASM(name, suffix) _sk_##name##_##suffix
110 StartPipelineFn ASM(start_pipeline ,aarch64);
111 StartPipeline2dFn ASM(start_pipeline_2d,aarch64);
112 StageFn ASM(just_return,aarch64);
113 #define M(st) StageFn ASM(st,aarch64);
118 StartPipelineFn ASM(start_pipeline ,vfp4);
119 StartPipeline2dFn ASM(start_pipeline_2d,vfp4);
120 StageFn ASM(just_return,vfp4)
    [all...]
  /external/libvpx/libvpx/
libs.mk 15 ASM:=$(if $(filter yes,$(CONFIG_GCC)$(CONFIG_MSVS)),.asm.S,.asm)
17 ASM:=.asm
151 INSTALL-SRCS-$(CONFIG_CODEC_SRCS) += third_party/x86inc/x86inc.asm
152 INSTALL-SRCS-$(CONFIG_CODEC_SRCS) += vpx_dsp/x86/bitdepth_conversion_sse2.asm
205 third_party/x86inc/x86inc.asm \
206 vpx_config.asm \
207 vpx_ports/x86_abi_support.asm \
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmWriterEmitter.cpp 450 // Find the opcode # of inline asm.
766 std::pair<StringRef, StringRef> ASM = AsmString.split(' ');
768 while (!ASM.second.empty()) {
770 ASM = ASM.second.split(' ');
778 std::pair<StringRef, StringRef> ASM = AsmString.split('\t');
780 if (!ASM.second.empty()) {
781 size_t I = ASM.second.find('{');
782 StringRef Str = ASM.second;
784 Str = ASM.second.substr(I, ASM.second.find('|', I))
    [all...]
  /external/icu/icu4c/source/common/
ucnvisci.c 93 ASM = 0x46,
276 * | | | | | ASM | KND | | |
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetISCII.java 85 static final short ASM = 0x46;
177 * | | | | | ASM | KND | | |
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 2844 milliseconds