| /src/usr.bin/make/unit-tests/ |
| varmod-sysv.exp | 7 pre-middle-suffix = "pre-middle-suffix" 11 pre-middle-suffix =NS "pre-middle-suffixNS" 15 pre-middle-suffix =% "pre-middle-suffix%" 19 pre-middle-suffix =%NS "pre-middle-suffix%NS" 23 pre-middle-suffix =NPre% "pre-middle-suffixNPre% [all...] |
| dir.exp | 10 Expanding "{pre-,}{patch,configure}"... Expanding "pre-{patch,configure}"... pre-patch pre-configure 11 Expanding "{patch,configure}"... pre-patch pre-configure patch configure 12 pre-patch pre-configure patch configure 35 : pre-patch 36 : pre-configur [all...] |
| archive.mk | 38 create-archive: ${ARCHIVE} pre post 44 ${ARCHIVE}: $${:Ulibprog.a}(archive.mk modmisc.mk $${:Uvarmisc.mk}) pre post 48 list-archive: ${ARCHIVE} pre post 55 list-archive-wildcard: ${ARCHIVE}([at]*.mk) pre post 60 # expect+1: Error in source archive spec "libprog.a${UNDEF}(archive.mk) pre post" 61 list-archive-undef-archive: ${ARCHIVE}$${UNDEF}(archive.mk) pre post 68 list-archive-undef-member: ${ARCHIVE}(archive$${UNDEF}.mk) pre post 72 depend-on-existing-member: ${ARCHIVE}(archive.mk) pre post 75 depend-on-nonexistent-member: ${ARCHIVE}(nonexistent.mk) pre post 78 remove-archive: pre pos 81 pre: .USEBEFORE target [all...] |
| dir.mk | 57 all: {pre-,}{patch,configure} 59 pre-patch patch pre-configure configure: 93 .PHONY: pre-patch patch pre-configure configure
|
| directive-if-nested.mk | 4 # .if directives is pre-allocated, any deeper nesting is reallocated.
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| imx6qp.dtsi | 22 pre1: pre@21c8000 { 23 compatible = "fsl,imx6qp-pre"; 31 pre2: pre@21c9000 { 32 compatible = "fsl,imx6qp-pre"; 40 pre3: pre@21ca000 { 41 compatible = "fsl,imx6qp-pre"; 49 pre4: pre@21cb000 { 50 compatible = "fsl,imx6qp-pre";
|
| qcom-pmx55.dtsi | 45 qcom,pre-scaling = <1 1>; 51 qcom,pre-scaling = <1 1>; 57 qcom,pre-scaling = <1 1>; 63 qcom,pre-scaling = <1 1>;
|
| ste-hrefprev60-tvk.dts | 12 model = "ST-Ericsson HREF (pre-v60) and TVK1281618 R2 UIB";
|
| /src/sys/arch/arm/sunxi/ |
| sunxi_ccu_prediv.c | 45 u_int rate, pre, div, sel; local in function:sunxi_ccu_prediv_get_rate 61 pre = __SHIFTOUT(val, prediv->prediv); 63 pre = 0; 76 pre = prediv->prediv_fixed; 78 pre++; 81 pre *= 2; 84 return rate / pre / div;
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
| pm660.dtsi | 86 qcom,pre-scaling = <1 1>; 92 qcom,pre-scaling = <1 1>; 98 qcom,pre-scaling = <1 1>; 103 qcom,pre-scaling = <1 1>; 111 qcom,pre-scaling = <1 1>; 119 qcom,pre-scaling = <1 1>; 127 qcom,pre-scaling = <1 1>; 135 qcom,pre-scaling = <1 1>; 143 qcom,pre-scaling = <1 1>; 152 qcom,pre-scaling = <1 3> [all...] |
| pms405.dtsi | 93 qcom,pre-scaling = <1 1>; 98 qcom,pre-scaling = <1 1>; 103 qcom,pre-scaling = <1 3>; 108 qcom,pre-scaling = <1 1>; 115 qcom,pre-scaling = <1 1>; 122 qcom,pre-scaling = <1 1>; 129 qcom,pre-scaling = <1 1>;
|
| pm8150b.dtsi | 81 qcom,pre-scaling = <1 1>; 87 qcom,pre-scaling = <1 1>; 93 qcom,pre-scaling = <1 1>; 99 qcom,pre-scaling = <1 1>;
|
| pm8150l.dtsi | 75 qcom,pre-scaling = <1 1>; 81 qcom,pre-scaling = <1 1>; 87 qcom,pre-scaling = <1 1>;
|
| pmm8155au_1.dtsi | 82 qcom,pre-scaling = <1 1>; 88 qcom,pre-scaling = <1 1>; 94 qcom,pre-scaling = <1 1>;
|
| /src/lib/libc/locale/ |
| _wcstod.h | 46 #define INT_NAME_(pre, middle, post) pre ## middle ## post 47 #define INT_NAME(pre, middle, post) INT_NAME_(pre, middle, post)
|
| _wcstoul.h | 48 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post 49 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post)
|
| _wcstol.h | 49 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post 50 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post)
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
| mmio_context.h | 49 void intel_gvt_switch_mmio(struct intel_vgpu *pre,
|
| mmio_context.c | 397 static void switch_mocs(struct intel_vgpu *pre, struct intel_vgpu *next, 413 dev_priv = pre ? pre->gvt->dev_priv : next->gvt->dev_priv; 420 if (!pre && !gen9_render_mocs.initialized) 425 if (pre) 426 old_v = vgpu_vreg_t(pre, offset); 443 if (pre) 444 old_v = vgpu_vreg_t(pre, l3_offset); 473 static void switch_mmio(struct intel_vgpu *pre, 482 dev_priv = pre ? pre->gvt->dev_priv : next->gvt->dev_priv [all...] |
| /src/sys/dev/rcons/ |
| raster_op.c | 103 ** the source code 16 times smaller. The pre and pst args are code 113 #define ROP_DST(op,pre,d,pst) \ 117 pre \ 122 pre \ 130 pre \ 138 #define ROP_DSTCOLOR(op,pre,d,c,pst) \ 142 pre \ 147 pre \ 155 pre \ 163 #define ROP_SRCDST(op,pre,s,d,pst) [all...] |
| /src/common/lib/libc/stdlib/ |
| _strtoul.h | 50 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post 51 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post)
|
| _strtoi.h | 59 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post 60 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post)
|
| _strtol.h | 50 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post 51 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post)
|
| /src/usr.bin/time/ |
| time.c | 208 prts(const char *pre, const char *decpt, const struct timespec *ts, 212 (void)fprintf(stderr, "%s%9lld%s%02ld%s", pre, (long long)ts->tv_sec, 217 prtv(const char *pre, const char *decpt, const struct timeval *tv, 221 (void)fprintf(stderr, "%s%9lld%s%02ld%s", pre, (long long)tv->tv_sec,
|
| /src/usr.bin/gzip/ |
| unbzip2.c | 35 unbzip2(int in, int out, char *pre, size_t prelen, off_t *bytes_in) 60 bzs.next_in = pre;
|