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

  /external/clearsilver/util/
neo_rand.h 18 int neo_rand (int max);
neo_rand.c 20 #include "neo_rand.h"
37 int neo_rand (int max) function
60 size = neo_rand(max-1);
63 s[x] = (char)(32 + neo_rand(127-32));
107 x = neo_rand (uListLength(Words));
Android.mk 8 neo_rand.c \
Makefile 10 UTL_SRC = neo_err.c neo_files.c neo_misc.c neo_rand.c ulist.c neo_hdf.c \
neo_hdf.c 25 #include "neo_rand.h"
1099 nlen = 2 + neo_rand(len-5);
1106 ml[x++] = ('A' + neo_rand(26));
    [all...]
  /external/clearsilver/util/test/
net_test.c 13 #include "util/neo_rand.h"
146 if (neo_rand(100) > 50)
149 thing->n = neo_rand(1000000);
hdftest.c 7 #include "util/neo_rand.h"
21 m = neo_rand(10);
  /external/clearsilver/ports/rpm/
clearsilver.spec 177 %{__prefix}/include/ClearSilver/util/neo_rand.h

Completed in 1312 milliseconds