OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nrand48
(Results
1 - 25
of
73
) sorted by null
1
2
3
/bionic/libc/upstream-netbsd/lib/libc/stdlib/
nrand48.c
1
/* $NetBSD:
nrand48
.c,v 1.10 2013/10/22 08:08:51 matt Exp $ */
18
__RCSID("$NetBSD:
nrand48
.c,v 1.10 2013/10/22 08:08:51 matt Exp $");
28
__weak_alias(
nrand48
,_nrand48)
32
nrand48
(unsigned short xseed[3])
/external/clang/test/Analysis/
security-syntax-checks-no-emit.c
15
long
nrand48
(unsigned short[3]);
31
nrand48
(a); // no-warning
/external/opencv3/3rdparty/openexr/Imath/
ImathRandom.cpp
39
// with the standard erand48(),
nrand48
(), etc. functions.
142
nrand48
(unsigned short state[3])
function in namespace:Imath
158
return Imath::
nrand48
(staticState);
ImathRandom.h
52
// Note: class Rand48() calls erand48() and
nrand48
(), which are not
54
// our own versions of erand48() and
nrand48
(). Our functions have
126
// functions erand48(),
nrand48
() & company; generates a
224
// erand48(),
nrand48
() and friends
229
long int
nrand48
(unsigned short state[3]);
306
return Imath::
nrand48
(_state) & 1;
313
return Imath::
nrand48
(_state);
/bionic/libstdc++/include/
cstdlib
79
using ::
nrand48
;
/ndk/sources/cxx-stl/gabi++/include/
cstdlib
81
using ::
nrand48
;
/ndk/sources/cxx-stl/system/include/
cstdlib
81
using ::
nrand48
;
/prebuilts/ndk/current/sources/cxx-stl/gabi++/include/
cstdlib
82
using ::
nrand48
;
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdlib
81
using ::
nrand48
;
/prebuilts/ndk/current/sources/cxx-stl/system/include/
cstdlib
81
using ::
nrand48
;
/bionic/libc/include/
stdlib.h
122
long
nrand48
(unsigned short[3]);
/development/ndk/platforms/android-16/include/
stdlib.h
112
extern long
nrand48
(unsigned short *);
/development/ndk/platforms/android-21/include/
stdlib.h
101
extern long
nrand48
(unsigned short *);
/development/ndk/platforms/android-3/include/
stdlib.h
108
extern long
nrand48
(unsigned short *);
/development/ndk/platforms/android-8/include/
stdlib.h
109
extern long
nrand48
(unsigned short *);
/development/ndk/platforms/android-9/include/
stdlib.h
109
extern long
nrand48
(unsigned short *);
/external/fio/os/
os-solaris.h
84
return
nrand48
(rs->r);
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
stdlib.h
109
extern long
nrand48
(unsigned short *);
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
stdlib.h
109
extern long
nrand48
(unsigned short *);
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
stdlib.h
109
extern long
nrand48
(unsigned short *);
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
stdlib.h
109
extern long
nrand48
(unsigned short *);
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
stdlib.h
109
extern long
nrand48
(unsigned short *);
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
stdlib.h
109
extern long
nrand48
(unsigned short *);
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
stdlib.h
109
extern long
nrand48
(unsigned short *);
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
stdlib.h
109
extern long
nrand48
(unsigned short *);
Completed in 403 milliseconds
1
2
3