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

  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstod.c 9 #define FUNCNAME wcstod
wcstof.c 9 #define FUNCNAME wcstof
wcstoimax.c 14 #define FUNCNAME wcstoimax
wcstol.c 13 #define FUNCNAME wcstol
wcstold.c 9 #define FUNCNAME wcstold
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)
_wcstoul.h 42 * FUNCNAME : function name
48 FUNCNAME(const wchar_t *nptr, wchar_t **endptr, int base)
_wcstod.h 36 * FUNCNAME : function name
42 FUNCNAME(const wchar_t *nptr, wchar_t **endptr)
  /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 234 milliseconds