Home
last modified time | relevance | path

Searched refs:offsetof (Results 1 – 13 of 13) sorted by relevance

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Djemalloc_internal_decls.h45 #ifndef offsetof
46 # define offsetof(type, member) ((size_t)&(((type *)NULL)->member)) macro
/third_party/ulib/musl/src/internal/
A Dthreads_impl.h78 #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 Dem_txrx.c163 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 Dstrptime.c185 switch ((char*)dest - (char*)tm) { case offsetof(struct tm, tm_yday):; } in strptime()
/third_party/ulib/musl/src/regex/
A Dglob.c235 free(g->gl_pathv[g->gl_offs + i] - offsetof(struct match, name)); in globfree()
/third_party/uapp/dash/src/
A Dnodes.c.pat87 funcblocksize = offsetof(struct funcnode, n);
92 funcblock = (char *) f + offsetof(struct funcnode, n);
A Dnodes.c118 funcblocksize = offsetof(struct funcnode, n); in copyfunc()
123 funcblock = (char *) f + offsetof(struct funcnode, n); in copyfunc()
/third_party/ulib/jemalloc/src/
A Dtcache.c314 size = offsetof(tcache_t, tbins) + (sizeof(tcache_bin_t) * nhbins); in tcache_create()
A Dprof.c547 size_t size = offsetof(prof_gctx_t, vec) + (bt->len * sizeof(void *)); in prof_gctx_create()
/third_party/ulib/ngunwind/src/dwarf/
A DGfind_proc_info-lsb.c545 if (size < offsetof (struct dl_phdr_info, dlpi_phnum) in dwarf_callback()
A DGparser.c894 memcpy(rs, &sr.rs_current, offsetof(struct dwarf_reg_state, ip)); in dwarf_find_save_locs()
/third_party/ulib/musl/ldso/
A Ddynlink.c2556 (ZX_LOG_RECORD_MAX - offsetof(zx_log_record_t, data)); in _dl_log_write()
/third_party/ulib/musl/
A DWHATSNEW849 - failure of offsetof() to be an integer constant expression

Completed in 30 milliseconds