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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
ctzdi2.c 1 /* ===-- ctzdi2.c - Implement __ctzdi2 -------------------------------------===
10 * This file implements __ctzdi2 for the compiler_rt library.
20 /* gcc resolves __builtin_ctz -> __ctzdi2 leading to infinite recursion */
28 __ctzdi2(di_int a) function in typeref:typename:COMPILER_RT_ABI si_int
ctzdi2.c 1 /* ===-- ctzdi2.c - Implement __ctzdi2 -------------------------------------===
10 * This file implements __ctzdi2 for the compiler_rt library.
20 /* gcc resolves __builtin_ctz -> __ctzdi2 leading to infinite recursion */
28 __ctzdi2(di_int a) function in typeref:typename:COMPILER_RT_ABI si_int

Completed in 35 milliseconds