OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lu_int32
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/lua/dist/src/
lmathlib.c
354
typedef unsigned int
lu_int32
;
typedef
356
typedef unsigned long
lu_int32
;
typedef
364
lu_int32
h; /* higher half */
365
lu_int32
l; /* lower half */
370
** If '
lu_int32
' has more than 32 bits, the extra bits do not interfere
384
static Rand64 packI (
lu_int32
h,
lu_int32
l) {
457
#define UONE ((
lu_int32
)1)
510
return packI((
lu_int32
)((n >> 31) >> 1), (
lu_int32
)n)
[
all
...]
Completed in 21 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026