| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | 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/contrib/lua/src/ |
| H A D | lstate.c | 35 typedef struct LX { struct 38 } LX; typedef 45 LX l; 51 #define fromstate(L) (cast(LX *, cast(lu_byte *, (L)) - offsetof(LX, l))) 295 o = luaC_newobjdt(L, LUA_TTHREAD, sizeof(LX), offsetof(LX, l)); in lua_newthread() 316 LX *l = fromstate(L1); in luaE_freethread()
|
| /freebsd/contrib/netbsd-tests/net/net/ |
| H A D | t_unix.c | 47 #define LX -1 macro 49 #define LX macro 226 if (sock_addrlen LX != len) in test()
|
| /freebsd/sys/contrib/device-tree/src/arm/moxa/ |
| H A D | moxart-uc7112lx.dts | 2 /* moxart-uc7112lx.dts - Device Tree file for MOXA UC-7112-LX 11 model = "MOXA UC-7112-LX";
|
| /freebsd/contrib/ee/ |
| H A D | 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 …]
|
| H A D | new_curse.h | 170 int LX; /* last cursor column position */ member
|
| /freebsd/crypto/openssl/test/ocsp-tests/ |
| H A D | ND3_Issuer_Root.pem | 11 mk6vBbOmcZSccbNQYArHE504B4YCqOmoaSYYkKtMsE8jqzpPhNjfzp/haW+710LX
|
| H A D | WKIC_ND3_Issuer_Root.pem | 11 mk6vBbOmcZSccbNQYArHE504B4YCqOmoaSYYkKtMsE8jqzpPhNjfzp/haW+710LX
|
| H A D | ISIC_ND3_Issuer_Root.pem | 11 mk6vBbOmcZSccbNQYArHE504B4YCqOmoaSYYkKtMsE8jqzpPhNjfzp/haW+710LX
|
| H A D | ND1_Cross_Root.pem | 11 mk6vBbOmcZSccbNQYArHE504B4YCqOmoaSYYkKtMsE8jqzpPhNjfzp/haW+710LX
|
| H A D | WSNIC_ND3_Issuer_Root.pem | 11 mk6vBbOmcZSccbNQYArHE504B4YCqOmoaSYYkKtMsE8jqzpPhNjfzp/haW+710LX
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | 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")>;
|
| H A D | 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")>;
|
| H A D | 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")>;
|
| H A D | 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")>;
|
| /freebsd/sys/i386/conf/ |
| H A D | NOTES | 282 # glxiic: AMD Geode LX CS5536 System Management Bus 285 device glxiic # AMD Geode LX CS5536 System Management Bus 292 # glxsb is a driver for the Security Block in AMD Geode LX processors. 295 device glxsb # AMD Geode LX Security Block
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | 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 804 >(0x3c.l) string LX 1081 # Summary: OS/2 LX Library and device driver (no DOS stub) 1089 # similar looking like variant with MS-DOS stub (MZ magic): "MS-DOS executable, LX" 1090 0 string/b LX LX executable 1143 # OS 2 was reserved for MS Windows 16-bit but it never used LX (NE format was used instead) 1145 # OS 3 was reserved for Multitasking MS-DOS but it never used LX (NE format was used instead) [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsDSPInstrFormats.td | 176 // LX sub-class format.
|
| /freebsd/sys/contrib/zlib/ |
| H A D | README | 63 - zlib doesn't work with gcc 2.6.3 on a DEC 3000/300LX under OSF/1 2.1 it works
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | 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$")>;
|
| H A D | 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$")>;
|
| H A D | 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$")>;
|
| H A D | SystemZScheduleZ17.td | 852 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LX$")>; 872 def : InstRW<[WLat7LSU, VecBF4, LSU, GroupAlone], (instregex "LX(E|D)B$")>; 873 def : InstRW<[WLat7, VecBF4, GroupAlone], (instregex "LX(E|D)BR$")>; 1002 def : InstRW<[WLat7LSU, VecBF4, LSU, GroupAlone], (instregex "LX(E|D)$")>; 1003 def : InstRW<[WLat7, VecBF4, GroupAlone], (instregex "LX(E|D)R$")>;
|
| H A D | 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$")>;
|
| H A D | 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$")>;
|