Home
last modified time | relevance | path

Searched full:sizes (Results 1 – 25 of 2186) sorted by relevance

12345678910>>...88

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp1 //===-- SectionSizes.cpp - Debug section sizes ----------------------------===//
17 static size_t getNameColumnWidth(const SectionSizes &Sizes, in getNameColumnWidth() argument
21 for (const auto &It : Sizes.DebugSectionSizes) in getNameColumnWidth()
26 static size_t getSizeColumnWidth(const SectionSizes &Sizes, in getSizeColumnWidth() argument
30 for (const auto &It : Sizes.DebugSectionSizes) { in getSizeColumnWidth()
38 const SectionSizes &Sizes, in prettyPrintSectionSizes() argument
43 size_t NameColWidth = getNameColumnWidth(Sizes, SectionNameTitle); in prettyPrintSectionSizes()
44 size_t SizeColWidth = getSizeColumnWidth(Sizes, SectionSizeTitle); in prettyPrintSectionSizes()
60 for (const auto &It : Sizes.DebugSectionSizes) { in prettyPrintSectionSizes()
66 It.second / static_cast<double>(Sizes.TotalObjectSize) * 100) in prettyPrintSectionSizes()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDelinearization.cpp199 SmallVectorImpl<const SCEV *> &Sizes) { in findArrayDimensionsRec() argument
214 Sizes.push_back(Step); in findArrayDimensionsRec()
234 if (!findArrayDimensionsRec(SE, Terms, Sizes)) in findArrayDimensionsRec()
237 Sizes.push_back(Step); in findArrayDimensionsRec()
278 SmallVectorImpl<const SCEV *> &Sizes, in findArrayDimensions() argument
325 if (NewTerms.empty() || !findArrayDimensionsRec(SE, NewTerms, Sizes)) { in findArrayDimensions()
326 Sizes.clear(); in findArrayDimensions()
330 // The last element to be pushed into Sizes is the size of an element. in findArrayDimensions()
331 Sizes.push_back(ElementSize); in findArrayDimensions()
334 dbgs() << "Sizes:\n"; in findArrayDimensions()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp959 ArrayRef<Expr *> Sizes) { in Create() argument
960 OMPSizesClause *Clause = CreateEmpty(C, Sizes.size()); in Create()
964 Clause->setSizesRefs(Sizes); in Create()
1167 OMPMappableExprListSizeTy Sizes; in Create() local
1168 Sizes.NumVars = Vars.size(); in Create()
1169 Sizes.NumUniqueDeclarations = getUniqueDeclarationsTotalNumber(Declarations); in Create()
1170 Sizes.NumComponentLists = ComponentLists.size(); in Create()
1171 Sizes.NumComponents = getComponentsTotalNumber(ComponentLists); in Create()
1186 2 * Sizes.NumVars + 1, Sizes.NumUniqueDeclarations, in Create()
1187 Sizes.NumUniqueDeclarations + Sizes.NumComponentLists, in Create()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/refreserv/
H A Drefreserv_multi_raidz.ksh61 # Testing tiny block sizes on ashift=12 pools causes so much size inflation
83 typeset -A sizes=
87 # various block sizes.
91 typeset -A sizes["$raid"]
102 typeset -A sizes["$raid"]["$ndisks"]
117 sizes["$raid"]["$ndisks"]["$vbs"]=$refres
128 # typeset -A sizes=(...)
129 # print -v sizes
130 log_note "sizes=$(print -C sizes)"
163 refres1=${sizes["$raid"]["$nd1"]["$vbs"]}
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/emeraldrapids/
H A Dvirtual-memory.json20 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)",
23 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T…
31 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data loads. This im…
39 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This…
47 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im…
77 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)",
80 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. …
88 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data stores. This i…
96 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. Thi…
104 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This i…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/graniterapids/
H A Dvirtual-memory.json22 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)",
26 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T…
35 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data loads. This im…
44 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This…
53 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im…
86 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)",
90 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. …
99 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data stores. This i…
108 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. Thi…
117 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This i…
[all …]
/freebsd/libexec/talkd/
H A Dannounce.c94 int sizes[N_LINES]; in print_mesg() local
105 sizes[i] = strlen(line_buf[i]); in print_mesg()
106 max_size = max(max_size, sizes[i]); in print_mesg()
113 sizes[i] = strlen(line_buf[i]); in print_mesg()
114 max_size = max(max_size, sizes[i]); in print_mesg()
121 sizes[i] = strlen(line_buf[i]); in print_mesg()
122 max_size = max(max_size, sizes[i]); in print_mesg()
126 sizes[i] = strlen(line_buf[i]); in print_mesg()
127 max_size = max(max_size, sizes[i]); in print_mesg()
130 sizes[i] = strlen(line_buf[i]); in print_mesg()
[all …]
/freebsd/contrib/spleen/
H A DChangeLog71 - Add a 'fon' target to generate FON files for all sizes using FontForge
94 - Add an 'otb' target to generate OTB files for all sizes using fonttosfnt
104 - Set WEIGHT_NAME property to "Medium" for all sizes
106 - Enlarge vertical line for consistency with other small sizes (5x8 version)
131 - Center tilde vertically for all sizes, as modern fonts do
156 sizes (5x8 version)
167 - Add "Black Diamond" and "Lozenge" characters for all sizes
168 - Add "Black Heart Suit" and "Black Diamond Suit" characters for all sizes
178 - Add the FONT_VERSION XFLD property for all BDF sizes
179 - Generate OpenType (OTF) versions for the 8x16, 12x24, 16x32 and 32x64 sizes
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/sapphirerapids/
H A Dvirtual-memory.json26 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)",
32 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T…
43 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data loads. This im…
54 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This…
65 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im…
104 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)",
110 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. …
121 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data stores. This i…
132 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. Thi…
143 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This i…
[all …]
/freebsd/lib/libsys/
H A Dgetpagesizes.330 .Nd "get system page sizes"
47 specified as 0, it returns the number of distinct page sizes that are
51 of the system-supported page sizes to consecutive elements of the
54 These page sizes are expressed in bytes.
57 returns the number of such page sizes that it assigned to the array.
61 function returns either the number of page sizes that are supported by
62 the system or the number of supported page sizes that it assigned to
H A Dgetpagesizes.c37 * number of distinct page sizes that are supported by the system, if
39 * the system-supported page sizes to consecutive elements of the array
40 * referenced by "pagesize", and returns the number of such page sizes that it
41 * assigned to the array. These page sizes are expressed in bytes.
62 /* Count the number of page sizes that are supported. */ in getpagesizes()
69 /* Return up to "nelem" page sizes from the cached result. */ in getpagesizes()
/freebsd/lib/libpmc/pmu-events/arch/x86/icelakex/
H A Dvirtual-memory.json28 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)",
34 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T…
46 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data loads. This im…
58 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This…
70 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im…
113 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)",
119 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. …
131 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data stores. This i…
143 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. Thi…
155 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This i…
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_truncate.c45 static const size_t sizes[] = { 8, 16, 512, 1024, 2048, 4094, 3000, 30 }; variable
62 for (i = 0; i < __arraycount(sizes); i++) { in ATF_TC_BODY()
66 ATF_REQUIRE(ftruncate(fd, sizes[i]) == 0); in ATF_TC_BODY()
69 (void)fprintf(stderr, "truncating to %zu bytes\n", sizes[i]); in ATF_TC_BODY()
71 if (sizes[i] != (size_t)st.st_size) in ATF_TC_BODY()
122 for (i = 0; i < __arraycount(sizes); i++) { in ATF_TC_BODY()
126 ATF_REQUIRE(truncate(path, sizes[i]) == 0); in ATF_TC_BODY()
129 (void)fprintf(stderr, "truncating to %zu bytes\n", sizes[i]); in ATF_TC_BODY()
131 if (sizes[i] != (size_t)st.st_size) in ATF_TC_BODY()
/freebsd/tests/sys/kern/
H A Dsocket_msg_trunc.c44 check_recvmsg(int cs, int ss, struct sockaddr *sa, const size_t sizes[], in check_recvmsg() argument
52 size_t sz = sizes[i]; in check_recvmsg()
100 size_t sizes[] = {80, 255, 256, 1024, 4096, 9000}; in ATF_TC_BODY() local
101 check_recvmsg(cs, ss, sa, sizes, nitems(sizes)); in ATF_TC_BODY()
127 size_t sizes[] = {80, 255, 256, 1024, 4096, 9000}; in ATF_TC_BODY() local
128 check_recvmsg(cs, ss, sa, sizes, nitems(sizes)); in ATF_TC_BODY()
152 size_t sizes[] = {80, 255, 256, 1024, 2000}; in ATF_TC_BODY() local
153 check_recvmsg(cs, ss, sa, sizes, nitems(sizes)); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp41 void TpiStreamBuilder::updateTypeIndexOffsets(ArrayRef<uint16_t> Sizes) { in updateTypeIndexOffsets() argument
43 for (uint16_t Size : Sizes) { in updateTypeIndexOffsets()
73 ArrayRef<uint16_t> Sizes, in addTypeRecords() argument
75 // Ignore empty type buffers. There should be no hashes or sizes in this case. in addTypeRecords()
77 assert(Sizes.empty() && Hashes.empty()); in addTypeRecords()
84 assert(Sizes.size() == Hashes.size() && "sizes and hashes should be in sync"); in addTypeRecords()
85 assert(std::accumulate(Sizes.begin(), Sizes.end(), 0U) == Types.size() && in addTypeRecords()
86 "sizes of type records should sum to the size of the types"); in addTypeRecords()
87 updateTypeIndexOffsets(Sizes); in addTypeRecords()
/freebsd/lib/libpmc/pmu-events/arch/x86/icelake/
H A Dvirtual-memory.json28 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)",
34 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T…
46 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This…
58 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im…
101 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)",
107 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. …
119 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. Thi…
131 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This i…
174 …iefDescription": "Code miss in all TLB levels causes a page walk that completes. (All page sizes)",
180 …"PublicDescription": "Counts completed page walks (all page sizes) caused by a code fetch. This im…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/meteorlake/
H A Dvirtual-memory.json3 …ue to a demand load that did not start a page walk. Accounts for all page sizes. Will result in a …
42 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)",
46 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T…
56 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data loads. This im…
76 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This…
96 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im…
122 …hits due to stores that did not start a page walk. Accounts for all pages sizes. Will result in a …
161 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)",
165 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. …
175 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data stores. This i…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/
H A Dvirtual-memory.json34 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)",
39 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T…
49 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data loads. This im…
59 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This…
69 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im…
115 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)",
120 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. …
130 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data stores. This i…
140 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. Thi…
150 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This i…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/skylake/
H A Dvirtual-memory.json34 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)",
39 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T…
49 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data loads. This im…
59 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This…
69 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im…
115 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)",
120 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. …
130 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data stores. This i…
140 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. Thi…
150 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This i…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/
H A Dvirtual-memory.json34 …iefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)",
39 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. T…
49 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data loads. This im…
59 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This…
69 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im…
115 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)",
120 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. …
130 …"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data stores. This i…
140 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. Thi…
150 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This i…
[all …]
/freebsd/contrib/llvm-project/libc/src/__support/RPC/
H A Drpc_server.h318 uint64_t sizes[num_lanes] = {0}; in handle_port_impl() local
330 port.recv_n(strs, sizes, in handle_port_impl()
334 buffer->data[0] = fwrite_unlocked(strs[id], 1, sizes[id], files[id]); in handle_port_impl()
336 buffer->data[0] == sizes[id]) in handle_port_impl()
343 uint64_t sizes[num_lanes] = {0}; in handle_port_impl() local
347 sizes[id] = in handle_port_impl()
350 port.send_n(data, sizes); in handle_port_impl()
352 __builtin_memcpy(buffer->data, &sizes[id], sizeof(uint64_t)); in handle_port_impl()
357 uint64_t sizes[num_lanes] = {0}; in handle_port_impl() local
364 sizes[id] = !str ? 0 : __builtin_strlen(str) + 1; in handle_port_impl()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDelinearization.h29 /// Compute the array dimensions Sizes from the set of Terms extracted from
34 SmallVectorImpl<const SCEV *> &Sizes,
42 /// Return in Subscripts the access functions for each dimension in Sizes
46 SmallVectorImpl<const SCEV *> &Sizes);
48 /// subscripts and sizes of an array access.
51 /// sizes of each subscript and the third step computes the access functions
113 SmallVectorImpl<const SCEV *> &Sizes, const SCEV *ElementSize);
120 /// the size of the individual array dimensions in \p Sizes. Both lists have
127 SmallVectorImpl<int> &Sizes);
138 SmallVectorImpl<int> &Sizes);
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_fb.c116 struct drm_fb_helper_surface_size *sizes) in tegra_fb_probe() argument
130 DRM_DEBUG_KMS("surface: %d x %d (bpp: %d)\n", sizes->surface_width, in tegra_fb_probe()
131 sizes->surface_height, sizes->surface_bpp); in tegra_fb_probe()
136 bpp = (sizes->surface_bpp + 7) / 8; in tegra_fb_probe()
140 mode_cmd.width = sizes->surface_width; in tegra_fb_probe()
141 mode_cmd.height = sizes->surface_height; in tegra_fb_probe()
142 mode_cmd.pitches[0] = roundup(sizes->surface_width * bpp, in tegra_fb_probe()
144 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in tegra_fb_probe()
145 sizes->surface_depth); in tegra_fb_probe()
175 info->fb_bpp = sizes->surface_bpp; in tegra_fb_probe()
/freebsd/sys/dev/drm2/
H A Ddrm_fb_helper.c840 struct drm_fb_helper_surface_size sizes; in drm_fb_helper_single_fb_probe() local
849 memset(&sizes, 0, sizeof(struct drm_fb_helper_surface_size)); in drm_fb_helper_single_fb_probe()
850 sizes.surface_depth = 24; in drm_fb_helper_single_fb_probe()
851 sizes.surface_bpp = 32; in drm_fb_helper_single_fb_probe()
852 sizes.fb_width = (unsigned)-1; in drm_fb_helper_single_fb_probe()
853 sizes.fb_height = (unsigned)-1; in drm_fb_helper_single_fb_probe()
857 if (preferred_bpp != sizes.surface_bpp) in drm_fb_helper_single_fb_probe()
858 sizes.surface_depth = sizes.surface_bpp = preferred_bpp; in drm_fb_helper_single_fb_probe()
870 sizes.surface_depth = sizes.surface_bpp = 8; in drm_fb_helper_single_fb_probe()
873 sizes.surface_depth = 15; in drm_fb_helper_single_fb_probe()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dfsl-qdma.yaml60 status-sizes:
64 queue-sizes:
85 - status-sizes
86 - queue-sizes
130 status-sizes = <64>;
131 queue-sizes = <64 64>;

12345678910>>...88