Searched refs:xep (Results 1 – 2 of 2) sorted by relevance
140 xo_encoder_node_t *xep = xo_realloc(NULL, sizeof(*xep)); in xo_encoder_list_add() local141 if (xep) { in xo_encoder_list_add()143 xep->xe_name = xo_realloc(NULL, len); in xo_encoder_list_add()144 if (xep->xe_name == NULL) { in xo_encoder_list_add()145 xo_free(xep); in xo_encoder_list_add()149 memcpy(xep->xe_name, name, len); in xo_encoder_list_add()151 TAILQ_INSERT_TAIL(&xo_encoders, xep, xe_link); in xo_encoder_list_add()154 return xep; in xo_encoder_list_add()160 xo_encoder_node_t *xep; in xo_encoders_clean() local165 xep = TAILQ_FIRST(&xo_encoders); in xo_encoders_clean()[all …]
1359 struct xsave_area_elm_descr *xep; in xsave_area_offset() local1371 xep = &xsave_area_desc[i]; in xsave_area_offset()1372 if ((xep->flags & CPUID_EXTSTATE_ALIGNED) != 0) in xsave_area_offset()1374 offs += xep->size; in xsave_area_offset()