Home
last modified time | relevance | path

Searched refs:target_offset (Results 1 – 25 of 26) sorted by relevance

12

/third_party/iptables/libiptc/
Dlibip4tc.c200 if (a->target_offset != b->target_offset in is_same()
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))
Dlibip6tc.c235 if (a->target_offset != b->target_offset in is_same()
Dlibiptc.c1140 head->e.target_offset = sizeof(STRUCT_ENTRY); in iptcc_compile_chain()
1161 foot->e.target_offset = sizeof(STRUCT_ENTRY); in iptcc_compile_chain()
1250 error->entry.target_offset = sizeof(STRUCT_ENTRY); in iptcc_compile_table()
/third_party/lwip/src/apps/snmp/
Dsnmp_pbuf_stream.c114 u16_t target_offset; in snmp_pbuf_stream_writeto() local
115 struct pbuf *pbuf = pbuf_skip(pbuf_stream->pbuf, pbuf_stream->offset, &target_offset); in snmp_pbuf_stream_writeto()
122 …err = snmp_pbuf_stream_writebuf(target_pbuf_stream, &((u8_t *)pbuf->payload)[target_offset], chunk… in snmp_pbuf_stream_writeto()
/third_party/iptables/include/linux/netfilter_ipv6/
Dip6_tables.h113 __u16 target_offset; member
140 .target_offset = sizeof(struct ip6t_entry), \
261 return (void *)e + e->target_offset; in ip6t_get_target()
/third_party/ltp/testcases/kernel/syscalls/setsockopt/
Dsetsockopt08.c125 ipt_entry->target_offset = in run()
127 ipt_entry->next_offset = ipt_entry->target_offset + tgt_size; in run()
Dsetsockopt03.c64 p.ent.target_offset = TOO_SMALL_OFFSET; in run()
/third_party/libdrm/intel/
Dintel_bufmgr.c200 drm_intel_bo *target_bo, uint32_t target_offset, in drm_intel_bo_emit_reloc() argument
204 target_bo, target_offset, in drm_intel_bo_emit_reloc()
211 drm_intel_bo *target_bo, uint32_t target_offset, in drm_intel_bo_emit_reloc_fence() argument
215 target_bo, target_offset, in drm_intel_bo_emit_reloc_fence()
Dintel_bufmgr.h152 drm_intel_bo *target_bo, uint32_t target_offset,
156 uint32_t target_offset,
313 #define dri_bo_emit_reloc(reloc_bo, read, write, target_offset, \ argument
316 target_bo, target_offset, \
Dintel_bufmgr_priv.h189 drm_intel_bo *target_bo, uint32_t target_offset,
193 uint32_t target_offset,
Dintel_bufmgr_gem.c1967 drm_intel_bo *target_bo, uint32_t target_offset, in do_bo_emit_reloc() argument
2031 bo_gem->relocs[bo_gem->reloc_count].delta = target_offset; in do_bo_emit_reloc()
2093 drm_intel_bo *target_bo, uint32_t target_offset, in drm_intel_gem_bo_emit_reloc() argument
2102 return do_bo_emit_reloc(bo, offset, target_bo, target_offset, in drm_intel_gem_bo_emit_reloc()
2110 uint32_t target_offset, in drm_intel_gem_bo_emit_reloc_fence() argument
2113 return do_bo_emit_reloc(bo, offset, target_bo, target_offset, in drm_intel_gem_bo_emit_reloc_fence()
Dintel_bufmgr_fake.c1251 drm_intel_bo *target_bo, uint32_t target_offset, in drm_intel_fake_emit_reloc() argument
1285 r->delta = target_offset; in drm_intel_fake_emit_reloc()
/third_party/iptables/include/linux/netfilter_arp/
Darp_tables.h97 __u16 target_offset; member
198 return (void *)e + e->target_offset; in arpt_get_target()
/third_party/iptables/include/linux/netfilter_ipv4/
Dip_tables.h109 __u16 target_offset; member
221 return (void *)e + e->target_offset; in ipt_get_target()
/third_party/iptables/include/linux/netfilter/
Dx_tables.h134 __i < (e)->target_offset; \
180 (entry)->target_offset); \
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftbitmap.c813 FT_Vector target_offset; in FT_Bitmap_Blend() local
850 target_offset.x = FT_PIX_FLOOR( atarget_offset->x ); in FT_Bitmap_Blend()
851 target_offset.y = FT_PIX_FLOOR( atarget_offset->y ); in FT_Bitmap_Blend()
875 target_llx = target_offset.x; in FT_Bitmap_Blend()
876 if ( FT_LONG_MIN + (FT_Pos)( target->rows << 6 ) > target_offset.y ) in FT_Bitmap_Blend()
882 target_lly = target_offset.y - ( target->rows << 6 ); in FT_Bitmap_Blend()
891 target_ury = target_offset.y; in FT_Bitmap_Blend()
/third_party/freetype/src/base/
Dftbitmap.c812 FT_Vector target_offset; in FT_Bitmap_Blend() local
849 target_offset.x = FT_PIX_FLOOR( atarget_offset->x ); in FT_Bitmap_Blend()
850 target_offset.y = FT_PIX_FLOOR( atarget_offset->y ); in FT_Bitmap_Blend()
874 target_llx = target_offset.x; in FT_Bitmap_Blend()
875 if ( FT_LONG_MIN + (FT_Pos)( target->rows << 6 ) > target_offset.y ) in FT_Bitmap_Blend()
881 target_lly = target_offset.y - ( target->rows << 6 ); in FT_Bitmap_Blend()
890 target_ury = target_offset.y; in FT_Bitmap_Blend()
/third_party/skia/third_party/externals/freetype/src/base/
Dftbitmap.c812 FT_Vector target_offset; in FT_Bitmap_Blend() local
849 target_offset.x = FT_PIX_FLOOR( atarget_offset->x ); in FT_Bitmap_Blend()
850 target_offset.y = FT_PIX_FLOOR( atarget_offset->y ); in FT_Bitmap_Blend()
874 target_llx = target_offset.x; in FT_Bitmap_Blend()
875 if ( FT_LONG_MIN + (FT_Pos)( target->rows << 6 ) > target_offset.y ) in FT_Bitmap_Blend()
881 target_lly = target_offset.y - ( target->rows << 6 ); in FT_Bitmap_Blend()
890 target_ury = target_offset.y; in FT_Bitmap_Blend()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c371 struct crocus_bo *target, int32_t target_offset, in emit_reloc() argument
412 .delta = target_offset, in emit_reloc()
421 return entry->offset + target_offset; in emit_reloc()
426 struct crocus_bo *target, uint32_t target_offset, in crocus_command_reloc() argument
432 target, target_offset, reloc_flags); in crocus_command_reloc()
437 struct crocus_bo *target, uint32_t target_offset, in crocus_state_reloc() argument
443 target, target_offset, reloc_flags); in crocus_state_reloc()
Dcrocus_batch.h206 struct crocus_bo *target, uint32_t target_offset,
209 struct crocus_bo *target, uint32_t target_offset,
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_batch.h69 uint32_t target_offset,
74 uint32_t target_offset,
Dbrw_batch.c961 struct brw_bo *target, int32_t target_offset, in emit_reloc() argument
968 return intel_canonical_address(target->gtt_offset + target_offset); in emit_reloc()
1002 .delta = target_offset, in emit_reloc()
1011 return entry->offset + target_offset; in emit_reloc()
1031 struct brw_bo *target, uint32_t target_offset, in brw_batch_reloc() argument
1037 target, target_offset, reloc_flags); in brw_batch_reloc()
1042 struct brw_bo *target, uint32_t target_offset, in brw_state_reloc() argument
1048 target, target_offset, reloc_flags); in brw_state_reloc()
/third_party/lwip/src/core/
Dpbuf.c1276 u16_t target_offset; in pbuf_take_at() local
1277 struct pbuf *q = pbuf_skip(buf, offset, &target_offset); in pbuf_take_at()
1280 if ((q != NULL) && (q->tot_len >= target_offset + len)) { in pbuf_take_at()
1285 LWIP_ASSERT("check pbuf_skip result", target_offset < q->len); in pbuf_take_at()
1286 first_copy_len = (u16_t)LWIP_MIN(q->len - target_offset, len); in pbuf_take_at()
1287 MEMCPY(((u8_t *)q->payload) + target_offset, dataptr, first_copy_len); in pbuf_take_at()
/third_party/boost/boost/interprocess/
Doffset_ptr.hpp102 OffsetType target_offset = caster_t(this_ptr).offset() + offset; in offset_ptr_to_raw_pointer() local
103 target_offset &= mask; in offset_ptr_to_raw_pointer()
104 return caster_t(target_offset).pointer(); in offset_ptr_to_raw_pointer()
/third_party/iptables/iptables/
Dip6tables.c921 if (e->target_offset) { in print_rule6()
1044 e->target_offset = size; in generate_entry()

12