Searched refs:elsize (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/3rdparty/libtirpc/src/ |
H A D | xdr_array.c | 61 xdr_array(xdrs, addrp, sizep, maxsize, elsize, elproc) in xdr_array() argument 66 u_int elsize; /* size in bytes of each element */ 80 if ((c > maxsize || UINT_MAX/elsize < c) && 84 nodesize = c * elsize; 115 target += elsize;
|
/reactos/sdk/tools/widl/ |
H A D | typegen.c | 3003 unsigned int elsize = type_memsize(type_array_get_element(type)); in write_array_tfs() local 3017 print_file(file, 2, "NdrFcShort(0x%hx),\t/* %u */\n", (unsigned short)elsize, elsize); in write_array_tfs()
|