HomeSort by relevance Sort by last modified time
    Searched defs:yasm_intnum (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
coretype.h 110 typedef struct yasm_intnum yasm_intnum; typedef in typeref:struct:yasm_intnum
intnum.c 43 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 49 milliseconds