Searched refs:itemsize (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbc-reserve.c42 unsigned int itemsize; /* size of each item (in bytes) */ member in struct:bytecode_reserve
84 fprintf(f, "\n%*sItem Size=%u\n", indent_level, "", reserve->itemsize);
104 return reserve->itemsize;
112 bc->len += reserve->itemsize;
128 yasm_bc_create_reserve(yasm_expr *numitems, unsigned int itemsize, argument
136 reserve->itemsize = itemsize;
142 yasm_bc_reserve_numitems(yasm_bytecode *bc, unsigned int *itemsize) argument
150 *itemsize = reserve->itemsize;
[all...]
H A Dbytecode.h325 * \param itemsize reserved size (in bytes) for each item
331 (/*@only@*/ yasm_expr *numitems, unsigned int itemsize,
334 /** Get the number of items and itemsize for a reserve bytecode. If bc
337 * \param itemsize reserved size (in bytes) for each item (returned)
343 (yasm_bytecode *bc, /*@out@*/ unsigned int *itemsize);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A Dnasm-parse.c242 unsigned int itemsize; local
243 numitems = yasm_bc_reserve_numitems(bc, &itemsize);
248 yasm_expr_int(yasm_intnum_create_uint(itemsize)),
/external/chromium_org/tools/telemetry/third_party/png/
H A Dpng.py1248 bitdepth = 8 * testelement.itemsize
1259 bitdepth = 8 * dtype.itemsize
/external/chromium_org/third_party/bintrees/bintrees/
H A Dcwalker.c77 Py_ssize_t itemsize; member in struct:__anon10605
H A Dqavltree.c77 Py_ssize_t itemsize; member in struct:__anon10609
H A Dqbintree.c77 Py_ssize_t itemsize; member in struct:__anon10613
H A Dqrbtree.c77 Py_ssize_t itemsize; member in struct:__anon10617

Completed in 185 milliseconds