Searched refs:LX (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstate.c57 typedef struct LX { struct
62 } LX; typedef in typeref:struct:LX
69 LX l;
75 #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;
255 LX *l = fromstate(L1);
/freebsd-11-stable/contrib/lua/src/
H A Dlstate.c54 typedef struct LX { struct
57 } LX; typedef in typeref:struct:LX
64 LX l;
70 #define fromstate(L) (cast(LX *, cast(lu_byte *, (L)) - offsetof(LX, l)))
261 L1 = &cast(LX *, luaM_newobject(L, LUA_TTHREAD, sizeof(LX)))->l;
286 LX *l = fromstate(L1);
/freebsd-11-stable/contrib/netbsd-tests/net/net/
H A Dt_unix.c47 #define LX -1 macro
49 #define LX macro
226 if (sock_addrlen LX != len)
/freebsd-11-stable/contrib/ee/
H A Dnew_curse.h170 int LX; /* last cursor column position */ member in struct:WIND
H A Dnew_curse.c729 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
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1235 case SystemZ::LX:
1493 LoadOpcode = SystemZ::LX;

Completed in 91 milliseconds