Searched refs:slot0 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/gnu/usr.bin/grep/
H A Dquotearg.c531 static char slot0[256]; local
538 static struct slotvec slotvec0 = {sizeof slot0, slot0};
565 slotvec[n].val = val = xrealloc (val == slot0 ? 0 : val, size);
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c6028 rtx slot0, slot1, result, tem, tem2;
6076 slot0 = assign_stack_temp (TFmode, GET_MODE_SIZE(TFmode), 0);
6077 emit_move_insn (slot0, x);
6080 slot0 = x;
6092 XEXP (slot0, 0), Pmode,
6014 rtx slot0, slot1, result, tem, tem2; local

Completed in 200 milliseconds