Home
last modified time | relevance | path

Searched refs:O (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtsd.h121 #define O(n, t, nt) \ macro
124 #undef O
182 #define O(n, t, nt) \ macro
188 #undef O
191 #define O(n, t, nt) \ macro
201 #undef O
207 #define O(n, t, nt) \ macro
217 #undef O
220 #define O(n, t, nt) \ macro
226 #undef O
[all …]
/f-stack/dpdk/devtools/cocci/
H A Dmtod-offset.cocci6 expression M, O;
9 - rte_pktmbuf_mtod(M, char *) + O
10 + rte_pktmbuf_mtod_offset(M, char *, O)
12 - rte_pktmbuf_mtod(M, char *) - O
13 + rte_pktmbuf_mtod_offset(M, char *, -O)
21 - rte_pktmbuf_mtod(M, uint8_t *) + O
24 - rte_pktmbuf_mtod(M, uint8_t *) - O
61 expression M, O;
66 + rte_pktmbuf_mtod_offset(M, C, O)
68 - (rte_pktmbuf_mtod_offset(M, T, O))
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DMakefile.in42 O := @o@
290 -include $(C_SYM_OBJS:%.$(O)=%.d)
291 -include $(C_OBJS:%.$(O)=%.d)
292 -include $(CPP_OBJS:%.$(O)=%.d)
293 -include $(C_PIC_OBJS:%.$(O)=%.d)
514 rm -f $(C_SYM_OBJS:%.$(O)=%.d)
515 rm -f $(C_OBJS:%.$(O)=%.d)
516 rm -f $(CPP_OBJS:%.$(O)=%.d)
517 rm -f $(C_PIC_OBJS:%.$(O)=%.d)
520 rm -f $(C_JET_OBJS:%.$(O)=%.d)
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/cpm_qe/qe/
H A Dpar_io.txt1 * Parallel I/O Ports
3 This node configures Parallel I/O ports for CPUs with QE support.
5 device that using parallel I/O ports, a child node should be created.
12 - num-ports : number of Parallel I/O ports
26 the new device trees. Instead, each Par I/O bank should be represented
/f-stack/freebsd/contrib/device-tree/Bindings/arm/hisilicon/
H A Dhisilicon-low-pin-count.txt3 provides I/O access to some legacy ISA devices.
4 Hip06 is based on arm64 architecture where there is no I/O space. So, the
5 I/O ports here are not CPU addresses, and there is no 'ranges' property in
/f-stack/freebsd/contrib/device-tree/Bindings/pci/
H A Dnvidia,tegra20-pcie.txt42 - The remaining entries setup the mapping for the standard I/O, memory and
45 - 0x81000000: I/O memory region
71 - "default": active state, puts PCIe I/O out of deep power down state
72 - "idle": puts PCIe I/O into deep power down state
86 - vdd-pex-supply: Power supply for digital PCIe I/O. Must supply 1.05 V.
99 - vddio-pex-ctl-supply: Power supply for PCIe control I/O partition. Must
117 - vddio-pex-ctl-supply: Power supply for PCIe control I/O partition. Must
122 - hvddio-pex-supply: High-voltage supply for PCIe I/O and PCIe output
125 - vddio-pex-ctl-supply: Power supply for PCIe control I/O partition. Must
130 - dvdd-pex-supply: Power supply for digital PCIe I/O. Must supply 1.05 V.
[all …]
/f-stack/freebsd/mips/conf/
H A DBERI_TPAD.hints27 # I/O differ: the frame buffer accepts 16-bit I/O, and the touch input device
28 # requires 32-bit I/O.
/f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md50 | zpool_io_size | per-vdev I/O size histogram | zpool iostat -r |
51 | zpool_latency | per-vdev I/O latency histogram | zpool iostat -w |
117 An I/O is pending prior to being issued to the vdev. An active
118 I/O has been issued to the vdev. The scheduler and its tunable
148 ZFS tracks the latency of each I/O in the ZIO pipeline. This latency can
179 ZFS tracks I/O throughout the ZIO pipeline. The size of each I/O is used
180 to create a histogram of the size by I/O type and vdev. For example, a
184 The ZIO pipeline can aggregate I/O operations. For example, a contiguous
185 series of writes can be aggregated into a single, larger I/O to the leaf
186 vdev. The independent I/O operations reflect the logical operations and
[all …]
/f-stack/freebsd/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls2080a.dtsi125 ranges = <0x81000000 0x0 0x00000000 0x10 0x00010000 0x0 0x00010000 /* downstream I/O */
133 ranges = <0x81000000 0x0 0x00000000 0x12 0x00010000 0x0 0x00010000 /* downstream I/O */
141 ranges = <0x81000000 0x0 0x00000000 0x14 0x00010000 0x0 0x00010000 /* downstream I/O */
149 ranges = <0x81000000 0x0 0x00000000 0x16 0x00010000 0x0 0x00010000 /* downstream I/O */
/f-stack/freebsd/contrib/device-tree/Bindings/gpio/
H A Dgpio-pcf857x.txt1 * PCF857x-compatible I/O expanders
3 The PCF857x-compatible chips have "quasi-bidirectional" I/O lines that can be
44 The I/O expander can detect input state changes, and thus optionally act as
58 Example: PCF8575 I/O expander node
H A Dbrcm,xgs-iproc-gpio.yaml22 - description: the I/O address containing the GPIO controller registers.
23 - description: the I/O address containing the Chip Common A interrupt registers.
/f-stack/freebsd/contrib/ck/include/gcc/ppc/
H A Dck_pr.h220 #define CK_PR_UNARY(O, N, M, T, I, W) \ argument
222 ck_pr_##O##_##N(M *target) \
254 #define CK_PR_BINARY(O, N, M, T, I, W) \ argument
256 ck_pr_##O##_##N(M *target, T delta) \
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dnvidia,tegra210-i2s.yaml41 Sync input clock, which can act as clock source to other I/O
43 per bit clock rate. I/O module which wants to use this clock
46 some other I/O wants to reference from a particular I2Sx
/f-stack/app/nginx-1.16.1/auto/cc/
H A Dicc18 CFLAGS="$CFLAGS -O"
43 PCRE_OPT="-O $CPU_OPT"
47 ZLIB_OPT="-O $CPU_OPT"
H A Dgcc53 #NGX_GCC_OPT="-O"
140 # -W requires at least -O
141 CFLAGS="$CFLAGS ${NGX_GCC_OPT:--O} -W"
/f-stack/freebsd/contrib/ck/include/gcc/aarch64/
H A Dck_pr_lse.h168 #define CK_PR_UNARY(O, N, M, T, I, W, R, S) \ argument
170 ck_pr_##O##_##N(M *target) \
203 #define CK_PR_BINARY(O, N, M, T, S, W, R, I) \ argument
205 ck_pr_##O##_##N(M *target, T delta) \
H A Dck_pr_llsc.h194 #define CK_PR_UNARY(O, N, M, T, I, W, R) \ argument
196 ck_pr_##O##_##N(M *target) \
235 #define CK_PR_BINARY(O, N, M, T, I, W, R) \ argument
237 ck_pr_##O##_##N(M *target, T delta) \
/f-stack/freebsd/contrib/device-tree/Bindings/mips/cavium/
H A Dsata-uctl.txt3 UCTL is the bridge unit between the I/O interconnect (an internal bus)
6 registers on the CN71XX I/O space.
/f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/
H A Dguts.txt3 The global utilities block controls power management, I/O device
5 I/O signal configuration, alternate function selection for multiplexed
/f-stack/freebsd/contrib/ck/include/gcc/ppc64/
H A Dck_pr.h310 #define CK_PR_UNARY(O, N, M, T, I, W) \ argument
312 ck_pr_##O##_##N(M *target) \
345 #define CK_PR_BINARY(O, N, M, T, I, W) \ argument
347 ck_pr_##O##_##N(M *target, T delta) \
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dmicrochip,pic32-pinctrl.txt27 - microchip,digital: Enable digital I/O.
28 - microchip,analog: Enable analog I/O.
/f-stack/freebsd/contrib/device-tree/Bindings/security/tpm/
H A Dibmvtpm.txt9 sense code associated with this virtual I/O Adapters
21 associated with this virtual I/O Adapters
/f-stack/freebsd/contrib/device-tree/Bindings/mmc/
H A Dmmc-controller.yaml180 eMMC high-speed DDR mode (1.2V I/O) is supported.
185 eMMC high-speed DDR mode (1.8V I/O) is supported.
190 eMMC high-speed DDR mode (3.3V I/O) is supported.
195 eMMC HS200 mode (1.2V I/O) is supported.
200 eMMC HS200 mode (1.8V I/O) is supported.
205 eMMC HS400 mode (1.2V I/O) is supported.
210 eMMC HS400 mode (1.8V I/O) is supported.
255 waiting for I/O signalling and card power supply to be stable,
/f-stack/freebsd/contrib/zlib/contrib/
H A DREADME.contrib39 A C++ I/O streams interface to the zlib gz* functions
42 Another C++ I/O streams interface
46 Yet another C++ I/O streams interface
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Datmel-flexcom.txt10 I/O registers (without USART, TWI or SPI registers).
14 - ranges: Should be one range for the full I/O register region

12345678910>>...13