Searched refs:offsetof (Results 1 – 13 of 13) sorted by relevance
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | jemalloc_internal_decls.h | 45 #ifndef offsetof 46 # define offsetof(type, member) ((size_t)&(((type *)NULL)->member)) macro
|
| /third_party/ulib/musl/src/internal/ |
| A D | threads_impl.h | 78 #define PTHREAD_TP_OFFSET offsetof(struct pthread, head) 84 ((ptrdiff_t)offsetof(struct pthread, field) - PTHREAD_TP_OFFSET) 91 offsetof(struct pthread, head)) == ABI_TCBHEAD_SIZE,
|
| /third_party/dev/ethernet/e1000/ |
| A D | em_txrx.c | 163 TXD->lower_setup.ip_fields.ipcso = pi->ipi_ehdrlen + offsetof(struct ip, ip_sum); in em_tso_setup() 173 pi->ipi_ehdrlen + pi->ipi_ip_hlen + offsetof(struct tcphdr, th_sum); in em_tso_setup() 264 TXD->lower_setup.ip_fields.ipcso = pi->ipi_ehdrlen + offsetof(struct ip, ip_sum); in em_transmit_checksum_setup() 275 tucso = hdr_len + offsetof(struct tcphdr, th_sum); in em_transmit_checksum_setup() 278 tucso = hdr_len + offsetof(struct udphdr, uh_sum); in em_transmit_checksum_setup()
|
| /third_party/ulib/musl/src/time/ |
| A D | strptime.c | 185 switch ((char*)dest - (char*)tm) { case offsetof(struct tm, tm_yday):; } in strptime()
|
| /third_party/ulib/musl/src/regex/ |
| A D | glob.c | 235 free(g->gl_pathv[g->gl_offs + i] - offsetof(struct match, name)); in globfree()
|
| /third_party/uapp/dash/src/ |
| A D | nodes.c.pat | 87 funcblocksize = offsetof(struct funcnode, n); 92 funcblock = (char *) f + offsetof(struct funcnode, n);
|
| A D | nodes.c | 118 funcblocksize = offsetof(struct funcnode, n); in copyfunc() 123 funcblock = (char *) f + offsetof(struct funcnode, n); in copyfunc()
|
| /third_party/ulib/jemalloc/src/ |
| A D | tcache.c | 314 size = offsetof(tcache_t, tbins) + (sizeof(tcache_bin_t) * nhbins); in tcache_create()
|
| A D | prof.c | 547 size_t size = offsetof(prof_gctx_t, vec) + (bt->len * sizeof(void *)); in prof_gctx_create()
|
| /third_party/ulib/ngunwind/src/dwarf/ |
| A D | Gfind_proc_info-lsb.c | 545 if (size < offsetof (struct dl_phdr_info, dlpi_phnum) in dwarf_callback()
|
| A D | Gparser.c | 894 memcpy(rs, &sr.rs_current, offsetof(struct dwarf_reg_state, ip)); in dwarf_find_save_locs()
|
| /third_party/ulib/musl/ldso/ |
| A D | dynlink.c | 2556 (ZX_LOG_RECORD_MAX - offsetof(zx_log_record_t, data)); in _dl_log_write()
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 849 - failure of offsetof() to be an integer constant expression
|
Completed in 30 milliseconds