Home
last modified time | relevance | path

Searched refs:end (Results 1 – 21 of 21) sorted by relevance

/include/
A Dlinker_lists.h156 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 Defi_load_initrd.h33 struct efi_device_path end; member
A Dcircbuf.h18 char *end; /* end of data buffer */ member
A Dsunxi_image.h96 uint8_t end[4]; member
111 uint8_t end[4]; member
A Dvsprintf.h135 long trailing_strtoln(const char *str, const char *end);
153 long trailing_strtoln_end(const char *str, const char *end, char const **endp);
A Dmembuf.h36 char *end; /** the end of the buffer (start + length) */ member
A Defi_config.h63 int end; member
A Dfdt_region.h67 char *end; /* Pointer to end of full node path */ member
A Dmipi_dsi.h415 u16 end);
426 u16 end);
A Dfdtdec.h55 fdt_addr_t end; member
93 fdt_addr_t end; member
147 return res->end - res->start + 1; in fdt_resource_size()
A Dqfw.h92 struct list_head *entry, *end; /* structures to iterate file list */ member
A Dalist.h305 void alist_update_end(struct alist *lst, const void *end);
A Dsdhci.h298 dma_addr_t addr, int len, bool end);
537 dma_addr_t addr, int len, bool end);
A Dsh_pfc.h82 pinmux_enum_t end; member
A Dimage.h340 ulong start, end; /* start/end of blob */ member
1047 int bootz_setup(ulong image, ulong *start, ulong *end);
A Defi_loader.h1123 const void *start, const void *end,
/include/linux/
A Dbitmap.h168 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 Dioport.h20 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 Dtcp.h194 u8 end; member
210 u8 end; member
/include/acpi/
A Dacpi_table.h1008 u16 seg_nr, u8 start, u8 end);
/include/valgrind/
A Dvalgrind.h7010 #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