HomeSort by relevance Sort by last modified time
    Searched defs:FUNCNAME (Results 1 - 10 of 10) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstoimax.c 14 #define FUNCNAME wcstoimax
wcstol.c 13 #define FUNCNAME wcstol
wcstoll.c 13 #define FUNCNAME wcstoll
wcstoul.c 13 #define FUNCNAME wcstoul
wcstoull.c 13 #define FUNCNAME wcstoull
wcstoumax.c 14 #define FUNCNAME wcstoumax
_wcstol.h 42 * FUNCNAME : function name
49 FUNCNAME(const wchar_t *nptr, wchar_t **endptr, int base)
136 DEF_STRONG(FUNCNAME);
_wcstoul.h 42 * FUNCNAME : function name
48 FUNCNAME(const wchar_t *nptr, wchar_t **endptr, int base)
116 DEF_STRONG(FUNCNAME);
  /external/llvm/lib/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.cpp 16 #define FUNCNAME(X) \
24 FUNCNAME(CallIntVoid);
25 FUNCNAME(CallMain);
26 FUNCNAME(CallVoidVoid);
27 FUNCNAME(CreateRemoteAllocator);
28 FUNCNAME(CreateIndirectStubsOwner);
29 FUNCNAME(DeregisterEHFrames);
30 FUNCNAME(DestroyRemoteAllocator);
31 FUNCNAME(DestroyIndirectStubsOwner);
32 FUNCNAME(EmitIndirectStubs)
    [all...]
  /external/arm-optimized-routines/math/single/
s_sincosf.c 23 #define FUNCNAME sinf
31 #define FUNCNAME cosf
40 float FUNCNAME(float x)

Completed in 142 milliseconds