HomeSort by relevance Sort by last modified time
    Searched refs:Sec (Results 326 - 350 of 387) sorted by null

<<111213141516

  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux_386.go 18 func setTimespec(sec, nsec int64) Timespec {
19 return Timespec{Sec: int32(sec), Nsec: int32(nsec)}
22 func setTimeval(sec, usec int64) Timeval {
23 return Timeval{Sec: int32(sec), Usec: int32(usec)}
ztypes_linux_386.go 25 Sec int32
30 Sec int32
ztypes_linux_amd64.go 25 Sec int64
30 Sec int64
ztypes_linux_arm.go 25 Sec int32
30 Sec int32
ztypes_linux_mips64.go 23 Sec int64
28 Sec int64
ztypes_linux_mips64le.go 23 Sec int64
28 Sec int64
ztypes_linux_ppc64.go 25 Sec int64
30 Sec int64
ztypes_linux_ppc64le.go 25 Sec int64
30 Sec int64
ztypes_linux_s390x.go 23 Sec int64
28 Sec int64
ztypes_windows.go 300 Sec int32
305 return (int64(tv.Sec)*1e6 + int64(tv.Usec)) * 1e3
309 tv.Sec = int32(nsec / 1e9)
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux_386.go 18 func setTimespec(sec, nsec int64) Timespec {
19 return Timespec{Sec: int32(sec), Nsec: int32(nsec)}
22 func setTimeval(sec, usec int64) Timeval {
23 return Timeval{Sec: int32(sec), Usec: int32(usec)}
ztypes_linux_386.go 25 Sec int32
30 Sec int32
ztypes_linux_amd64.go 25 Sec int64
30 Sec int64
ztypes_linux_arm.go 25 Sec int32
30 Sec int32
ztypes_linux_mips64.go 23 Sec int64
28 Sec int64
ztypes_linux_mips64le.go 23 Sec int64
28 Sec int64
ztypes_linux_ppc64.go 25 Sec int64
30 Sec int64
ztypes_linux_ppc64le.go 25 Sec int64
30 Sec int64
ztypes_linux_s390x.go 23 Sec int64
28 Sec int64
ztypes_windows.go 300 Sec int32
305 return (int64(tv.Sec)*1e6 + int64(tv.Usec)) * 1e3
309 tv.Sec = int32(nsec / 1e9)
  /external/libavc/common/arm/
ih264_deblk_chroma_a9.s 65 @* This operation is described in Sec. 8.7.2.4 under the title
141 @* This operation is described in Sec. 8.7.2.4 under the title
235 @* This operation is described in Sec. 8.7.2.4 under the title
337 @* This operation is described in Sec. 8.7.2.4 under the title
476 @* This operation is described in Sec. 8.7.2.4 under the title
554 @* This operation is described in Sec. 8.7.2.4 under the title
667 @* This operation is described in Sec. 8.7.2.4 under the title
754 @* This operation is described in Sec. 8.7.2.4 under the title
859 @* This operation is described in Sec. 8.7.2.4 under the title
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCDwarf.cpp 299 const MCSection *Sec = *it;
300 const MCLineSection *Line = MCLineSections.lookup(Sec);
301 EmitDwarfLineTable(MCOS, Sec, Line);
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 50 void updateSectionAddress(const SectionRef &Sec, uint64_t Addr);
76 void DyldELFObject<ELFT>::updateSectionAddress(const SectionRef &Sec,
78 DataRefImpl ShdrRef = Sec.getRawDataRefImpl();
123 for (const auto &Sec : Obj->sections()) {
125 Sec.getName(SectionName);
127 DataRefImpl ShdrRef = Sec.getRawDataRefImpl();
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/
EmulatorPkg.dsc 111 [LibraryClasses.common.SEC]
254 # Generic SEC
256 EmulatorPkg/Sec/Sec.inf
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
FspApiEntry.asm 374 ; Sec Platform Init
386 ; Call Sec CAR Init

Completed in 906 milliseconds

<<111213141516