Home
last modified time | relevance | path

Searched refs:size (Results 26 – 50 of 8284) sorted by relevance

12345678910>>...332

/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm2836.dtsi40 #size-cells = <0>;
56 d-cache-size = <0x8000>;
58 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set
61 i-cache-sets = <512>; // 32KiB(size)/32(line-size)=1024ways/2-way set
72 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set
75 i-cache-sets = <512>; // 32KiB(size)/32(line-size)=1024ways/2-way set
86 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set
89 i-cache-sets = <512>; // 32KiB(size)/32(line-size)=1024ways/2-way set
100 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set
103 i-cache-sets = <512>; // 32KiB(size)/32(line-size)=1024ways/2-way set
[all …]
H A Dbcm2837.dtsi39 #size-cells = <0>;
55 d-cache-size = <0x8000>;
57 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set
60 i-cache-sets = <256>; // 32KiB(size)/64(line-size)=512ways/2-way set
72 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set
75 i-cache-sets = <256>; // 32KiB(size)/64(line-size)=512ways/2-way set
87 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set
90 i-cache-sets = <256>; // 32KiB(size)/64(line-size)=512ways/2-way set
102 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set
105 i-cache-sets = <256>; // 32KiB(size)/64(line-size)=512ways/2-way set
[all …]
/freebsd/usr.sbin/fifolog/fifolog_create/
H A Dfifolog_create.c53 int64_t size; in main() local
59 size = 0; in main()
85 if (size != reccnt * recsize) in main()
88 if (size % reccnt) in main()
91 recsize = size / reccnt; in main()
93 if (size % recsize) in main()
97 if (size % recsize) in main()
100 size = reccnt * recsize; in main()
103 size = reccnt * recsize; in main()
105 size = DEF_RECCNT * recsize; in main()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_new_delete.cpp27 DECLARE_REAL(void *, malloc, uptr size)
33 return InternalAlloc(size); \
37 p = user_alloc(thr, pc, size); \
40 ReportOutOfMemory(size, &stack); \
43 invoke_malloc_hook(p, size); \
55 ReportOutOfMemory(size, &stack); \
58 invoke_malloc_hook(p, size); \
62 void *operator new(__sanitizer::uptr size);
63 void *operator new(__sanitizer::uptr size) { in operator new() argument
68 void *operator new[](__sanitizer::uptr size);
[all …]
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Dibm-power10-quad.dtsi11 #size-cells = <0>;
16 #size-cells = <1>;
28 #size-cells = <0>;
39 #size-cells = <0>;
44 #size-cells = <1>;
56 #size-cells = <0>;
67 #size-cells = <0>;
72 #size-cells = <1>;
95 #size-cells = <0>;
123 #size-cells = <0>;
[all …]
/freebsd/sys/contrib/device-tree/src/riscv/sophgo/
H A Dsg2042-cpus.dtsi9 #size-cells = <0>;
266 i-cache-size = <65536>;
269 d-cache-size = <65536>;
291 i-cache-size = <65536>;
294 d-cache-size = <65536>;
316 i-cache-size = <65536>;
319 d-cache-size = <65536>;
341 i-cache-size = <65536>;
344 d-cache-size = <65536>;
366 i-cache-size = <65536>;
[all …]
/freebsd/contrib/libdiff/compat/
H A Dmerge.c161 if (i == size) in mergesort()
167 i = (((t - b) / size) >> 1) * size; in mergesort()
182 i = size; in mergesort()
229 i = size; \
233 a -= size; \
238 i = size; \
259 size2 = size*2; in setup()
270 insertionsort(list1 + (n - i) * size, i, size, cmp); in setup()
315 swap(f1, f1 + size); in setup()
331 for (ai = a+size; --n >= 1; ai += size) in insertionsort()
[all …]
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Dip111 table role=ipf type=hash number=2 size=1
13 table role=ipf type=hash number=200 size=5
15 table role=nat type=hash number=210 size=5
17 table role=auth type=hash number=220 size=5
45 group-map in role=ipf number=300 size=5
47 group-map in role=nat number=300 size=5
49 group-map in role=auth number=300 size=5
53 group-map out role=ipf number=400 size=5
55 group-map out role=nat number=400 size=5
61 group-map in role=ipf number=500 size=5
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_memintrinsics.inc87 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, dst, v, size);
98 COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, dst, src, size);
153 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size);
158 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size);
163 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size);
169 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size);
174 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size);
179 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size);
184 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, 0, size);
189 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, 0, size);
[all …]
H A Dsanitizer_posix.cpp47 size = RoundUpTo(size, GetPageSizeCached()); in MmapOrDie()
53 IncreaseTotalMmap(size); in MmapOrDie()
63 DecreaseTotalMmap(size); in UnmapOrDie()
67 size = RoundUpTo(size, GetPageSizeCached()); in MmapOrDieOnFatalError()
76 IncreaseTotalMmap(size); in MmapOrDieOnFatalError()
85 CHECK(IsPowerOfTwo(size)); in MmapAlignedOrDieOnFatalError()
102 uptr end = res + size; in MmapAlignedOrDieOnFatalError()
112 size = RoundUpTo(size, GetPageSizeCached()); in MmapNoReserveOrDie()
118 IncreaseTotalMmap(size); in MmapNoReserveOrDie()
124 size = RoundUpTo(size, GetPageSizeCached()); in MmapFixedImpl()
[all …]
/freebsd/tools/test/stress2/testcases/rw/
H A Drw.c62 size = size / 100 * pct + 1; in setup()
64 if (size > MAXSIZE) in setup()
68 while (size > 0) { in setup()
75 size = size / 10 * 8; in setup()
77 if (size == 0) in setup()
84 putval(size); in setup()
85 size = size * 1024; in setup()
87 size = getval(); in setup()
88 size = size * 1024; in setup()
90 if (size == 0) in setup()
[all …]
/freebsd/tools/test/stress2/testcases/swap/
H A Dswap.c46 static int64_t size; variable
102 size = size / op->incarnations; in setup()
109 size = rlp.rlim_cur; in setup()
110 putval(size); in setup()
117 size = getval(); in setup()
119 if (size == 0) in setup()
138 if (size == 0) in test()
140 oldsize = size; in test()
141 c = malloc(size); in test()
143 size -= 1024 * 1024; in test()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_memintrinsics.cpp26 reinterpret_cast<uptr>(block), size); in __hwasan_memset()
27 return memset(block, c, size); in __hwasan_memset()
32 reinterpret_cast<uptr>(to), size); in __hwasan_memcpy()
34 reinterpret_cast<uptr>(from), size); in __hwasan_memcpy()
35 return memcpy(to, from, size); in __hwasan_memcpy()
40 reinterpret_cast<uptr>(to), size); in __hwasan_memmove()
42 reinterpret_cast<uptr>(from), size); in __hwasan_memmove()
43 return memmove(to, from, size); in __hwasan_memmove()
51 return memset(block, c, size); in __hwasan_memset_match_all()
62 return memcpy(to, from, size); in __hwasan_memcpy_match_all()
[all …]
/freebsd/sbin/hastd/
H A Debuf.c67 ebuf_alloc(size_t size) in ebuf_alloc() argument
77 size += page_size; in ebuf_alloc()
78 eb->eb_start = malloc(size); in ebuf_alloc()
125 eb->eb_size += size; in ebuf_add_head()
126 eb->eb_used -= size; in ebuf_add_head()
131 bcopy(data, eb->eb_used, size); in ebuf_add_head()
150 PJDLOG_ASSERT(size <= in ebuf_add_tail()
158 eb->eb_size += size; in ebuf_add_tail()
170 eb->eb_used += size; in ebuf_del_head()
171 eb->eb_size -= size; in ebuf_del_head()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp65 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() argument
67 return DlsymAlloc::Allocate(size); in INTERCEPTOR()
69 return asan_malloc(size, &stack); in INTERCEPTOR()
83 return asan_realloc(ptr, size, &stack); in INTERCEPTOR()
103 DTLS_on_libc_memalign(res, size); in INTERCEPTOR()
146 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() argument
148 return asan_valloc(size, &stack); in INTERCEPTOR()
152 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() argument
154 return asan_pvalloc(size, &stack); in INTERCEPTOR()
183 void* (*pvalloc)(uptr size);
[all …]
/freebsd/sys/ddb/
H A Ddb_examine.c70 int size; in db_examine() local
76 size = 4; in db_examine()
80 size = 1; in db_examine()
83 size = 2; in db_examine()
86 size = 4; in db_examine()
89 size = 8; in db_examine()
256 int size; in db_search_cmd() local
272 size = 1; in db_search_cmd()
274 size = 2; in db_search_cmd()
276 size = 4; in db_search_cmd()
[all …]
/freebsd/tools/test/stress2/testcases/mkdir/
H A Dmkdir.c39 static unsigned long size; variable
57 size = size / 100 * pct + 1; in setup()
59 size = size % 200; /* arbitrary limit depth */ in setup()
62 while (size > 0) { in setup()
67 size = size / 2; in setup()
69 if (size == 0) in setup()
76 putval(size); in setup()
78 size = getval(); in setup()
80 if (size == 0) in setup()
97 size = level; in mkDir()
[all …]
/freebsd/crypto/heimdal/lib/asn1/
H A Dder_put.c73 *size = 1; in der_put_unsigned()
105 *size = 1; in der_put_unsigned64()
199 *size = 1; in der_put_length()
212 if(size) in der_put_length()
279 if (size) *size = data->length * 2; in der_put_bmp_string()
298 if (size) *size = data->length * 4; in der_put_universal_string()
332 if (size) in der_put_heim_integer()
388 if(size) in der_put_generalized_time()
389 *size = l; in der_put_generalized_time()
409 *size = l; in der_put_utctime()
[all …]
/freebsd/contrib/wpa/src/utils/
H A Dradiotap.c189 int *align, int *size) in find_override() argument
199 *size = iterator->overrides[i].size; in find_override()
239 int pad, align, size, subns; in ieee80211_radiotap_iterator_next() local
255 size = 0; in ieee80211_radiotap_iterator_next()
259 size = 6; in ieee80211_radiotap_iterator_next()
263 if (find_override(iterator, &align, &size)) { in ieee80211_radiotap_iterator_next()
274 size = iterator->current_namespace->align_size[iterator->_arg_index].size; in ieee80211_radiotap_iterator_next()
307 if ((unsigned long)iterator->_arg + size - in ieee80211_radiotap_iterator_next()
322 size += vnslen; in ieee80211_radiotap_iterator_next()
331 iterator->this_arg_size = size; in ieee80211_radiotap_iterator_next()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_cpp.cpp30 __scudo_allocate_hook(ptr, size); in reportAllocation()
38 INTERFACE WEAK void *operator new(size_t size) { in operator new() argument
40 reportAllocation(Ptr, size); in operator new()
45 reportAllocation(Ptr, size); in operator new[]()
48 INTERFACE WEAK void *operator new(size_t size, in operator new() argument
51 reportAllocation(Ptr, size); in operator new()
57 reportAllocation(Ptr, size); in operator new[]()
63 reportAllocation(Ptr, size); in operator new()
69 reportAllocation(Ptr, size); in operator new[]()
76 reportAllocation(Ptr, size); in operator new()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp34 void OnMap(uptr p, uptr size) const {} in OnMap()
38 __msan_unpoison((void *)p, size); in OnUnmap()
215 ReportOutOfMemory(size, stack); in MsanAllocate()
219 meta->requested_size = size; in MsanAllocate()
226 __msan_poison(allocated, size); in MsanAllocate()
234 RunMallocHooks(allocated, size); in MsanAllocate()
244 uptr size = meta->requested_size; in MsanDeallocate() local
250 __msan_poison(p, size); in MsanDeallocate()
341 if (size == 0) { in msan_realloc()
374 size = size ? RoundUpTo(size, PageSize) : PageSize; in msan_pvalloc()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp53 INTERCEPTOR(void *, malloc, uptr size) { in INTERCEPTOR() argument
55 return DlsymAlloc::Allocate(size); in INTERCEPTOR()
58 return memprof_malloc(size, &stack); in INTERCEPTOR()
66 return memprof_calloc(nmemb, size, &stack); in INTERCEPTOR()
71 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
74 return memprof_realloc(ptr, size, &stack); in INTERCEPTOR()
94 DTLS_on_libc_memalign(res, size); in INTERCEPTOR()
135 INTERCEPTOR(void *, valloc, uptr size) { in INTERCEPTOR() argument
137 return memprof_valloc(size, &stack); in INTERCEPTOR()
141 INTERCEPTOR(void *, pvalloc, uptr size) { in INTERCEPTOR() argument
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dbitops.h136 if (size) { in find_first_bit()
141 bit += size; in find_first_bit()
158 if (size) { in find_first_zero_bit()
163 bit += size; in find_first_zero_bit()
191 return (size); in find_last_bit()
217 for (size -= bit; size >= BITS_PER_LONG; in find_next_bit()
223 if (size) { in find_next_bit()
228 bit += size; in find_next_bit()
257 for (size -= bit; size >= BITS_PER_LONG; in find_next_zero_bit()
263 if (size) { in find_next_zero_bit()
[all …]
/freebsd/sys/dev/drm2/
H A Ddrm_mm.h53 unsigned long size; member
110 unsigned long size,
117 unsigned long size, in drm_mm_get_block() argument
123 unsigned long size, in drm_mm_get_block_atomic() argument
130 unsigned long size, in drm_mm_get_block_range() argument
140 unsigned long size, in drm_mm_get_color_block_range() argument
151 unsigned long size, in drm_mm_get_block_atomic_range() argument
192 unsigned long size,
207 unsigned long size, in drm_mm_search_free_in_range() argument
226 unsigned long size, in drm_mm_search_free_in_range_color() argument
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp69 m->requested_size = size; in RegisterAllocation()
71 RunMallocHooks(p, size); in RegisterAllocation()
92 if (size == 0) in Allocate()
93 size = 1; in Allocate()
94 if (size > max_malloc_size) in Allocate()
106 ReportOutOfMemory(size, &stack); in Allocate()
110 memset(p, 0, size); in Allocate()
111 RegisterAllocation(stack, p, size); in Allocate()
121 size *= nmemb; in Calloc()
256 size = size ? RoundUpTo(size, PageSize) : PageSize; in lsan_pvalloc()
[all …]

12345678910>>...332