Home
last modified time | relevance | path

Searched defs:cc (Results 1 – 25 of 443) sorted by relevance

12345678910>>...18

/external/webp/src/utils/
Dcolor_cache_utils.h40 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()
Dcolor_cache_utils.c23 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/
Dcompletion_queue.h56 #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/
Dtif_predict.c281 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 …]
Dtif_compress.c52 _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()
Dtif_dumpmode.c45 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()
Dtif_packbits.c66 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
Dtif_write.c188 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/
DTestConversion.java138 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/
Dcompletion_queue_test.cc37 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 …]
Dcompletion_queue_threading_test.cc38 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/
Dcipher.c222 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/
DToolRunner.h157 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/
DToolRunner.h149 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/
Dvararg.s36 .set cc,1 define
49 .set cc,0 define
Dmacros-darwin-vararg.s46 .set cc,1 define
59 .set cc,0 define
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
Dvararg.s36 .set cc,1 define
49 .set cc,0 define
Dmacros-darwin-vararg.s46 .set cc,1 define
59 .set cc,0 define
/external/libcxx/test/libcxx/containers/sequences/array/array.zero/
Ddb_back.pass.cpp38 C const& cc = c; in main() local
45 C const& cc = c; in main() local
Ddb_front.pass.cpp38 C const& cc = c; in main() local
45 C const& cc = c; in main() local
Ddb_indexing.pass.cpp38 C const& cc = c; in main() local
47 C const& cc = c; in main() local
/external/libcups/cups/
Dusersys.c882 _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/
Dset_allocator_requirement_test_templates.h35 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/
Dgl4cClipControlTests.cpp274 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/
DMBlazeISelLowering.h36 inline static CC getOppositeCondition(CC cc) { in getOppositeCondition()
48 inline static const char *MBlazeCCToString(CC cc) { in MBlazeCCToString()

12345678910>>...18