| /freebsd-13-stable/sys/contrib/openzfs/module/lua/ |
| HD | lstate.c | 56 typedef struct LX { struct 61 } LX; argument 68 LX l; 74 #define fromstate(L) (cast(LX *, cast(lu_byte *, (L)) - offsetof(LX, l))) 239 L1 = &luaC_newobj(L, LUA_TTHREAD, sizeof(LX), NULL, offsetof(LX, l))->th; in lua_newthread() 255 LX *l = fromstate(L1); in luaE_freethread()
|
| /freebsd-13-stable/contrib/lua/src/ |
| HD | lstate.c | 35 typedef struct LX { struct 38 } LX; argument 45 LX l; 51 #define fromstate(L) (cast(LX *, cast(lu_byte *, (L)) - offsetof(LX, l))) 292 L1 = &cast(LX *, luaM_newobject(L, LUA_TTHREAD, sizeof(LX)))->l; in lua_newthread() 318 LX *l = fromstate(L1); in luaE_freethread()
|
| /freebsd-13-stable/contrib/netbsd-tests/net/net/ |
| HD | t_unix.c | 47 #define LX -1 macro 49 #define LX macro 226 if (sock_addrlen LX != len) in test()
|
| /freebsd-13-stable/sys/contrib/device-tree/src/arm/ |
| HD | moxart-uc7112lx.dts | 2 /* moxart-uc7112lx.dts - Device Tree file for MOXA UC-7112-LX 11 model = "MOXA UC-7112-LX";
|
| /freebsd-13-stable/contrib/ee/ |
| HD | new_curse.c | 729 destination->LX = min((destination->Num_cols - 1), origin->LX); 1501 Ntemp->LX = 0; 2029 window->LX = column; 2077 column = window->LX; 2153 virtual_scr->LX = window->LX + window->SC; 2424 column = window->LX; 2465 window->LX = window->Num_cols; 2468 window->LX = 0; 2470 window->LX--; 2472 window->LX++; [all …]
|
| HD | new_curse.h | 170 int LX; /* last cursor column position */ member
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64SchedTSV110.td | 686 def : InstRW<[TSV110Wr_2cyc_1F], (instregex "^TB[LX]v8i8One")>; 687 def : InstRW<[TSV110Wr_4cyc_2F], (instregex "^TB[LX]v8i8Two")>; 688 def : InstRW<[TSV110Wr_6cyc_3F], (instregex "^TB[LX]v8i8Three")>; 689 def : InstRW<[TSV110Wr_8cyc_4F], (instregex "^TB[LX]v8i8Four")>; 691 def : InstRW<[TSV110Wr_2cyc_1F], (instregex "^TB[LX]v16i8One")>; 692 def : InstRW<[TSV110Wr_4cyc_2F], (instregex "^TB[LX]v16i8Two")>; 693 def : InstRW<[TSV110Wr_6cyc_3F], (instregex "^TB[LX]v16i8Three")>; 694 def : InstRW<[TSV110Wr_8cyc_4F], (instregex "^TB[LX]v16i8Four")>;
|
| HD | AArch64SchedA57.td | 547 def : InstRW<[A57Write_3cyc_1V], (instregex "^TB[LX]v8i8One")>; 548 def : InstRW<[A57Write_6cyc_2V], (instregex "^TB[LX]v8i8Two")>; 549 def : InstRW<[A57Write_9cyc_3V], (instregex "^TB[LX]v8i8Three")>; 550 def : InstRW<[A57Write_12cyc_4V], (instregex "^TB[LX]v8i8Four")>; 552 def : InstRW<[A57Write_6cyc_3V], (instregex "^TB[LX]v16i8One")>; 553 def : InstRW<[A57Write_9cyc_5V], (instregex "^TB[LX]v16i8Two")>; 554 def : InstRW<[A57Write_12cyc_7V], (instregex "^TB[LX]v16i8Three")>; 555 def : InstRW<[A57Write_15cyc_9V], (instregex "^TB[LX]v16i8Four")>;
|
| HD | AArch64SchedExynosM4.td | 828 def : InstRW<[M4WriteNSHFA], (instregex "^TB[LX]v(8|16)i8One")>; 829 def : InstRW<[M4WriteNSHFB], (instregex "^TB[LX]v(8|16)i8Two")>; 830 def : InstRW<[M4WriteNSHFC], (instregex "^TB[LX]v(8|16)i8Three")>; 831 def : InstRW<[M4WriteNSHFD], (instregex "^TB[LX]v(8|16)i8Four")>;
|
| HD | AArch64SchedExynosM5.td | 863 def : InstRW<[M5WriteNSHFA], (instregex "^TB[LX]v(8|16)i8One")>; 864 def : InstRW<[M5WriteNSHFB], (instregex "^TB[LX]v(8|16)i8Two")>; 865 def : InstRW<[M5WriteNSHFC], (instregex "^TB[LX]v(8|16)i8Three")>; 866 def : InstRW<[M5WriteNSHFD], (instregex "^TB[LX]v(8|16)i8Four")>;
|
| HD | AArch64SchedExynosM3.td | 681 def : InstRW<[M3WriteNSHF1], (instregex "^TB[LX]v")>;
|
| /freebsd-13-stable/sys/i386/conf/ |
| HD | NOTES | 693 # glxiic is an I2C driver for the AMD Geode LX CS5536 System Management Bus 696 device glxiic # AMD Geode LX CS5536 System Management Bus 699 # glxsb is a driver for the Security Block in AMD Geode LX processors. 702 device glxsb # AMD Geode LX Security Block
|
| /freebsd-13-stable/sys/contrib/zlib/ |
| HD | README | 63 - zlib doesn't work with gcc 2.6.3 on a DEC 3000/300LX under OSF/1 2.1 it works
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | MipsDSPInstrFormats.td | 176 // LX sub-class format.
|
| /freebsd-13-stable/contrib/file/magic/Magdir/ |
| HD | msdos | 81 # new exe header magic like: PE NE LE LX W3 W4 110 # handle LX executable with low e_lfarlc like: PCISCAN.EXE 111 >>(0x3c.l) string LX \b, LX 674 >>(0x3c.l) string LX \b, LX 797 >(0x3c.l) string LX 1074 # Summary: OS/2 LX Library and device driver (no DOS stub) 1082 # similar looking like variant with MS-DOS stub (MZ magic): "MS-DOS executable, LX" 1083 0 string/b LX LX executable 1136 # OS 2 was reserved for MS Windows 16-bit but it never used LX (NE format was used instead) 1138 # OS 3 was reserved for Multitasking MS-DOS but it never used LX (NE format was used instead) [all …]
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| HD | SystemZScheduleZ196.td | 729 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LX$")>; 749 def : InstRW<[WLat11LSU, FPU4, LSU, GroupAlone], (instregex "LX(E|D)B$")>; 750 def : InstRW<[WLat10, FPU4, GroupAlone], (instregex "LX(E|D)BR$")>; 876 def : InstRW<[WLat11LSU, FPU4, LSU, GroupAlone], (instregex "LX(E|D)$")>; 877 def : InstRW<[WLat9, FPU4, GroupAlone], (instregex "LX(E|D)R$")>;
|
| HD | SystemZScheduleZEC12.td | 767 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LX$")>; 787 def : InstRW<[WLat11LSU, FPU4, LSU, GroupAlone], (instregex "LX(E|D)B$")>; 788 def : InstRW<[WLat10, FPU4, GroupAlone], (instregex "LX(E|D)BR$")>; 914 def : InstRW<[WLat11LSU, FPU4, LSU, GroupAlone], (instregex "LX(E|D)$")>; 915 def : InstRW<[WLat9, FPU4, GroupAlone], (instregex "LX(E|D)R$")>;
|
| HD | SystemZScheduleZ13.td | 798 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LX$")>; 818 def : InstRW<[WLat8LSU, VecBF4, LSU, GroupAlone], (instregex "LX(E|D)B$")>; 819 def : InstRW<[WLat8, VecBF4, GroupAlone], (instregex "LX(E|D)BR$")>; 946 def : InstRW<[WLat8LSU, VecBF4, LSU, GroupAlone], (instregex "LX(E|D)$")>; 947 def : InstRW<[WLat8, VecBF4, GroupAlone], (instregex "LX(E|D)R$")>;
|
| HD | SystemZScheduleZ15.td | 836 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LX$")>; 856 def : InstRW<[WLat7LSU, VecBF4, LSU, GroupAlone], (instregex "LX(E|D)B$")>; 857 def : InstRW<[WLat7, VecBF4, GroupAlone], (instregex "LX(E|D)BR$")>; 984 def : InstRW<[WLat7LSU, VecBF4, LSU, GroupAlone], (instregex "LX(E|D)$")>; 985 def : InstRW<[WLat7, VecBF4, GroupAlone], (instregex "LX(E|D)R$")>;
|
| HD | SystemZScheduleZ16.td | 837 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LX$")>; 857 def : InstRW<[WLat7LSU, VecBF4, LSU, GroupAlone], (instregex "LX(E|D)B$")>; 858 def : InstRW<[WLat7, VecBF4, GroupAlone], (instregex "LX(E|D)BR$")>; 987 def : InstRW<[WLat7LSU, VecBF4, LSU, GroupAlone], (instregex "LX(E|D)$")>; 988 def : InstRW<[WLat7, VecBF4, GroupAlone], (instregex "LX(E|D)R$")>;
|
| HD | SystemZScheduleZ14.td | 818 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LX$")>; 838 def : InstRW<[WLat8LSU, VecBF4, LSU, GroupAlone], (instregex "LX(E|D)B$")>; 839 def : InstRW<[WLat8, VecBF4, GroupAlone], (instregex "LX(E|D)BR$")>; 966 def : InstRW<[WLat8LSU, VecBF4, LSU, GroupAlone], (instregex "LX(E|D)$")>; 967 def : InstRW<[WLat8, VecBF4, GroupAlone], (instregex "LX(E|D)R$")>;
|
| HD | SystemZInstrInfo.cpp | 1613 case SystemZ::LX: in expandPostRAPseudo() 1878 LoadOpcode = SystemZ::LX; in getLoadStoreOpcodes()
|
| HD | SystemZInstrFP.td | 142 def LX : Pseudo<(outs FP128:$dst), (ins bdxaddr20only128:$src),
|
| /freebsd-13-stable/sys/conf/ |
| HD | NOTES | 1809 device gentbi # Generic 10-bit 1000BASE-{LX,SX} fiber ifaces 1884 # mlx5: Mellanox ConnectX-4 and ConnectX-4 LX IB and Eth shared code module. 1885 # mlx5en:Mellanox ConnectX-4 and ConnectX-4 LX PCIe Ethernet adapters. 1957 device mlx5en # Mellanox ConnectX-4 and ConnectX-4 LX
|
| /freebsd-13-stable/share/misc/ |
| HD | pci_vendors | 5380 2081 Geode LX Video 5381 2082 Geode LX AES Security Block 5844 102b 0542 Millennium G450 Dual Head LX 5845 102b 0543 Millennium G450 Single Head LX 5847 102b 0642 Millennium G450 32Mb SDRAM Dual Head LX 5848 102b 0643 Millennium G450 32Mb SDRAM Single Head LX 5852 102b 0d42 Millennium G450 Dual Head LX PCI 15119 1148 9841 SK-9841 Gigabit Ethernet Server Adapter (SK-NET GE-LX) 15120 1148 9842 SK-9842 Gigabit Ethernet Server Adapter (SK-NET GE-LX dual link) 15128 1259 2971 AT-2970LX Gigabit Ethernet Adapter [all …]
|