Home
last modified time | relevance | path

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

12345678910>>...78

/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.cpp200 SmallVectorImpl<const SCEV *> &Sizes) { in findArrayDimensionsRec() argument
215 Sizes.push_back(Step); in findArrayDimensionsRec()
235 if (!findArrayDimensionsRec(SE, Terms, Sizes)) in findArrayDimensionsRec()
238 Sizes.push_back(Step); in findArrayDimensionsRec()
279 SmallVectorImpl<const SCEV *> &Sizes, in findArrayDimensions() argument
326 if (NewTerms.empty() || !findArrayDimensionsRec(SE, NewTerms, Sizes)) { in findArrayDimensions()
327 Sizes.clear(); in findArrayDimensions()
331 // The last element to be pushed into Sizes is the size of an element. in findArrayDimensions()
332 Sizes.push_back(ElementSize); in findArrayDimensions()
335 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()
1148 OMPMappableExprListSizeTy Sizes; in Create() local
1149 Sizes.NumVars = Vars.size(); in Create()
1150 Sizes.NumUniqueDeclarations = getUniqueDeclarationsTotalNumber(Declarations); in Create()
1151 Sizes.NumComponentLists = ComponentLists.size(); in Create()
1152 Sizes.NumComponents = getComponentsTotalNumber(ComponentLists); in Create()
1167 2 * Sizes.NumVars + 1, Sizes.NumUniqueDeclarations, in Create()
1168 Sizes.NumUniqueDeclarations + Sizes.NumComponentLists, in Create()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/refreserv/
H A Drefreserv_multi_raidz.ksh60 # Testing tiny block sizes on ashift=12 pools causes so much size inflation
82 typeset -A sizes=
86 # various block sizes.
90 typeset -A sizes["$raid"]
101 typeset -A sizes["$raid"]["$ndisks"]
116 sizes["$raid"]["$ndisks"]["$vbs"]=$refres
127 # typeset -A sizes=(...)
128 # print -v sizes
129 log_note "sizes=$(print -C sizes)"
162 refres1=${sizes["$raid"]["$nd1"]["$vbs"]}
[all …]
/freebsd/libexec/talkd/
H A Dannounce.c93 int sizes[N_LINES]; in print_mesg() local
104 sizes[i] = strlen(line_buf[i]); in print_mesg()
105 max_size = max(max_size, sizes[i]); in print_mesg()
112 sizes[i] = strlen(line_buf[i]); in print_mesg()
113 max_size = max(max_size, sizes[i]); in print_mesg()
120 sizes[i] = strlen(line_buf[i]); in print_mesg()
121 max_size = max(max_size, sizes[i]); in print_mesg()
125 sizes[i] = strlen(line_buf[i]); in print_mesg()
126 max_size = max(max_size, sizes[i]); in print_mesg()
129 sizes[i] = strlen(line_buf[i]); in print_mesg()
[all …]
/freebsd/contrib/spleen/
H A DChangeLog47 - Add a 'fon' target to generate FON files for all sizes using FontForge
70 - Add an 'otb' target to generate OTB files for all sizes using fonttosfnt
80 - Set WEIGHT_NAME property to "Medium" for all sizes
82 - Enlarge vertical line for consistency with other small sizes (5x8 version)
107 - Center tilde vertically for all sizes, as modern fonts do
132 sizes (5x8 version)
143 - Add "Black Diamond" and "Lozenge" characters for all sizes
144 - Add "Black Heart Suit" and "Black Diamond Suit" characters for all sizes
154 - Add the FONT_VERSION XFLD property for all BDF sizes
155 - 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/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp42 void TpiStreamBuilder::updateTypeIndexOffsets(ArrayRef<uint16_t> Sizes) { in updateTypeIndexOffsets()
44 for (uint16_t Size : Sizes) { in updateTypeIndexOffsets()
74 ArrayRef<uint16_t> Sizes, in addTypeRecords()
76 // Ignore empty type buffers. There should be no hashes or sizes in this case. in addTypeRecords()
78 assert(Sizes.empty() && Hashes.empty()); in addTypeRecords()
85 assert(Sizes.size() == Hashes.size() && "sizes and hashes should be in sync"); in addTypeRecords()
86 assert(std::accumulate(Sizes.begin(), Sizes.end(), 0U) == Types.size() && in addTypeRecords()
87 "sizes o in addTypeRecords()
41 updateTypeIndexOffsets(ArrayRef<uint16_t> Sizes) updateTypeIndexOffsets() argument
73 addTypeRecords(ArrayRef<uint8_t> Types,ArrayRef<uint16_t> Sizes,ArrayRef<uint32_t> Hashes) addTypeRecords() argument
[all...]
/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/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/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/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/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>;
/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/lib/libpmc/pmu-events/arch/x86/tigerlake/
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 (2M/4M sizes) caused by demand data loads. This…
54 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im…
93 …Description": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)",
99 …"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. …
160 …iefDescription": "Code miss in all TLB levels causes a page walk that completes. (All page sizes)",
166 …"PublicDescription": "Counts completed page walks (all page sizes) caused by a code fetch. This im…
177 …"PublicDescription": "Counts completed page walks (2M/4M page sizes) caused by a code fetch. This …
188 …"PublicDescription": "Counts completed page walks (4K page sizes) caused by a code fetch. This imp…
/freebsd/contrib/elftoolchain/size/
H A Dsize.133 .Nd "display section sizes and total size of ELF objects"
47 lists the sizes of ELF sections, and optionally the total size, for
86 Shows cumulative totals of section sizes from all objects.
175 and whose size field contains the sum of all reported section sizes.
180 To display the section sizes for
189 To display sizes and total for
202 To display section sizes for
/freebsd/contrib/netbsd-tests/net/in_cksum/
H A Dt_in_cksum.sh29 sizes() { function
57 atf_set "descr" "Test in_cksum sizes aligned"
61 sizes 0
65 atf_set "descr" "Test in_cksum sizes unaligned"
69 sizes 1
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/crypto/
H A Daes_gcm_test.txt753 comment: small IV sizes
764 comment: small IV sizes
3041 comment: small IV sizes
3052 comment: small IV sizes
3063 comment: small IV sizes
3074 comment: small IV sizes
3085 comment: small IV sizes
3096 comment: small IV sizes
3107 comment: small IV sizes
3118 comment: small IV sizes
[all …]

12345678910>>...78