Searched refs:min_size (Results 1 - 24 of 24) sorted by relevance

/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/binary_heap_/
H A Dresize_policy.hpp69 min_size = 16 enumerator in enum:pb_ds::detail::resize_policy::__anon9664
136 m_next_grow_size(min_size)
178 return std::max(static_cast<size_type>(min_size), half_size);
186 size_type ret = min_size;
198 _GLIBCXX_DEBUG_ASSERT(m_next_grow_size >= min_size);
215 std::max(m_next_grow_size / factor, static_cast<size_type>(min_size));
238 _GLIBCXX_DEBUG_ASSERT(m_next_grow_size >= min_size);
H A Dsplit_join_fn_imps.hpp143 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
151 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
171 other.m_actual_size = resize_policy::min_size;
173 other.notify_arbitrary(resize_policy::min_size);
H A Dconstructors_destructor_fn_imps.hpp80 m_actual_size(resize_policy::min_size),
91 m_actual_size(resize_policy::min_size),
/macosx-10.9.5/emacs-92/emacs/src/
H A Dregion-cache.c218 move_cache_gap (c, pos, min_size)
221 int min_size;
257 if (gap_len < min_size)
263 if (min_size < NEW_CACHE_GAP)
264 min_size = NEW_CACHE_GAP;
268 ((min_size + c->cache_len)
274 min_size -= gap_len;
277 c->boundaries[i + min_size].pos = c->boundaries[i + gap_len].pos;
278 c->boundaries[i + min_size].value = c->boundaries[i + gap_len].value;
281 gap_len = min_size;
[all...]
H A Dwindow.c2699 int min_size = window_min_size_1 (c, width_p);
2700 size = max (min_size, size);
2716 int min_size = window_min_size_1 (c, width_p);
2717 size = max (min_size, size);
2842 min_size, resize_fixed_p, forward, width_p)
2843 int total, size, nchildren, shrinkable, min_size;
2870 if (child_size > min_size)
2871 available_resize += child_size - min_size;
2888 if (smallest > min_size)
2889 available_resize -= smallest - min_size;
2693 int min_size = window_min_size_1 (c, width_p); local
2710 int min_size = window_min_size_1 (c, width_p); local
2982 int old_size, min_size, safe_min_size; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dtest_crypto_wrapping.c39 size_t min_size,
69 for (size = min_size; size < max_size; size += step) {
38 test_wrapping(krb5_context context, size_t min_size, size_t max_size, size_t step, krb5_enctype etype) argument
/macosx-10.9.5/cups-372.4/cups/cups/
H A Ddest-options.c1454 dinfo->min_size.width = INT_MAX;
1455 dinfo->min_size.length = INT_MAX;
1518 dinfo->min_size.width = x_dimension->values[0].range.lower;
1519 dinfo->min_size.length = y_dimension->values[0].range.lower;
1520 dinfo->min_size.left =
1521 dinfo->min_size.right = 635; /* Default 1/4" side margins */
1522 dinfo->min_size.top =
1523 dinfo->min_size.bottom = 1270; /* Default 1/2" top/bottom margins */
1599 dinfo->min_size.top =
1607 dinfo->min_size
[all...]
H A Dcups-private.h220 _cups_media_db_t min_size, /* Minimum size */ member in struct:_cups_dinfo_s
/macosx-10.9.5/hfs-226.1.1/newfs_hfs/
H A Dnewfs_hfs.c986 uint32_t min_size = 0; local
1013 min_size = dip->physSectorSize * (dip->physSectorSize / BLOCK_INFO_SIZE);
1019 if (gJournalSize < min_size) {
1039 /* Is the target size at least the min_size computed above? */
1040 if (target_size < min_size) {
1041 target_size = min_size;
1059 // 512k, since the min_size computations can create an artificially
1066 if (small_default <= min_size) {
1071 defaults->journalSize = min_size;
/macosx-10.9.5/dcerpc-58/dcerpc/rpcd/
H A Ddsm.c1088 private block_t *get_free_block(dsh,min_size)
1090 unsigned long min_size; /* requested size */
1096 if (p->size >= min_size) { /* is this one big enough? take it */
1120 private block_t *grow_file(dsh, min_size, st)
1122 unsigned long min_size; /* size of requested block (minimum grow amount) in bytes */
1136 grow_pages = ROUND_UP(min_size,PAGE_SIZE)/PAGE_SIZE; /* what's minimum to grow in pages? */
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Duds_daemon.c4672 mDNSs32 min_size = sizeof(DNSServiceFlags); local
4702 case connection_request: min_size = 0; break;
4703 case connection_delegate_request: min_size = 4; /* pid */ break;
4704 case reg_service_request: min_size += sizeof(mDNSu32) + 4 /* name, type, domain, host */ + 4 /* port, textlen */; break;
4705 case add_record_request: min_size += 4 /* type, rdlen */ + 4 /* ttl */; break;
4706 case update_record_request: min_size += 2 /* rdlen */ + 4 /* ttl */; break;
4708 case browse_request: min_size += sizeof(mDNSu32) + 2 /* type, domain */; break;
4709 case resolve_request: min_size += sizeof(mDNSu32) + 3 /* type, type, domain */; break;
4710 case query_request: min_size += sizeof(mDNSu32) + 1 /* name */ + 4 /* type, class*/; break;
4711 case enumeration_request: min_size
[all...]
/macosx-10.9.5/rsync-42/rsync/
H A Dgenerator.c65 extern OFF_T min_size;
1130 if (min_size && file->length < min_size) {
1556 max_size = min_size = ignore_existing = ignore_non_existing = 0;
H A Doptions.c111 OFF_T min_size = 0; variable
1050 if ((min_size = parse_size_arg(&min_size_arg, 'b')) <= 0) {
1646 if (min_size && am_sender) {
/macosx-10.9.5/ruby-104/ruby/
H A Dthread_pthread.c1424 const size_t min_size = (4096 * 4); local
1430 if (stack_size < min_size) stack_size = min_size;
H A Dgc.c599 size_t min_size = initial_heap_min_slots / HEAP_OBJ_LIMIT; local
601 if (min_size > heaps_used) {
602 add_heap_slots(objspace, min_size - heaps_used);
/macosx-10.9.5/libauto-185.5/
H A Dauto_zone.cpp558 size_t min_size = MIN(size, block_size); local
560 auto_zone_write_barrier_memmove((auto_zone_t *)azone, new_ptr, ptr, min_size);
562 memmove(new_ptr, ptr, min_size);
564 weak_transfer_weak_contents_unscanned(azone, (void **)ptr, (void **)new_ptr, min_size, false);
567 memmove(new_ptr, ptr, min_size);
/macosx-10.9.5/groff-38/groff/src/roff/troff/
H A Dnode.cpp102 units min_size; member in class:track_kerning_function
6310 : non_zero(1), min_size(min_s), min_amount(min_a), max_size(max_s),
6319 && min_size == tk.min_size
6331 || min_size != tk.min_size
6342 if (max_size <= min_size)
6344 else if (size <= min_size)
6349 return (scale(max_amount, size - min_size, max_size - min_size)
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dcplus-dem.c888 grow_vect (char **old_vect, size_t *size, size_t min_size, int element_size) argument
890 if (*size < min_size)
893 if (*size < min_size)
894 *size = min_size;
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_journal.c1636 u_int32_t min_size; local
1660 min_size = phys_blksz * (phys_blksz / sizeof(block_info));
1662 if (journal_size < min_size) {
1821 u_int32_t min_size = 0; local
1845 min_size = phys_blksz * (phys_blksz / sizeof(block_info));
1847 if (journal_size < min_size) {
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dif_bond.c1694 int min_size; local
1700 min_size = ETHER_HDR_LEN + offsetof(la_marker_pdu, lm_reserved);
1701 if (m->m_pkthdr.len < min_size) {
1706 if (m->m_len < min_size) {
1707 m = m_pullup(m, min_size);
/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_layout.h607 /*0x90*/sle64 min_size; /* Optional minimum attribute size. */ member in struct:__anon11266
H A Dntfs_attr.c1399 if ((sle64_to_cpu(ad->min_size) > 0 &&
1400 size < sle64_to_cpu(ad->min_size)) ||
/macosx-10.9.5/vim-53/src/
H A Dgui_photon.c1672 PhDim_t min_size = { min_width, min_height }; local
1679 PtSetResource( gui.vimWindow, Pt_ARG_MINIMUM_DIM, &min_size, 0 );
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c13484 size_t hashsize, maxper, min_size, chunksize = dstate->dtds_chunksize;
13502 if (size < (min_size = dstate->dtds_chunksize + sizeof (dtrace_dynhash_t)))
13503 size = min_size;

Completed in 353 milliseconds