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

/haiku-buildtools/legacy/gcc/libio/
H A DlibioP.h84 # define JUMP3(FUNC, THIS, X1,X2,X3) _IO_JUMPS(THIS)->FUNC (THIS, X1,X2, X3) macro
93 # define JUMP3(FUNC, THIS, X1,X2,X3) _IO_JUMPS(THIS)->FUNC.pfn (THIS, X1,X2,X3) macro
155 #define _IO_SEEKOFF(FP, OFF, DIR, MODE) JUMP3 (__seekoff, FP, OFF, DIR, MODE)

Completed in 37 milliseconds