HomeSort by: relevance | last modified time | path
    Searched defs:ft_jmp_buf (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/freetype/dist/include/freetype/config/
ftstdlib.h 158 #define ft_jmp_buf jmp_buf /* note: this cannot be a typedef since */ macro
163 #define ft_setjmp( b ) setjmp( *(ft_jmp_buf*) &(b) ) /* same thing here */
  /xsrc/external/mit/freetype/dist/src/smooth/
ftgrays.c 166 #define ft_jmp_buf jmp_buf macro
448 ft_jmp_buf jump_buffer;

Completed in 7 milliseconds