Searched refs:BASE (Results 1 - 25 of 55) sorted by relevance

123

/src/sys/arch/bebox/stand/boot_com0/
H A DMakefile3 BASE=boot_com0 macro
/src/sys/arch/bebox/stand/boot_vga/
H A DMakefile3 BASE=boot_vga macro
/src/sys/arch/prep/stand/boot_com0/
H A DMakefile3 BASE=boot_com0 macro
/src/sys/arch/prep/stand/boot_com0_vreset/
H A DMakefile3 BASE=boot_com0_vreset macro
/src/sys/arch/ews4800mips/stand/bootxx_bfs/
H A DMakefile3 BASE = bootxx_bfs macro
/src/sys/arch/ews4800mips/stand/bootxx_ustarfs/
H A DMakefile3 BASE = bootxx_ustarfs macro
/src/common/dist/zlib/
H A Dadler32.c10 #define BASE 65521U /* largest prime smaller than 65536 */ macro
12 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
23 /* note that this assumes BASE is 65521, where 65536 % 65521 == 15
34 if (a >= BASE) a -= BASE; \
52 if (a >= BASE) a -= BASE; \
55 # define MOD(a) a %= BASE
56 # define MOD28(a) a %= BASE
57 # define MOD63(a) a %= BASE
[all...]
/src/sys/arch/i386/stand/
H A DMakefile.booters41 CLEANFILES+= ${STARTFILE} ${BASE}.list
77 CLEANFILES+= ${BASE}.sym
78 ${BASE}.sym: ${STARTFILE} ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} ${LIBI386}
80 ${CC} -o ${BASE}.sym ${LDFLAGS} -Wl,-Ttext,${RELOC} \
81 ${STARTFILE} ${OBJS} ${LIBLIST} >${BASE}.list
83 CLEANFILES+= ${BASE}.com
84 ${BASE}.com: ${STARTFILE} ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} ${LIBI386}
86 ${CC} -o ${BASE}.sym ${LDFLAGS} -Wl,-Ttext,${RELOC} \
87 ${STARTFILE} ${OBJS} ${LIBLIST} >${BASE}.list
88 ${OBJCOPY} -O binary ${BASE}
[all...]
/src/sys/arch/x68k/stand/loadbsd/
H A DMakefile5 BASE= loadbsd macro
6 PROG= ${BASE}.x # Human68k ".x" executable
35 CLEANFILES+= ${BASE}1 ${BASE}2
37 ${PROG}: ${BASE}1 ${BASE}2
39 ${AOUT2HUX} -o ${.TARGET} ${BASE}1 11000 ${BASE}2 22000
44 ${BASE}${i}: ${OBJS} ${LIBDOS}/libdos.a ${LIBIOCS}/libiocs.a
/src/sys/arch/i386/stand/pxeboot/
H A DMakefile5 BASE?= pxeboot_ia32 macro
6 PROG= ${BASE}.bin
11 .if (${BASE} != "pxeboot_ia32")
30 .if (${BASE} == "pxeboot_ia32")
47 .if (${BASE} == "pxeboot_ia32_com0")
73 .if (${BASE} == "pxeboot_ia32")
/src/games/phantasia/
H A Dmacros.h7 #define ROLL(BASE,INTERVAL) floor((BASE) + (INTERVAL) * drandom())
/src/libexec/httpd/
H A DMakefile94 BASE=bozohttpd-${BOZOVER} macro
95 TAR=${BASE}.tar
99 mkdir ${BASE}; \
100 ( cd ${BASE} || exit; \
104 pax -wf ${TAR} ${BASE}; \
/src/sys/arch/bebox/stand/boot/
H A DMakefile19 BASE?= boot macro
20 PROG= ${BASE}
40 .if (${BASE} == "boot")
42 .elif (${BASE} == "boot_com0")
44 .elif (${BASE} == "boot_vga")
/src/sys/arch/prep/stand/boot/
H A DMakefile17 BASE?= boot macro
18 PROG= ${BASE}
37 .if (${BASE} == "boot")
39 .elif (${BASE} == "boot_com0")
41 .elif (${BASE} == "boot_com0_vreset")
/src/sys/arch/evbarm/stand/gzboot/
H A DMakefile.gzboot11 BASE= gzboot_${PLATFORM}_${RELOC}
12 PROGSYM=${BASE}.sym
13 PROG= ${BASE}.bin
62 CLEANFILES+= ${STARTFILE} ${BASE}.list
110 ${OBJS} ${LIBLIST} > ${BASE}.list
/src/sys/arch/ews4800mips/stand/
H A DMakefile.bootxx15 PROG = ${BASE}
53 ${OBJCOPY} -O binary ${PROG}.elf ${BASE}.bin
54 ls -al ${BASE}.bin
55 dd if=${BASE}.bin of=${PROG}.tmp bs=4096 conv=sync
58 # -rm -f ${BASE}.tmp
/src/sys/arch/i386/stand/dosboot/
H A DMakefile5 BASE= dosboot macro
6 PROG= ${BASE}.com
/src/games/trek/
H A Dram.c79 case BASE:
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Ddcn20_vmid.h36 #define BASE(seg) \ macro
40 .reg_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
/src/sys/arch/rs6000/stand/boot/
H A DMakefile18 BASE?= boot macro
19 PROG= ${BASE}
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/dce120/
H A Damdgpu_hw_factory_dce120.c62 #define BASE(seg) \ macro
66 BASE(mm ## reg_name ## _BASE_IDX) + mm ## reg_name
69 BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/dcn10/
H A Damdgpu_hw_factory_dcn10.c59 #define BASE(seg) \ macro
63 BASE(mm ## reg_name ## _BASE_IDX) + mm ## reg_name
66 BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/dcn20/
H A Damdgpu_hw_factory_dcn20.c60 #define BASE(seg) BASE_INNER(seg) macro
65 BASE(mm ## reg_name ## _BASE_IDX) + mm ## reg_name
71 BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/dcn21/
H A Damdgpu_hw_factory_dcn21.c58 #define BASE(seg) BASE_INNER(seg) macro
63 BASE(mm ## reg_name ## _BASE_IDX) + mm ## reg_name
69 BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
/src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/src/
H A Ddmub_reg.h37 #define BASE(seg) BASE_INNER(seg) macro
39 #define REG_OFFSET(reg_name) (BASE(mm##reg_name##_BASE_IDX) + mm##reg_name)

Completed in 20 milliseconds

123