HomeSort by: relevance | last modified time | path
    Searched refs:max_size (Results 1 - 25 of 389) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/mipsco/stand/common/
checksize.sh 44 max_size=$2
55 if expr $prog_size \> $max_size >/dev/null 2>&1; then
56 echo "MAXIMUM FILE SIZE EXCEEDED ($prog_size > $max_size)"
60 echo "OK - `expr $max_size - $prog_size` bytes free"
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
info_fn_imps.hpp 63 max_size() const function in class:PB_DS_CLASS_C_DEC
65 return (s_node_allocator.max_size());
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
info_fn_imps.hpp 59 max_size() const function in class:PB_DS_CLASS_C_DEC
60 { return s_entry_allocator.max_size(); }
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
size_fn_imps.hpp 60 max_size() const function in class:PB_DS_CLASS_C_DEC
61 { return s_entry_allocator.max_size(); }
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
info_fn_imps.hpp 53 max_size() const function in class:PB_DS_CLASS_C_DEC
54 { return s_entry_allocator.max_size(); }
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
info_fn_imps.hpp 63 max_size() const function in class:PB_DS_CLASS_C_DEC
65 return (s_node_allocator.max_size());
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
info_fn_imps.hpp 55 max_size() const function in class:PB_DS_CLASS_C_DEC
56 { return s_value_alloc.max_size(); }
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
info_fn_imps.hpp 59 max_size() const function in class:PB_DS_CLASS_C_DEC
60 { return s_inode_allocator.max_size(); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
info_fn_imps.hpp 63 max_size() const function in class:PB_DS_CLASS_C_DEC
65 return (s_node_allocator.max_size());
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
info_fn_imps.hpp 59 max_size() const function in class:PB_DS_CLASS_C_DEC
60 { return s_entry_allocator.max_size(); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
size_fn_imps.hpp 60 max_size() const function in class:PB_DS_CLASS_C_DEC
61 { return s_entry_allocator.max_size(); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
info_fn_imps.hpp 53 max_size() const function in class:PB_DS_CLASS_C_DEC
54 { return s_entry_allocator.max_size(); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
info_fn_imps.hpp 63 max_size() const function in class:PB_DS_CLASS_C_DEC
65 return (s_node_allocator.max_size());
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
info_fn_imps.hpp 55 max_size() const function in class:PB_DS_CLASS_C_DEC
56 { return s_value_alloc.max_size(); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
info_fn_imps.hpp 59 max_size() const function in class:PB_DS_CLASS_C_DEC
60 { return s_inode_allocator.max_size(); }
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_stack.h 35 #define GET_STACK_TRACE(max_size, fast) \
37 if (max_size <= 2) { \
38 stack.size = max_size; \
39 if (max_size > 0) { \
42 if (max_size > 1) \
47 fast, max_size); \
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_stack.h 35 #define GET_STACK_TRACE(max_size, fast) \
37 if (max_size <= 2) { \
38 stack.size = max_size; \
39 if (max_size > 0) { \
42 if (max_size > 1) stack.trace_buffer[1] = GET_CALLER_PC(); \
46 GET_CURRENT_FRAME(), nullptr, fast, max_size); \
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
info_fn_imps.hpp 52 max_size() const function in class:PB_DS_CLASS_C_DEC
53 { return s_entry_allocator.max_size(); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
info_fn_imps.hpp 52 max_size() const function in class:PB_DS_CLASS_C_DEC
53 { return s_entry_allocator.max_size(); }
  /src/external/lgpl3/gmp/dist/demos/calc/
calc-common.h 34 int calc_input (char *buf, size_t max_size);
  /src/external/bsd/tre/dist/lib/
tre-stack.c 26 int max_size; member in struct:tre_stack_rec
34 tre_stack_new(int size, int max_size, int increment)
48 s->max_size = max_size;
78 if (s->size >= s->max_size)
89 if (new_size > s->max_size)
90 new_size = s->max_size;
  /src/libexec/talkd/
announce.c 104 int i, j, max_size; local
107 max_size = 0;
113 max_size = max(max_size, sizes[i]);
120 max_size = max(max_size, sizes[i]);
128 max_size = max(max_size, sizes[i]);
133 max_size = max(max_size, sizes[i])
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_stack.h 64 #define GET_STACK_TRACE(max_size, fast) \
66 if (max_size <= 2) { \
67 stack.size = max_size; \
68 if (max_size > 0) { \
71 if (max_size > 1) stack.trace_buffer[1] = GET_CALLER_PC(); \
74 GetStackTrace(&stack, max_size, StackTrace::GetCurrentPc(), \
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan.h 23 #define GET_STACK_TRACE(max_size, fast) \
26 max_size);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/
lu_counter_metadata.hpp 73 operator()(size_type max_size) const
74 { return lu_counter_metadata<Size_Type>(std::rand() % max_size); }

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 91011>>