HomeSort by relevance Sort by last modified time
    Searched refs:numitems (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bc-reserve.c 41 /*@only@*/ /*@null@*/ yasm_expr *numitems; /* number of items to reserve */ member in struct:bytecode_reserve
73 yasm_expr_destroy(reserve->numitems);
83 yasm_expr_print(reserve->numitems, f);
93 bc->multiple = reserve->numitems;
96 reserve->numitems, bc->line);
97 reserve->numitems = NULL;
128 yasm_bc_create_reserve(yasm_expr *numitems, unsigned int itemsize,
134 reserve->numitems = numitems;
151 return reserve->numitems;
    [all...]
bytecode.h 324 * \param numitems number of reserve "items" (kept, do not free)
331 (/*@only@*/ yasm_expr *numitems, unsigned int itemsize,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parse.c 241 /*@null@*/ const yasm_expr *numitems, *multiple; local
243 numitems = yasm_bc_reserve_numitems(bc, &itemsize);
244 if (numitems) {
247 yasm_expr_expr(yasm_expr_copy(numitems)),
    [all...]

Completed in 67 milliseconds