Home
last modified time | relevance | path

Searched refs:workspace (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c529 int *workspace, in internal_dfa_match() argument
572 active_states = (stateblock *)(workspace + 2); in internal_dfa_match()
663 new_count = workspace[1]; in internal_dfa_match()
664 if (!workspace[0]) in internal_dfa_match()
686 workspace[0] = 0; /* Bit indicating which vector is current */ in internal_dfa_match()
712 workspace[0] ^= 1; /* Remember for the restarting feature */ in internal_dfa_match()
713 workspace[1] = active_count; in internal_dfa_match()
3242 pcre2_match_context *mcontext, int *workspace, PCRE2_SIZE wscount) in pcre2_dfa_match() argument
3350 if ((workspace[0] & (-2)) != 0 || workspace[1] < 1 || in pcre2_dfa_match()
3351 workspace[1] > (int)((wscount - 2)/INTS_PER_STATEBLOCK)) in pcre2_dfa_match()
[all …]
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます1736 0 long 0100554 APL workspace (Ken's original?)
2557 # as, the APL workspace magic numbers in pdp.
2559 0 long 0100554 apl workspace
10038 #>>>1 byte 0x00 incomplete workspace
10045 >>>1 byte 0x03 workspace
10072 >>>1 byte 0x19 external workspace
25790 0 lelong 0101555 PDP-11 single precision APL workspace
25791 0 lelong 0101554 PDP-11 double precision APL workspace
30931 # vax: file(1) magic for VAX executable/object and APL workspace
30933 0 lelong 0101557 VAX single precision APL workspace
[all …]
H A Dmagic1736 0 long 0100554 APL workspace (Ken's original?)
2557 # as, the APL workspace magic numbers in pdp.
2559 0 long 0100554 apl workspace
10038 #>>>1 byte 0x00 incomplete workspace
10045 >>>1 byte 0x03 workspace
10072 >>>1 byte 0x19 external workspace
25790 0 lelong 0101555 PDP-11 single precision APL workspace
25791 0 lelong 0101554 PDP-11 double precision APL workspace
30931 # vax: file(1) magic for VAX executable/object and APL workspace
30933 0 lelong 0101557 VAX single precision APL workspace
[all …]

Completed in 186 milliseconds