OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:res32
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/compat/netbsd32/
netbsd32_drm.c
506
drm_ctx_res32_t
res32
;
local
510
if ((error = copyin(&
res32
, arg, sizeof(
res32
))) != 0)
513
res64.count =
res32
.count;
514
res64.contexts = NETBSD32PTR64(
res32
.contexts);
520
res32
.count = res64.count;
521
NETBSD32PTR32(
res32
.contexts, res64.contexts);
524
return copyout(arg, &
res32
, sizeof(
res32
));
/src/sys/external/bsd/drm2/dist/drm/
drm_ioc32.c
559
drm_ctx_res32_t
res32
;
local
563
if (copy_from_user(&
res32
, argp, sizeof(
res32
)))
566
res.count =
res32
.count;
567
res.contexts = compat_ptr(
res32
.contexts);
572
res32
.count = res.count;
573
if (copy_to_user(argp, &
res32
, sizeof(
res32
)))
/src/external/gpl3/gcc.old/dist/libgcc/
dfp-bit.c
99
union { _Decimal32 c; decSingle f; } a32, b32,
res32
;
113
decSingleFromWider (&
res32
.f, &res, &context);
126
return
res32
.c;
98
union { _Decimal32 c; decSingle f; } a32, b32,
res32
;
local
/src/external/gpl3/gcc/dist/libgcc/
dfp-bit.c
99
union { _Decimal32 c; decSingle f; } a32, b32,
res32
;
113
decSingleFromWider (&
res32
.f, &res, &context);
126
return
res32
.c;
98
union { _Decimal32 c; decSingle f; } a32, b32,
res32
;
local
Completed in 32 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026