Searched refs:insert (Results 1 - 25 of 3957) sorted by last modified time

1234567891011>>

/external/zlib/src/as400/
H A Dzlib.inc347 D bits 10I 0 value # of bits to insert
348 D value 10I 0 value Bits to insert
385 D value 10I 0 value Bits to insert
/external/zlib/src/
H A Ddeflate.c352 s->insert = 0;
358 /* insert dictionary into window and hash */
381 s->insert = s->lookahead;
936 s->insert = 0;
1123 s->insert = 0;
1471 if (s->lookahead + s->insert >= MIN_MATCH) {
1472 uInt str = s->strstart - s->insert;
1478 while (s->insert) {
1485 s->insert--;
1486 if (s->lookahead + s->insert < MIN_MATC
[all...]
H A Ddeflate.h159 uInt strstart; /* start of string to insert */
250 uInt insert; /* bytes at end of window left to insert */ member in struct:internal_state
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp6073 out.insert(out.end(), &buffer[0], &buffer[buffersize]);
6095 out.insert(out.end(), &buffer[0], &buffer[buffersize]);
6147 out.insert(out.end(), &buffer[0], &buffer[buffersize]);
6168 out.insert(out.end(), &buffer[0], &buffer[buffersize]);
6201 out.insert(out.end(), &buffer[0], &buffer[buffersize]);
6224 out.insert(out.end(), &buffer[0], &buffer[buffersize]);
H A Dlodepng_util.cpp143 result.insert(result.end(), png.begin(), png.begin() + l0);
144 for(size_t i = 0; i < chunks[0].size(); i++) result.insert(result.end(), chunks[0][i].begin(), chunks[0][i].end());
145 result.insert(result.end(), png.begin() + l0, png.begin() + l1);
146 for(size_t i = 0; i < chunks[1].size(); i++) result.insert(result.end(), chunks[1][i].begin(), chunks[1][i].end());
147 result.insert(result.end(), png.begin() + l1, png.begin() + l2);
148 for(size_t i = 0; i < chunks[2].size(); i++) result.insert(result.end(), chunks[2][i].begin(), chunks[2][i].end());
149 result.insert(result.end(), png.begin() + l2, png.end());
593 idat.insert(idat.end(), &in[pos + 4], &in[pos + 4 + chunkLength]);
/external/zopfli/src/zopflipng/
H A Dzopflipng_lib.cc97 unique->insert(index);
/external/webrtc/src/system_wrappers/source/
H A Dlist_stl.cc206 list_.insert(insert_location,new_item);
231 list_.insert(insert_location,new_item);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPMetaImpl.java1291 * "last()", normalize it and check the insert flags. The order of the
1296 * @param itemIndex the index where to insert the item
1299 * @param insert insert oder overwrite at index position?
1303 PropertyOptions itemOptions, boolean insert) throws XMPException
1308 // in insert mode the index after the last is allowed,
1310 int maxIndex = insert ? arrayNode.getChildrenLength() + 1 : arrayNode.getChildrenLength();
1318 if (!insert)
1302 doSetArrayItem(XMPNode arrayNode, int itemIndex, String itemValue, PropertyOptions itemOptions, boolean insert) argument
/external/valgrind/main/none/tests/ppc32/
H A Dtest_dfp3.stdout.exp723 Test DFP insert/extract instructions
/external/valgrind/main/none/tests/ppc64/
H A Dtest_dfp3.stdout.exp723 Test DFP insert/extract instructions
/external/vixl/src/a64/
H A Ddecoder-a64.cc129 visitors_.insert(it, new_visitor);
136 visitors_.insert(it, new_visitor);
147 visitors_.insert(it, new_visitor);
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c295 static void breakpoint (Bool insert, CORE_ADDR addr) argument
300 if (insert) {
301 /* insert a breakpoint at addr or upgrade its kind */
303 add_gs_address (addr, GS_break, "m_gdbserver breakpoint insert");
330 Bool insert,
334 Bool insert,
341 Bool VG_(gdbserver_point) (PointKind kind, Bool insert, argument
350 (insert ? "insert" : "remove"),
356 breakpoint (insert, add
333 needs_watchpoint(Bool (watchpoint) PointKind kind, Bool insert, Addr addr, SizeT len)) argument
[all...]
H A Dtarget.c503 /* insert or remove a breakpoint */
505 int valgrind_point (Bool insert, char type, CORE_ADDR addr, int len) argument
529 if (VG_(gdbserver_point) (kind, insert, addr, len))
542 return valgrind_point (/* insert */ True, type, addr, len);
547 return valgrind_point (/* insert*/ False, type, addr, len);
/external/valgrind/main/coregrind/
H A Dpub_core_gdbserver.h72 /* Called by low level to insert or remove a break or watch point.
91 Bool VG_(gdbserver_point) (PointKind kind, Bool insert,
/external/valgrind/main/include/
H A Dpub_tool_gdbserver.h71 might ask to insert/remove. Note that the below matches
115 // indicates the given Addr/len is being watched (insert)
116 // or not watched anymore (! insert).
128 Bool (*watchpoint) (PointKind kind, Bool insert, Addr addr, SizeT len)
/external/valgrind/main/memcheck/
H A Dmc_main.c382 /* Tunable parameter: How far along the L1 queue to insert
6835 static Bool mc_mark_unaddressable_for_watchpoint (PointKind kind, Bool insert, argument
6842 if (insert)
/external/tremolo/Tremolo/
H A Dmisc.c143 int insert; local
182 insert=((head *)ptr)->ptr;
183 insertlist[insert]=pinsert;
184 pinsert=insert;
186 if(pointers[insert]==NULL){
195 pointers[insert]=NULL;
/external/stlport/src/
H A Dlocale.cpp130 _M_impl->insert(f, _Stl_loc_get_index(n));
310 impl->insert( i2, _STLP_STD::collate<char>::id);
312 impl->insert( i2, _STLP_STD::collate<wchar_t>::id);
316 impl->insert( i2, _STLP_STD::ctype<char>::id);
317 impl->insert( i2, _STLP_STD::codecvt<char, char, mbstate_t>::id);
319 impl->insert( i2, _STLP_STD::ctype<wchar_t>::id);
320 impl->insert( i2, _STLP_STD::codecvt<wchar_t, char, mbstate_t>::id);
324 impl->insert( i2, _STLP_STD::moneypunct<char, true>::id);
325 impl->insert( i2, _STLP_STD::moneypunct<char, false>::id);
326 impl->insert( i
[all...]
H A Dlocale_impl.cpp120 void _Locale_impl::insert(_Locale_impl *from, const locale::id& n) { function in class:_Locale_impl
122 this->insert(from->facets_vec[n._M_index], n);
126 locale::facet* _Locale_impl::insert(locale::facet *f, const locale::id& n) { function in class:_Locale_impl
156 this->insert(i2, ctype<char>::id);
157 this->insert(i2, codecvt<char, char, mbstate_t>::id);
159 this->insert(i2, ctype<wchar_t>::id);
160 this->insert(i2, codecvt<wchar_t, char, mbstate_t>::id);
212 this->insert(ct, ctype<char>::id);
213 this->insert(cvt, codecvt<char, char, mbstate_t>::id);
215 this->insert(wc
[all...]
H A Dlocale_impl.h98 locale::facet* insert(locale::facet*, const locale::id& n);
99 void insert(_Locale_impl* from, const locale::id& n);
H A Dmessage_facets.h39 void insert(nl_catd_type key, const locale& L);
85 messages_base::catalog insert(nl_catd_type cat)
H A Dmessages.cpp29 void _Catalog_locale_map::insert(nl_catd_type key, const locale& L) { function in class:_Catalog_locale_map
46 M->insert(map_type::value_type(key, L));
72 messages_base::catalog _Catalog_nl_catd_map::insert(nl_catd_type cat) { function in class:_Catalog_nl_catd_map
130 _M_map->insert(result, L);
132 return _STLP_MUTABLE(_Messages_impl, _M_cat).insert( result );
H A Dnum_put.cpp109 cur_group = iostr.insert(cur_group, separator);
/external/stlport/stlport/stl/
H A D_bvector.h439 __pos = insert(__pos, *__first);
600 insert(end(), __n - size(), __x);
633 insert(end(), __first, __last);
646 insert(end(), __mid, __last);
685 iterator insert(iterator __position, bool __x = bool()) { function in class:__BVECTOR_QUALIFIED
713 void insert(iterator __position, function in class:__BVECTOR_QUALIFIED
719 void insert(iterator __position, function in class:__BVECTOR_QUALIFIED
741 void insert(iterator __position, const bool* __first, const bool* __last) { function in class:__BVECTOR_QUALIFIED
783 void insert(iterator __position, size_type __n, bool __x) { function in class:__BVECTOR_QUALIFIED
804 insert(en
[all...]
H A D_deque.c115 insert(this->_M_finish, __mid, __x.end());
150 void deque<_Tp, _Alloc>::insert(iterator __pos, function in class:_Alloc
178 void deque<_Tp,_Alloc>::insert(iterator __pos, function in class:_Alloc

Completed in 1428 milliseconds

1234567891011>>