HomeSort by relevance Sort by last modified time
    Searched defs:FUNCNAME (Results 1 - 11 of 11) 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/libvncserver/examples/
rotate.c 10 #define FUNCNAME rfbRotate
19 #undef FUNCNAME
22 #define FUNCNAME rfbRotateCounterClockwise
30 #undef FUNCNAME
34 #define FUNCNAME rfbFlipHorizontally
42 #undef FUNCNAME
45 #define FUNCNAME rfbFlipVertically
53 #undef FUNCNAME
56 #define FUNCNAME rfbRotateHundredAndEighty
64 #undef FUNCNAME
    [all...]
rotatetemplate.c 2 #define FUNCTION CONCAT2E(FUNCNAME,OUTBITS)
35 void FUNCNAME(rfbScreenInfoPtr screen) {
37 CONCAT2E(FUNCNAME,32)(screen);
39 CONCAT2E(FUNCNAME,16)(screen);
41 CONCAT2E(FUNCNAME,8)(screen);

Completed in 935 milliseconds