HomeSort by relevance Sort by last modified time
    Searched defs:hdr (Results 326 - 350 of 671) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
if_fddi.h 80 } hdr; member in struct:fddihdr
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
if_fddi.h 80 } hdr; member in struct:fddihdr
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
if_fddi.h 80 } hdr; member in struct:fddihdr
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
if_fddi.h 80 } hdr; member in struct:fddihdr
  /system/core/fastboot/
usb_linux.c 103 struct usb_descriptor_header *hdr = (struct usb_descriptor_header *)_desc; local
106 if(hdr->bLength < size) return -1;
107 if(hdr->bLength > len) return -1;
108 if(hdr->bDescriptorType != type) return -1;
182 struct usb_descriptor_header *hdr = (struct usb_descriptor_header *)ptr; local
183 if (check(hdr, len, USB_DT_INTERFACE, USB_DT_INTERFACE_SIZE) == 0)
185 len -= hdr->bLength;
186 ptr += hdr->bLength;
204 struct usb_descriptor_header *hdr = (struct usb_descriptor_header *)ptr; local
205 if (check(hdr, len, USB_DT_ENDPOINT, USB_DT_ENDPOINT_SIZE) == 0
    [all...]
  /system/core/fastbootd/
commands.c 64 struct boot_img_hdr *hdr; local
95 hdr = (struct boot_img_hdr *) ptr;
102 if ((size_t) sz < sizeof(*hdr)) {
107 kernel_actual = ROUND_TO_PAGE(hdr->kernel_size, hdr->page_size);
108 ramdisk_actual = ROUND_TO_PAGE(hdr->ramdisk_size, hdr->page_size);
109 second_actual = ROUND_TO_PAGE(hdr->second_size, hdr->page_size);
111 new_atags = (char *) create_atags((unsigned *) atags_ptr, atags_sz, hdr, &new_atags_sz)
    [all...]
  /system/core/gpttool/
gpttool.c 119 struct efi_header *hdr = &ptbl->header; local
128 if (last > hdr->last_lba) {
254 struct efi_header *hdr = &ptbl.header; local
305 memcpy(hdr->magic, EFI_MAGIC, sizeof(hdr->magic));
306 hdr->version = EFI_VERSION;
307 hdr->header_sz = sizeof(struct efi_header);
308 hdr->header_lba = 1;
309 hdr->backup_lba = sz - 1;
310 hdr->first_lba = 34
    [all...]
  /system/extras/ext4_utils/
contents.c 411 struct ext4_xattr_ibody_header *hdr = (struct ext4_xattr_ibody_header *) (inode + 1); local
412 struct ext4_xattr_entry *first = (struct ext4_xattr_entry *) (hdr + 1);
421 hdr->h_magic = cpu_to_le32(EXT4_XATTR_MAGIC);
  /system/extras/sound/
playwav.c 153 struct wav_header hdr; local
161 if (read(fd, &hdr, sizeof(hdr)) != sizeof(hdr)) {
166 hdr.num_channels, hdr.sample_rate, hdr.bits_per_sample,
167 hdr.audio_format == FORMAT_PCM ? "PCM" : "unknown");
169 if ((hdr.riff_id != ID_RIFF) ||
170 (hdr.riff_fmt != ID_WAVE) |
193 struct wav_header hdr; local
    [all...]
  /art/runtime/
oat_file.cc 50 Elf32_Shdr* hdr = elf_file->FindSectionByName(".rodata"); local
51 oat_file->begin_ = elf_file->Begin() + hdr->sh_offset;
52 oat_file->end_ = elf_file->Begin() + hdr->sh_size + hdr->sh_offset;
  /bionic/libc/kernel/uapi/asm-arm/asm/
setup.h 126 struct tag_header hdr; member in struct:tag
150 #define tag_member_present(tag,member) ((unsigned long)(&((struct tag *)0L)->member + 1) <= (tag)->hdr.size * 4)
151 #define tag_next(t) ((struct tag *)((__u32 *)(t) + (t)->hdr.size))
154 #define for_each_tag(t,base) for (t = base; t->hdr.size; t = tag_next(t))
  /bionic/libc/kernel/uapi/linux/
virtio_net.h 81 struct virtio_net_hdr hdr; member in struct:virtio_net_hdr_mrg_rxbuf
  /development/ndk/platforms/android-L/arch-arm/include/asm/
setup.h 126 struct tag_header hdr; member in struct:tag
150 #define tag_member_present(tag,member) ((unsigned long)(&((struct tag *)0L)->member + 1) <= (tag)->hdr.size * 4)
151 #define tag_next(t) ((struct tag *)((__u32 *)(t) + (t)->hdr.size))
154 #define for_each_tag(t,base) for (t = base; t->hdr.size; t = tag_next(t))
  /development/ndk/platforms/android-L/include/linux/
virtio_net.h 81 struct virtio_net_hdr hdr; member in struct:virtio_net_hdr_mrg_rxbuf
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_int.h 77 BT_HDR hdr; /* Event header */ member in struct:__anon5589
84 BT_HDR hdr; /* Event header */ member in struct:__anon5590
102 BT_HDR hdr; /* Event header */ member in struct:__anon5591
111 BT_HDR hdr; /* Event header */ member in struct:__anon5592
118 BT_HDR hdr; /* Event header */ member in struct:__anon5593
129 BT_HDR hdr; member in union:__anon5594
171 BT_HDR hdr; member in struct:__anon5597
  /external/bluetooth/bluedroid/btif/src/
btif_pan.c 543 static inline bool should_forward(tETH_HDR* hdr)
545 uint16_t proto = ntohs(hdr->h_proto);
552 static int forward_bnep(tETH_HDR* eth_hdr, BT_HDR *hdr) {
562 int result = PAN_WriteBuf(handle, eth_hdr->h_dest, eth_hdr->h_src, ntohs(eth_hdr->h_proto), hdr, 0);
573 GKI_freebuf(hdr);
727 tETH_HDR hdr; local
728 memcpy(&hdr, packet, sizeof(tETH_HDR));
733 if (forward_bnep(&hdr, buffer) != FORWARD_CONGEST)
  /external/chromium_org/skia/ext/
vector_canvas_unittest.cc 52 BITMAPINFOHEADER hdr; local
53 hdr.biSize = sizeof(BITMAPINFOHEADER);
54 hdr.biWidth = x;
55 hdr.biHeight = -y; // Minus means top-down bitmap.
56 hdr.biPlanes = 1;
57 hdr.biBitCount = 32;
58 hdr.biCompression = BI_RGB; // No compression.
59 hdr.biSizeImage = 0;
60 hdr.biXPelsPerMeter = 1;
61 hdr.biYPelsPerMeter = 1
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc 618 srtp_hdr_t* hdr = reinterpret_cast<srtp_hdr_t*>(p); local
619 srtp_stream_ctx_t* stream = srtp_get_stream(session_, hdr->ssrc);
  /external/fio/
ioengine.h 103 struct sg_io_hdr hdr; member in union:io_u::__anon26048
smalloc.c 256 static void *postred_ptr(struct block_hdr *hdr)
260 ptr = (uintptr_t) hdr + hdr->size - sizeof(unsigned int);
266 static void fill_redzone(struct block_hdr *hdr)
268 unsigned int *postred = postred_ptr(hdr);
270 hdr->prered = SMALLOC_PRE_RED;
274 static void sfree_check_redzone(struct block_hdr *hdr)
276 unsigned int *postred = postred_ptr(hdr);
278 if (hdr->prered != SMALLOC_PRE_RED) {
281 hdr, hdr->prered, SMALLOC_PRE_RED)
303 struct block_hdr *hdr; local
423 struct block_hdr *hdr = ptr; local
    [all...]
  /external/iputils/
tracepath6.c 323 struct probehdr *hdr = pktbuf; local
331 hdr->ttl = ttl;
340 gettimeofday(&hdr->tv, NULL);
342 his[hisptr].sendtime = hdr->tv;
  /external/kernel-headers/original/uapi/asm-arm/asm/
setup.h 147 struct tag_header hdr; member in struct:tag
178 <= (tag)->hdr.size * 4)
180 #define tag_next(t) ((struct tag *)((__u32 *)(t) + (t)->hdr.size))
184 for (t = base; t->hdr.size; t = tag_next(t))
  /external/kernel-headers/original/uapi/linux/
virtio_net.h 96 struct virtio_net_hdr hdr; member in struct:virtio_net_hdr_mrg_rxbuf
  /external/libcap-ng/libcap-ng-0.7/src/
cap-ng.c 135 struct __user_cap_header_struct hdr; member in struct:cap_ng
154 memset(&m.hdr, 0, sizeof(m.hdr));
155 (void)capget(&m.hdr, NULL); // Returns -EINVAL
156 if (m.hdr.version == _LINUX_CAPABILITY_VERSION_3 ||
157 m.hdr.version == _LINUX_CAPABILITY_VERSION_2) {
159 } else if (m.hdr.version == _LINUX_CAPABILITY_VERSION_1) {
168 m.hdr.pid = (unsigned)syscall(__NR_gettid);
170 m.hdr.pid = (unsigned)getpid();
229 m.hdr.pid = pid
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_ce_int.h 68 BT_HDR hdr; member in struct:__anon28698
81 BT_HDR hdr; member in struct:__anon28699
88 BT_HDR hdr; member in struct:__anon28700
109 BT_HDR hdr; member in struct:__anon28701
118 BT_HDR hdr; member in union:__anon28702

Completed in 1382 milliseconds

<<11121314151617181920>>