Home
last modified time | relevance | path

Searched refs:KB (Results 1 – 25 of 166) sorted by relevance

1234567

/freebsd-13.1/contrib/kyua/utils/
H A Dunits_test.cpp65 using units::KB; in ATF_TEST_CASE_BODY()
68 ATF_REQUIRE_EQ("1023.50M", units::bytes(1023 * MB + 512 * KB).format()); in ATF_TEST_CASE_BODY()
75 using units::KB; in ATF_TEST_CASE_BODY()
77 ATF_REQUIRE_EQ("3.00K", units::bytes(3 * KB).format()); in ATF_TEST_CASE_BODY()
78 ATF_REQUIRE_EQ("1.33K", units::bytes(1 * KB + 340).format()); in ATF_TEST_CASE_BODY()
121 using units::KB; in ATF_TEST_CASE_BODY()
133 using units::KB; in ATF_TEST_CASE_BODY()
136 ATF_REQUIRE_EQ(units::bytes(KB), units::bytes::parse("1K")); in ATF_TEST_CASE_BODY()
137 ATF_REQUIRE_EQ(units::bytes(KB), units::bytes::parse("1k")); in ATF_TEST_CASE_BODY()
224 output << "foo " << units::bytes(5 * units::KB) << " bar"; in ATF_TEST_CASE_BODY()
H A Dunits.cpp81 case 'K': case 'k': multiplier = KB; break; in parse()
121 } else if (_count >= KB) { in format()
122 return F("%.2sK") % (static_cast< float >(_count) / KB); in format()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64O0PreLegalizerCombiner.cpp54 GISelKnownBits *KB; member in __anonab04fbd20111::AArch64O0PreLegalizerCombinerInfo
60 GISelKnownBits *KB, in AArch64O0PreLegalizerCombinerInfo() argument
64 KB(KB), MDT(MDT) { in AArch64O0PreLegalizerCombinerInfo()
76 CombinerHelper Helper(Observer, B, KB, MDT); in combine()
151 GISelKnownBits *KB = &getAnalysis<GISelKnownBitsAnalysis>().get(MF); in runOnMachineFunction() local
153 false, F.hasOptSize(), F.hasMinSize(), KB, nullptr /* MDT */); in runOnMachineFunction()
H A DAArch64PreLegalizerCombiner.cpp65 GISelKnownBits *KB, Register &MatchInfo) { in matchICmpRedundantTrunc() argument
66 assert(MI.getOpcode() == TargetOpcode::G_ICMP && KB); in matchICmpRedundantTrunc()
85 if (KB->computeNumSignBits(WideReg) <= in matchICmpRedundantTrunc()
242 GISelKnownBits *KB; member in __anon90a675330211::AArch64PreLegalizerCombinerInfo
248 GISelKnownBits *KB, MachineDominatorTree *MDT) in AArch64PreLegalizerCombinerInfo() argument
251 KB(KB), MDT(MDT) { in AArch64PreLegalizerCombinerInfo()
263 CombinerHelper Helper(Observer, B, KB, MDT); in combine()
348 GISelKnownBits *KB = &getAnalysis<GISelKnownBitsAnalysis>().get(MF); in runOnMachineFunction() local
351 F.hasMinSize(), KB, MDT); in runOnMachineFunction()
H A DAArch64PostLegalizerCombiner.cpp275 GISelKnownBits *KB; member in __anonf810c6920211::AArch64PostLegalizerCombinerInfo
282 GISelKnownBits *KB, in AArch64PostLegalizerCombinerInfo() argument
286 KB(KB), MDT(MDT) { in AArch64PostLegalizerCombinerInfo()
300 CombinerHelper Helper(Observer, B, KB, MDT, LI); in combine()
358 GISelKnownBits *KB = &getAnalysis<GISelKnownBitsAnalysis>().get(MF); in runOnMachineFunction() local
362 F.hasMinSize(), KB, MDT); in runOnMachineFunction()
/freebsd-13.1/usr.sbin/bhyve/
H A Dvga.c49 #define KB (1024UL) macro
355 offset &= (128 * KB - 1); in vga_mem_rd_handler()
362 offset &= (64 * KB - 1); in vga_mem_rd_handler()
374 offset &= (32 * KB - 1); in vga_mem_rd_handler()
396 offset += map_sel * 64*KB; in vga_mem_rd_handler()
419 offset &= (128 * KB - 1); in vga_mem_wr_handler()
426 offset &= (64 * KB - 1); in vga_mem_wr_handler()
438 offset &= (32 * KB - 1); in vga_mem_wr_handler()
1298 sc->mr.base = 640 * KB; in vga_init()
1299 sc->mr.size = 128 * KB; in vga_init()
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_flags.inc22 "Size in KB of quarantine used to delay the actual deallocation of "
24 "effectiveness of the mitigation. Defaults to 64KB (32-bit) or "
25 "256KB (64-bit)")
29 "Size in KB of per-thread cache used to offload the global "
31 "the contention on the global quarantine. Defaults to 16KB (32-bit) "
32 "or 64KB (64-bit)")
/freebsd-13.1/contrib/netbsd-tests/bin/df/
H A Dgetmntinfo.c36 #define KB * 1024 macro
37 #define MB * 1024 KB
126 #define TOTAL 1308726116ULL KB in setup_ld0g()
127 #define USED 17901268ULL KB in setup_ld0g()
128 #define AVAIL 1225388540ULL KB in setup_ld0g()
158 #define TOTAL 0x4ffffffffULL KB in setup_strpct()
/freebsd-13.1/sys/mips/conf/
H A DAP135.hints124 # 256KB uboot, 64KB uboot-env, 6336KB rootfs, 1344KB kernel, 64KB cfg, 8256MB mib0, 64KB ART
128 # 256KB uboot, 64KB uboot-env, 2048MB kernel, 6144MB rootfs, 7644KB mib0, 64KB cfg, 64KB ART
H A DTP-MR3040.hints47 # 256KB
54 # 64KB
61 # 2752KB
68 # 896KB
H A DALFA_HORNET_UB.hints47 # 256KB
54 # 64KB
61 # 1600KB
68 # 14336KB
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankCombiner.cpp163 GISelKnownBits *KB; member in __anonf325cc0e0111::AMDGPURegBankCombinerInfo
171 GISelKnownBits *KB, MachineDominatorTree *MDT) in AMDGPURegBankCombinerInfo() argument
174 KB(KB), MDT(MDT) { in AMDGPURegBankCombinerInfo()
186 CombinerHelper Helper(Observer, B, KB, MDT); in combine()
253 GISelKnownBits *KB = &getAnalysis<GISelKnownBitsAnalysis>().get(MF); in runOnMachineFunction() local
257 F.hasMinSize(), LI, KB, MDT); in runOnMachineFunction()
H A DAMDGPUPreLegalizerCombiner.cpp177 GISelKnownBits *KB; member in __anon016a76ba0211::AMDGPUPreLegalizerCombinerInfo
184 GISelKnownBits *KB, MachineDominatorTree *MDT) in AMDGPUPreLegalizerCombinerInfo() argument
187 KB(KB), MDT(MDT) { in AMDGPUPreLegalizerCombinerInfo()
199 CombinerHelper Helper(Observer, B, KB, MDT); in combine()
273 GISelKnownBits *KB = &getAnalysis<GISelKnownBitsAnalysis>().get(MF); in runOnMachineFunction() local
277 F.hasMinSize(), KB, MDT); in runOnMachineFunction()
H A DAMDGPUPostLegalizerCombiner.cpp280 GISelKnownBits *KB; member in __anon8154f8f90211::AMDGPUPostLegalizerCombinerInfo
288 GISelKnownBits *KB, MachineDominatorTree *MDT) in AMDGPUPostLegalizerCombinerInfo() argument
291 KB(KB), MDT(MDT) { in AMDGPUPostLegalizerCombinerInfo()
303 CombinerHelper Helper(Observer, B, KB, MDT, LInfo); in combine()
380 GISelKnownBits *KB = &getAnalysis<GISelKnownBitsAnalysis>().get(MF); in runOnMachineFunction() local
384 F.hasMinSize(), LI, KB, MDT); in runOnMachineFunction()
/freebsd-13.1/lib/libc/gen/
H A Dgetbsize.c49 #define KB (1024L) in getbsize() macro
69 max = MAXB / KB; in getbsize()
70 mul = KB; in getbsize()
/freebsd-13.1/usr.sbin/makefs/tests/
H A Dmakefs_tests_common.sh30 KB=1024
128 for filesize in 1 512 $(( 2 * $KB )) $(( 10 * $KB )) $(( 512 * $KB )); \
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c280 #define KB *(1 <<10) macro
383 static const int LZ4_64Klimit = ((64 KB) + (MFLIMIT-1));
962 if ((dictEnd - p) > 64 KB) p = dictEnd - 64 KB; in LZ4_loadDict()
963 dict->currentOffset += 64 KB; in LZ4_loadDict()
990 LZ4_dict->currentOffset = 64 KB; in LZ4_renormDictT()
991 if (LZ4_dict->dictSize > 64 KB) LZ4_dict->dictSize = 64 KB; in LZ4_renormDictT()
1012 if (streamPtr->dictSize > 64 KB) streamPtr->dictSize = 64 KB; in LZ4_compress_fast_continue()
1077 if ((U32)dictSize > 64 KB) dictSize = 64 KB; /* useless to define a dictionary > 64 KB */ in LZ4_saveDict()
1273 …est, 0, originalSize, endOnOutputSize, full, 0, withPrefix64k, (BYTE*)(dest - 64 KB), NULL, 64 KB); in LZ4_decompress_fast()
1385 if (dictSize >= (int)(64 KB - 1)) in LZ4_decompress_usingDict_generic()
[all …]
/freebsd-13.1/sys/contrib/device-tree/src/powerpc/fsl/
H A Dp1021rdb-pc.dtsi46 /* 256KB for Vitesse 7385 Switch firmware */
53 /* 256KB for DTB Image */
72 /* 256KB for QE ucode firmware*/
80 /* 512KB for u-boot Bootloader Image */
81 /* 512KB for u-boot Environment Variables */
158 /* 512KB for u-boot Bootloader Image */
165 /* 512KB for DTB Image */
H A Dp2020rdb.dts46 /* 256KB for Vitesse 7385 Switch firmware */
53 /* 256KB for DTB Image */
74 /* 512KB for u-boot Bootloader Image */
75 /* 512KB for u-boot Environment Variables */
159 /* 512KB for u-boot Bootloader Image */
166 /* 512KB for DTB Image */
H A Dp1024rdb.dtsi46 /* 256KB for Vitesse 7385 Switch firmware */
53 /* 256KB for DTB Image */
72 /* 512KB for u-boot Bootloader Image */
73 /* 512KB for u-boot Environment Variables */
137 /* 512KB for u-boot Bootloader Image */
144 /* 512KB for DTB Image */
H A Dp1020rdb.dtsi46 /* 256KB for Vitesse 7385 Switch firmware */
53 /* 256KB for DTB Image */
74 /* 512KB for u-boot Bootloader Image */
75 /* 512KB for u-boot Environment Variables */
156 /* 512KB for u-boot Bootloader Image */
163 /* 512KB for DTB Image */
H A Dp2020rdb-pc.dtsi46 /* 256KB for Vitesse 7385 Switch firmware */
53 /* 256KB for DTB Image */
72 /* 512KB for u-boot Bootloader Image */
73 /* 512KB for u-boot Environment Variables */
159 /* 512KB for u-boot Bootloader Image */
166 /* 512KB for DTB Image */
H A Dp1020rdb-pc.dtsi46 /* 256KB for Vitesse 7385 Switch firmware */
53 /* 256KB for DTB Image */
72 /* 512KB for u-boot Bootloader Image */
73 /* 512KB for u-boot Environment Variables */
159 /* 512KB for u-boot Bootloader Image */
166 /* 512KB for DTB Image*/
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dopenbmc-flash-layout-128.dtsi9 reg = <0x0 0xe0000>; // 896KB
14 reg = <0xe0000 0x20000>; // 128KB
H A Darmada-370-synology-ds213j.dts284 reg = <0x00000000 0x000c0000>; /* 768KB */
289 reg = <0x000c0000 0x002d0000>; /* 2880KB */
294 reg = <0x00390000 0x00440000>; /* 4250KB */
299 reg = <0x007d0000 0x00010000>; /* 64KB */
304 reg = <0x007e0000 0x00010000>; /* 64KB */
309 reg = <0x007f0000 0x00010000>; /* 64KB */

1234567