Home
last modified time | relevance | path

Searched +defs:L +defs:v +defs:v (Results 1 – 25 of 61) sorted by relevance

123

/freebsd/contrib/lua/src/
H A Dlmem.h17 #define luaM_error(L) luaD_throw(L, LUA_ERRMEM) argument
34 #define luaM_checksize(L,n,e) \ argument
52 #define luaM_reallocvchar(L,b,on,n) \ argument
55 #define luaM_freemem(L, b, s) luaM_free_(L, (b), (s)) argument
56 #define luaM_free(L, b) luaM_free_(L, (b), sizeof(*(b))) argument
59 #define luaM_new(L,t) cast(t*, luaM_malloc_(L, sizeof(t), 0)) argument
61 #define luaM_newvectorchecked(L,n,t) \ argument
64 #define luaM_newobject(L,tag,s) luaM_malloc_(L, (s), tag) argument
66 #define luaM_growvector(L,v,nelems,size,t,limit,e) \ argument
70 #define luaM_reallocvector(L, v,oldn,n,t) \ argument
[all …]
H A Dldblib.c41 static int db_getregistry (lua_State *L) { in db_getregistry()
47 static int db_getmetatable (lua_State *L) { in db_getmetatable()
56 static int db_setmetatable (lua_State *L) { in db_setmetatable()
111 static void settabss (lua_State *L, const char *k, const char *v) { in settabss()
116 static void settabsi (lua_State *L, const char *k, int v) { in settabsi()
121 static void settabsb (lua_State *L, const char *k, int v) { in settabsb()
149 static int db_getinfo (lua_State *L) { in db_getinfo()
203 static int db_getlocal (lua_State *L) { in db_getlocal()
365 static int db_sethook (lua_State *L) { in db_sethook()
395 static int db_gethook (lua_State *L) { in db_gethook()
[all …]
H A Dlgc.h96 #define isdead(g,v) isdeadm(otherwhite(g), (v)->marked) argument
136 #define setgcparam(p,v) ((p) = (v) / 4) argument
167 #define luaC_condGC(L,pre,pos) \ argument
172 #define luaC_checkGC(L) luaC_condGC(L,(void)0,(void)0) argument
175 #define luaC_objbarrier(L,p,o) ( \ argument
179 #define luaC_barrier(L,p,v) ( \ argument
182 #define luaC_objbarrierback(L,p,o) ( \ argument
185 #define luaC_barrierback(L,p,v) ( \ argument
H A Dlobject.h42 #define makevariant(t,v) ((t) | ((v) << 4)) argument
118 #define setobj(L,obj1,obj2) \ argument
217 #define isempty(v) ttisnil(v) argument
225 #define setempty(v) settt_(v, LUA_VEMPTY) argument
307 #define gcvalueraw(v) ((v).gc) argument
335 #define fltvalueraw(v) ((v).n) argument
336 #define ivalueraw(v) ((v).i) argument
367 #define tsvalueraw(v) (gco2ts((v).gc)) argument
439 #define pvalueraw(v) ((v).p) argument
608 #define fvalueraw(v) ((v).f) argument
[all …]
H A Dlparser.c75 lua_State *L = fs->ls->L; in errorlimit() local
194 lua_State *L = ls->L; in new_localvar() local
208 #define new_localvarliteral(ls,v) \ argument
700 lua_State *L = ls->L; in addprototype() local
757 lua_State *L = ls->L; in close_func() local
839 expdesc v; /* last list item read */ member
1408 expdesc v; in cond() local
1642 expdesc v; in test_then_block() local
1785 expdesc v, b; in funcstat() local
1798 struct LHS_assign v; in exprstat() local
[all …]
H A Dlvm.h85 #define luaV_fastget(L,t,k,slot,f) \ argument
96 #define luaV_fastgeti(L,t,k,slot) \ argument
108 #define luaV_finishfastset(L,t,slot,v) \ argument
H A Dlgc.c208 void luaC_barrier_ (lua_State *L, GCObject *o, GCObject *v) { in luaC_barrier_()
243 void luaC_fix (lua_State *L, GCObject *o) { in luaC_fix()
763 static void freeupval (lua_State *L, UpVal *uv) { in freeupval()
899 static void dothecall (lua_State *L, void *ud) { in dothecall()
905 static void GCTM (lua_State *L) { in GCTM()
908 TValue v; in GCTM() local
1484 static void entersweep (lua_State *L) { in entersweep()
1509 void luaC_freeallobjects (lua_State *L) { in luaC_freeallobjects()
1523 static lu_mem atomic (lua_State *L) { in atomic()
1583 static lu_mem singlestep (lua_State *L) { in singlestep()
[all …]
H A Dldump.c24 lua_State *L; member
36 #define dumpVector(D,v,n) dumpBlock(D,v,(n)*sizeof((v)[0])) argument
217 int luaU_dump(lua_State *L, const Proto *f, lua_Writer w, void *data, in luaU_dump()
H A Dldebug.c145 LUA_API lua_Hook lua_gethook (lua_State *L) { in lua_gethook()
150 LUA_API int lua_gethookmask (lua_State *L) { in lua_gethookmask()
155 LUA_API int lua_gethookcount (lua_State *L) { in lua_gethookcount()
290 static void collectvalidlines (lua_State *L, Closure *f) { in collectvalidlines()
297 TValue v; in collectvalidlines() local
706 static const char *varinfo (lua_State *L, const TValue *o) { in varinfo()
746 l_noret luaG_callerror (lua_State *L, const TValue *o) { in luaG_callerror()
767 l_noret luaG_opinterror (lua_State *L, const TValue *p1, in luaG_opinterror()
809 l_noret luaG_errormsg (lua_State *L) { in luaG_errormsg()
822 l_noret luaG_runerror (lua_State *L, const char *fmt, ...) { in luaG_runerror()
[all …]
H A Dlvm.c108 TValue v; in luaV_tonumber_() local
157 TValue v; in luaV_tointeger() local
622 #define tostring(L,o) \ argument
904 #define op_arithI(L,iop,fop) { \ argument
933 #define op_arithf(L,fop) { \ argument
943 #define op_arithfK(L,fop) { \ argument
965 #define op_arith(L,iop,fop) { \ argument
974 #define op_arithK(L,iop,fop) { \ argument
983 #define op_bitwiseK(L,op) { \ argument
997 #define op_bitwise(L,op) { \ argument
[all …]
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlmem.h22 #define luaM_reallocv(L,b,on,n,e) \ argument
27 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0) argument
28 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0) argument
29 #define luaM_freearray(L, b, n) luaM_reallocv(L, (b), n, 0, sizeof((b)[0])) argument
31 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s)) argument
32 #define luaM_new(L,t) cast(t *, luaM_malloc(L, sizeof(t))) argument
33 #define luaM_newvector(L,n,t) \ argument
36 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s)) argument
38 #define luaM_growvector(L,v,nelems,size,t,limit,e) \ argument
42 #define luaM_reallocvector(L, v,oldn,n,t) \ argument
H A Dlgc.h112 #define isdead(g,v) isdeadm(otherwhite(g), (v)->gch.marked) argument
122 #define luaC_condGC(L,c) \ argument
124 #define luaC_checkGC(L) luaC_condGC(L, luaC_step(L);) argument
127 #define luaC_barrier(L,p,v) { if (valiswhite(v) && isblack(obj2gco(p))) \ argument
130 #define luaC_barrierback(L,p,v) { if (valiswhite(v) && isblack(obj2gco(p))) \ argument
133 #define luaC_objbarrier(L,p,o) \ argument
137 #define luaC_objbarrierback(L,p,o) \ argument
140 #define luaC_barrierproto(L,p,c) \ argument
H A Dlparser.c81 lua_State *L = fs->ls->L; in errorlimit() local
328 lua_State *L = ls->L; in enterlevel() local
497 lua_State *L = ls->L; in addprototype() local
525 lua_State *L = ls->L; in open_func() local
553 lua_State *L = ls->L; in close_func() local
1174 expdesc v; in cond() local
1382 expdesc v; in test_then_block() local
1475 expdesc v, b; in funcstat() local
1487 struct LHS_assign v; in exprstat() local
1610 expdesc v; in mainfunc() local
[all …]
H A Dltablib.c22 static int maxn (lua_State *L) { in maxn()
29 lua_Number v = lua_tonumber(L, -1); in maxn() local
39 static int tinsert (lua_State *L) { in tinsert()
66 static int tremove (lua_State *L) { in tremove()
91 static int tconcat (lua_State *L) { in tconcat()
117 static int pack (lua_State *L) { in pack()
134 static int unpack (lua_State *L) { in unpack()
163 static void set2 (lua_State *L, int i, int j) { in set2()
183 static void auxsort (lua_State *L, int l, int u) { in auxsort()
246 static int tsort (lua_State *L) { in tsort()
[all …]
H A Dlgc.c133 void luaC_barrier_ (lua_State *L, GCObject *o, GCObject *v) { in luaC_barrier_()
776 static void checkSizes (lua_State *L) { in checkSizes()
810 TValue v; in GCTM() local
934 static int entersweep (lua_State *L) { in entersweep()
950 void luaC_changemode (lua_State *L, int mode) { in luaC_changemode()
981 void luaC_freeallobjects (lua_State *L) { in luaC_freeallobjects()
997 static l_mem atomic (lua_State *L) { in atomic()
1038 static lu_mem singlestep (lua_State *L) { in singlestep()
1137 static void incstep (lua_State *L) { in incstep()
1161 void luaC_forcestep (lua_State *L) { in luaC_forcestep()
[all …]
H A Dldebug.c45 static void swapextra (lua_State *L) { in swapextra()
73 LUA_API lua_Hook lua_gethook (lua_State *L) { in lua_gethook()
78 LUA_API int lua_gethookmask (lua_State *L) { in lua_gethookmask()
83 LUA_API int lua_gethookcount (lua_State *L) { in lua_gethookcount()
124 static const char *findlocal (lua_State *L, CallInfo *ci, int n, in findlocal()
207 static void collectvalidlines (lua_State *L, Closure *f) { in collectvalidlines()
214 TValue v; in collectvalidlines() local
545 l_noret luaG_concaterror (lua_State *L, StkId p1, StkId p2) { in luaG_concaterror()
570 static void addinfo (lua_State *L, const char *msg) { in addinfo()
586 l_noret luaG_errormsg (lua_State *L) { in luaG_errormsg()
[all …]
H A Dlvm.c45 int luaV_tostring (lua_State *L, StkId obj) { in luaV_tostring()
58 static void traceexec (lua_State *L) { in traceexec()
91 static void callTM (lua_State *L, const TValue *f, const TValue *p1, in callTM()
293 void luaV_concat (lua_State *L, int total) { in luaV_concat()
335 void luaV_objlen (lua_State *L, StkId ra, const TValue *rb) { in luaV_objlen()
409 void luaV_arith (lua_State *L, StkId ra, const TValue *rb, in luaV_arith()
446 TValue *v = uv[i].instack ? base + uv[i].idx : encup[uv[i].idx]->v; in getcached() local
483 void luaV_finishOp (lua_State *L) { in luaV_finishOp()
545 #define luai_runtimecheck(L, c) /* void */ argument
573 #define checkGC(L,c) \ argument
[all …]
H A Dlauxlib.c36 static int findfield (lua_State *L, int objidx, int level) { in findfield()
76 static void pushfuncname (lua_State *L, lua_Debug *ar) { in pushfuncname()
94 static int countlevels (lua_State *L) { in countlevels()
171 static void tag_error (lua_State *L, int narg, int tag) { in tag_error()
176 LUALIB_API void luaL_where (lua_State *L, int level) { in luaL_where()
397 lua_State *L = B->L; in luaL_prepbuffsize() local
431 lua_State *L = B->L; in luaL_pushresult() local
445 lua_State *L = B->L; in luaL_addvalue() local
481 LUALIB_API int luaL_ref (lua_State *L, int t) { in luaL_ref()
580 LUALIB_API int luaL_len (lua_State *L, int idx) { in luaL_len()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h42 llvm::ImmutableList<SVal> L; variable
88 llvm::ImmutableList<const CXXBaseSpecifier *> L; variable
92 llvm::ImmutableList<const CXXBaseSpecifier *> L) in PointerToMemberData()
194 const llvm::APSInt &getMaxValue(const llvm::APSInt &v) { in getMaxValue()
198 const llvm::APSInt &getMinValue(const llvm::APSInt &v) { in getMinValue()
258 llvm::ImmutableList<SVal> prependSVal(SVal X, llvm::ImmutableList<SVal> L) { in prependSVal()
268 llvm::ImmutableList<const CXXBaseSpecifier *> L) { in prependCXXBase()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h52 LocIdx(unsigned L) : Location(L) { in LocIdx()
58 LocIdx L = LocIdx(); in MakeTombstoneLoc() local
141 static ValueIDNum fromU64(uint64_t v) { in fromU64()
/freebsd/contrib/diff/lib/
H A Dstrftime.c226 # define TOUPPER(Ch, L) __towupper_l (Ch, L) argument
227 # define TOLOWER(Ch, L) __towlower_l (Ch, L) argument
229 # define TOUPPER(Ch, L) towupper (Ch) argument
230 # define TOLOWER(Ch, L) towlower (Ch) argument
235 # define TOUPPER(Ch, L) __toupper_l (Ch, L) argument
236 # define TOLOWER(Ch, L) __tolower_l (Ch, L) argument
238 # define TOUPPER(Ch, L) toupper (Ch) argument
239 # define TOLOWER(Ch, L) tolower (Ch) argument
242 # define TOUPPER(Ch, L) (islower (Ch) ? toupper (Ch) : (Ch)) argument
629 #define DO_NUMBER(d, v) \ argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h103 if (const ImutAVLTree* L = getLeft()) in size() local
231 ImutAVLTree(Factory *f, ImutAVLTree* l, ImutAVLTree* r, value_type_ref v, in ImutAVLTree()
283 static uint32_t computeDigest(ImutAVLTree *L, ImutAVLTree *R, in computeDigest()
/freebsd/crypto/openssh/
H A Dsntrup761.c127 uint32 v = 0x80000000; in uint32_divmod_uint14() local
403 uint32 v = u; /* 0, else 1...65535 */ in int16_nonzero_mask() local
529 small f[p+1],g[p+1],v[p+1],r[p+1]; in R3_recip() local
614 Fq f[p+1],g[p+1],v[p+1],r[p+1]; in Rq_recip3() local
672 uint32 L[p]; in Short_fromlist() local
715 uint32 L[p]; in Short_random() local
845 static void Expand(uint32 *L,const unsigned char *k) in Expand()
880 uint32 L[p]; in Generator() local
892 uint32 L[p]; in HashShort() local
1058 small f[p],v[p]; in ZKeyGen() local
[all …]
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dhid.c76 #define AMM_VALID_REPORT(L) (((L) >= AMM_BASIC_BLOCK) && \ argument
438 int16_t v; in hid_interrupt() local
/freebsd/crypto/heimdal/lib/krb5/
H A Dverify_krb5_conf.c90 long v; in check_numeric() local
110 long int v; in check_boolean() local
231 #define L(X) { #X, LOG_ ## X } macro

123