Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_mips.h60 int epos; /* End of biased buffer position - max single put. */ member
104 D->sections[i].epos = 0; /* Wrong, but is recalculated after resize. */ in dasm_init()
177 if (pos >= sec->epos) { in dasm_put()
181 sec->epos = (int)sec->bsize/sizeof(int) - DASM_MAXSECPOS+DASM_POS2BIAS(pos); in dasm_put()
H A Ddasm_ppc.h60 int epos; /* End of biased buffer position - max single put. */ member
104 D->sections[i].epos = 0; /* Wrong, but is recalculated after resize. */ in dasm_init()
177 if (pos >= sec->epos) { in dasm_put()
181 sec->epos = (int)sec->bsize/sizeof(int) - DASM_MAXSECPOS+DASM_POS2BIAS(pos); in dasm_put()
H A Ddasm_arm.h61 int epos; /* End of biased buffer position - max single put. */ member
105 D->sections[i].epos = 0; /* Wrong, but is recalculated after resize. */ in dasm_init()
186 if (pos >= sec->epos) { in dasm_put()
190 sec->epos = (int)sec->bsize/sizeof(int) - DASM_MAXSECPOS+DASM_POS2BIAS(pos); in dasm_put()
H A Ddasm_arm64.h63 int epos; /* End of biased buffer position - max single put. */ member
107 D->sections[i].epos = 0; /* Wrong, but is recalculated after resize. */ in dasm_init()
228 if (pos >= sec->epos) { in dasm_put()
232 sec->epos = (int)sec->bsize/sizeof(int) - DASM_MAXSECPOS+DASM_POS2BIAS(pos); in dasm_put()
H A Ddasm_x86.h59 int epos; /* End of biased buffer position - max single put. */ member
106 D->sections[i].epos = 0; /* Wrong, but is recalculated after resize. */ in dasm_init()
186 if (pos >= sec->epos) { in dasm_put()
190 sec->epos = (int)sec->bsize/sizeof(int) - DASM_MAXSECPOS+DASM_POS2BIAS(pos); in dasm_put()

Completed in 22 milliseconds