Searched defs:VALUE (Results 1 – 5 of 5) sorted by relevance
60 # define __libc_tsd_set(KEY, VALUE) (__libc_tsd_##KEY = (VALUE)) argument66 # define __libc_tsd_set(KEY, VALUE) (__libc_tsd_##KEY##_data = (VALUE)) argument
101 #define __libc_setspecific(KEY, VALUE) \ argument
110 #define PUTC(VALUE) m_pBitArray[m_nCurrentBitIndex >> 5] |= ((VALUE) & 0xFF) << (24 - (m_nCurrentBi… argument111 #define PUTC_NOCAP(VALUE) m_pBitArray[m_nCurrentBitIndex >> 5] |= (VALUE) << (24 - (m_nCurrentBitIn… argument144 #define ENCODE_DIRECT(VALUE, SHIFT) \ argument
136 #define RETURN_VALUE_ON_ERROR(FUNCTION, VALUE) { int nRetVal = FUNCTION; if (nRetVal != 0) { return… argument137 #define RETURN_ON_EXCEPTION(CODE, VALUE) { try { CODE } catch(...) { return VALUE; } } argument
123 # define JUMP_INIT(NAME, VALUE) VALUE argument