/third_party/littlefs/ |
D | Makefile | 30 ASM := $(SRC:%.c=$(BUILDDIR)%.s) macro 66 asm: $(ASM) 113 rm -f $(ASM)
|
/third_party/boost/tools/build/src/tools/types/ |
D | asm.jam | 4 type ASM : s S asm ;
|
/third_party/uboot/u-boot-2020.01/drivers/net/mscc_eswitch/ |
D | servalt_switch.c | 105 ASM, enumerator 154 priv->regs[ASM] + ASM_CFG_PORT(CPU_PORT)); in servalt_cpu_capture_setup() 234 ram_init(0x3, priv->regs[ASM] + ASM_RAM_CTRL_RAM_INIT); in servalt_switch_init() 240 writel(0x1, priv->regs[ASM] + ASM_CFG_STAT_CFG); in servalt_switch_init()
|
D | jr2_switch.c | 245 ASM, enumerator 285 priv->regs[ASM] + ASM_CFG_PORT(CPU_PORT)); in jr2_cpu_capture_setup() 634 ram_init(0x3, priv->regs[ASM] + ASM_RAM_CTRL_RAM_INIT); in jr2_switch_init() 640 writel(0x1, priv->regs[ASM] + ASM_CFG_STAT_CFG); in jr2_switch_init()
|
/third_party/zlib/contrib/masmx86/ |
D | readme.txt | 4 This directory contains ASM implementations of the functions
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/masmx86/ |
D | readme.txt | 4 This directory contains ASM implementations of the functions
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/masmx86/ |
D | readme.txt | 4 This directory contains ASM implementations of the functions
|
/third_party/python/Modules/_decimal/libmpdec/ |
D | bits.h | 101 #elif defined(ASM)
|
D | typearith.h | 206 #elif defined(ASM) 463 #elif defined(ASM)
|
D | umodarith.h | 398 #if defined(ASM)
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/masmx64/ |
D | readme.txt | 3 This directory contains ASM implementations of the functions
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/masmx64/ |
D | readme.txt | 3 This directory contains ASM implementations of the functions
|
/third_party/zlib/contrib/masmx64/ |
D | readme.txt | 3 This directory contains ASM implementations of the functions
|
/third_party/skia/buildtools/third_party/libunwind/ |
D | BUILD.gn | 50 # ASM sources
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | integer.inl | 12 //Equivalent to return findMSB(vec); but save one function call in ASM with VC
|
/third_party/boringssl/src/crypto/fipsmodule/ |
D | CMakeLists.txt | 139 # If OPENSSL_NO_ASM was defined then ASM will not have been enabled, but in 142 enable_language(ASM)
|
/third_party/uboot/u-boot-2020.01/arch/mips/dts/ |
D | mscc,servalt.dtsi | 156 <0x01120000 0x10000>, // ASM
|
D | mscc,jr2.dtsi | 240 <0x01410000 0x10000>, // ASM
|
/third_party/ffmpeg/libavcodec/x86/ |
D | exrdsp.asm | 6 ;* port to ASM by Jokyo Images support by CNC - French National Center for Cinema
|
/third_party/boost/tools/build/src/tools/ |
D | embarcadero.jam | 429 flags embarcadero.asm .ASM $(condition) : $(assembler) ; 550 generators.register-c-compiler embarcadero.compile.asm : ASM : OBJ : <toolset>embarcadero <address-… 551 generators.register-standard embarcadero.asm : ASM : OBJ : <toolset>embarcadero <address-model>32 ; 631 $(.ASM) $(.ASMFLAGS) $(USER_OPTIONS) "$(>)" $(.ASMOUTPUT) "$(<)"
|
D | clang-win.jam | 174 toolset.flags clang-win.compile .ASM $(cond) : $(assembler) -nologo -c -Zp4 -Cp -Cx ;
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
D | LanguageTag.java | 27 ASM("Assamese", "asm"), enumConstant
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
D | LanguageTag.java | 27 ASM("Assamese", "asm"), enumConstant
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/ |
D | CMakeLists.txt | 202 enable_language(ASM) 267 enable_language(ASM)
|
/third_party/openssl/crypto/ec/asm/ |
D | x25519-x86_64.pl | 83 if (!$addx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) && 88 if (!$addx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
|