/external/valgrind/none/tests/s390x/ |
D | lpr.c | 6 int _new, cc; in lpr() local 20 int cc; in lpgr() local 34 int cc; in lpgfr() local 48 int n,cc; in t32() local 57 int cc; in t64() local 67 int cc; in t3264() local
|
D | flogr.c | 18 unsigned int *cc) in flogr1() 42 unsigned int *cc) in flogr2() 66 unsigned int *cc) in flogr3() 92 unsigned int cc; in runtest() local
|
D | srst.c | 16 int cc; in srst3() local 31 int cc; in srst2() local 45 int cc; in main() local
|
D | stckf.c | 8 int cc; in stckf() local 24 int cc; in main() local
|
D | stck.c | 8 int cc; in stck() local 24 int cc; in main() local
|
D | dfpext.c | 23 #define D2L(insn, initial, type, round, cc) \ argument 34 #define D2I(insn, initial, type, round, cc) \ argument 86 #define DO_PRINT_D2L(insn, d, type, round, cc) \ argument 134 #define DO_PRINT_D2I(insn, d, type, round, cc) \ argument
|
D | bfp-4.c | 7 int cc; in cebr() local 23 int cc; in cdbr() local
|
D | dfp-1.c | 8 #define DFP_BINOP(insn, op1, op2, type, round, cc) \ argument 23 int cc; in main() local
|
/external/webp/src/utils/ |
D | color_cache_utils.h | 38 const VP8LColorCache* const cc, uint32_t key) { in VP8LColorCacheLookup() 43 static WEBP_INLINE void VP8LColorCacheSet(const VP8LColorCache* const cc, in VP8LColorCacheSet() 49 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc, in VP8LColorCacheInsert() 55 static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc, in VP8LColorCacheGetIndex() 61 static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc, in VP8LColorCacheContains()
|
D | color_cache_utils.c | 23 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { in VP8LColorCacheInit() 35 void VP8LColorCacheClear(VP8LColorCache* const cc) { in VP8LColorCacheClear()
|
/external/regex-re2/re2/testing/ |
D | charclass_test.cc | 86 static void Broke(const char *desc, const CCTest* t, CharClass* cc) { in Broke() 118 CharClass* Negate(CharClass *cc) { in Negate() 122 void Delete(CharClass* cc) { in Delete() 126 CharClassBuilder* Negate(CharClassBuilder* cc) { in Negate() 132 void Delete(CharClassBuilder* cc) { in Delete() 137 bool CorrectCC(CharClass *cc, CCTest *t, const char *desc) { in CorrectCC() 206 CharClass* cc = ccb.GetCharClass(); in TEST() local
|
/external/pdfium/third_party/libtiff/ |
D | tif_predict.c | 271 horAcc8(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc8() 321 swabHorAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in swabHorAcc16() 331 horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc16() 349 swabHorAcc32(TIFF* tif, uint8* cp0, tmsize_t cc) in swabHorAcc32() 359 horAcc32(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc32() 380 fpAcc(TIFF* tif, uint8* cp0, tmsize_t cc) in fpAcc() 466 horDiff8(TIFF* tif, uint8* cp0, tmsize_t cc) in horDiff8() 513 horDiff16(TIFF* tif, uint8* cp0, tmsize_t cc) in horDiff16() 533 swabHorDiff16(TIFF* tif, uint8* cp0, tmsize_t cc) in swabHorDiff16() 544 horDiff32(TIFF* tif, uint8* cp0, tmsize_t cc) in horDiff32() [all …]
|
D | tif_compress.c | 52 _TIFFNoRowEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoRowEncode() 59 _TIFFNoStripEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoStripEncode() 66 _TIFFNoTileEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoTileEncode() 96 _TIFFNoRowDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoRowDecode() 103 _TIFFNoStripDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoStripDecode() 110 _TIFFNoTileDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoTileDecode()
|
D | tif_read.c | 52 tmsize_t cc, to_read; in TIFFFillStripPartial() local 374 tmsize_t cc; in TIFFReadRawStrip1() local 686 tmsize_t cc; in TIFFReadRawTile1() local 1053 _TIFFNoPostDecode(TIFF* tif, uint8* buf, tmsize_t cc) in _TIFFNoPostDecode() 1059 _TIFFSwab16BitData(TIFF* tif, uint8* buf, tmsize_t cc) in _TIFFSwab16BitData() 1067 _TIFFSwab24BitData(TIFF* tif, uint8* buf, tmsize_t cc) in _TIFFSwab24BitData() 1075 _TIFFSwab32BitData(TIFF* tif, uint8* buf, tmsize_t cc) in _TIFFSwab32BitData() 1083 _TIFFSwab64BitData(TIFF* tif, uint8* buf, tmsize_t cc) in _TIFFSwab64BitData()
|
D | tif_write.c | 188 TIFFWriteEncodedStrip(TIFF* tif, uint32 strip, void* data, tmsize_t cc) in TIFFWriteEncodedStrip() 289 TIFFWriteRawStrip(TIFF* tif, uint32 strip, void* data, tmsize_t cc) in TIFFWriteRawStrip() 364 TIFFWriteEncodedTile(TIFF* tif, uint32 tile, void* data, tmsize_t cc) in TIFFWriteEncodedTile() 473 TIFFWriteRawTile(TIFF* tif, uint32 tile, void* data, tmsize_t cc) in TIFFWriteRawTile() 682 TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc) in TIFFAppendToStrip()
|
D | tif_packbits.c | 65 PackBitsEncode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in PackBitsEncode() 194 PackBitsEncodeChunk(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) in PackBitsEncodeChunk() 217 tmsize_t cc; in PackBitsDecode() local
|
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
D | TestConversion.java | 138 ConversionCase cc = new ConversionCase(); in TestFromUnicode() local 255 private void FromUnicodeCase(ConversionCase cc) { in FromUnicodeCase() 394 private int stepFromUnicode(ConversionCase cc, CharsetEncoder encoder, int step) { in stepFromUnicode() 467 private boolean checkFromUnicode(ConversionCase cc, int resultLength) { in checkFromUnicode() 475 ConversionCase cc = new ConversionCase(); in TestToUnicode() local 558 private void ToUnicodeCase(ConversionCase cc) { in ToUnicodeCase() 710 private int stepToUnicode(ConversionCase cc, CharsetDecoder decoder, in stepToUnicode() 912 private boolean checkToUnicode(ConversionCase cc, int resultLength) { in checkToUnicode() 928 ConversionCase cc = new ConversionCase(); in TestGetUnicodeSet() local 1154 private boolean checkResultsFromUnicode(ConversionCase cc, ByteBuffer expected, in checkResultsFromUnicode() [all …]
|
/external/openssh/ |
D | cipher.c | 285 cipher_warning_message(const struct sshcipher_ctx *cc) in cipher_warning_message() 296 cipher_init(struct sshcipher_ctx *cc, const struct sshcipher *cipher, in cipher_init() 391 cipher_crypt(struct sshcipher_ctx *cc, u_int seqnr, u_char *dest, in cipher_crypt() 454 cipher_get_length(struct sshcipher_ctx *cc, u_int *plenp, u_int seqnr, in cipher_get_length() 467 cipher_cleanup(struct sshcipher_ctx *cc) in cipher_cleanup() 487 cipher_set_key_string(struct sshcipher_ctx *cc, const struct sshcipher *cipher, in cipher_set_key_string() 510 cipher_get_keyiv_len(const struct sshcipher_ctx *cc) in cipher_get_keyiv_len() 529 cipher_get_keyiv(struct sshcipher_ctx *cc, u_char *iv, u_int len) in cipher_get_keyiv() 586 cipher_set_keyiv(struct sshcipher_ctx *cc, const u_char *iv) in cipher_set_keyiv() 631 cipher_get_keycontext(const struct sshcipher_ctx *cc, u_char *dat) in cipher_get_keycontext() [all …]
|
/external/llvm/tools/bugpoint/ |
D | ToolRunner.h | 157 CC *cc; variable 160 LLC(const std::string &llcPath, CC *cc, in LLC() 168 ~LLC() override { delete cc; } in ~LLC() local
|
/external/libcups/cups/ |
D | usersys.c | 876 _cups_client_conf_t cc; /* client.conf values */ in _cupsSetDefaults() local 1029 _cups_client_conf_t *cc) /* I - client.conf values */ in cups_finalize_client_conf() 1155 _cups_client_conf_t *cc) /* I - client.conf values */ in cups_init_client_conf() 1206 _cups_client_conf_t *cc) /* I - client.conf values */ in cups_read_client_conf() 1279 _cups_client_conf_t *cc, /* I - client.conf values */ in cups_set_encryption() 1300 _cups_client_conf_t *cc, /* I - client.conf values */ in cups_set_gss_service_name() 1314 _cups_client_conf_t *cc, /* I - client.conf values */ in cups_set_server_name() 1328 _cups_client_conf_t *cc, /* I - client.conf values */ in cups_set_ssl_options() 1385 _cups_client_conf_t *cc, /* I - client.conf values */ in cups_set_user()
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_GrdProc.cpp | 91 for (int32_t cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template0_opt3() local 118 for (int32_t cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template0_opt3() local 216 for (int32_t cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template1_opt3() local 243 for (int32_t cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template1_opt3() local 339 for (int32_t cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template2_opt3() local 366 for (int32_t cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template2_opt3() local 457 for (int32_t cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template3_opt3() local 479 for (int32_t cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template3_opt3() local 673 for (int32_t cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template0_opt3() local 700 for (int32_t cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template0_opt3() local [all …]
|
/external/llvm/test/MC/AsmParser/ |
D | vararg.s | 36 .set cc,1 define 49 .set cc,0 define
|
D | macros-darwin-vararg.s | 46 .set cc,1 define 59 .set cc,0 define
|
/external/valgrind/none/tests/mips32/ |
D | MoveIns.c | 139 #define TESTINSNMOVE2(instruction, RDval, RSval, RD, RS, cc) \ argument 161 #define TESTINSNMOVE2s(instruction, FD, FS, cc, offset) \ argument 185 #define TESTINSNMOVE2d(instruction, FD, FS, cc, offset) \ argument 210 #define TESTINSNMOVE2d(instruction, FD, FS, cc, offset) \ argument
|
/external/libcxx/test/std/containers/ |
D | set_allocator_requirement_test_templates.h | 37 ConstructController* cc = getConstructController(); in testSetInsert() local 151 ConstructController* cc = getConstructController(); in testSetEmplace() local 215 ConstructController* cc = getConstructController(); in testSetEmplaceHint() local 293 ConstructController* cc = getConstructController(); in testMultisetInsert() local
|