Home
last modified time | relevance | path

Searched refs:neo_rand (Results 1 – 9 of 9) sorted by relevance

/external/clearsilver/util/
Dneo_rand.c37 int neo_rand (int max) in neo_rand() function
60 size = neo_rand(max-1); in neo_rand_string()
63 s[x] = (char)(32 + neo_rand(127-32)); in neo_rand_string()
107 x = neo_rand (uListLength(Words)); in neo_rand_word()
Dneo_rand.h18 int neo_rand (int max);
DAndroid.mk8 neo_rand.c \
DMakefile10 UTL_SRC = neo_err.c neo_files.c neo_misc.c neo_rand.c ulist.c neo_hdf.c \
Dneo_hdf.c1099 nlen = 2 + neo_rand(len-5); in gen_ml_break()
1106 ml[x++] = ('A' + neo_rand(26)); in gen_ml_break()
/external/clearsilver/util/test/
Dnet_test.c146 if (neo_rand(100) > 50) in run_test()
149 thing->n = neo_rand(1000000); in run_test()
Dhdftest.c21 m = neo_rand(10); in rand_name()
/external/clearsilver/ports/freebsd/
Dpkg-plist17 util/neo_rand.h
/external/clearsilver/ports/rpm/
Dclearsilver.spec177 %{__prefix}/include/ClearSilver/util/neo_rand.h