Searched refs:max_size (Results 1 - 25 of 313) sorted by relevance

1234567891011>>

/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-macho.c39 void VG_(make_coredump)(ThreadId tid, const vki_siginfo_t *si, UInt max_size) argument
/external/valgrind/main/coregrind/
H A Dpub_core_coredump.h39 UInt max_size );
/external/chromium/testing/gtest/xcode/Samples/FrameworkSample/
H A Dwidget.cc58 void Widget::GetCharPtrValue(char* buffer, size_t max_size) const {
59 // Copy the char* representation of name_ into buffer, up to max_size.
60 strncpy(buffer, name_.c_str(), max_size-1);
61 buffer[max_size-1] = '\0';
H A Dwidget_test.cc57 size_t max_size = 128; local
58 char buffer[max_size];
59 widget.GetCharPtrValue(buffer, max_size);
H A Dwidget.h53 void GetCharPtrValue(char* buffer, size_t max_size) const;
/external/chromium_org/testing/gtest/xcode/Samples/FrameworkSample/
H A Dwidget.cc58 void Widget::GetCharPtrValue(char* buffer, size_t max_size) const {
59 // Copy the char* representation of name_ into buffer, up to max_size.
60 strncpy(buffer, name_.c_str(), max_size-1);
61 buffer[max_size-1] = '\0';
H A Dwidget_test.cc57 size_t max_size = 128; local
58 char buffer[max_size];
59 widget.GetCharPtrValue(buffer, max_size);
H A Dwidget.h53 void GetCharPtrValue(char* buffer, size_t max_size) const;
/external/libvpx/libvpx/third_party/googletest/src/xcode/Samples/FrameworkSample/
H A Dwidget.cc58 void Widget::GetCharPtrValue(char* buffer, size_t max_size) const {
59 // Copy the char* representation of name_ into buffer, up to max_size.
60 strncpy(buffer, name_.c_str(), max_size-1);
61 buffer[max_size-1] = '\0';
H A Dwidget_test.cc57 size_t max_size = 128; local
58 char buffer[max_size];
59 widget.GetCharPtrValue(buffer, max_size);
H A Dwidget.h53 void GetCharPtrValue(char* buffer, size_t max_size) const;
/external/protobuf/gtest/xcode/Samples/FrameworkSample/
H A Dwidget.cc58 void Widget::GetCharPtrValue(char* buffer, size_t max_size) const {
59 // Copy the char* representation of name_ into buffer, up to max_size.
60 strncpy(buffer, name_.c_str(), max_size-1);
61 buffer[max_size-1] = '\0';
H A Dwidget_test.cc57 size_t max_size = 128; local
58 char buffer[max_size];
59 widget.GetCharPtrValue(buffer, max_size);
H A Dwidget.h53 void GetCharPtrValue(char* buffer, size_t max_size) const;
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_gencmn.h14 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName);
/external/icu4c/tools/toolutil/
H A Dpkg_gencmn.h14 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName);
/external/oprofile/libutil/
H A Dop_growable_buffer.c19 b->max_size = 0;
33 size_t new_size = (b->max_size + b->size) * 2;
35 b->max_size = new_size;
43 if (b->size > b->max_size)
H A Dop_growable_buffer.h19 size_t max_size; member in struct:growable_buffer
/external/libnfc-nci/src/nfc/include/
H A Dndef_utils.h257 EXPORT_NDEF_API extern void NDEF_MsgInit (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size);
269 EXPORT_NDEF_API extern tNDEF_STATUS NDEF_MsgAddRec (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size,
285 EXPORT_NDEF_API extern tNDEF_STATUS NDEF_MsgInsertRec (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, INT32 index,
300 EXPORT_NDEF_API extern tNDEF_STATUS NDEF_MsgAppendRec (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size,
314 EXPORT_NDEF_API extern tNDEF_STATUS NDEF_MsgAppendPayload (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size,
328 EXPORT_NDEF_API extern tNDEF_STATUS NDEF_MsgReplacePayload (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size,
342 EXPORT_NDEF_API extern tNDEF_STATUS NDEF_MsgReplaceType (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size,
356 EXPORT_NDEF_API extern tNDEF_STATUS NDEF_MsgReplaceId (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size,
395 EXPORT_NDEF_API extern tNDEF_STATUS NDEF_MsgCreateWktHr (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size,
407 EXPORT_NDEF_API extern tNDEF_STATUS NDEF_MsgCreateWktHs (UINT8 *p_msg, UINT32 max_size, UINT3
[all...]
/external/eigen/bench/btl/generic_bench/static/
H A Dbench_static.hh46 const int max_size = TINY_MV_MAX_SIZE; local
51 static_size_generator<max_size,Perf_Analyzer,Action,Interface>::go(tab_sizes,tab_mflops);
/external/libnfc-nci/src/nfc/ndef/
H A Dndef_cho_utils.c35 static UINT8 *ndef_get_bt_oob_record (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size,
76 tNDEF_STATUS NDEF_MsgCreateWktHr (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, argument
81 NDEF_MsgInit (p_msg, max_size, p_cur_size);
84 status = NDEF_MsgAddRec (p_msg, max_size, p_cur_size,
100 tNDEF_STATUS NDEF_MsgCreateWktHs (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, argument
105 NDEF_MsgInit (p_msg, max_size, p_cur_size);
108 status = NDEF_MsgAddRec (p_msg, max_size, p_cur_size,
124 tNDEF_STATUS NDEF_MsgAddWktHc (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, argument
149 status = NDEF_MsgAddRec (p_msg, max_size, p_cur_size,
164 tNDEF_STATUS NDEF_MsgAddWktAc (UINT8 *p_msg, UINT32 max_size, UINT3 argument
234 NDEF_MsgAddWktCr(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, UINT16 random_number ) argument
258 NDEF_MsgAddWktErr(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, UINT8 error_reason, UINT32 error_data ) argument
295 NDEF_MsgAddMediaBtOob(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, char *p_id_str, BD_ADDR bd_addr) argument
329 NDEF_MsgAppendMediaBtOobCod(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, char *p_id_str, DEV_CLASS cod) argument
377 NDEF_MsgAppendMediaBtOobName(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, char *p_id_str, BOOLEAN is_complete, UINT8 name_len, UINT8 *p_name) argument
434 NDEF_MsgAppendMediaBtOobHashCRandR(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, char *p_id_str, UINT8 *p_hash_c, UINT8 *p_rand_r) argument
487 NDEF_MsgAppendMediaBtOobEirData(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, char *p_id_str, UINT8 eir_type, UINT8 data_len, UINT8 *p_data) argument
535 NDEF_MsgAddMediaWifiWsc(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, char *p_id_str, UINT8 *p_payload, UINT32 payload_len) argument
564 ndef_get_bt_oob_record(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, char *p_id_str) argument
[all...]
/external/chromium/chrome/browser/sync/sessions/
H A Dordered_commit_set.cc41 void OrderedCommitSet::Truncate(size_t max_size) { argument
42 if (max_size < metahandle_order_.size()) {
43 for (size_t i = max_size; i < metahandle_order_.size(); ++i) {
54 // max_size by looking for max_size using binary search.
57 max_size);
61 commit_ids_.resize(max_size);
62 metahandle_order_.resize(max_size);
63 types_.resize(max_size);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c41 int max_size; member in struct:cso_cache
158 int max_size)
161 sc->sanitize_cb(hash, type, max_size, sc->sanitize_data);
166 int max_size, void *user_data)
171 int max_entries = (max_size > hash_size) ? max_size : hash_size;
172 int to_remove = (max_size < max_entries) * max_entries/4;
173 if (hash_size > max_size)
174 to_remove += hash_size - max_size;
191 sanitize_hash(sc, hash, type, sc->max_size);
155 sanitize_hash(struct cso_cache *sc, struct cso_hash *hash, enum cso_cache_type type, int max_size) argument
165 sanitize_cb(struct cso_hash *hash, enum cso_cache_type type, int max_size, void *user_data) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c41 int max_size; member in struct:cso_cache
158 int max_size)
161 sc->sanitize_cb(hash, type, max_size, sc->sanitize_data);
166 int max_size, void *user_data)
171 int max_entries = (max_size > hash_size) ? max_size : hash_size;
172 int to_remove = (max_size < max_entries) * max_entries/4;
173 if (hash_size > max_size)
174 to_remove += hash_size - max_size;
191 sanitize_hash(sc, hash, type, sc->max_size);
155 sanitize_hash(struct cso_cache *sc, struct cso_hash *hash, enum cso_cache_type type, int max_size) argument
165 sanitize_cb(struct cso_hash *hash, enum cso_cache_type type, int max_size, void *user_data) argument
[all...]
/external/chromium_org/content/renderer/
H A Ddisambiguation_popup_helper.cc68 gfx::Size max_size = viewport_size; local
69 max_size.Enlarge(-2 * kDisambiguationPopupBoundsMargin,
71 max_size = ToCeiledSize(ScaleSize(max_size, 1.0 / scale));
77 TrimEdges(&left, &right, max_size.width());
78 TrimEdges(&top, &bottom, max_size.height());

Completed in 521 milliseconds

1234567891011>>