Searched refs:t_val (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-or32.c609 long t_val; local
611 t_val = (long) *val;
614 printf ("md_apply_fix val:%x\n", t_val);
617 fixP->fx_addnumber = t_val; /* Remember value for emit_reloc. */
626 printf ("reloc_const: val=%x\n", t_val);
628 buf[0] = t_val >> 24;
629 buf[1] = t_val >> 16;
630 buf[2] = t_val >> 8;
631 buf[3] = t_val;
636 printf ("reloc_const: val=%x\n", t_val);
[all...]
/haiku-buildtools/binutils/opcodes/
H A Dtic6x-dis.c323 unsigned int t_val = 0; local
596 t_val = fld_val;
597 func_unit_data_side = (t_val ? 2 : 1);
931 reg_side = t_val ? 'b' : 'a';
998 reg_side = t_val ? 'b' : 'a';
/haiku-buildtools/gcc/gcc/ada/
H A Dadaint.c346 const time_t t_val = time (NULL);
348 strftime (result, 22, format, localtime (&t_val));
345 const time_t t_val = time (NULL); local

Completed in 102 milliseconds