HomeSort by relevance Sort by last modified time
    Searched full:jmp_result (Results 1 - 1 of 1) sorted by null

  /external/pixman/pixman/
pixman-ppc.c 128 int jmp_result; local
134 jmp_result = setjmp (jump_env);
135 if (jmp_result == 0)
140 return (jmp_result == 0);

Completed in 90 milliseconds