Lines Matching refs:temporary
57 static HChar temporary[N_TEMPORARY_BYTES] __attribute__((aligned(REQ_ALIGN))); variable
58 static HChar* temporary_first = &temporary[0];
59 static HChar* temporary_curr = &temporary[0];
60 static HChar* temporary_last = &temporary[N_TEMPORARY_BYTES-1];
71 HChar* private_LibVEX_alloc_first = &temporary[0];
72 HChar* private_LibVEX_alloc_curr = &temporary[0];
73 HChar* private_LibVEX_alloc_last = &temporary[N_TEMPORARY_BYTES-1];
80 vassert(temporary_first == &temporary[0]); in vexAllocSanityCheck()
81 vassert(temporary_last == &temporary[N_TEMPORARY_BYTES-1]); in vexAllocSanityCheck()
162 if (private_LibVEX_alloc_first == &temporary[0]) pool = "TEMP"; in private_LibVEX_alloc_OOM()
182 temporary_curr = &temporary[0]; in vexSetAllocModeTEMP_and_clear()
183 private_LibVEX_alloc_curr = &temporary[0]; in vexSetAllocModeTEMP_and_clear()
191 temporary[i] = 0x00; in vexSetAllocModeTEMP_and_clear()