Searched refs:init_random (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/PC/os2emx/ |
D | config.c | 47 extern void init_random(); 113 {"_random", init_random},
|
D | python27.def | 1278 ; "init_random"
|
/external/python/cpython2/PC/ |
D | config.c | 42 extern void init_random(void); 120 {"_random", init_random},
|
/external/python/cpython2/Modules/ |
D | config.c | 43 extern void init_random(void); 115 {"_random", init_random},
|
D | _randommodule.c | 597 init_random(void) in init_random() function
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | rand.h | 56 void init_random(randdata_t *state, uint32_t size);
|
D | rand.c | 102 void init_random(randdata_t * state, uint32_t iter) in init_random() function
|
D | ffsb_thread.c | 35 init_random(&ft->rd, MAX_RANDBUF_SIZE); in init_ffsb_thread()
|
D | ffsb_fs.c | 99 init_random(&rd, 0); in add_files()
|
/external/python/cpython2/RISCOS/ |
D | Makefile | 326 $(MAKEDLK) -d @.^.Lib._random/pyd -s s.linktab -o @.^.Modules.o._randommodule -e init_random
|