/reactos/dll/3rdparty/libtirpc/src/ |
H A D | clnt_vc.c | 204 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_cb_thread() local 336 struct ct_data *ct = NULL; /* client handle */ local 518 struct ct_data *ct = (struct ct_data *) cl->cl_private; local 710 struct ct_data *ct; local 725 struct ct_data *ct; local 771 struct ct_data *ct; local 899 struct ct_data *ct = (struct ct_data *) cl->cl_private; local 968 struct ct_data *ct = (struct ct_data *)ctp; local 1041 struct ct_data *ct = (struct ct_data *)ctp; local
|
/reactos/sdk/lib/cryptlib/ |
H A D | des.c | 1453 void des_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const des_key *des) in des_ecb_encrypt() 1463 void des_ecb_decrypt(const unsigned char *ct, unsigned char *pt, const des_key *des) in des_ecb_decrypt() 1473 void des3_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const des3_key *des3) in des3_ecb_encrypt() 1485 void des3_ecb_decrypt(const unsigned char *ct, unsigned char *pt, const des3_key *des3) in des3_ecb_decrypt()
|
H A D | aes.c | 1064 void aes_ecb_encrypt(const unsigned char *pt, unsigned char *ct, aes_key *skey) in aes_ecb_encrypt() 1165 void aes_ecb_decrypt(const unsigned char *ct, unsigned char *pt, aes_key *skey) in aes_ecb_decrypt()
|
/reactos/dll/win32/rsaenh/ |
H A D | des.c | 1453 void des_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const des_key *des) in des_ecb_encrypt() 1463 void des_ecb_decrypt(const unsigned char *ct, unsigned char *pt, const des_key *des) in des_ecb_decrypt() 1473 void des3_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const des3_key *des3) in des3_ecb_encrypt() 1485 void des3_ecb_decrypt(const unsigned char *ct, unsigned char *pt, const des3_key *des3) in des3_ecb_decrypt()
|
H A D | aes.c | 1064 void aes_ecb_encrypt(const unsigned char *pt, unsigned char *ct, aes_key *skey) in aes_ecb_encrypt() 1165 void aes_ecb_decrypt(const unsigned char *ct, unsigned char *pt, aes_key *skey) in aes_ecb_decrypt()
|
/reactos/sdk/lib/3rdparty/stlport/src/ |
H A D | time_facets.cpp | 148 void __subformat(_STLP_BASIC_IOSTRING(_Ch) &buf, const ctype<_Ch>& ct, in __subformat() 174 static void __append(__iowstring &buf, char *first, char *last, const ctype<wchar_t>& ct) { in __append() 214 const ctype<_Ch>& ct, in __write_formatted_timeT() 454 void _STLP_CALL __write_formatted_time(__iostring &buf, const ctype<char>& ct, in __write_formatted_time() 459 void _STLP_CALL __write_formatted_time(__iowstring &buf, const ctype<wchar_t>& ct, in __write_formatted_time()
|
H A D | messages.cpp | 152 …const wctype& ct = use_facet<wctype>(_M_map->lookup(_STLP_MUTABLE(_Messages_impl, _M_cat)[thecat])… in do_get() local
|
H A D | num_get_float.cpp | 83 _Initialize_get_float( const ctype<wchar_t>& ct, in _Initialize_get_float()
|
H A D | locale_impl.cpp | 163 locale::facet* ct = 0; in insert_ctype_facets() local
|
H A D | num_put_float.cpp | 874 const ctype<wchar_t>& ct, wchar_t dot, bool __check_dot) {
|
/reactos/sdk/lib/crt/wstring/ |
H A D | wcsicmp.c | 8 int CDECL _wcsicmp(const wchar_t* cs,const wchar_t * ct) in _wcsicmp()
|
H A D | wcsnicmp.c | 16 int CDECL _wcsnicmp (const wchar_t *cs, const wchar_t *ct, size_t count) in _wcsnicmp()
|
/reactos/drivers/filesystems/btrfs/zstd/ |
H A D | fse_compress.c | 69 size_t FSE_buildCTable_wksp(FSE_CTable* ct, in FSE_buildCTable_wksp() 175 size_t FSE_buildCTable(FSE_CTable* ct, const short* normalizedCounter, unsigned maxSymbolValue, uns… in FSE_buildCTable() 316 void FSE_freeCTable (FSE_CTable* ct) { ExFreePool(ct); } in FSE_freeCTable() 501 size_t FSE_buildCTable_raw (FSE_CTable* ct, unsigned nbBits) in FSE_buildCTable_raw() 534 size_t FSE_buildCTable_rle (FSE_CTable* ct, BYTE symbolValue) in FSE_buildCTable_rle() 559 const FSE_CTable* ct, const unsigned fast) in FSE_compress_usingCTable_generic() 618 const FSE_CTable* ct) in FSE_compress_usingCTable()
|
H A D | fse.h | 488 MEM_STATIC void FSE_initCState(FSE_CState_t* statePtr, const FSE_CTable* ct) in FSE_initCState() 503 MEM_STATIC void FSE_initCState2(FSE_CState_t* statePtr, const FSE_CTable* ct, U32 symbol) in FSE_initCState2()
|
/reactos/sdk/lib/crt/wine/ |
H A D | undname.c | 353 struct datatype_t ct; in get_args() local 431 static BOOL get_modified_type(struct datatype_t *ct, struct parsed_symbol* sym, in get_modified_type() 794 static BOOL demangle_datatype(struct parsed_symbol* sym, struct datatype_t* ct, in demangle_datatype() 1067 struct datatype_t ct; in handle_data() local 1353 struct datatype_t ct; in symbol_demangle() local 1451 struct datatype_t ct; in symbol_demangle() local
|
/reactos/sdk/lib/3rdparty/stlport/test/unit/ |
H A D | ctype_facets_test.cpp | 30 ctype<char> const& ct = use_facet<ctype<char> >(loc); in _ctype_facet() local 429 ctype<char> const& ct = use_facet<ctype<char> >(loc); in ctype_by_name() local
|
/reactos/boot/freeldr/fdebug/ |
H A D | rs232.c | 185 COMMTIMEOUTS ct; in Rs232SetCommunicationTimeoutsWin32() local
|
/reactos/dll/3rdparty/libjpeg/ |
H A D | jdarith.c | 28 int ct; /* bit shift counter, # of bits left in bit buffer part of C */ member
|
H A D | jcarith.c | 31 int ct; /* bit shift counter, determines when next byte will be written */ member
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | gcm.c | 656 static const unsigned char ct[MAX_TESTS * 3][64] = variable
|
/reactos/sdk/include/ddk/ |
H A D | fcb.h | 646 #define FILL_IN_FCB(Fcb, a, nl, ct, lat, lwt, lct, as, fs, vdl) \ argument
|
/reactos/base/services/nfsd/ |
H A D | nfs41_xdr.c | 1311 createtype4 *ct) in encode_createtype4()
|
/reactos/dll/win32/mshtml/ |
H A D | nsio.c | 1573 WCHAR *ct; in nsUploadChannel_SetUploadStream() local
|
/reactos/dll/win32/oleaut32/ |
H A D | typelib.c | 5363 unsigned int ct; in TLB_copy_all_custdata() local
|