OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initstate
(Results
1 - 4
of
4
) sorted by null
/external/grub/stage2/
md5.c
56
static UINT4
initstate
[4] =
variable
147
memcpy ((char *) state, (char *)
initstate
, sizeof (
initstate
));
244
memcpy ((char *) state, (char *)
initstate
, sizeof (
initstate
));
260
memcpy ((char *) state, (char *)
initstate
, sizeof (
initstate
));
329
memcpy ((char *) state, (char *)
initstate
, sizeof (
initstate
));
/external/clang/utils/VtableTest/
gen.cc
331
initstate
(seed, state, sizeof(state));
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h
323
`
initstate
' and `setstate' functions are those from BSD Unices.
336
extern char *
initstate
(unsigned int __seed, char *__statebuf,
340
which should have been previously initialized by `
initstate
'. */
/external/valgrind/main/perf/
test_input_for_tinycc.c
552
extern char *
initstate
(unsigned int __seed, char *__statebuf,
[
all
...]
Completed in 163 milliseconds