Home
last modified time | relevance | path

Searched refs:nstructs (Results 1 – 2 of 2) sorted by relevance

/external/python/cffi/c/
Dcdlopen.c223 struct _cffi_struct_union_s *nstructs; in ffiobj_init() local
237 nstructs = (struct _cffi_struct_union_s *)building; in ffiobj_init()
238 nfields = (struct _cffi_field_s *)(nstructs + n); in ffiobj_init()
247 nstructs[i].type_index = cdl_4bytes(s); s += 4; in ffiobj_init()
248 nstructs[i].flags = cdl_4bytes(s); s += 4; in ffiobj_init()
249 nstructs[i].name = s; in ffiobj_init()
250 if (nstructs[i].flags & (_CFFI_F_OPAQUE | _CFFI_F_EXTERNAL)) { in ffiobj_init()
251 nstructs[i].size = (size_t)-1; in ffiobj_init()
252 nstructs[i].alignment = -1; in ffiobj_init()
253 nstructs[i].first_field_index = -1; in ffiobj_init()
[all …]
/external/mesa3d/src/broadcom/cle/
Dv3d_decoder.c47 int nstructs; member
93 for (int i = 0; i < spec->nstructs; i++) in v3d_spec_find_struct()
559 spec->structs[spec->nstructs++] = group; in end_element()
571 assert(spec->nstructs < ARRAY_SIZE(spec->structs)); in end_element()