/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | squashfs2_0.c | 170 unsigned int next_offset; in squashfs_iget_2() local 180 &next_offset)) in squashfs_iget_2() 187 &next_offset)) in squashfs_iget_2() 201 &next_offset)) in squashfs_iget_2() 208 &next_offset)) in squashfs_iget_2() 233 SQUASHFS_I(i)->offset = next_offset; in squashfs_iget_2() 243 next_offset); in squashfs_iget_2() 254 &next_offset)) in squashfs_iget_2() 261 &next_offset)) in squashfs_iget_2() 293 &next_offset)) in squashfs_iget_2() [all …]
|
D | inode.c | 267 unsigned int *next_offset) in squashfs_get_cached_block() argument 347 *next_offset = 0; in squashfs_get_cached_block() 350 *next_offset = offset + length; in squashfs_get_cached_block() 533 unsigned int next_offset; in squashfs_iget() local 543 &next_offset)) in squashfs_iget() 550 &next_offset)) in squashfs_iget() 564 &next_offset)) in squashfs_iget() 571 &next_offset)) in squashfs_iget() 594 SQUASHFS_I(i)->offset = next_offset; in squashfs_iget() 604 next_offset); in squashfs_iget() [all …]
|
/external/elfutils/libdw/ |
D | fde.c | 146 Dwarf_Off next_offset; in __libdw_fde_by_offset() local 149 offset, &next_offset, &entry); in __libdw_fde_by_offset() 167 if (cache->next_offset == offset) in __libdw_fde_by_offset() 168 cache->next_offset = next_offset; in __libdw_fde_by_offset() 281 Dwarf_Off last_offset = cache->next_offset; in __libdw_find_fde() 285 last_offset, &cache->next_offset, in __libdw_find_fde() 291 if (cache->next_offset == last_offset) in __libdw_find_fde()
|
D | cie.c | 168 Dwarf_Off next_offset = offset; in __libdw_find_cie() local 172 offset, &next_offset, &entry); in __libdw_find_cie() 180 if (cache->next_offset == offset) in __libdw_find_cie() 181 cache->next_offset = next_offset; in __libdw_find_cie()
|
/external/mesa3d/src/broadcom/drm-shim/ |
D | v3d_noop.c | 45 uint32_t next_offset; member 49 .next_offset = 0x1000, 67 assert(UINT_MAX - v3d.next_offset > create->size); in v3d_ioctl_create_bo() 68 bo->offset = v3d.next_offset; in v3d_ioctl_create_bo() 69 v3d.next_offset += create->size; in v3d_ioctl_create_bo()
|
/external/bcc/src/lua/bpf/ |
D | proto.lua | 224 local function next_offset(e, var, type, off, mask, shift) function 322 icmp = function(e, dst) next_offset(e, dst, ffi.typeof('uint8_t'), 0, 0x0f, 2) end, 323 udp = function(e, dst) next_offset(e, dst, ffi.typeof('uint8_t'), 0, 0x0f, 2) end, 324 tcp = function(e, dst) next_offset(e, dst, ffi.typeof('uint8_t'), 0, 0x0f, 2) end, 343 icmp6 = function(e, dst) next_offset(e, dst, ffi.typeof('uint8_t'), ip6_opt_ext_len_off) end, 344 udp = function(e, dst) next_offset(e, dst, ffi.typeof('uint8_t'), ip6_opt_ext_len_off) end, 345 tcp = function(e, dst) next_offset(e, dst, ffi.typeof('uint8_t'), ip6_opt_ext_len_off) end, 346 ip6_opt = function(e, dst) next_offset(e, dst, ffi.typeof('uint8_t'), ip6_opt_ext_len_off) end, 355 next_offset(e, dst, ffi.typeof('uint8_t'), ffi.offsetof('struct tcp_t', 'offset'), 0xf0, -2)
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_upload.c | 47 upload->next_offset = 0; in brw_upload_finish() 79 offset = ALIGN_NPOT(upload->next_offset, alignment); in brw_upload_space() 95 upload->next_offset = offset + size; in brw_upload_space() 132 upload->next_offset = 0; in brw_upload_init()
|
D | brw_program_cache.c | 220 if (cache->next_offset != 0) { in brw_cache_new_bo() 223 _mesa_streaming_load_memcpy(map, cache->map, cache->next_offset); in brw_cache_new_bo() 226 memcpy(map, cache->map, cache->next_offset); in brw_cache_new_bo() 271 if (cache->next_offset + size > cache->bo->size) { in brw_alloc_item_data() 274 while (cache->next_offset + size > new_size) in brw_alloc_item_data() 280 offset = cache->next_offset; in brw_alloc_item_data() 283 cache->next_offset = ALIGN(offset + size, 64); in brw_alloc_item_data() 419 cache->next_offset = 0; in brw_clear_cache()
|
/external/google-breakpad/src/common/linux/ |
D | elf_core_dump.cc | 81 size_t next_offset = AlignedSize(sizeof(Nhdr) + header->n_namesz); in GetNextNote() local 82 next_offset = AlignedSize(next_offset + header->n_descsz); in GetNextNote() 84 content_.Subrange(next_offset, content_.length() - next_offset); in GetNextNote()
|
/external/mesa3d/src/util/ |
D | sparse_array.c | 221 uint32_t next_offset) in util_sparse_array_free_list_init() argument 226 fl->next_offset = next_offset; in util_sparse_array_free_list_init() 242 uint32_t *last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push() 247 last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push() 272 uint32_t *head_next = (uint32_t *)((char *)head_elem + fl->next_offset); in util_sparse_array_free_list_pop_idx() 293 uint32_t *head_next = (uint32_t *)((char *)head_elem + fl->next_offset); in util_sparse_array_free_list_pop_elem()
|
D | sparse_array.h | 122 uint32_t next_offset; member 128 uint32_t next_offset);
|
/external/skia/src/effects/ |
D | SkTrimPathEffect.cpp | 28 const auto next_offset = current_segment_offset + measure.getLength(); in add_segments() local 30 if (start < next_offset) { in add_segments() 35 if (stop <= next_offset) in add_segments() 40 current_segment_offset = next_offset; in add_segments()
|
/external/mesa3d/src/freedreno/drm-shim/ |
D | freedreno_noop.c | 45 uint32_t next_offset; member 49 .next_offset = 0x1000, 75 assert(UINT_MAX - msm.next_offset > create->size); in msm_ioctl_gem_new() 77 bo->offset = msm.next_offset; in msm_ioctl_gem_new() 78 msm.next_offset += create->size; in msm_ioctl_gem_new()
|
/external/ltp/testcases/misc/crash/ |
D | crash01.c | 296 int next_offset = 0; variable 489 else if ((next_offset == 0) in compute_badboy() 490 || (next_offset > ((nbytes * BLOCK_TRIGGER) / 100))) { in compute_badboy() 493 next_offset = offset + incptr; in compute_badboy() 496 offset = next_offset; in compute_badboy() 497 next_offset = offset + incptr; in compute_badboy()
|
/external/iptables/libiptc/ |
D | libip4tc.c | 201 || a->next_offset != b->next_offset) in is_same() 245 assert(e->next_offset >= e->target_offset 255 assert(e->next_offset == ALIGN(e->next_offset)); 280 assert(t->verdict == iptcb_entry2offset(h, e)+e->next_offset 307 (*off) += e->next_offset;
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | x86_disasm.c | 134 uint32_t next_offset; in x86_disasm_forward() local 166 next_offset = next_addr - buf_rva; in x86_disasm_forward() 169 next_offset < buf_len ) { in x86_disasm_forward() 174 next_offset, in x86_disasm_forward()
|
/external/scapy/scapy/arch/bpf/ |
D | supersocket.py | 245 next_offset = bh_tstamp_offset + 4 246 bh_datalen = struct.unpack('I', bpf_buffer[next_offset:next_offset+4])[0] 247 next_offset += 4 248 bh_hdrlen = struct.unpack('H', bpf_buffer[next_offset:next_offset+2])[0]
|
/external/mesa3d/src/gallium/drivers/vc4/kernel/ |
D | vc4_render_cl.c | 46 u32 next_offset; member 51 *(u8 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u8() 52 setup->next_offset += 1; in rcl_u8() 57 *(u16 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u16() 58 setup->next_offset += 2; in rcl_u16() 63 *(u32 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u32() 64 setup->next_offset += 4; in rcl_u32() 370 BUG_ON(setup->next_offset != size); in vc4_create_rcl_bo() 372 exec->ct1ea = setup->rcl->paddr + setup->next_offset; in vc4_create_rcl_bo()
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | dir.c | 53 u64 *next_block, int *next_offset, u64 index_start, int index_offset, in get_dir_index_using_offset() argument 95 *next_offset = (length + *next_offset) % SQUASHFS_METADATA_SIZE; in get_dir_index_using_offset()
|
D | namei.c | 76 u64 *next_block, int *next_offset, u64 index_start, in get_dir_index_using_name() argument 121 *next_offset = (length + *next_offset) % SQUASHFS_METADATA_SIZE; in get_dir_index_using_name()
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | x_tables.h | 155 __i += __entry->next_offset, __n++) { \ 177 (pos) = (typeof(pos))((char *)(pos) + (pos)->next_offset))
|
/external/iproute2/include/uapi/linux/netfilter_ipv6/ |
D | ip6_tables.h | 117 __u16 next_offset; member 143 .next_offset = (__size), \
|
/external/iptables/include/linux/netfilter/ |
D | x_tables.h | 153 __i += __entry->next_offset, __n++) { \ 174 (pos) = (typeof(pos))((char *)(pos) + (pos)->next_offset))
|
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/ |
D | ip6_tables.h | 119 __u16 next_offset; member 145 .next_offset = (__size), \
|
/external/iproute2/include/uapi/linux/netfilter/ |
D | x_tables.h | 154 __i += __entry->next_offset, __n++) { \ 175 (pos) = (typeof(pos))((char *)(pos) + (pos)->next_offset))
|