HomeSort by relevance Sort by last modified time
    Searched refs:initstate (Results 1 - 6 of 6) 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));
  /prebuilts/gcc/linux-x86/host/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'. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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'. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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 995 milliseconds