Searched refs:end (Results 1 – 21 of 21) sorted by relevance
| /include/ |
| A D | linker_lists.h | 156 static char end[0] __aligned(4) __attribute__((unused)) \ 158 _type * tmp = (_type *)&end; \ 184 _type *end = ll_entry_end(_type, _list); \ 185 unsigned int _ll_result = end - start; \ 334 static char end[0] __aligned(4) __attribute__((unused)) \ 336 _type * tmp = (_type *)&end; \
|
| A D | efi_load_initrd.h | 33 struct efi_device_path end; member
|
| A D | circbuf.h | 18 char *end; /* end of data buffer */ member
|
| A D | sunxi_image.h | 96 uint8_t end[4]; member 111 uint8_t end[4]; member
|
| A D | vsprintf.h | 135 long trailing_strtoln(const char *str, const char *end); 153 long trailing_strtoln_end(const char *str, const char *end, char const **endp);
|
| A D | membuf.h | 36 char *end; /** the end of the buffer (start + length) */ member
|
| A D | efi_config.h | 63 int end; member
|
| A D | fdt_region.h | 67 char *end; /* Pointer to end of full node path */ member
|
| A D | mipi_dsi.h | 415 u16 end); 426 u16 end);
|
| A D | fdtdec.h | 55 fdt_addr_t end; member 93 fdt_addr_t end; member 147 return res->end - res->start + 1; in fdt_resource_size()
|
| A D | qfw.h | 92 struct list_head *entry, *end; /* structures to iterate file list */ member
|
| A D | alist.h | 305 void alist_update_end(struct alist *lst, const void *end);
|
| A D | sdhci.h | 298 dma_addr_t addr, int len, bool end); 537 dma_addr_t addr, int len, bool end);
|
| A D | sh_pfc.h | 82 pinmux_enum_t end; member
|
| A D | image.h | 340 ulong start, end; /* start/end of blob */ member 1047 int bootz_setup(ulong image, ulong *start, ulong *end);
|
| A D | efi_loader.h | 1123 const void *start, const void *end,
|
| /include/linux/ |
| A D | bitmap.h | 168 unsigned long index, end, i; in bitmap_find_next_zero_area() local 177 end = index + nr; in bitmap_find_next_zero_area() 178 if (end > size) in bitmap_find_next_zero_area() 179 return end; in bitmap_find_next_zero_area() 180 i = find_next_bit(map, end, index); in bitmap_find_next_zero_area() 181 if (i < end) { in bitmap_find_next_zero_area()
|
| A D | ioport.h | 20 resource_size_t end; member 116 resource_size_t start, resource_size_t end, 131 return res->end - res->start + 1; in resource_size()
|
| /include/net/ |
| A D | tcp.h | 194 u8 end; member 210 u8 end; member
|
| /include/acpi/ |
| A D | acpi_table.h | 1008 u16 seg_nr, u8 start, u8 end);
|
| /include/valgrind/ |
| A D | valgrind.h | 7010 #define VALGRIND_STACK_REGISTER(start, end) \ argument 7013 start, end, 0, 0, 0) 7024 #define VALGRIND_STACK_CHANGE(id, start, end) \ argument 7026 id, start, end, 0, 0)
|
Completed in 126 milliseconds