Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_strtab.c53 memset(data, IR_INVALID_IDX, hash_size * sizeof(uint32_t)); in ir_strtab_resize()
98 memset(data, IR_INVALID_IDX, hash_size * sizeof(uint32_t)); in ir_strtab_init()
122 while (pos != IR_INVALID_IDX) { in ir_strtab_find()
141 while (pos != IR_INVALID_IDX) { in ir_strtab_lookup()
190 while (pos != IR_INVALID_IDX) { in ir_strtab_update()
H A Dir.c1475 while (pos != IR_INVALID_IDX) {
1491 while (pos != IR_INVALID_IDX) {
1604 while (pos != IR_INVALID_IDX) {
1620 while (pos != IR_INVALID_IDX) {
H A Dir_private.h826 #define IR_INVALID_IDX 0xffffffff macro

Completed in 28 milliseconds