Searched refs:lvl (Results 1 – 10 of 10) sorted by relevance
/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | dynasm.lua | 286 local lvl = 0 290 lvl = lvl + 1 292 if op == ".endif" then lvl = lvl - 1 end 305 condlevel = lvl 306 condstack[lvl] = res 313 local lvl = condlevel 329 local lvl = condlevel 339 local lvl = condlevel 341 condlevel = lvl - 1 482 if lvl > 1 then [all …]
|
H A D | dasm_mips.lua | 147 local function dumpglobals(out, lvl) 195 local function dumpexterns(out, lvl) 948 local function dumptypes(out, lvl) 979 function _M.dumpdef(out, lvl) 980 dumptypes(out, lvl) 981 dumpglobals(out, lvl) 982 dumpexterns(out, lvl)
|
H A D | dasm_arm.lua | 149 local function dumpglobals(out, lvl) 197 local function dumpexterns(out, lvl) 1053 local function dumptypes(out, lvl) 1084 function _M.dumpdef(out, lvl) 1085 dumptypes(out, lvl) 1086 dumpglobals(out, lvl) 1087 dumpexterns(out, lvl)
|
H A D | dasm_arm64.lua | 149 local function dumpglobals(out, lvl) 197 local function dumpexterns(out, lvl) 1106 local function dumptypes(out, lvl) 1137 function _M.dumpdef(out, lvl) 1138 dumptypes(out, lvl) 1139 dumpglobals(out, lvl) 1140 dumpexterns(out, lvl)
|
H A D | dasm_ppc.lua | 147 local function dumpglobals(out, lvl) 195 local function dumpexterns(out, lvl) 1859 local function dumptypes(out, lvl) 1890 function _M.dumpdef(out, lvl) 1891 dumptypes(out, lvl) 1892 dumpglobals(out, lvl) 1893 dumpexterns(out, lvl)
|
H A D | dasm_x86.lua | 216 local function dumpglobals(out, lvl) 262 local function dumpexterns(out, lvl) 2250 local function dumptypes(out, lvl) 2283 function _M.dumpdef(out, lvl) 2284 dumptypes(out, lvl) 2285 dumpglobals(out, lvl) 2286 dumpexterns(out, lvl)
|
H A D | minilua.c | 5864 int lvl; 6062 B->lvl++; 6067 if(B->lvl>1){ 6073 if(B->lvl-toget+1>=(20/2)||toplen>l){ 6078 }while(toget<B->lvl); 6080 B->lvl=B->lvl-toget+1; 6094 lua_concat(B->L,B->lvl); 6095 B->lvl=1; 6109 B->lvl++; 6116 B->lvl=0;
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | is_json.c | 173 size_t *st, size_t lvl) in json_parse_array() argument 181 if (!json_parse(&uc, ue, st, lvl + 1)) in json_parse_array() 207 size_t *st, size_t lvl) in json_parse_object() argument 235 if (!json_parse(&uc, ue, st, lvl + 1)) { in json_parse_object() 330 size_t *st, size_t lvl) in json_parse() argument 341 if (lvl > 20) in json_parse() 345 if (lvl > 1 && (st[JSON_OBJECT] || st[JSON_ARRAYN])) in json_parse() 356 rv = json_parse_array(&uc, ue, st, lvl + 1); in json_parse() 360 rv = json_parse_object(&uc, ue, st, lvl + 1); in json_parse() 387 if (lvl == 0) in json_parse()
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 15209 >3 string 1 v.1, MCRYPT S2K, SERPENT crypt, SHA-256 hash, ZLib lvl.9 15224 >>8 byte&0x03 0x00 lvl.0 15225 >>8 byte&0x03 0x01 lvl.3 15226 >>8 byte&0x03 0x02 lvl.6 15227 >>8 byte&0x03 0x03 lvl.9 15242 >>8 byte&0x03 0x00 lvl.0 15243 >>8 byte&0x03 0x01 lvl.3 15244 >>8 byte&0x03 0x02 lvl.6 15245 >>8 byte&0x03 0x03 lvl.9
|
H A D | magic | 15209 >3 string 1 v.1, MCRYPT S2K, SERPENT crypt, SHA-256 hash, ZLib lvl.9 15224 >>8 byte&0x03 0x00 lvl.0 15225 >>8 byte&0x03 0x01 lvl.3 15226 >>8 byte&0x03 0x02 lvl.6 15227 >>8 byte&0x03 0x03 lvl.9 15242 >>8 byte&0x03 0x00 lvl.0 15243 >>8 byte&0x03 0x01 lvl.3 15244 >>8 byte&0x03 0x02 lvl.6 15245 >>8 byte&0x03 0x03 lvl.9
|
Completed in 166 milliseconds