Searched refs:offsetof (Results 201 - 214 of 214) sorted by relevance

123456789

/external/valgrind/main/coregrind/m_debuginfo/
H A Dstorage.c971 scope = VG_(OSetGen_Create)( offsetof(DiAddrRange,aMin),
H A Dreadelf.c737 oset = VG_(OSetGen_Create)( offsetof(TempSym,key),
/external/valgrind/main/perf/
H A Dtinycc.c2623 #ifndef offsetof
2624 #define offsetof(type, field) ((size_t) &((type *)0)->field)
21193 { offsetof(TCCState, warn_unsupported), 0, "unsupported" },
21194 { offsetof(TCCState, warn_write_strings), 0, "write-strings" },
21195 { offsetof(TCCState, warn_error), 0, "error" },
21196 { offsetof(TCCState, warn_implicit_function_declaration), WD_ALL,
21244 { offsetof(TCCState, char_is_unsigned), 0, "unsigned-char" },
21245 { offsetof(TCCState, char_is_unsigned), FD_INVERT, "signed-char" },
21246 { offsetof(TCCState, nocommon), FD_INVERT, "common" },
21247 { offsetof(TCCStat
2622 #define offsetof macro
[all...]
/external/expat/lib/
H A Dxmlparse.c6124 (offsetof(BLOCK, s)
6140 tem = (BLOCK *)pool->mem->malloc_fcn(offsetof(BLOCK, s)
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c245 InitLinkedList( &self->eventSources, offsetof( EventSource, next));
/external/qemu/
H A Dexec.c794 offsetof(TranslationBlock, phys_hash_next));
/external/qemu/target-arm/
H A Dhelper.c271 memset(env, 0, offsetof(CPUARMState, breakpoints));
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.c3301 offsetof(struct p2p_device, info));
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.c3301 offsetof(struct p2p_device, info));
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.c3301 offsetof(struct p2p_device, info));
/external/sqlite/dist/orig/
H A Dsqlite3.c7881 ** GCC does not define the offsetof() macro so we'll have to do it
7884 #ifndef offsetof
7885 #define offsetof(STRUCTURE,FIELD) ((int)((char*)&((STRUCTURE*)0)->FIELD)) macro
10642 #define EXPR_REDUCEDSIZE offsetof(Expr,iTable) /* Common features */
10643 #define EXPR_TOKENONLYSIZE offsetof(Expr,pLeft) /* Fewer features */
17307 memcpy(pTo, pFrom, offsetof(sqlite3_mutex_methods, xMutexAlloc));
17309 sizeof(*pTo) - offsetof(sqlite3_mutex_methods, xMutexFree));
[all...]
/external/sqlite/dist/
H A Dsqlite3.c7881 ** GCC does not define the offsetof() macro so we'll have to do it
7884 #ifndef offsetof
7885 #define offsetof(STRUCTURE,FIELD) ((int)((char*)&((STRUCTURE*)0)->FIELD)) macro
10642 #define EXPR_REDUCEDSIZE offsetof(Expr,iTable) /* Common features */
10643 #define EXPR_TOKENONLYSIZE offsetof(Expr,pLeft) /* Fewer features */
17307 memcpy(pTo, pFrom, offsetof(sqlite3_mutex_methods, xMutexAlloc));
17309 sizeof(*pTo) - offsetof(sqlite3_mutex_methods, xMutexFree));
[all...]
/external/elfutils/src/
H A Dldgeneric.c126 return (pread (fd, &e_type, sizeof (e_type), offsetof (XElf_Ehdr, e_type))
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c212 (mode64 ? offsetof(VexGuestPPC64State, _x) : \
213 offsetof(VexGuestPPC32State, _x))

Completed in 1130 milliseconds

123456789