Searched refs:prefix (Results 1 – 12 of 12) sorted by relevance
/DragonOS/kernel/crates/intertrait/tests/ |
H A D | on-trait-impl-assoc-type3.rs | 14 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 D | compiler.h | 20 #define __compiletime_assert(condition, msg, prefix, suffix) … argument 27 … __noreturn extern void prefix##suffix(void) \ 30 … prefix##suffix(); \
|
/DragonOS/tools/ |
H A D | grub_auto_install.sh | 96 ./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 D | build_gcc_toolchain.sh | 151 …../${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 D | build.sh | 23 ${gmp_path}/configure --prefix=${PREFIX} --host=x86_64-dragonos || exit 1
|
/DragonOS/user/port/mpfr/4.1.1/ |
H A D | build.sh | 32 ${src_path}/configure --prefix=${PREFIX} --host=x86_64-dragonos || exit 1
|
/DragonOS/user/port/flex/2.6.4/ |
H A D | build.sh | 32 ${src_path}/configure --prefix=${PREFIX} --host=x86_64-dragonos || exit 1
|
/DragonOS/user/port/mpc/1.2.1/ |
H A D | build.sh | 30 ${mpc_path}/configure --prefix=${PREFIX} --host=x86_64-dragonos --target=x86_64-dragonos --with-mpf…
|
/DragonOS/user/port/binutils/2.38/ |
H A D | build.sh | 38 ${binutils_path}/configure --prefix=${PREFIX} --target=x86_64-dragonos --with-sysroot=${sys_root} -…
|
H A D | Dockerfile | 37 ./configure --prefix=/usr && \
|
/DragonOS/user/port/gcc/11.3.0/ |
H A D | build-hosted.sh | 43 ${gcc_path}/configure --prefix=${PREFIX} --target=x86_64-dragonos --with-sysroot=${sys_root} --disa…
|
/DragonOS/kernel/crates/rbpf/ |
H A D | README.md | 143 // called with EbpfVmMbuff:: prefix 146 // called with EbpfVmFixedMbuff:: prefix 151 // called with EbpfVmRaw:: prefix 154 // called with EbpfVmNoData:: prefix
|