Home
last modified time | relevance | path

Searched refs:overlapped (Results 1 – 4 of 4) sorted by last modified time

/php-src/ext/opcache/jit/ir/
H A Dir_ra.c2814 ir_regset available, overlapped, scratch; in ir_try_allocate_free_reg() local
2867 overlapped = IR_REGSET_EMPTY; in ir_try_allocate_free_reg()
2886 overlapped = IR_REGSET_UNION(overlapped, regset); in ir_try_allocate_free_reg()
2893 IR_REGSET_INCL(overlapped, reg); in ir_try_allocate_free_reg()
2903 available = IR_REGSET_DIFFERENCE(available, overlapped); in ir_try_allocate_free_reg()
2978 IR_REGSET_FOREACH(overlapped, i) { in ir_try_allocate_free_reg()
3000 …g = ir_try_allocate_preferred_reg(ctx, ival, IR_REGSET_UNION(available, overlapped), freeUntilPos); in ir_try_allocate_free_reg()
/php-src/win32/
H A Dsockets.c27 PHPAPI int socketpair_win32(int domain, int type, int protocol, SOCKET sock[2], int overlapped) in socketpair_win32() argument
61 if (overlapped) { in socketpair_win32()
H A Dsockets.h25 PHPAPI int socketpair_win32(int domain, int type, int protocol, SOCKET sock[2], int overlapped);
/php-src/ext/standard/tests/strings/
H A Dsubstr_count_variation_001.phpt12 echo "\n-- overlapped substrings --\n";
52 -- overlapped substrings --

Completed in 58 milliseconds