| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| gdb2384-base.cc | 20 base::base (int _x) 21 : x (_x) 33 derived::derived (int _x) 34 : base (_x)
|
| gdb2384.cc | 26 derived1::derived1 (int _x) 27 : base (_x) 37 derived2::derived2 (int _x) 38 : derived (_x)
|
| gdb2384-base.h | 25 base (int _x); 33 derived (int _x);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| gdb2384-base.cc | 20 base::base (int _x) 21 : x (_x) 33 derived::derived (int _x) 34 : base (_x)
|
| gdb2384.cc | 26 derived1::derived1 (int _x) 27 : base (_x) 37 derived2::derived2 (int _x) 38 : derived (_x)
|
| gdb2384-base.h | 25 base (int _x); 33 derived (int _x);
|
| /src/sys/fs/efs/ |
| efs.h | 126 #define EFS_BB2BY(_x) ((_x) << EFS_BB_SHFT) 127 #define EFS_BY2BB(_x) (((_x) + EFS_BB_SIZE - 1) >> EFS_BB_SHFT) 146 #define EFS_DPRINTF(_x) printf _x 148 #define EFS_DPRINTF(_x)
|
| efs_dir.h | 168 #define EFS_DIRENT_OFF_EXPND(_x) ((_x) << EFS_DIRENT_OFF_SHFT) 169 #define EFS_DIRENT_OFF_COMPT(_x) ((_x) >> EFS_DIRENT_OFF_SHFT) 170 #define EFS_DIRENT_OFF_VALID(_x) (((_x) & 0x1) == 0 && (_x) < \ 183 #define EFS_DIRENT_SIZE(_x) (EFS_DIRENT_SIZE_MIN + (_x) - ((_x) & 0x1) [all...] |
| efs_dinode.h | 110 #define EFS_DINODE_ODEV_MAJ(_x) (((_x) >> 8) & 0x7f) 111 #define EFS_DINODE_ODEV_MIN(_x) (((_x) >> 0) & 0xff) 112 #define EFS_DINODE_NDEV_MAJ(_x) (((_x) >> 18) & 0x1ff) 113 #define EFS_DINODE_NDEV_MIN(_x) (((_x) >> 0) & 0x3ffff)
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/ |
| save.h | 65 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \ 66 static inline int __HVM_SAVE_FIX_COMPAT_##_x(void *h, uint32_t size) \ 68 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[2];}; \ 69 struct __HVM_SAVE_TYPE_COMPAT_##_x { _ctype t; } 72 # define DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \ 73 static inline int __HVM_SAVE_FIX_COMPAT_##_x(void *h, uint32_t size) \ 75 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[1];}; \ 76 struct __HVM_SAVE_TYPE_COMPAT_##_x { _type t; } 78 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \ 79 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[2];} [all...] |
| /src/external/gpl3/gdb/dist/sim/testsuite/sh/ |
| bclr.s | 9 _x: .long 0xffffffff label 19 assertmem _x, 0xfffffffe 21 assertmem _x, 0xfffffffc 23 assertmem _x, 0xfffffff8 25 assertmem _x, 0xfffffff0 28 assertmem _x, 0xffffffe0 30 assertmem _x, 0xffffffc0 32 assertmem _x, 0xffffff80 34 assertmem _x, 0xffffff00 37 assertmem _x, 0xfffffe0 [all...] |
| bset.s | 9 _x: .long 0 label 19 assertmem _x, 0x1 21 assertmem _x, 0x3 23 assertmem _x, 0x7 25 assertmem _x, 0xf 28 assertmem _x, 0x1f 30 assertmem _x, 0x3f 32 assertmem _x, 0x7f 34 assertmem _x, 0xff 37 assertmem _x, 0x1f [all...] |
| bst.s | 9 _x: .long 0 label 22 assertmem _x, 0x1 24 assertmem _x, 0x3 26 assertmem _x, 0x7 28 assertmem _x, 0xf 31 assertmem _x, 0x1f 33 assertmem _x, 0x3f 35 assertmem _x, 0x7f 37 assertmem _x, 0xff 40 assertmem _x, 0x1f [all...] |
| /src/external/gpl3/gdb.old/dist/sim/testsuite/sh/ |
| bclr.s | 9 _x: .long 0xffffffff label 19 assertmem _x, 0xfffffffe 21 assertmem _x, 0xfffffffc 23 assertmem _x, 0xfffffff8 25 assertmem _x, 0xfffffff0 28 assertmem _x, 0xffffffe0 30 assertmem _x, 0xffffffc0 32 assertmem _x, 0xffffff80 34 assertmem _x, 0xffffff00 37 assertmem _x, 0xfffffe0 [all...] |
| bset.s | 9 _x: .long 0 label 19 assertmem _x, 0x1 21 assertmem _x, 0x3 23 assertmem _x, 0x7 25 assertmem _x, 0xf 28 assertmem _x, 0x1f 30 assertmem _x, 0x3f 32 assertmem _x, 0x7f 34 assertmem _x, 0xff 37 assertmem _x, 0x1f [all...] |
| bst.s | 9 _x: .long 0 label 22 assertmem _x, 0x1 24 assertmem _x, 0x3 26 assertmem _x, 0x7 28 assertmem _x, 0xf 31 assertmem _x, 0x1f 33 assertmem _x, 0x3f 35 assertmem _x, 0x7f 37 assertmem _x, 0xff 40 assertmem _x, 0x1f [all...] |
| /src/external/gpl2/gmake/dist/ |
| debug.h | 31 #define DBS(_l,_x) do{ if(ISDB(_l)) {print_spaces (depth); \ 32 printf _x; fflush (stdout);} }while(0) 34 #define DBF(_l,_x) do{ if(ISDB(_l)) {print_spaces (depth); \ 35 printf (_x, file->name); \ 38 #define DB(_l,_x) do{ if(ISDB(_l)) {printf _x; fflush (stdout);} }while(0)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/ |
| skip-command.cc | 29 int _x; member in class:c 30 c () : _x (42) {}
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/ |
| skip-command.cc | 29 int _x; member in class:c 30 c () : _x (42) {}
|
| /src/sys/arch/evbppc/compile/ |
| walnut-mkimg.sh | 47 local _x=$1; shift 48 printf $( printf '\\x%x' $_x ) 53 local _x=$1; shift 54 enc $(( ( $_x >> 24 ) & 0xff )) 55 enc $(( ( $_x >> 16 ) & 0xff )) 56 enc $(( ( $_x >> 8 ) & 0xff )) 57 enc $(( ( $_x >> 0 ) & 0xff ))
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| lib-types.cc | 21 class1 (int _x) : x (_x) {} 47 subclass1 (int _x, int _y) : class1 (_x), y (_y) {}
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| lib-types.cc | 21 class1 (int _x) : x (_x) {} 47 subclass1 (int _x, int _y) : class1 (_x), y (_y) {}
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
| ring.h | 56 #define __RD2(_x) (((_x) & 0x00000002) ? 0x2 : ((_x) & 0x1)) 57 #define __RD4(_x) (((_x) & 0x0000000c) ? __RD2((_x)>>2)<<2 : __RD2(_x)) 58 #define __RD8(_x) (((_x) & 0x000000f0) ? __RD4((_x)>>4)<<4 : __RD4(_x) [all...] |
| /src/sys/external/bsd/dwc2/dist/ |
| dwc2_hw.h | 118 #define GUSBCFG_TOUTCAL(_x) ((_x) << 0) 126 #define GRSTCTL_TXFNUM(_x) ((_x) << 6) 411 #define FIFOSIZE_DEPTH_GET(_x) (((_x) >> 16) & 0xffff) 419 #define DCFG_EPMISCNT(_x) ((_x) << 18) 423 #define DCFG_PERFRINT(_x) ((_x) << 11 [all...] |
| /src/sys/dev/hpc/ |
| video_subr.c | 85 if (_y < _x) { \ 86 BRESENHAM(_y, _x, -i, -k, func); \ 88 BRESENHAM(_x, _y, -k, -i, func); \ 91 if (_y < _x) { \ 92 BRESENHAM(_y, _x, -i, +k, func); \ 94 BRESENHAM(_x, _y, -k, +i, func); \ 99 if (_y < _x) { \ 100 BRESENHAM(_y, _x, +i, -k, func); \ 102 BRESENHAM(_x, _y, +k, -i, func); \ 105 if (_y < _x) { \ [all...] |