FACT++  1.0
static int get_curr_bytes ( int  items,
int  bytes_left,
int  item_size 
)
static

Definition at line 35 of file copy_swap.c.

References AXP_FLOAT, i, IEEE_FLOAT, IT_IS_FLOAT, SIZEOF_DOUBLE, SIZEOF_FLOAT, SWAPD, SWAPL, and VAX_FLOAT.

Referenced by copy_swap_buffer_in(), and copy_swap_buffer_out().

36 {
37  int num;
38 
39  if(!(num = items))
40  {
41  num = bytes_left;
42  }
43  else
44  {
45  num *= item_size;
46  }
47  return num;
48 }

+ Here is the caller graph for this function: