OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buf64
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_linux.cpp
395
struct stat64
buf64
;
397
(uptr)&
buf64
, 0);
398
stat64_to_stat(&
buf64
, (struct stat *)buf);
402
struct stat64
buf64
;
403
int res = internal_syscall(SYSCALL(stat64), path, &
buf64
);
404
stat64_to_stat(&
buf64
, (struct stat *)buf);
427
struct stat64
buf64
;
429
(uptr)&
buf64
, AT_SYMLINK_NOFOLLOW);
430
stat64_to_stat(&
buf64
, (struct stat *)buf);
434
struct stat64
buf64
;
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
mep-tdep.c
1138
gdb_byte
buf64
[8];
1140
gdb_assert (register_type (gdbarch, rawnum)->length () == sizeof (
buf64
));
1142
status = regcache->raw_read (rawnum,
buf64
);
1147
extract_unsigned_integer (
buf64
, 8, byte_order));
1224
gdb_byte
buf64
[8];
1226
gdb_assert (register_type (gdbarch, rawnum)->length () == sizeof (
buf64
));
1229
store_unsigned_integer (
buf64
, 8, byte_order,
1231
regcache->raw_write (rawnum,
buf64
);
1135
gdb_byte
buf64
[8];
local
1221
gdb_byte
buf64
[8];
local
/src/external/gpl3/gdb/dist/gdb/
mep-tdep.c
1138
gdb_byte
buf64
[8];
1140
gdb_assert (register_type (gdbarch, rawnum)->length () == sizeof (
buf64
));
1142
status = regcache->raw_read (rawnum,
buf64
);
1147
extract_unsigned_integer (
buf64
, 8, byte_order));
1224
gdb_byte
buf64
[8];
1226
gdb_assert (register_type (gdbarch, rawnum)->length () == sizeof (
buf64
));
1229
store_unsigned_integer (
buf64
, 8, byte_order,
1231
regcache->raw_write (rawnum,
buf64
);
1135
gdb_byte
buf64
[8];
local
1221
gdb_byte
buf64
[8];
local
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux.cc
325
struct stat64
buf64
;
326
int res = internal_syscall(SYSCALL(stat64), path, &
buf64
);
327
stat64_to_stat(&
buf64
, (struct stat *)buf);
350
struct stat64
buf64
;
351
int res = internal_syscall(SYSCALL(lstat64), path, &
buf64
);
352
stat64_to_stat(&
buf64
, (struct stat *)buf);
370
struct stat64
buf64
;
371
int res = internal_syscall(SYSCALL(fstat64), fd, &
buf64
);
372
stat64_to_stat(&
buf64
, (struct stat *)buf);
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_linux.cpp
358
struct stat64
buf64
;
359
int res = internal_syscall(SYSCALL(stat64), path, &
buf64
);
360
stat64_to_stat(&
buf64
, (struct stat *)buf);
383
struct stat64
buf64
;
384
int res = internal_syscall(SYSCALL(lstat64), path, &
buf64
);
385
stat64_to_stat(&
buf64
, (struct stat *)buf);
402
struct stat64
buf64
;
403
int res = internal_syscall(SYSCALL(fstat64), fd, &
buf64
);
404
stat64_to_stat(&
buf64
, (struct stat *)buf);
/src/sys/compat/netbsd32/
netbsd32_drm.c
371
struct drm_buf_desc
buf64
;
local
378
buf64
.agp_start = (unsigned long)NETBSD32PTR64(buf32.agp_start);
380
error = drm_ioctl(file, DRM_IOCTL_ADD_BUFS, &
buf64
);
385
NETBSD32PTR32(buf32.agp_start, (void *)
buf64
.agp_start);
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zap_leaf.c
298
uint64_t *
buf64
= buf;
local
300
*
buf64
= (uint64_t)ip[0] << 56 | (uint64_t)ip[1] << 48 |
dnode.c
288
uint64_t *
buf64
= (void*)&dnp->dn_blkptr;
local
308
buf64
[i] = BSWAP_64(
buf64
[i]);
Completed in 28 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026