/third_party/iptables/libiptc/ |
D | libip4tc.c | 200 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))
|
D | libip6tc.c | 235 if (a->target_offset != b->target_offset in is_same()
|
D | libiptc.c | 1140 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/ |
D | snmp_pbuf_stream.c | 114 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/ |
D | ip6_tables.h | 113 __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/ |
D | setsockopt08.c | 125 ipt_entry->target_offset = in run() 127 ipt_entry->next_offset = ipt_entry->target_offset + tgt_size; in run()
|
D | setsockopt03.c | 64 p.ent.target_offset = TOO_SMALL_OFFSET; in run()
|
/third_party/libdrm/intel/ |
D | intel_bufmgr.c | 200 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()
|
D | intel_bufmgr.h | 152 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, \
|
D | intel_bufmgr_priv.h | 189 drm_intel_bo *target_bo, uint32_t target_offset, 193 uint32_t target_offset,
|
D | intel_bufmgr_gem.c | 1967 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()
|
D | intel_bufmgr_fake.c | 1251 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/ |
D | arp_tables.h | 97 __u16 target_offset; member 198 return (void *)e + e->target_offset; in arpt_get_target()
|
/third_party/iptables/include/linux/netfilter_ipv4/ |
D | ip_tables.h | 109 __u16 target_offset; member 221 return (void *)e + e->target_offset; in ipt_get_target()
|
/third_party/iptables/include/linux/netfilter/ |
D | x_tables.h | 134 __i < (e)->target_offset; \ 180 (entry)->target_offset); \
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftbitmap.c | 813 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/ |
D | ftbitmap.c | 812 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/ |
D | ftbitmap.c | 812 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/ |
D | crocus_batch.c | 371 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()
|
D | crocus_batch.h | 206 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/ |
D | brw_batch.h | 69 uint32_t target_offset, 74 uint32_t target_offset,
|
D | brw_batch.c | 961 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/ |
D | pbuf.c | 1276 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/ |
D | offset_ptr.hpp | 102 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/ |
D | ip6tables.c | 921 if (e->target_offset) { in print_rule6() 1044 e->target_offset = size; in generate_entry()
|