OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:c64
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/usr.bin/xlint/lint1/
queries.c
69
c64_t
c64
;
variable in typeref:typename:c64_t
245
c32 = (c32_t)
c64
;
248
c32 = (c64_t)
c64
;
250
c64
= (c32_t)c32;
251
c64
= (c32_t)
c64
;
253
c64
= (c64_t)c32;
256
c64
= (c64_t)
c64
;
264
c64
= (f32_t)f32
[
all
...]
/src/sys/compat/netbsd32/
netbsd32_drm.c
283
client32to64(struct drm_client *
c64
, const drm_client32_t *c32)
285
c64
->idx = c32->idx;
286
c64
->auth = c32->auth;
287
c64
->pid = c32->pid;
288
c64
->uid = c32->uid;
289
c64
->iocs =
c64
->iocs;
293
client64to32(drm_client32_t *c32, const struct drm_client *
c64
)
295
c32->idx =
c64
->idx;
296
c32->auth =
c64
->auth
305
struct drm_client
c64
;
local in function:compat_drm_getclient
[
all
...]
Completed in 14 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025