Home
last modified time | relevance | path

Searched refs:union_size (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/_ctypes/
H A Dstgdict.c355 Py_ssize_t union_size, total_align; in PyCStructUnionType_update_stgdict() local
466 union_size = 0; in PyCStructUnionType_update_stgdict()
486 union_size = 0; in PyCStructUnionType_update_stgdict()
625 union_size = max(size, union_size); in PyCStructUnionType_update_stgdict()
651 size = union_size; in PyCStructUnionType_update_stgdict()
/third_party/ltp/tools/sparse/sparse-src/
H A Dsparse-llvm.c100 unsigned union_size; in sym_union_type() local
107 union_size = sym->bit_size / 8; in sym_union_type()
109 elements = LLVMArrayType(LLVMInt8Type(), union_size); in sym_union_type()

Completed in 3 milliseconds