Home
last modified time | relevance | path

Searched refs:lh (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c4325 for(;lh;lh=lh->prev){
4326 if(lh->v.k==VINDEXED){
4327 if(lh->v.u.s.info==v->u.s.info){
4329 lh->v.u.s.info=extra;
4331 if(lh->v.u.s.aux==v->u.s.info){
4333 lh->v.u.s.aux=extra;
4344 check_condition(ls,VLOCAL<=lh->v.k&&lh->v.k<=VINDEXED,
4348 nv.prev=lh;
4351 check_conflict(ls,lh,&nv.v);
4367 luaK_storevar(ls->fs,&lh->v,&e);
[all …]
/php-src/ext/exif/
H A Dexif.c3786 unsigned int ll, lh; in exif_scan_JPEG_header() local
3829 if ((lh = php_stream_getc(ImageInfo->infile)) == (unsigned int)EOF) { in exif_scan_JPEG_header()
3838 itemlen = (lh << 8) | ll; in exif_scan_JPEG_header()
3842 …LL EXIFERR_CC, ImageInfo, E_WARNING, "%s, Section length: 0x%02X%02X", EXIF_ERROR_CORRUPT, lh, ll); in exif_scan_JPEG_header()
3853 Data[0] = (uchar)lh; in exif_scan_JPEG_header()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c639 SLJIT_S390X_RXA(lh, 0x48000000)
2232 ins = WHEN2(is_u12(mem.offset), lh, lhy); in sljit_emit_op1()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3880 >>>>3 regex \^(lh[0-9a-ex]|lz[s2-8]|pm[012]|pc1) \b
3893 >>>>>2 string -lh \b
3895 >>>>>>3 regex \^lh[01] LHarc 1.x/ARX archive data
3901 >>>>>>3 regex \^lh[23d] LHa 2.x? archive data
3902 >>>>>>3 regex \^lh[7] LHa (2.x)/LHark archive data
3903 >>>>>>3 regex \^lh[456] LHa (2.x) archive data
3909 # missing -lh?- variants (Joe Jared)
3910 >>>>>>3 regex \^lh[89a-ce] LHa (Joe Jared) archive
3916 # this should not happen if all -lh variants are described
3982 #2 string -lh\40- LHa 2.x? archive data [lh ]
H A Dmagic3880 >>>>3 regex \^(lh[0-9a-ex]|lz[s2-8]|pm[012]|pc1) \b
3893 >>>>>2 string -lh \b
3895 >>>>>>3 regex \^lh[01] LHarc 1.x/ARX archive data
3901 >>>>>>3 regex \^lh[23d] LHa 2.x? archive data
3902 >>>>>>3 regex \^lh[7] LHa (2.x)/LHark archive data
3903 >>>>>>3 regex \^lh[456] LHa (2.x) archive data
3909 # missing -lh?- variants (Joe Jared)
3910 >>>>>>3 regex \^lh[89a-ce] LHa (Joe Jared) archive
3916 # this should not happen if all -lh variants are described
3982 #2 string -lh\40- LHa 2.x? archive data [lh ]

Completed in 213 milliseconds