Searched refs:remap (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | dixstruct.h | 74 Bool remap; member in struct:_saveSet 78 #define SaveSetRemap(ss) ((ss).remap) 81 #define SaveSetAssignRemap(ss,rm) ((ss).remap = (rm))
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | dixstruct.h | 73 Bool remap; member in struct:_saveSet 77 #define SaveSetRemap(ss) ((ss).remap) 80 #define SaveSetAssignRemap(ss,rm) ((ss).remap = (rm))
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | dixstruct.h | 73 Bool remap; member in struct:_saveSet 77 #define SaveSetRemap(ss) ((ss).remap) 80 #define SaveSetAssignRemap(ss,rm) ((ss).remap = (rm))
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | dixstruct.h | 75 Bool remap; member in struct:_saveSet 79 #define SaveSetRemap(ss) ((ss).remap) 82 #define SaveSetAssignRemap(ss,rm) ((ss).remap = (rm))
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | dixstruct.h | 75 Bool remap; member in struct:_saveSet 79 #define SaveSetRemap(ss) ((ss).remap) 82 #define SaveSetAssignRemap(ss,rm) ((ss).remap = (rm))
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
H A D | makefile | 185 PCCTS_GEN=antlr.c scan.c err.c tokens.h mode.h parser.dlg stdpccts.h remap.h
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_aggregate.c | 1385 int rval = -1, *map, *remap = NULL; local 1432 * we will allocate a remap that will indicate the 1434 * should be pulled. (That is, where the remap will 1437 if (remap == NULL) { 1438 remap = dt_zalloc(dtp, naggvars * sizeof (int)); 1440 if (remap == NULL) 1453 remap[i] = map[aggvar]; 1745 * remap. If we have a remapping, we'll drop it in 1751 if (remap != NULL && remap[ [all...] |
Completed in 55 milliseconds