Searched refs:target_size (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium/sdch/open-vcdiff/src/
H A Dvcdiffengine.cc139 size_t target_size,
142 if (target_size != static_cast<size_t>(coder->target_length())) {
144 "original target size (" << target_size
153 size_t target_size,
161 if (target_size == 0) {
165 if (target_size < static_cast<size_t>(BlockHash::kBlockSize)) {
166 AddUnmatchedRemainder(target_data, target_size, coder);
167 FinishEncoding(target_size, diff, coder);
176 target_size,
183 const char* const target_end = target_data + target_size;
138 FinishEncoding( size_t target_size, OutputStringInterface* diff, CodeTableWriterInterface* coder) const argument
152 EncodeInternal(const char* target_data, size_t target_size, OutputStringInterface* diff, CodeTableWriterInterface* coder) const argument
237 Encode(const char* target_data, size_t target_size, bool look_for_target_matches, OutputStringInterface* diff, CodeTableWriterInterface* coder) const argument
[all...]
H A Dvcdiffengine.h72 size_t target_size,
88 size_t target_size,
107 void FinishEncoding(size_t target_size,
H A Dblockhash.h171 size_t target_size,
297 size_t target_size,
H A Dblockhash.cc94 size_t target_size,
97 target_size,
394 size_t target_size,
424 const size_t target_bytes_to_right = target_size - target_match_end;
93 CreateTargetHash(const char* target_data, size_t target_size, size_t dictionary_size) argument
391 FindBestMatch(uint32_t hash_value, const char* target_candidate_start, const char* target_start, size_t target_size, Match* best_match) const argument
H A Dvcencoder_test.cc552 const size_t target_size = strlen(kTarget); local
566 char* const target_with_guard = second_page - target_size;
567 memcpy(target_with_guard, kTarget, target_size);
575 EXPECT_TRUE(encoder_.EncodeChunk(target_with_guard, target_size, delta()));
584 const size_t target_size = strlen(kTarget); local
602 memcpy(target_with_guard, kTarget, target_size);
607 EXPECT_TRUE(encoder_.EncodeChunk(target_with_guard, target_size, delta()));
/external/iproute2/include/linux/netfilter/
H A Dx_tables.h36 __u16 target_size; member in struct:xt_entry_target::__anon6827::__anon6828
43 __u16 target_size; member in struct:xt_entry_target::__anon6827::__anon6829
50 __u16 target_size; member in union:xt_entry_target::__anon6827
59 .target_size = XT_ALIGN(__size), \
/external/iptables/include/linux/netfilter/
H A Dx_tables.h36 __u16 target_size; member in struct:xt_entry_target::__anon7053::__anon7054
43 __u16 target_size; member in struct:xt_entry_target::__anon7053::__anon7055
50 __u16 target_size; member in union:xt_entry_target::__anon7053
59 .target_size = XT_ALIGN(__size), \
/external/kernel-headers/original/linux/netfilter/
H A Dx_tables.h36 u_int16_t target_size; member in struct:xt_entry_target::__anon7595::__anon7596
44 u_int16_t target_size; member in struct:xt_entry_target::__anon7595::__anon7597
51 u_int16_t target_size; member in union:xt_entry_target::__anon7595
353 u_int16_t target_size; member in struct:compat_xt_entry_target::__anon7601::__anon7602
358 u_int16_t target_size; member in struct:compat_xt_entry_target::__anon7601::__anon7603
361 u_int16_t target_size; member in union:compat_xt_entry_target::__anon7601
/external/webp/src/enc/
H A Dconfig.c30 config->target_size = 0;
87 if (config->target_size < 0)
/external/iptables/libiptc/
H A Dlibip4tc.c156 printf("Target name: `%s' [%u]\n", t->u.user.name, t->u.target_size);
262 assert(t->target.u.target_size == ALIGN(t->target.u.target_size));
266 assert(t->target.u.target_size
298 assert(t->target.u.target_size
462 assert(t->target.u.target_size == ALIGN(sizeof(*t)));
H A Dlibip6tc.c187 printf("Target name: `%s' [%u]\n", t->u.user.name, t->u.target_size);
398 printf("target_size=%u, align=%u\n",
399 t->target.u.target_size, ALIGN(sizeof(*t)));
400 assert(t->target.u.target_size == ALIGN(sizeof(*t)));
H A Dlibiptc.c1014 if (t->target.u.target_size
1158 head->name.t.u.target_size =
1178 foot->target.target.u.target_size =
1266 error->target.t.u.user.target_size =
1674 if (t->target.u.target_size
1937 if (ta->u.target_size != tb->u.target_size)
1942 for (i = 0; i < ta->u.target_size - sizeof(*ta); i++)
/external/freetype/src/base/
H A Dftbitmap.c68 FT_ULong target_size; local
73 target_size = (FT_ULong)( target_pitch * target->rows );
75 if ( target_size != size )
76 (void)FT_QREALLOC( target->buffer, target_size, size );
/external/chromium/net/disk_cache/
H A Dmem_backend_impl.cc298 int target_size = empty ? 0 : LowWaterAdjust(max_size_); local
299 while (current_size_ > target_size && next) {
H A Dblock_files.cc256 int target_size = 0; local
259 target_size = i;
264 DCHECK(target_size);
266 if (!CreateMapBlock(target_size, block_count, header, &index))
H A Deviction.cc118 int target_size = empty ? 0 : max_size_; local
119 while ((header_->num_bytes > target_size || test_mode_) && next.get()) {
319 int target_size = empty ? 0 : max_size_; local
321 while ((header_->num_bytes > target_size || test_mode_) &&
/external/iproute2/tc/
H A Dm_xt.c89 target->t->u.target_size = size;
244 addattr_l(n, MAX_MSG, TCA_IPT_TARG, m->t, m->t->u.target_size);
H A Dm_xt_old.c180 target->t->u.target_size = size;
333 addattr_l(n, MAX_MSG, TCA_IPT_TARG, m->t, m->t->u.target_size);
H A Dm_ipt.c370 target->t->u.target_size = size;
513 addattr_l(n, MAX_MSG, TCA_IPT_TARG, m->t, m->t->u.target_size);
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_shelf_view.cc79 int CenterPosition(int size, int target_size) { argument
80 return std::max((target_size - size) / 2, kTopBottomPadding);
/external/iptables/iptables/
H A Dip6tables.c660 } else if (t->u.target_size != sizeof(*t))
662 (unsigned int)(t->u.target_size - sizeof(*t)));
1159 if (t->u.target_size !=
1237 e = xtables_malloc(size + target->u.target_size);
1240 e->next_offset = size + target->u.target_size;
1247 memcpy(e->elems + size, target, target->u.target_size);
1288 cs->target->t->u.target_size = size;
1840 cs.target->t->u.target_size = size;
H A Diptables.c665 } else if (t->u.target_size != sizeof(*t))
667 (unsigned int)(t->u.target_size - sizeof(*t)));
1170 if (t->u.target_size !=
1248 e = xtables_malloc(size + target->u.target_size);
1251 e->next_offset = size + target->u.target_size;
1258 memcpy(e->elems + size, target, target->u.target_size);
1315 cs->target->t->u.target_size = size;
1870 cs.target->t->u.target_size = size;
/external/iptables/extensions/
H A Dlibipt_DNAT.c58 info->t.u.target_size = size;
H A Dlibipt_SNAT.c58 info->t.u.target_size = size;
/external/webp/include/webp/
H A Dencode.h85 int target_size; // if non-zero, set the desired target size in bytes. member in struct:__anon15605
88 // try to achieve. Takes precedence over target_size.

Completed in 779 milliseconds

12