Searched refs:target_offset (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdiffengine.cc107 if (best_match.target_offset() > 0) {
111 coder->Add(unencoded_target_start, best_match.target_offset());
114 return best_match.target_offset() // ADD size
H A Dblockhash.h94 int target_offset() const { return target_offset_; } function in class:open_vcdiff::BlockHash::Match
226 // size, source_offset, and target_offset of the match found.
230 // best_match->target_offset() will contain the offset of the match
232 // 0 <= best_match->target_offset()
282 // 5: best_match->target_offset() (after calling FindBestMatch)
290 // best_match->target_offset() = 6
H A Dblockhash_test.cc767 EXPECT_EQ(index_of_second_e_in_what_we_hear, best_match_.target_offset());
785 EXPECT_EQ(index_of_second_e_in_what_we_hear, best_match_.target_offset());
802 EXPECT_EQ(index_of_space_in_eat_itself, best_match_.target_offset());
816 EXPECT_EQ(index_of_t_in_use_the, best_match_.target_offset());
837 EXPECT_EQ(0, best_match_.target_offset());
866 EXPECT_EQ(-1, best_match_.target_offset());
880 EXPECT_EQ(-1, best_match_.target_offset());
914 EXPECT_GT((kTestSize / 2), best_match_.target_offset());
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6_tables.h113 u_int16_t target_offset; member in struct:ip6t_entry
140 .target_offset = sizeof(struct ip6t_entry), \
258 return (void *)e + e->target_offset;
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
H A Debtables.h177 unsigned int target_offset; member in struct:ebt_entry
229 __i < (e)->target_offset; \
239 if (__i != (e)->target_offset) \
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h115 __u16 target_offset; member in struct:ip6t_entry
142 .target_offset = sizeof(struct ip6t_entry), \
263 return (void *)e + e->target_offset;
/external/iproute2/include/linux/netfilter_ipv4/
H A Dip_tables.h109 __u16 target_offset; member in struct:ipt_entry
221 return (void *)e + e->target_offset;
/external/iptables/include/linux/netfilter_ipv4/
H A Dip_tables.h109 u_int16_t target_offset; member in struct:ipt_entry
221 return (void *)e + e->target_offset;
/external/kernel-headers/original/uapi/linux/netfilter_arp/
H A Darp_tables.h99 __u16 target_offset; member in struct:arpt_entry
200 return (void *)e + e->target_offset;
/external/kernel-headers/original/uapi/linux/netfilter_ipv4/
H A Dip_tables.h111 __u16 target_offset; member in struct:ipt_entry
223 return (void *)e + e->target_offset;
/external/chromium_org/v8/src/arm64/
H A Dinstructions-arm64.cc236 ptrdiff_t target_offset = DistanceTo(target); local
238 if (Instruction::IsValidPCRelOffset(target_offset)) {
239 imm = Assembler::ImmPCRelAddress(target_offset);
244 patcher.PatchAdrFar(target_offset);
/external/iptables/libiptc/
H A Dlibip4tc.c200 if (a->target_offset != b->target_offset
244 assert(e->target_offset >= sizeof(STRUCT_ENTRY));
245 assert(e->next_offset >= e->target_offset
250 assert(toff == e->target_offset);
256 assert(e->target_offset == ALIGN(e->target_offset));
288 && e->target_offset == sizeof(*e))
446 assert(e->target_offset == sizeof(*e));
H A Dlibip6tc.c235 if (a->target_offset != b->target_offset
394 assert(e->target_offset == sizeof(*e));
/external/iproute2/include/linux/netfilter/
H A Dx_tables.h134 __i < (e)->target_offset; \
180 (entry)->target_offset); \
/external/iptables/include/linux/netfilter/
H A Dx_tables.h134 __i < (e)->target_offset; \
180 (entry)->target_offset); \
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dx_tables.h135 __i < (e)->target_offset; \
182 (entry)->target_offset); \
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpreamble_patcher.cc112 int target_offset; local
113 memcpy(reinterpret_cast<void*>(&target_offset),
115 new_target_v = reinterpret_cast<void**>(target + target_offset + 6);
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpreamble_patcher.cc112 int target_offset; local
113 memcpy(reinterpret_cast<void*>(&target_offset),
115 new_target_v = reinterpret_cast<void**>(target + target_offset + 6);
/external/chromium_org/cc/trees/
H A Dlayer_tree_host.h227 void StartPageScaleAnimation(const gfx::Vector2d& target_offset,
421 gfx::Vector2d target_offset; member in struct:cc::LayerTreeHost::PendingPageScaleAnimation
H A Dlayer_tree_host.cc365 pending_page_scale_animation_->target_offset,
701 void LayerTreeHost::StartPageScaleAnimation(const gfx::Vector2d& target_offset, argument
706 pending_page_scale_animation_->target_offset = target_offset;
H A Dlayer_tree_impl.h325 void SetPageScaleAnimation(const gfx::Vector2d& target_offset,
H A Dlayer_tree_impl.cc1463 void LayerTreeImpl::SetPageScaleAnimation(const gfx::Vector2d& target_offset, argument
1486 gfx::Vector2dF anchor(target_offset);
1490 gfx::Vector2dF scaled_target_offset = target_offset;
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dffmpeg_cdm_video_decoder.cc128 const int target_offset = i * target_stride; local
129 memcpy(target + target_offset,
/external/chromium_org/v8/src/compiler/
H A Dcode-generator.cc54 int target_offset = masm()->pc_offset() + Deoptimizer::patch_size(); local
55 while (masm()->pc_offset() < target_offset) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c1087 unsigned target_offset, other_offset; local
1089 target_offset = face_slice * tex_image_face_size(lpr, level, layout);
1092 target_data = (uint8_t *) target_data + target_offset;

Completed in 4759 milliseconds

12