Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 12 of 12) sorted by relevance

/DragonOS/kernel/crates/intertrait/tests/
H A Don-trait-impl-assoc-type3.rs14 fn concat(&self, prefix: T, a: Self::I1, b: Self::I2) -> String; in concat()
22 fn concat(&self, prefix: String, a: Self::I1, b: Self::I2) -> String { in concat()
23 format!("{}: {} - {}", prefix, a, b) in concat()
/DragonOS/kernel/src/common/
H A Dcompiler.h20 #define __compiletime_assert(condition, msg, prefix, suffix) … argument
27 … __noreturn extern void prefix##suffix(void) \
30prefix##suffix(); \
/DragonOS/tools/
H A Dgrub_auto_install.sh96 ./configure --target=i386 --prefix=${grub_dir_i386_legacy} --disable-werror || exit 1
106 …./configure --target=i386 --with-platform=efi --prefix=${grub_dir_i386_efi} --disable-werror || ex…
116 …./configure --target=x86_64 --with-platform=efi --prefix=${grub_dir_x86_64_efi} --disable-werror |…
H A Dbuild_gcc_toolchain.sh151 …../${BIN_UTILS}/configure --target=$TARGET --prefix="$PREFIX" --with-sysroot --disable-nls --disab…
182 …../${GCC_FILE}/configure --target=$TARGET --prefix="$PREFIX" --disable-nls --enable-languages=c,c+…
/DragonOS/user/port/gmp/6.2.1/
H A Dbuild.sh23 ${gmp_path}/configure --prefix=${PREFIX} --host=x86_64-dragonos || exit 1
/DragonOS/user/port/mpfr/4.1.1/
H A Dbuild.sh32 ${src_path}/configure --prefix=${PREFIX} --host=x86_64-dragonos || exit 1
/DragonOS/user/port/flex/2.6.4/
H A Dbuild.sh32 ${src_path}/configure --prefix=${PREFIX} --host=x86_64-dragonos || exit 1
/DragonOS/user/port/mpc/1.2.1/
H A Dbuild.sh30 ${mpc_path}/configure --prefix=${PREFIX} --host=x86_64-dragonos --target=x86_64-dragonos --with-mpf…
/DragonOS/user/port/binutils/2.38/
H A Dbuild.sh38 ${binutils_path}/configure --prefix=${PREFIX} --target=x86_64-dragonos --with-sysroot=${sys_root} -…
H A DDockerfile37 ./configure --prefix=/usr && \
/DragonOS/user/port/gcc/11.3.0/
H A Dbuild-hosted.sh43 ${gcc_path}/configure --prefix=${PREFIX} --target=x86_64-dragonos --with-sysroot=${sys_root} --disa…
/DragonOS/kernel/crates/rbpf/
H A DREADME.md143 // called with EbpfVmMbuff:: prefix
146 // called with EbpfVmFixedMbuff:: prefix
151 // called with EbpfVmRaw:: prefix
154 // called with EbpfVmNoData:: prefix