Home
last modified time | relevance | path

Searched refs:absolute (Results 1 – 25 of 41) sorted by relevance

12

/linux-2.4.37.9/fs/jfs/
Djfs_metapage.h74 int absolute, unsigned long new);
76 #define read_metapage(inode, lblock, size, absolute)\ argument
77 __get_metapage(inode, lblock, size, absolute, FALSE)
79 #define get_metapage(inode, lblock, size, absolute)\ argument
80 __get_metapage(inode, lblock, size, absolute, TRUE)
Djfs_metapage.c267 unsigned int size, int absolute, in __get_metapage() argument
282 if (absolute) in __get_metapage()
370 if (absolute) in __get_metapage()
/linux-2.4.37.9/drivers/scsi/
Damiga7xx.c57 int absolute; /* offset is absolute address */ member
60 .absolute = 1 },
80 if (amiga7xx_table[i].absolute) in amiga7xx_zorro_detect()
Dscript_asm.pl215 @absolute = (); # Array of absolute names
443 push (@absolute , $id);
826 @absolute = sort @absolute;
828 foreach $i (@absolute) {
949 foreach $i (@absolute) {
/linux-2.4.37.9/Documentation/parisc/
Ddebugging8 absolute addresses are used instead of virtual addresses as in the
9 rest of the kernel. To translate an absolute address to a virtual
/linux-2.4.37.9/arch/x86_64/kernel/
Dtrampoline.S71 # linker doesn't support absolute 32bit
/linux-2.4.37.9/arch/m68k/math-emu/
Dfp_scan.S197 | all pc relative addressing modes and immediate/absolute modes end up here
211 | addressing mode: absolute short
216 | addressing mode: absolute long
Dfp_decode.h405 | get the absolute short address from user space
411 | get the absolute long address from user space
/linux-2.4.37.9/Documentation/
DLVM-HOWTO93 or with absolute size by
98 or with absolute extents by
Dpcwd-watchdog.txt134 http://ftp.bitgate.com/pcwd/ for the absolute latest additions.)
/linux-2.4.37.9/Documentation/input/
Dinput-programming.txt156 EV_ABS. They are used for relative and absolute values supplied by the
159 because it doesn't have any absolute coordinate system to work in. Absolute
161 absolute coordinate systems.
172 struct for each absolute axis your device has. If our button device had also
/linux-2.4.37.9/Documentation/networking/
Dfore200e.txt57 Expected pathnames are absolute or relative to the drivers/atm directory.
/linux-2.4.37.9/arch/arm/mach-sa1100/
Dsleep.S181 ldr r2, =resume_after_mmu @ its absolute virtual address
/linux-2.4.37.9/fs/coda/
Dsysctl.c180 static inline unsigned long absolute( unsigned long x ) in absolute() function
/linux-2.4.37.9/arch/x86_64/boot/
Dsetup.S709 # absolute address 0x1000 (or the loader supplied one),
/linux-2.4.37.9/Documentation/usb/
Dphilips.txt48 The absolute maximum is 4, but don't set it too high! Every buffer takes
50 something more than 2 is an absolute waste. This memory is only
Dhiddev.txt130 must be filled in by the user. The ID can be absolute -- the actual
/linux-2.4.37.9/Documentation/filesystems/
Daffs.txt74 prefix=path Path will be prefixed to every absolute path name of
78 volume=name When symbolic links with an absolute path are created
/linux-2.4.37.9/scripts/
Dcheckpatch.pl1034 my ($absolute, $herecurr) = @_;
1035 my $file = $absolute;
1051 my $prefix = $absolute;
/linux-2.4.37.9/include/asm-mips/
Dsgiarcs.h158 absolute, relative enumerator
/linux-2.4.37.9/include/asm-mips64/
Dsgiarcs.h158 absolute, relative enumerator
/linux-2.4.37.9/arch/m68k/fpsp040/
Dscale.S5 | scaled by the source operand. If the absolute value of
Ddecbin.S126 | 2. Calculate absolute value of exponent in d1 by mul and add.
/linux-2.4.37.9/Documentation/video4linux/
Dzr36120.txt82 The documentation has very little on absolute numbers or timings
/linux-2.4.37.9/Documentation/arm/nwfpe/
DREADME.FPE106 ABS{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - absolute value

12