| /external/webp/src/utils/ |
| D | color_cache_utils.h | 40 const VP8LColorCache* const cc, uint32_t key) { in VP8LColorCacheLookup() 45 static WEBP_INLINE void VP8LColorCacheSet(const VP8LColorCache* const cc, in VP8LColorCacheSet() 51 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc, in VP8LColorCacheInsert() 57 static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc, in VP8LColorCacheGetIndex() 63 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/grpc-grpc/src/core/lib/surface/ |
| D | completion_queue.h | 56 #define GRPC_CQ_INTERNAL_REF(cc, reason) \ argument 58 #define GRPC_CQ_INTERNAL_UNREF(cc, reason) \ argument 63 #define GRPC_CQ_INTERNAL_REF(cc, reason) grpc_cq_internal_ref(cc) argument 64 #define GRPC_CQ_INTERNAL_UNREF(cc, reason) grpc_cq_internal_unref(cc) argument
|
| /external/pdfium/third_party/libtiff/ |
| D | tif_predict.c | 281 horAcc8(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc8() 338 swabHorAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in swabHorAcc16() 348 horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc16() 372 swabHorAcc32(TIFF* tif, uint8* cp0, tmsize_t cc) in swabHorAcc32() 382 horAcc32(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc32() 409 fpAcc(TIFF* tif, uint8* cp0, tmsize_t cc) in fpAcc() 507 horDiff8(TIFF* tif, uint8* cp0, tmsize_t cc) in horDiff8() 560 horDiff16(TIFF* tif, uint8* cp0, tmsize_t cc) in horDiff16() 586 swabHorDiff16(TIFF* tif, uint8* cp0, tmsize_t cc) in swabHorDiff16() 599 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_dumpmode.c | 45 DumpModeEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in DumpModeEncode() 78 DumpModeDecode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in DumpModeDecode()
|
| D | tif_packbits.c | 66 PackBitsEncode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in PackBitsEncode() 197 PackBitsEncodeChunk(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) in PackBitsEncodeChunk() 220 tmsize_t cc; in PackBitsDecode() local
|
| D | tif_write.c | 188 TIFFWriteEncodedStrip(TIFF* tif, uint32 strip, void* data, tmsize_t cc) in TIFFWriteEncodedStrip() 306 TIFFWriteRawStrip(TIFF* tif, uint32 strip, void* data, tmsize_t cc) in TIFFWriteRawStrip() 381 TIFFWriteEncodedTile(TIFF* tif, uint32 tile, void* data, tmsize_t cc) in TIFFWriteEncodedTile() 507 TIFFWriteRawTile(TIFF* tif, uint32 tile, void* data, tmsize_t cc) in TIFFWriteRawTile() 716 TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc) in TIFFAppendToStrip()
|
| /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/grpc-grpc/test/core/surface/ |
| D | completion_queue_test.cc | 37 static void shutdown_and_destroy(grpc_completion_queue* cc) { in shutdown_and_destroy() 112 grpc_completion_queue* cc; in test_wait_empty() local 135 grpc_completion_queue* cc; in test_cq_end_op() local 168 grpc_completion_queue* cc; in test_cq_tls_cache_full() local 210 grpc_completion_queue* cc; in test_cq_tls_cache_empty() local 239 grpc_completion_queue* cc; in test_shutdown_then_next_polling() local 261 grpc_completion_queue* cc; in test_shutdown_then_next_with_timeout() local 283 grpc_completion_queue* cc; in test_pluck() local 341 grpc_completion_queue* cc; in test_pluck_after_shutdown() local 361 grpc_completion_queue* cc; in test_callback() local [all …]
|
| D | completion_queue_threading_test.cc | 38 static void shutdown_and_destroy(grpc_completion_queue* cc) { in shutdown_and_destroy() 66 grpc_completion_queue* cc; member 78 grpc_completion_queue* cc; in test_too_many_plucks() local 132 grpc_completion_queue* cc; member 213 grpc_completion_queue* cc = grpc_completion_queue_create_for_next(nullptr); in test_threading() local
|
| /external/openssh/ |
| D | cipher.c | 222 cipher_ctx_is_plaintext(struct sshcipher_ctx *cc) in cipher_ctx_is_plaintext() 228 cipher_ctx_get_number(struct sshcipher_ctx *cc) in cipher_ctx_get_number() 314 cipher_warning_message(const struct sshcipher_ctx *cc) in cipher_warning_message() 329 struct sshcipher_ctx *cc = NULL; in cipher_init() local 448 cipher_crypt(struct sshcipher_ctx *cc, u_int seqnr, u_char *dest, in cipher_crypt() 511 cipher_get_length(struct sshcipher_ctx *cc, u_int *plenp, u_int seqnr, in cipher_get_length() 524 cipher_free(struct sshcipher_ctx *cc) in cipher_free() 570 cipher_get_keyiv_len(const struct sshcipher_ctx *cc) in cipher_get_keyiv_len() 589 cipher_get_keyiv(struct sshcipher_ctx *cc, u_char *iv, u_int len) in cipher_get_keyiv() 646 cipher_set_keyiv(struct sshcipher_ctx *cc, const u_char *iv) in cipher_set_keyiv() [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/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
| D | ToolRunner.h | 149 CC *cc; variable 153 LLC(const std::string &llcPath, CC *cc, const std::vector<std::string> *Args, in LLC() 161 ~LLC() override { delete cc; } in ~LLC() local
|
| /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/swiftshader/third_party/llvm-7.0/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/libcxx/test/libcxx/containers/sequences/array/array.zero/ |
| D | db_back.pass.cpp | 38 C const& cc = c; in main() local 45 C const& cc = c; in main() local
|
| D | db_front.pass.cpp | 38 C const& cc = c; in main() local 45 C const& cc = c; in main() local
|
| D | db_indexing.pass.cpp | 38 C const& cc = c; in main() local 47 C const& cc = c; in main() local
|
| /external/libcups/cups/ |
| D | usersys.c | 882 _cups_client_conf_t cc; /* client.conf values */ in _cupsSetDefaults() local 1035 _cups_client_conf_t *cc) /* I - client.conf values */ in cups_finalize_client_conf() 1161 _cups_client_conf_t *cc) /* I - client.conf values */ in cups_init_client_conf() 1216 _cups_client_conf_t *cc) /* I - client.conf values */ in cups_read_client_conf() 1289 _cups_client_conf_t *cc, /* I - client.conf values */ in cups_set_encryption() 1310 _cups_client_conf_t *cc, /* I - client.conf values */ in cups_set_gss_service_name() 1324 _cups_client_conf_t *cc, /* I - client.conf values */ in cups_set_server_name() 1338 _cups_client_conf_t *cc, /* I - client.conf values */ in cups_set_ssl_options() 1417 _cups_client_conf_t *cc, /* I - client.conf values */ in cups_set_user()
|
| /external/libcxx/test/std/containers/ |
| D | set_allocator_requirement_test_templates.h | 35 ConstructController* cc = getConstructController(); in testSetInsert() local 147 ConstructController* cc = getConstructController(); in testSetEmplace() local 210 ConstructController* cc = getConstructController(); in testSetEmplaceHint() local 287 ConstructController* cc = getConstructController(); in testMultisetInsert() local 353 ConstructController* cc = getConstructController(); in testMultisetEmplace() local
|
| /external/deqp/external/openglcts/modules/gl/ |
| D | gl4cClipControlTests.cpp | 274 ClipControlApi cc(m_context, m_api); in deinit() local 282 ClipControlApi cc(m_context, m_api); in iterate() local 332 ClipControlApi cc(m_context, m_api); in deinit() local 342 ClipControlApi cc(m_context, m_api); in iterate() local 415 ClipControlApi cc(m_context, m_api); in deinit() local 435 ClipControlApi cc(m_context, m_api); in iterate() local 598 ClipControlApi cc(m_context, m_api); in deinit() local 623 ClipControlApi cc(m_context, m_api); in iterate() local 788 ClipControlApi cc(m_context, m_api); in deinit() local 812 ClipControlApi cc(m_context, m_api); in iterate() local [all …]
|
| /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
| D | MBlazeISelLowering.h | 36 inline static CC getOppositeCondition(CC cc) { in getOppositeCondition() 48 inline static const char *MBlazeCCToString(CC cc) { in MBlazeCCToString()
|