Searched defs:id_prefix (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dvalparam.h62 char id_prefix; member in struct:yasm_valparam
113 * \param id_prefix identifier prefix for raw identifiers
118 int id_prefix);
H A Dvalparam.c68 yasm_vp_create_id(/*@keep@*/ char *v, /*@keep@*/ char *p, int id_prefix) argument
74 r->id_prefix = (char)id_prefix;
85 r->id_prefix = '\0';
96 r->id_prefix = '\0';
137 if (vp->param.id[0] == vp->id_prefix)

Completed in 106 milliseconds