Searched refs:offset (Results 51 - 75 of 76) sorted by relevance

1234

/bionic/libc/kernel/uapi/drm/
H A Dmsm_drm.h60 uint64_t offset; member in struct:drm_msm_gem_info
H A Dvmwgfx_drm.h175 uint32_t offset; member in struct:drm_vmw_control_stream_arg
297 uint64_t offset; member in struct:drm_vmw_shader_create_arg
H A Di810_drm.h249 unsigned int offset; member in struct:_drm_i810_overlay_t
H A Ddrm.h151 unsigned long offset; member in struct:drm_map
379 unsigned long offset; member in struct:drm_agp_binding
H A Ddrm_mode.h382 __u64 offset; member in struct:drm_mode_map_dumb
H A Dr128_drm.h232 int offset; member in struct:drm_r128_blit
/bionic/libc/kernel/uapi/linux/
H A Djffs2.h130 jint32_t offset; member in struct:jffs2_raw_inode
H A Dvfio.h69 __u64 offset; member in struct:vfio_region_info
H A Dfb.h207 __u32 offset; member in struct:fb_bitfield
H A Dperf_event.h261 __s64 offset; member in struct:perf_event_mmap_page
H A Dnl80211.h1081 __u32 start, offset, len; member in struct:nl80211_wowlan_tcp_data_seq
1085 __u32 offset, len; member in struct:nl80211_wowlan_tcp_data_token
H A Dcyclades.h87 unsigned long offset; member in struct:CYZ_BOOT_CTRL
H A Dpkt_cls.h245 int offset; member in struct:tc_rsvp_gpi
H A Dvideodev2.h464 __u32 offset; member in union:v4l2_buffer::__anon777
1026 __u64 offset; member in struct:v4l2_enc_idx_entry
1095 __u32 offset; member in struct:v4l2_vbi_format
H A Dbtrfs.h255 __u64 offset; member in struct:btrfs_ioctl_search_header
H A Dethtool.h95 __u32 offset; member in struct:ethtool_eeprom
H A Dnvme.h417 __le32 offset; member in struct:nvme_download_firmware
H A Dpkt_sched.h579 __u16 offset[TC_QOPT_MAX_QUEUE]; member in struct:tc_mqprio_qopt
/bionic/libc/kernel/uapi/video/
H A Dsisfb.h155 __u32 offset; member in struct:sis_memreq
/bionic/libc/kernel/uapi/linux/wimax/
H A Di2400m.h151 __u32 offset; member in union:i2400m_msg_hdr::__anon796
/bionic/libc/dns/resolv/
H A Dres_cache.c422 * OFFSET : 14 : offset to another part of the DNS packet
424 * The offset is relative to the start of the DNS packet and must point
1933 int *offset; local
1971 offset = cache_info->dnsrch_offset;
1972 while (offset < cache_info->dnsrch_offset + MAXDNSRCH) {
1977 *offset++ = cp - cache_info->defdname; /* record this search domain */
1986 *offset = -1; /* cache_info->dnsrch_offset has MAXDNSRCH+1 items */
2090 // but the setting/offset-computer only runs when set/changed
/bionic/linker/
H A Dlinker.cpp148 #define MARK(offset) \
150 if ((((offset) >> 12) >> 5) < 4096) \
151 bitmask[((offset) >> 12) >> 5] |= (1 << (((offset) >> 12) & 31)); \
154 #define MARK(offset) \
156 bitmask[((offset) >> 12) >> 3] |= (1 << (((offset) >> 12) & 7)); \
799 DL_ERR("file offset for the library \"%s\" is not page-aligned: %" PRId64, name, file_offset);
2304 * relocate the offset of our exported 'rtld_db_dlactivity' symbol.
2523 ElfW(Addr) offset
[all...]
H A Dlinker_phdr.cpp50 p_offset -> segment file offset
76 [ offset:0, filesz:0x4000, memsz:0x4000, vaddr:0x30000 ],
77 [ offset:0x4000, filesz:0x2000, memsz:0x8000, vaddr:0x40000 ],
91 constant offset from their p_vaddr value. This offset is computed as the
649 // Add to the base file offset in case there are multiple relro segments.
738 // Otherwise, check the first loadable segment. If its file offset
746 ElfW(Addr) offset = ehdr->e_phoff;
747 return CheckPhdr((ElfW(Addr))ehdr + offset);
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c1620 /* the number of bytes to offset an address to align it */
2177 also used to hold the offset this chunk has within its mmapped
2268 /* Treat space at ptr +/- offset as a chunk */
3005 always dynamically check addresses of all offset chunks (previous,
3271 /* If not pinuse and not mmapped, previous chunk has OK offset */
3834 Directly mmapped chunks are set up with an offset to the start of
3852 size_t offset = align_offset(chunk2mem(mm)); local
3853 size_t psize = mmsize - offset - MMAP_FOOT_PAD;
3854 mchunkptr p = (mchunkptr)(mm + offset);
3855 p->prev_foot = offset;
3884 size_t offset = oldp->prev_foot; local
3914 size_t offset = align_offset(chunk2mem(p)); local
4005 size_t offset = align_offset(chunk2mem(rawsp)); local
[all...]
/bionic/libc/kernel/uapi/sound/
H A Dasound.h385 __kernel_off_t offset; member in struct:snd_pcm_channel_info
835 unsigned int offset; member in struct:snd_ctl_elem_list

Completed in 551 milliseconds

1234