/reactos/modules/rostests/apitests/include/ |
H A D | apitest.h | 40 #define ok_eq_pointer(value, expected) ok_eq_print(value, expected, "%p") argument 41 #define ok_eq_int(value, expected) ok_eq_print(value, expected, "%d") argument 42 #define ok_eq_uint(value, expected) ok_eq_print(value, expected, "%u") argument 43 #define ok_eq_long(value, expected) ok_eq_print(value, expected, "%ld") argument 44 #define ok_eq_ulong(value, expected) ok_eq_print(value, expected, "%lu") argument 45 #define ok_eq_longlong(value, expected) ok_eq_print(value, expected, "%I64d") argument 46 #define ok_eq_ulonglong(value, expected) ok_eq_print(value, expected, "%I64u") argument 47 #define ok_eq_char(value, expected) ok_eq_print(value, expected, "%c") argument 48 #define ok_eq_wchar(value, expected) ok_eq_print(value, expected, "%C") argument 58 #define ok_eq_hex(value, expected) ok_eq_print(value, expected, "0x%08lx") argument [all …]
|
/reactos/sdk/lib/ucrt/convert/ |
H A D | xtoa.cpp | 131 int const value, in _itoa_s() 142 long const value, in _ltoa_s() 165 int const value, in _itoa() 176 long const value, in _ltoa() 204 __int64 const value, in _i64toa_s() 227 __int64 const value, in _i64toa() 255 int const value, in _itow_s() 266 long const value, in _ltow_s() 289 int const value, in _itow() 300 long const value, in _ltow() [all …]
|
H A D | fcvt.cpp | 89 double const value, in _fcvt_s_internal() 127 double const value, in _fcvt_s() 138 double const value, in _fcvt_internal() 178 double const value, in _fcvt() 204 double const value, in _ecvt_s_internal() 248 double const value, in _ecvt_s() 259 double const value, in _ecvt_internal() 288 double const value, in _ecvt()
|
/reactos/dll/3rdparty/libtiff/ |
H A D | tif_dirwrite.c | 1179 TIFFWriteDirectoryTagByte(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint8 value) in TIFFWriteDirectoryTagByte() 1231 TIFFWriteDirectoryTagSbyte(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int8 value) in TIFFWriteDirectoryTagSbyte() 1282 TIFFWriteDirectoryTagShort(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint16 value) in TIFFWriteDirectoryTagShort() 1331 TIFFWriteDirectoryTagSshort(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int16 value) in TIFFWriteDirectoryTagSshort() 1382 TIFFWriteDirectoryTagLong(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 value) in TIFFWriteDirectoryTagLong() 1433 TIFFWriteDirectoryTagSlong(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int32 value) in TIFFWriteDirectoryTagSlong() 1485 TIFFWriteDirectoryTagLong8(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint64 value) in TIFFWriteDirectoryTagLong8() 1509 TIFFWriteDirectoryTagSlong8(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int64 value) in TIFFWriteDirectoryTagSlong8() 1532 TIFFWriteDirectoryTagRational(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, double value) in TIFFWriteDirectoryTagRational() 2941 uint32 value; in _TIFFRewriteField() local [all …]
|
H A D | tif_dirread.c | 186 static uint64 TIFFReadUInt64(const uint8 *value) in TIFFReadUInt64() 835 void** value, uint64 maxcount) in TIFFReadDirEntryArrayWithLimit() 3294 TIFFReadDirEntryCheckRangeLongLong8(uint64 value) in TIFFReadDirEntryCheckRangeLongLong8() 3303 TIFFReadDirEntryCheckRangeLongSlong8(int64 value) in TIFFReadDirEntryCheckRangeLongSlong8() 3312 TIFFReadDirEntryCheckRangeSlongLong(uint32 value) in TIFFReadDirEntryCheckRangeSlongLong() 3341 TIFFReadDirEntryCheckRangeLong8Sbyte(int8 value) in TIFFReadDirEntryCheckRangeLong8Sbyte() 3359 TIFFReadDirEntryCheckRangeLong8Slong(int32 value) in TIFFReadDirEntryCheckRangeLong8Slong() 3669 uint16 value; in TIFFReadDirectory() local 3859 uint16 value; in TIFFReadDirectory() local 3920 uint16* value=NULL; in TIFFReadDirectory() local [all …]
|
/reactos/drivers/bus/acpi/acpica/include/ |
H A D | acbuffer.h | 166 #define ACPI_PLD_SET_REVISION(dword,value) ACPI_SET_BITS (dword, 0, ACPI_7BIT_MASK, value) … argument 169 #define ACPI_PLD_SET_IGNORE_COLOR(dword,value) ACPI_SET_BITS (dword, 7, ACPI_1BIT_MASK, value) … argument 172 #define ACPI_PLD_SET_RED(dword,value) ACPI_SET_BITS (dword, 8, ACPI_8BIT_MASK, value) … argument 175 #define ACPI_PLD_SET_GREEN(dword,value) ACPI_SET_BITS (dword, 16, ACPI_8BIT_MASK, value) … argument 178 #define ACPI_PLD_SET_BLUE(dword,value) ACPI_SET_BITS (dword, 24, ACPI_8BIT_MASK, value) … argument 191 #define ACPI_PLD_SET_USER_VISIBLE(dword,value) ACPI_SET_BITS (dword, 0, ACPI_1BIT_MASK, value) … argument 194 #define ACPI_PLD_SET_DOCK(dword,value) ACPI_SET_BITS (dword, 1, ACPI_1BIT_MASK, value) … argument 197 #define ACPI_PLD_SET_LID(dword,value) ACPI_SET_BITS (dword, 2, ACPI_1BIT_MASK, value) … argument 200 #define ACPI_PLD_SET_PANEL(dword,value) ACPI_SET_BITS (dword, 3, ACPI_3BIT_MASK, value) … argument 203 #define ACPI_PLD_SET_VERTICAL(dword,value) ACPI_SET_BITS (dword, 6, ACPI_2BIT_MASK, value) … argument [all …]
|
/reactos/sdk/include/vcruntime/mingw32/ |
H A D | intrin_x86.h | 881 unsigned char value; in __readgsbyte() local 890 unsigned short value; in __readgsword() local 899 unsigned long value; in __readgsdword() local 976 unsigned char value; in __readfsbyte() local 985 unsigned short value; in __readfsword() local 994 unsigned long value; in __readfsdword() local 1820 unsigned long value; in __readcr0() local 1827 unsigned long value; in __readcr2() local 1834 unsigned long value; in __readcr3() local 1841 unsigned long value; in __readcr4() local [all …]
|
H A D | intrin_arm.h | 42 __INTRIN_INLINE unsigned short _byteswap_ushort(unsigned short value) in _byteswap_ushort() 186 __INTRIN_INLINE char _InterlockedAnd8(volatile char * const value, const char mask) in _InterlockedAnd8() 203 __INTRIN_INLINE short _InterlockedAnd16(volatile short * const value, const short mask) in _InterlockedAnd16() 220 __INTRIN_INLINE long _InterlockedAnd(volatile long * const value, const long mask) in _InterlockedAnd() 237 __INTRIN_INLINE char _InterlockedOr8(volatile char * const value, const char mask) in _InterlockedOr8() 254 __INTRIN_INLINE short _InterlockedOr16(volatile short * const value, const short mask) in _InterlockedOr16() 271 __INTRIN_INLINE long _InterlockedOr(volatile long * const value, const long mask) in _InterlockedOr() 288 __INTRIN_INLINE char _InterlockedXor8(volatile char * const value, const char mask) in _InterlockedXor8() 305 __INTRIN_INLINE short _InterlockedXor16(volatile short * const value, const short mask) in _InterlockedXor16() 322 __INTRIN_INLINE long _InterlockedXor(volatile long * const value, const long mask) in _InterlockedXor() [all …]
|
/reactos/sdk/lib/ucrt/env/ |
H A D | putenv.cpp | 27 Character const* const value in compute_required_transform_buffer_count() 54 Character const* const value in create_environment_string() 109 Character const* const value in set_variable_in_other_environment() 163 Character const* const value in common_putenv_nolock() 201 Character const* const value in common_putenv() 234 extern "C" errno_t __cdecl _putenv_s(char const* const name, char const* const value) in _putenv_s() 240 extern "C" errno_t __cdecl _wputenv_s(wchar_t const* const name, wchar_t const* const value) in _wputenv_s()
|
/reactos/sdk/lib/crt/string/ |
H A D | itoa.c | 10 _i64toa(__int64 value, char *string, int radix) in _i64toa() 50 int CDECL _i64toa_s(__int64 value, char *str, size_t size, int radix) in _i64toa_s() 130 _ui64toa(unsigned __int64 value, char *string, int radix) in _ui64toa() 156 int CDECL _ui64toa_s(unsigned __int64 value, char *str, in _ui64toa_s() 195 int CDECL _itoa_s(int value, char *str, size_t size, int radix) in _itoa_s() 205 _itoa(int value, char *string, int radix) in _itoa() 215 _ltoa(long value, char *string, int radix) in _ltoa() 255 int CDECL _ltoa_s(long value, char *str, size_t size, int radix) in _ltoa_s() 336 _ultoa(unsigned long value, char *string, int radix) in _ultoa()
|
H A D | itow.c | 17 _i64tow(__int64 value, wchar_t *string, int radix) in _i64tow() 61 _i64tow_s(__int64 value, wchar_t *str, size_t size, int radix) in _i64tow_s() 142 _ui64tow(unsigned __int64 value, wchar_t *string, int radix) in _ui64tow() 172 _ui64tow_s( unsigned __int64 value, wchar_t *str, in _ui64tow_s() 212 _itow(int value, wchar_t *string, int radix) in _itow() 222 _itow_s(int value, wchar_t *str, size_t size, int radix) in _itow_s() 232 _ltow(long value, wchar_t *string, int radix) in _ltow() 276 _ltow_s(long value, wchar_t *str, size_t size, int radix) in _ltow_s() 357 _ultow(unsigned long value, wchar_t *string, int radix) in _ultow()
|
/reactos/sdk/lib/crt/stdlib/ |
H A D | rot.c | 43 unsigned int _rotl( unsigned int value, int shift ) in _rotl() 57 unsigned int _rotr( unsigned int value, int shift ) in _rotr() 71 unsigned long _lrotl( unsigned long value, int shift ) in _lrotl() 85 unsigned long _lrotr( unsigned long value, int shift ) in _lrotr()
|
/reactos/modules/rostests/kmtests/include/ |
H A D | kmt_test.h | 239 #define ok_eq_pointer(value, expected) ok_eq_print(value, expected, "%p") argument 240 #define ok_eq_int(value, expected) ok_eq_print(value, expected, "%d") argument 241 #define ok_eq_uint(value, expected) ok_eq_print(value, expected, "%u") argument 242 #define ok_eq_long(value, expected) ok_eq_print(value, expected, "%ld") argument 243 #define ok_eq_ulong(value, expected) ok_eq_print(value, expected, "%lu") argument 244 #define ok_eq_longlong(value, expected) ok_eq_print(value, expected, "%I64d") argument 245 #define ok_eq_ulonglong(value, expected) ok_eq_print(value, expected, "%I64u") argument 246 #define ok_eq_char(value, expected) ok_eq_print(value, expected, "%c") argument 247 #define ok_eq_wchar(value, expected) ok_eq_print(value, expected, "%C") argument 257 #define ok_eq_hex(value, expected) ok_eq_print(value, expected, "0x%08lx") argument [all …]
|
/reactos/sdk/lib/atl/ |
H A D | atlcomcli.h | 462 CComVariant(bool value) in CComVariant() 468 CComVariant(char value) in CComVariant() 474 CComVariant(BYTE value) in CComVariant() 480 CComVariant(short value) in CComVariant() 486 CComVariant(unsigned short value) in CComVariant() 534 CComVariant(unsigned long value) in CComVariant() 540 CComVariant(float value) in CComVariant() 560 CComVariant(const LONGLONG& value) in CComVariant() 566 CComVariant(const ULONGLONG& value) in CComVariant() 572 CComVariant(const CY& value) in CComVariant()
|
/reactos/drivers/network/tcpip/lwip/src/apps/snmp/ |
H A D | snmp_asn1.c | 151 snmp_asn1_enc_u32t(struct snmp_pbuf_stream *pbuf_stream, u16_t octets_needed, u32_t value) in snmp_asn1_enc_u32t() 183 snmp_asn1_enc_s32t(struct snmp_pbuf_stream *pbuf_stream, u16_t octets_needed, s32_t value) in snmp_asn1_enc_s32t() 275 snmp_asn1_enc_u32t_cnt(u32_t value, u16_t *octets_needed) in snmp_asn1_enc_u32t_cnt() 299 snmp_asn1_enc_s32t_cnt(s32_t value, u16_t *octets_needed) in snmp_asn1_enc_s32t_cnt() 421 snmp_asn1_dec_u32t(struct snmp_pbuf_stream *pbuf_stream, u16_t len, u32_t *value) in snmp_asn1_dec_u32t() 459 snmp_asn1_dec_s32t(struct snmp_pbuf_stream *pbuf_stream, u16_t len, s32_t *value) in snmp_asn1_dec_s32t() 618 snmp_asn1_enc_u64t_cnt(u64_t value, u16_t *octets_needed) in snmp_asn1_enc_u64t_cnt() 644 snmp_asn1_dec_u64t(struct snmp_pbuf_stream *pbuf_stream, u16_t len, u64_t *value) in snmp_asn1_dec_u64t() 681 snmp_asn1_enc_u64t(struct snmp_pbuf_stream *pbuf_stream, u16_t octets_needed, u64_t value) in snmp_asn1_enc_u64t()
|
H A D | snmp_mib2_ip.c | 62 ip_get_value(struct snmp_node_instance *instance, void *value) in ip_get_value() 157 ip_set_test(struct snmp_node_instance *instance, u16_t len, void *value) in ip_set_test() 190 ip_set_value(struct snmp_node_instance *instance, u16_t len, void *value) in ip_set_value() 210 …et_cell_value_core(struct netif *netif, const u32_t *column, union snmp_variant_value *value, u32_… in ip_AddrTable_get_cell_value_core() 251 …const u32_t *column, const u32_t *row_oid, u8_t row_oid_len, union snmp_variant_value *value, u32_… in ip_AddrTable_get_cell_value() 277 …_and_value(const u32_t *column, struct snmp_obj_id *row_oid, union snmp_variant_value *value, u32_… in ip_AddrTable_get_next_cell_instance_and_value() 317 …truct netif *netif, u8_t default_route, const u32_t *column, union snmp_variant_value *value, u32_… in ip_RouteTable_get_cell_value_core() 396 …const u32_t *column, const u32_t *row_oid, u8_t row_oid_len, union snmp_variant_value *value, u32_… in ip_RouteTable_get_cell_value() 431 …_and_value(const u32_t *column, struct snmp_obj_id *row_oid, union snmp_variant_value *value, u32_… in ip_RouteTable_get_next_cell_instance_and_value() 485 …cell_value_core(size_t arp_table_index, const u32_t *column, union snmp_variant_value *value, u32_… in ip_NetToMediaTable_get_cell_value_core() [all …]
|
H A D | snmp_mib2_tcp.c | 62 tcp_get_value(struct snmp_node_instance *instance, void *value) in tcp_get_value() 165 …et_cell_value_core(struct tcp_pcb *pcb, const u32_t *column, union snmp_variant_value *value, u32_… in tcp_ConnTable_get_cell_value_core() 203 …const u32_t *column, const u32_t *row_oid, u8_t row_oid_len, union snmp_variant_value *value, u32_… in tcp_ConnTable_get_cell_value() 256 …_and_value(const u32_t *column, struct snmp_obj_id *row_oid, union snmp_variant_value *value, u32_… in tcp_ConnTable_get_next_cell_instance_and_value() 312 …able_get_cell_value_core(const u32_t *column, struct tcp_pcb *pcb, union snmp_variant_value *value) in tcp_ConnectionTable_get_cell_value_core() 330 …const u32_t *column, const u32_t *row_oid, u8_t row_oid_len, union snmp_variant_value *value, u32_… in tcp_ConnectionTable_get_cell_value() 374 …_and_value(const u32_t *column, struct snmp_obj_id *row_oid, union snmp_variant_value *value, u32_… in tcp_ConnectionTable_get_next_cell_instance_and_value() 424 tcp_ListenerTable_get_cell_value_core(const u32_t *column, union snmp_variant_value *value) in tcp_ListenerTable_get_cell_value_core() 439 …const u32_t *column, const u32_t *row_oid, u8_t row_oid_len, union snmp_variant_value *value, u32_… in tcp_ListenerTable_get_cell_value() 470 …_and_value(const u32_t *column, struct snmp_obj_id *row_oid, union snmp_variant_value *value, u32_… in tcp_ListenerTable_get_next_cell_instance_and_value()
|
H A D | snmp_mib2_udp.c | 61 udp_get_value(struct snmp_node_instance *instance, void *value) in udp_get_value() 103 udp_endpointTable_get_cell_value_core(const u32_t *column, union snmp_variant_value *value) in udp_endpointTable_get_cell_value_core() 118 …const u32_t *column, const u32_t *row_oid, u8_t row_oid_len, union snmp_variant_value *value, u32_… in udp_endpointTable_get_cell_value() 165 …_and_value(const u32_t *column, struct snmp_obj_id *row_oid, union snmp_variant_value *value, u32_… in udp_endpointTable_get_next_cell_instance_and_value() 226 …et_cell_value_core(struct udp_pcb *pcb, const u32_t *column, union snmp_variant_value *value, u32_… in udp_Table_get_cell_value_core() 247 …const u32_t *column, const u32_t *row_oid, u8_t row_oid_len, union snmp_variant_value *value, u32_… in udp_Table_get_cell_value() 279 …_and_value(const u32_t *column, struct snmp_obj_id *row_oid, union snmp_variant_value *value, u32_… in udp_Table_get_next_cell_instance_and_value()
|
/reactos/sdk/lib/ucrt/stdlib/ |
H A D | rotl.cpp | 26 extern "C" unsigned long __cdecl _lrotl(unsigned long value, int shift) in _lrotl() 33 extern "C" unsigned __cdecl _rotl(unsigned value, int shift) in _rotl() 40 extern "C" unsigned __int64 __cdecl _rotl64(unsigned __int64 value, int shift) in _rotl64()
|
H A D | rotr.cpp | 26 extern "C" unsigned long __cdecl _lrotr(unsigned long value, int shift) in _lrotr() 33 extern "C" unsigned __cdecl _rotr(unsigned value, int shift) in _rotr() 40 extern "C" unsigned __int64 __cdecl _rotr64(unsigned __int64 value, int shift) in _rotr64()
|
/reactos/sdk/include/reactos/libs/libjpeg/ |
H A D | jmorecfg.h | 70 #define GETJSAMPLE(value) ((int) (value)) argument 76 #define GETJSAMPLE(value) ((int) (value)) argument 78 #define GETJSAMPLE(value) ((int) (value) & 0xFF) argument 95 #define GETJSAMPLE(value) ((int) (value)) argument 109 #define GETJSAMPLE(value) ((int) (value)) argument 123 #define GETJSAMPLE(value) ((int) (value)) argument 137 #define GETJSAMPLE(value) ((int) (value)) argument 163 #define GETJOCTET(value) (value) argument 169 #define GETJOCTET(value) (value) argument 171 #define GETJOCTET(value) ((value) & 0xFF) argument
|
/reactos/dll/win32/wldap32/ |
H A D | option.c | 44 ULONG CDECL ldap_get_optionA( WLDAP32_LDAP *ld, int option, void *value ) in ldap_get_optionA() 183 ULONG CDECL ldap_get_optionW( WLDAP32_LDAP *ld, int option, void *value ) in ldap_get_optionW() 313 ULONG CDECL ldap_set_optionA( WLDAP32_LDAP *ld, int option, void *value ) in ldap_set_optionA() 416 ULONG CDECL ldap_set_optionW( WLDAP32_LDAP *ld, int option, void *value ) in ldap_set_optionW()
|
H A D | compare.c | 44 ULONG CDECL ldap_compareA( WLDAP32_LDAP *ld, PCHAR dn, PCHAR attr, PCHAR value ) in ldap_compareA() 96 ULONG CDECL ldap_compareW( WLDAP32_LDAP *ld, PWCHAR dn, PWCHAR attr, PWCHAR value ) in ldap_compareW() 148 ULONG CDECL ldap_compare_extA( WLDAP32_LDAP *ld, PCHAR dn, PCHAR attr, PCHAR value, in ldap_compare_extA() 224 ULONG CDECL ldap_compare_extW( WLDAP32_LDAP *ld, PWCHAR dn, PWCHAR attr, PWCHAR value, in ldap_compare_extW() 288 ULONG CDECL ldap_compare_ext_sA( WLDAP32_LDAP *ld, PCHAR dn, PCHAR attr, PCHAR value, in ldap_compare_ext_sA() 362 ULONG CDECL ldap_compare_ext_sW( WLDAP32_LDAP *ld, PWCHAR dn, PWCHAR attr, PWCHAR value, in ldap_compare_ext_sW() 425 ULONG CDECL ldap_compare_sA( WLDAP32_LDAP *ld, PCHAR dn, PCHAR attr, PCHAR value ) in ldap_compare_sA() 477 ULONG CDECL ldap_compare_sW( WLDAP32_LDAP *ld, PWCHAR dn, PWCHAR attr, PWCHAR value ) in ldap_compare_sW()
|
/reactos/sdk/include/psdk/ |
H A D | schemadef.h | 27 #define TM_ENUM(value, prefix, name) prefix##_##name = (value), argument 32 #define TM_PROP(value, prefix, name, type) prefix##_##name = (value), argument 37 #define TM_PART(value, prefix, name) prefix##_##name = (value), argument 42 #define TM_STATE(value, prefix, name) prefix##_##name = (value), argument
|
/reactos/sdk/lib/3rdparty/stlport/test/eh/ |
H A D | TestClass.h | 77 inline void TestClass::Init( int value ) in Init() 92 inline TestClass::TestClass( int value ) in TestClass() 124 inline int TestClass::value() const in value() function
|