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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dcoretype.h110 typedef struct yasm_intnum yasm_intnum; typedef in typeref:struct:yasm_intnum
H A Dintnum.c43 struct yasm_intnum { struct
87 intnum_frombv(/*@out@*/ yasm_intnum *intn, wordptr bv)
116 intnum_tobv(/*@returned@*/ wordptr bv, const yasm_intnum *intn)
131 yasm_intnum *
134 yasm_intnum *intn = yasm_xmalloc(sizeof(yasm_intnum));
152 yasm_intnum *
155 yasm_intnum *intn = yasm_xmalloc(sizeof(yasm_intnum));
172 yasm_intnum *
[all...]

Completed in 93 milliseconds