HomeSort by: relevance | last modified time | path
    Searched defs:getrandom (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
sys_random.in.h 70 # undef getrandom macro
71 # define getrandom rpl_getrandom macro
73 _GL_FUNCDECL_RPL (getrandom, ssize_t,
76 _GL_CXXALIAS_RPL (getrandom, ssize_t,
80 _GL_FUNCDECL_SYS (getrandom, ssize_t,
84 _GL_CXXALIAS_SYS (getrandom, ssize_t,
87 _GL_CXXALIASWARN (getrandom); variable
89 # undef getrandom
91 _GL_WARN_ON_USE (getrandom, "getrandom is unportable -
    [all...]
sys_random.in.h 70 # undef getrandom macro
71 # define getrandom rpl_getrandom macro
73 _GL_FUNCDECL_RPL (getrandom, ssize_t,
76 _GL_CXXALIAS_RPL (getrandom, ssize_t,
80 _GL_FUNCDECL_SYS (getrandom, ssize_t,
84 _GL_CXXALIAS_SYS (getrandom, ssize_t,
87 _GL_CXXALIASWARN (getrandom); variable
89 # undef getrandom
91 _GL_WARN_ON_USE (getrandom, "getrandom is unportable -
    [all...]
getrandom.c 113 getrandom (void *buffer, size_t length, unsigned int flags) function
114 #undef getrandom macro
166 return getrandom (buffer, length, flags);
getrandom.c 113 getrandom (void *buffer, size_t length, unsigned int flags) function
114 #undef getrandom macro
166 return getrandom (buffer, length, flags);
  /src/external/gpl3/gdb.old/dist/gnulib/import/
sys_random.in.h 70 # undef getrandom macro
71 # define getrandom rpl_getrandom macro
73 _GL_FUNCDECL_RPL (getrandom, ssize_t,
76 _GL_CXXALIAS_RPL (getrandom, ssize_t,
80 _GL_FUNCDECL_SYS (getrandom, ssize_t,
84 _GL_CXXALIAS_SYS (getrandom, ssize_t,
87 _GL_CXXALIASWARN (getrandom); variable
89 # undef getrandom
91 _GL_WARN_ON_USE (getrandom, "getrandom is unportable -
    [all...]
sys_random.in.h 70 # undef getrandom macro
71 # define getrandom rpl_getrandom macro
73 _GL_FUNCDECL_RPL (getrandom, ssize_t,
76 _GL_CXXALIAS_RPL (getrandom, ssize_t,
80 _GL_FUNCDECL_SYS (getrandom, ssize_t,
84 _GL_CXXALIAS_SYS (getrandom, ssize_t,
87 _GL_CXXALIASWARN (getrandom); variable
89 # undef getrandom
91 _GL_WARN_ON_USE (getrandom, "getrandom is unportable -
    [all...]
getrandom.c 113 getrandom (void *buffer, size_t length, unsigned int flags) function
114 #undef getrandom macro
166 return getrandom (buffer, length, flags);
getrandom.c 113 getrandom (void *buffer, size_t length, unsigned int flags) function
114 #undef getrandom macro
166 return getrandom (buffer, length, flags);
  /src/games/arithmetic/
arithmetic.c 87 static int getrandom(int, int, int);
201 right = getrandom(rangemax + 1, op, 1);
206 left = getrandom(rangemax + 1, op, 0);
210 result = getrandom(rangemax + 1, op, 0);
214 left = getrandom(rangemax + 1, op, 0);
218 right = getrandom(rangemax, op, 1) + 1;
219 result = getrandom(rangemax + 1, op, 0);
324 getrandom(int maxval, int op, int operand) function
arithmetic.c 87 static int getrandom(int, int, int);
201 right = getrandom(rangemax + 1, op, 1);
206 left = getrandom(rangemax + 1, op, 0);
210 result = getrandom(rangemax + 1, op, 0);
214 left = getrandom(rangemax + 1, op, 0);
218 right = getrandom(rangemax, op, 1) + 1;
219 result = getrandom(rangemax + 1, op, 0);
324 getrandom(int maxval, int op, int operand) function

Completed in 77 milliseconds