Searched refs:accessed (Results 1 – 25 of 239) sorted by relevance
12345678910
| /openbsd/src/gnu/usr.sbin/mkhybrid/src/ |
| D | README.win32 | 27 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/ |
| D | HiRes.xs | 1285 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/ |
| D | initialize.m | 5 accessed */
|
| /openbsd/src/gnu/usr.bin/perl/lib/unicore/ |
| D | ReadMe.txt | 13 # The UAXes and UTS #51 can be accessed at https://www.unicode.org/versions/Unicode15.0.0/
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | SafeStack.rst | 15 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/ |
| D | BOOT | 48 safte* at scsibus? # SCSI accessed fault-tolerant enclosures
|
| D | RAMDISK | 58 safte* at scsibus? # SCSI accessed fault-tolerant enclosures
|
| /openbsd/src/gnu/llvm/llvm/docs/AMDGPU/ |
| D | gfx8_hwreg.rst | 13 Bits of a hardware register being accessed.
|
| D | gfx7_hwreg.rst | 13 Bits of a hardware register being accessed.
|
| D | gfx9_hwreg.rst | 13 Bits of a hardware register being accessed.
|
| D | gfx90a_hwreg.rst | 13 Bits of a hardware register being accessed.
|
| D | gfx11_hwreg.rst | 13 Bits of a hardware register being accessed.
|
| D | gfx1030_hwreg.rst | 13 Bits of a hardware register being accessed.
|
| D | gfx10_hwreg.rst | 13 Bits of a hardware register being accessed.
|
| D | gfx940_hwreg.rst | 13 Bits of a hardware register being accessed.
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | StackSafetyAnalysis.rst | 17 (e.g. use-after-return) or accessed out of bounds. In the future it can be
|
| D | AMDGPUOperandSyntax.rst | 387 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/ |
| D | c-bfin.texi | 81 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/ |
| D | drm_gem.h | 552 bool dirty, bool accessed);
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCRegisterInfoMMA.td | 35 // accessed, so there's no real encoding for it.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/i386/ |
| D | ppro.md | 55 ;; fpu describes the fpu accessed via port 0.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/stormy16/ |
| D | stormy-abi | 70 (N will be even) is accessed as if by the following code:
|
| /openbsd/src/gnu/gcc/gcc/config/stormy16/ |
| D | stormy-abi | 70 (N will be even) is accessed as if by the following code:
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perltie.pod | 61 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/ |
| D | doio.c | 2867 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