Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/tools/
Daubinator_viewer_urb.h47 ImVec2 alloc_pos(window_pos.x, y); in DrawAllocation()
58 draw_list->AddText(alloc_pos, ImGui::GetColorU32(ImGuiCol_Text), label); in DrawAllocation()
/external/python/cpython3/Modules/
Dsre_lib.h416 alloc_pos = state->data_stack_base; \
419 Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
420 if (sizeof(type) > state->data_stack_size - alloc_pos) { \
426 ptr = (type*)(state->data_stack+alloc_pos); \
519 ctx_pos = alloc_pos; \
552 Py_ssize_t alloc_pos, ctx_pos = -1; in SRE() local
567 ctx_pos = alloc_pos; in SRE()
/external/python/cpython2/Modules/
D_sre.c687 alloc_pos = state->data_stack_base; \
690 SFY(type), alloc_pos, sizeof(type))); \
691 if (sizeof(type) > state->data_stack_size - alloc_pos) { \
697 ptr = (type*)(state->data_stack+alloc_pos); \
789 ctx_pos = alloc_pos; \
815 Py_ssize_t alloc_pos, ctx_pos = -1; in SRE_MATCH() local
829 ctx_pos = alloc_pos; in SRE_MATCH()