Home
last modified time | relevance | path

Searched refs:accessed (Results 1 – 25 of 239) sorted by relevance

12345678910

/openbsd/src/gnu/usr.sbin/mkhybrid/src/
DREADME.win3227 i.e. files on the floppy disk are accessed as being in directory /a and
28 files on the CDROM are accessed as /cdrom (assuming your CDROM is drive d:)
/openbsd/src/gnu/usr.bin/perl/dist/Time-HiRes/
DHiRes.xs1285 utime(accessed, modified, ...)
1288 SV* accessed;
1297 accessed = ST(0);
1302 if ( accessed == &PL_sv_undef && modified == &PL_sv_undef )
1305 if (SvNV(accessed) < 0.0 || SvNV(modified) < 0.0)
1308 SvNV(accessed), SvNV(modified));
1311 utbuf[0].tv_sec = (Time_t)SvNV(accessed); /* time accessed */
1313 (SvNV(accessed) - (NV)utbuf[0].tv_sec)
1369 utime(accessed, modified, ...)
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/
Dinitialize.m5 accessed */
/openbsd/src/gnu/usr.bin/perl/lib/unicore/
DReadMe.txt13 # The UAXes and UTS #51 can be accessed at https://www.unicode.org/versions/Unicode15.0.0/
/openbsd/src/gnu/llvm/clang/docs/
DSafeStack.rst15 register spills, and local variables that are always accessed in a safe way,
37 stack increases the locality of frequently accessed values on the stack, such
72 are always accessed in a safe way by separating them in a dedicated safe stack
75 is always accessed in a safe way. In the current implementation, the safe stack
/openbsd/src/sys/arch/powerpc64/conf/
DBOOT48 safte* at scsibus? # SCSI accessed fault-tolerant enclosures
DRAMDISK58 safte* at scsibus? # SCSI accessed fault-tolerant enclosures
/openbsd/src/gnu/llvm/llvm/docs/AMDGPU/
Dgfx8_hwreg.rst13 Bits of a hardware register being accessed.
Dgfx7_hwreg.rst13 Bits of a hardware register being accessed.
Dgfx9_hwreg.rst13 Bits of a hardware register being accessed.
Dgfx90a_hwreg.rst13 Bits of a hardware register being accessed.
Dgfx11_hwreg.rst13 Bits of a hardware register being accessed.
Dgfx1030_hwreg.rst13 Bits of a hardware register being accessed.
Dgfx10_hwreg.rst13 Bits of a hardware register being accessed.
Dgfx940_hwreg.rst13 Bits of a hardware register being accessed.
/openbsd/src/gnu/llvm/llvm/docs/
DStackSafetyAnalysis.rst17 (e.g. use-after-return) or accessed out of bounds. In the future it can be
DAMDGPUOperandSyntax.rst387 High and low 32 bits of *trap base address* may be accessed as separate registers:
413 High and low 32 bits of *trap memory address* may be accessed as separate registers:
439 High and low 32 bits of *flat scratch* address may be accessed as separate registers:
469 High and low 32 bits of *xnack mask* may be accessed as separate registers:
499 High and low 32 bits of *vector condition code* may be accessed as separate registers:
544 High and low 32 bits of *execute mask* may be accessed as separate registers:
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/
Dc-bfin.texi81 is being manipulated. Each accumulator can be accessed in four ways.
98 D-register or Dreg. Data registers can be accessed as 32-bit registers
/openbsd/src/sys/dev/pci/drm/include/drm/
Ddrm_gem.h552 bool dirty, bool accessed);
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCRegisterInfoMMA.td35 // accessed, so there's no real encoding for it.
/openbsd/src/gnu/usr.bin/gcc/gcc/config/i386/
Dppro.md55 ;; fpu describes the fpu accessed via port 0.
/openbsd/src/gnu/usr.bin/gcc/gcc/config/stormy16/
Dstormy-abi70 (N will be even) is accessed as if by the following code:
/openbsd/src/gnu/gcc/gcc/config/stormy16/
Dstormy-abi70 (N will be even) is accessed as if by the following code:
/openbsd/src/gnu/usr.bin/perl/pod/
Dperltie.pod61 And now whenever either of those variables is accessed, its current
110 This method will be triggered every time the tied variable is accessed
239 anonymous ARRAY ref) will be accessed.
265 is accessed (read). It takes one argument beyond its self reference: the
597 necessarily an anonymous hash) will be accessed.
637 accessed (read). It takes one argument beyond its self reference: the key
797 second argument which is the last key that had been accessed. This is
/openbsd/src/gnu/usr.bin/perl/
Ddoio.c2867 SV* const accessed = *++mark; in Perl_apply() local
2874 if ( accessed == &PL_sv_undef && modified == &PL_sv_undef ) in Perl_apply()
2879 utbuf[0].tv_sec = (time_t)SvIV(accessed); /* time accessed */ in Perl_apply()
2884 utbuf.actime = (Time_t)SvNV(accessed); /* time accessed */ in Perl_apply()
2887 utbuf.actime = (Time_t)SvIV(accessed); /* time accessed */ in Perl_apply()

12345678910