Home
last modified time | relevance | path

Searched refs:K (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/f-stack/freebsd/contrib/ck/include/gcc/x86/
H A Dck_pr.h251 CK_PR_UNARY(K, ptr, void, char, #K "l") \
252 CK_PR_UNARY_S(K, char, char, #K "b") \
253 CK_PR_UNARY_S(K, int, int, #K "l") \
255 CK_PR_UNARY_S(K, 32, uint32_t, #K "l") \
256 CK_PR_UNARY_S(K, 16, uint16_t, #K "w") \
257 CK_PR_UNARY_S(K, 8, uint8_t, #K "b")
292 CK_PR_BINARY_S(K, char, char, #K "b") \
293 CK_PR_BINARY_S(K, int, int, #K "l") \
295 CK_PR_BINARY_S(K, 32, uint32_t, #K "l") \
297 CK_PR_BINARY_S(K, 8, uint8_t, #K "b")
[all …]
/f-stack/freebsd/contrib/ck/include/gcc/x86_64/
H A Dck_pr.h350 CK_PR_UNARY(K, ptr, void, char, #K "q") \
351 CK_PR_UNARY_S(K, char, char, #K "b") \
352 CK_PR_UNARY_S(K, int, int, #K "l") \
353 CK_PR_UNARY_S(K, uint, unsigned int, #K "l") \
354 CK_PR_UNARY_S(K, 64, uint64_t, #K "q") \
355 CK_PR_UNARY_S(K, 32, uint32_t, #K "l") \
356 CK_PR_UNARY_S(K, 16, uint16_t, #K "w") \
357 CK_PR_UNARY_S(K, 8, uint8_t, #K "b")
593 CK_PR_BT_S(K, int, int, #K "l %2, %0") \
594 CK_PR_BT_S(K, 64, uint64_t, #K "q %2, %0") \
[all …]
/f-stack/freebsd/contrib/ck/include/gcc/
H A Dck_pr.h239 #define CK_PR_BINARY(K, S, M, T) \ argument
241 ck_pr_##K##_##S(M *target, T d) \
247 #define CK_PR_BINARY_S(K, S, T) CK_PR_BINARY(K, S, T, T) argument
249 #define CK_PR_GENERATE(K) \ argument
250 CK_PR_BINARY(K, ptr, void, void *) \
251 CK_PR_BINARY_S(K, char, char) \
252 CK_PR_BINARY_S(K, int, int) \
254 CK_PR_BINARY_S(K, 64, uint64_t) \
255 CK_PR_BINARY_S(K, 32, uint32_t) \
256 CK_PR_BINARY_S(K, 16, uint16_t) \
[all …]
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt2144 Non-Debug Version: 143.1K Code, 60.0K Data, 203.1K Total
2145 Debug Version: 204.0K Code, 84.3K Data, 288.3K Total
2147 Non-Debug Version: 141.7K Code, 58.5K Data, 200.2K Total
2148 Debug Version: 207.5K Code, 82.7K Data, 290.2K Total
2250 Non-Debug Version: 141.7K Code, 58.5K Data, 200.2K Total
2251 Debug Version: 207.5K Code, 82.7K Data, 290.2K Total
2253 Non-Debug Version: 137.4K Code, 52.6K Data, 190.0K Total
2254 Debug Version: 201.5K Code, 82.2K Data, 283.7K Total
18202 Non-Debug Version: 65K Code, 5K Data, 70K Total
18203 (Previously 69K) Debug Version: 138K Code, 58K Data, 196K
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/rtc/
H A Darmada-380-rtc.txt1 * Real Time Clock of the Armada 38x/7K/8K SoCs
3 RTC controller for the Armada 38x, 7K and 8K SoCs
8 "marvell,armada-8k-rtc" for Aramda 7K/8K SoCs
/f-stack/freebsd/netinet/cc/
H A Dcc_cubic.h142 int64_t s, K; in cubic_k() local
145 K = s = 0; in cubic_k()
162 K = (((s * 275) >> CUBIC_SHIFT) + 98) - in cubic_k()
166 return (K <<= p); in cubic_k()
176 cubic_cwnd(int ticks_since_cong, unsigned long wmax, uint32_t smss, int64_t K) in cubic_cwnd() argument
183 cwnd = (((int64_t)ticks_since_cong << CUBIC_SHIFT) - (K * hz)) / hz; in cubic_cwnd()
H A Dcc_cubic.c86 int64_t K; member
160 cubic_data->K = 0; in cubic_ack_received()
166 cubic_data->K = cubic_k(cubic_data->max_cwnd / in cubic_ack_received()
190 CCV(ccv, t_maxseg), cubic_data->K); in cubic_ack_received()
221 cubic_data->K = cubic_k(cubic_data->max_cwnd / in cubic_ack_received()
244 cubic_data->K = cubic_k(cubic_data->max_cwnd / CCV(ccv, t_maxseg)); in cubic_after_idle()
295 cubic_data->K = cubic_k(cubic_data->max_cwnd / mss); in cubic_cong_signal()
306 cubic_data->K = cubic_k(cubic_data->max_cwnd / mss); in cubic_cong_signal()
330 cubic_data->K = cubic_k(cubic_data->max_cwnd / mss); in cubic_cong_signal()
/f-stack/freebsd/contrib/ck/include/
H A Dck_pr.h207 #define CK_PR_BIN(K, S, M, T, P, C) \ argument
209 ck_pr_##K##_##S(M *target, T value) \
224 #define CK_PR_BIN_S(K, S, T, P) CK_PR_BIN(K, S, T, T, P, T) argument
490 #define CK_PR_BTX_S(K, S, T, P, R) CK_PR_BTX(K, S, T, T, P, T, R) argument
609 #define CK_PR_UNARY(K, X, S, M, T) \ argument
611 ck_pr_##K##_##S(M *target) \
641 #define CK_PR_UNARY_S(K, X, S, M) CK_PR_UNARY(K, X, S, M, M) argument
644 CK_PR_UNARY_Z_STUB(K, S, M)
890 #define CK_PR_N(K, S, M, T, P, C) \ argument
892 ck_pr_##K##_##S(M *target) \
[all …]
H A Dck_rhs.h108 #define CK_RHS_HASH(T, F, K) F((K), (T)->seed) argument
H A Dck_hs.h110 #define CK_HS_HASH(T, F, K) F((K), (T)->seed) argument
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Dmarvell,armada-8k-pic.txt1 Marvell Armada 7K/8K PIC Interrupt controller
5 controller available on the Marvell Armada 7K/8K ARM64 SoCs, and
/f-stack/freebsd/contrib/device-tree/src/arm64/marvell/
H A Darmada-common.dtsi6 /* Common definitions used by Armada 7K/8K DTs */
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_015_neg.ksh59 --bs 8K --size 8K --name slog-test
H A Dslog_replay_volume.ksh135 log_must fallocate --punch-hole -l 128K -o 512K $MNTPNT/discard
136 log_must fallocate --punch-hole -l 512K -o 1M $MNTPNT/discard
/f-stack/freebsd/contrib/device-tree/src/powerpc/
H A Dsbc8548-pre.dtsi34 d-cache-size = <0x8000>; // L1, 32K
35 i-cache-size = <0x8000>; // L1, 32K
/f-stack/dpdk/examples/ip_pipeline/examples/
H A Dflow_crypto.cli23 mempool MEMPOOL0 buffer 2304 pool 32K cache 256 cpu 1
42 pipeline PIPELINE0 table match hash ext key 8 mask FFFFFFFF00000000 offset 282 buckets 1K size 4K a…
H A Dflow.cli25 mempool MEMPOOL0 buffer 2304 pool 32K cache 256 cpu 0
47 …ch hash ext key 16 mask 00FF0000FFFFFFFFFFFFFFFFFFFFFFFF offset 278 buckets 16K size 65K action AP0
/f-stack/freebsd/contrib/device-tree/Bindings/display/
H A Dtruly,nt35597.txt4 for use in the 2K display on the Qualcomm SDM845 MTP board.
7 - compatible: should be "truly,nt35597-2K-display"
30 compatible = "truly,nt35597-2K-display";
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_004_pos.ksh65 log_must dd if=/dev/urandom of=$TESTDIR/testfile bs=1K count=2
68 log_must dd if=$DEV_RDSKDIR/${DISK[0]} of=$DEV_RDSKDIR/${DISK[1]} bs=1K count=256 conv=notrunc
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/
H A Dalloc_class_012_pos.ksh81 log_must zfs create -o special_small_blocks=32K -o recordsize=32K \
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dimx53-usbarmory.dts124 * 3 - GPIO5[26], pull-down 100K
125 * 4 - GPIO5[27], pull-down 100K
126 * 5 - TX, pull-up 100K
127 * 6 - RX, pull-up 100K
128 * 7 - GPIO5[30], pull-down 100K
/f-stack/dpdk/doc/guides/nics/
H A Datlantic.rst21 - Jumbo Frame up to 16K
42 Atlantic NIC supports up to 16K jumbo frame size
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dro_props_001_pos.ksh48 set -A values filesystem volume snapshot -3 0 1 50K 10G 80G \
49 2005/06/17 30K 20x yes no \
/f-stack/freebsd/contrib/device-tree/src/arm64/nvidia/
H A Dtegra194.dtsi1440 reg = <0x00 0x14100000 0x0 0x00020000>, /* appl registers (128K) */
1441 <0x00 0x30000000 0x0 0x00040000>, /* configuration space (256K) */
1442 <0x00 0x30040000 0x0 0x00040000>, /* iATU_DMA reg space (256K) */
1443 <0x00 0x30080000 0x0 0x00040000>; /* DBI reg space (256K) */
1490 reg = <0x00 0x14120000 0x0 0x00020000>, /* appl registers (128K) */
1491 <0x00 0x32000000 0x0 0x00040000>, /* configuration space (256K) */
1492 <0x00 0x32040000 0x0 0x00040000>, /* iATU_DMA reg space (256K) */
1493 <0x00 0x32080000 0x0 0x00040000>; /* DBI reg space (256K) */
1540 reg = <0x00 0x14140000 0x0 0x00020000>, /* appl registers (128K) */
1541 <0x00 0x34000000 0x0 0x00040000>, /* configuration space (256K) */
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create.cfg57 set -A size "8k" "8K" "35K" "1m" "1M" "1mb" "1mB" "1Mb" "1MB" "1g" "1G" \
64 set -A explicit_size_check "35K"

12345678910>>...12