Home
last modified time | relevance | path

Searched defs:nelem (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/lib/crt/search/
H A Dbsearch.c9 bsearch(const void *key, const void *base0, size_t nelem, in bsearch()
/reactos/dll/3rdparty/libtirpc/src/
H A Dxdr_array.c139 xdr_vector(xdrs, basep, nelem, elemsize, xdr_elem) in xdr_vector() argument
/reactos/sdk/lib/rossym/
H A Dcompat.h25 #define nelem(arr) (sizeof((arr)[0]) / sizeof((arr))) macro
/reactos/sdk/lib/rossym_new/
H A Dcompat.h38 #define nelem(arr) (sizeof((arr)[0]) / sizeof((arr))) macro
/reactos/modules/rostests/tests/shaptest/
H A Dshaptest.c19 #define nelem(x) (sizeof (x) / sizeof *(x)) macro
/reactos/sdk/tools/hhpcomp/lzx_compress/
H A Dlzx_layer.c111 build_huffman_tree(int nelem, int max_code_length, int *freq, huff_entry *tree) in build_huffman_tree()