OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Sec
(Results
301 - 325
of
387
) sorted by null
<<
11
12
13
14
15
16
/prebuilts/go/darwin-x86/src/syscall/
ztypes_darwin_386.go
24
Sec
int32
29
Sec
int32
ztypes_darwin_arm.go
25
Sec
int32
30
Sec
int32
ztypes_dragonfly_amd64.go
24
Sec
int64
29
Sec
int64
ztypes_freebsd_386.go
24
Sec
int32
29
Sec
int32
ztypes_freebsd_amd64.go
24
Sec
int64
29
Sec
int64
ztypes_freebsd_arm.go
24
Sec
int64
30
Sec
int64
ztypes_linux_arm64.go
25
Sec
int64
30
Sec
int64
ztypes_linux_mips.go
23
Sec
int32
28
Sec
int32
ztypes_linux_mipsle.go
23
Sec
int32
28
Sec
int32
/prebuilts/go/linux-x86/src/syscall/
syscall_linux_arm.go
15
func setTimespec(
sec
, nsec int64) Timespec {
16
return Timespec{
Sec
: int32(
sec
), Nsec: int32(nsec)}
19
func setTimeval(
sec
, usec int64) Timeval {
20
return Timeval{
Sec
: int32(
sec
), Usec: int32(usec)}
syscall_linux_arm64.go
75
func setTimespec(
sec
, nsec int64) Timespec {
76
return Timespec{
Sec
:
sec
, Nsec: nsec}
79
func setTimeval(
sec
, usec int64) Timeval {
80
return Timeval{
Sec
:
sec
, Usec: usec}
syscall_linux_mipsx.go
103
func setTimespec(
sec
, nsec int64) Timespec {
104
return Timespec{
Sec
: int32(
sec
), Nsec: int32(nsec)}
107
func setTimeval(
sec
, usec int64) Timeval {
108
return Timeval{
Sec
: int32(
sec
), Usec: int32(usec)}
syscall_linux_ppc64x.go
71
func setTimespec(
sec
, nsec int64) Timespec {
72
return Timespec{
Sec
:
sec
, Nsec: nsec}
75
func setTimeval(
sec
, usec int64) Timeval {
76
return Timeval{
Sec
:
sec
, Usec: usec}
ztypes_darwin_386.go
24
Sec
int32
29
Sec
int32
ztypes_darwin_arm.go
25
Sec
int32
30
Sec
int32
ztypes_dragonfly_amd64.go
24
Sec
int64
29
Sec
int64
ztypes_freebsd_386.go
24
Sec
int32
29
Sec
int32
ztypes_freebsd_amd64.go
24
Sec
int64
29
Sec
int64
ztypes_freebsd_arm.go
24
Sec
int64
30
Sec
int64
ztypes_linux_arm64.go
25
Sec
int64
30
Sec
int64
ztypes_linux_mips.go
23
Sec
int32
28
Sec
int32
ztypes_linux_mipsle.go
23
Sec
int32
28
Sec
int32
/external/llvm/lib/MC/
MCDwarf.cpp
617
for (MCSection *
Sec
: Sections) {
618
const MCSymbol *StartSymbol =
Sec
->getBeginSymbol();
619
MCSymbol *EndSymbol =
Sec
->getEndSymbol(context);
812
for (MCSection *
Sec
: Sections) {
813
const MCSymbol *StartSymbol =
Sec
->getBeginSymbol();
814
MCSymbol *EndSymbol =
Sec
->getEndSymbol(context);
[
all
...]
/external/mesa3d/docs/specs/OLD/
MESA_program_debug.spec
281
Get Value Type Get Command Value Description
Sec
. Attribute
/external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
76
const MCSection *
Sec
= getContext().getELFSection(NameData,
81
Streamer.SwitchSection(
Sec
);
Completed in 1287 milliseconds
<<
11
12
13
14
15
16