HomeSort by: relevance | last modified time | path
    Searched refs:__ffsti2 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
ffsti2.c 1 /* ===-- ffsti2.c - Implement __ffsti2 -------------------------------------===
10 * This file implements __ffsti2 for the compiler_rt library.
24 __ffsti2(ti_int a) function in typeref:typename:COMPILER_RT_ABI si_int
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
ffsti2_test.c 1 //===-- ffsti2_test.c - Test __ffsti2 -------------------------------------===//
10 // This file tests __ffsti2 for the compiler_rt library.
22 si_int __ffsti2(ti_int a);
26 si_int x = __ffsti2(a);
31 printf("error in __ffsti2(0x%llX%.16llX) = %d, expected %d\n",
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
ffsti2_test.c 1 //===-- ffsti2_test.c - Test __ffsti2 -------------------------------------===//
10 // This file tests __ffsti2 for the compiler_rt library.
22 COMPILER_RT_ABI si_int __ffsti2(ti_int a);
26 si_int x = __ffsti2(a);
31 printf("error in __ffsti2(0x%llX%.16llX) = %d, expected %d\n",

Completed in 15 milliseconds