HomeSort by relevance Sort by last modified time
    Searched refs:initstate (Results 1 - 11 of 11) 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/bison/darwin-lib/
stdlib.h 884 _GL_FUNCDECL_SYS (initstate, char *,
888 _GL_CXXALIAS_SYS (initstate, char *,
890 _GL_CXXALIASWARN (initstate);
892 # undef initstate macro
894 _GL_WARN_ON_USE (initstate, "initstate is unportable - "
    [all...]
  /external/bison/linux-lib/
stdlib.h 884 _GL_FUNCDECL_SYS (initstate, char *,
888 _GL_CXXALIAS_SYS (initstate, char *,
890 _GL_CXXALIASWARN (initstate);
892 # undef initstate macro
894 _GL_WARN_ON_USE (initstate, "initstate is unportable - "
    [all...]
  /external/bison/lib/
stdlib.in.h 562 _GL_FUNCDECL_SYS (initstate, char *,
566 _GL_CXXALIAS_SYS (initstate, char *,
568 _GL_CXXALIASWARN (initstate);
570 # undef initstate
572 _GL_WARN_ON_USE (initstate, "initstate is unportable - "
  /external/clang/utils/VtableTest/
gen.cc 331 initstate(seed, state, sizeof(state));
  /external/chromium_org/third_party/mesa/src/src/glx/
glxhash.c 93 #define HASH_RANDOM_INIT(seed) ps = initstate(seed, rs, sizeof(rs))
  /external/mesa3d/src/glx/
glxhash.c 93 #define HASH_RANDOM_INIT(seed) ps = initstate(seed, rs, sizeof(rs))
  /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 491 milliseconds