Home
last modified time | relevance | path

Searched refs:cc (Results 1 - 25 of 619) sorted by relevance

12345678910>>...25

/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_bbr.c45 static void bbr_update_on_ack(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat,
47 static void bbr_update_model_and_state(ngtcp2_bbr_cc *cc,
51 static void bbr_update_control_parameters(ngtcp2_bbr_cc *cc,
54 static void bbr_on_transmit(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat);
55 static void bbr_init_round_counting(ngtcp2_bbr_cc *cc);
56 static void bbr_update_round(ngtcp2_bbr_cc *cc, const ngtcp2_cc_ack *ack);
57 static void bbr_update_btl_bw(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat,
59 static void bbr_update_rtprop(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat,
61 static void bbr_init_pacing_rate(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat);
62 static void bbr_set_pacing_rate_with_gain(ngtcp2_bbr_cc *cc,
100 ngtcp2_bbr_cc_init(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat, ngtcp2_rst *rst, ngtcp2_tstamp initial_ts, ngtcp2_rand rand, const ngtcp2_rand_ctx *rand_ctx, ngtcp2_log *log) ngtcp2_bbr_cc_init() argument
112 ngtcp2_bbr_cc_free(ngtcp2_bbr_cc *cc) ngtcp2_bbr_cc_free() argument
114 ngtcp2_cc_bbr_cc_init(ngtcp2_cc *cc, ngtcp2_log *log, ngtcp2_conn_stat *cstat, ngtcp2_rst *rst, ngtcp2_tstamp initial_ts, ngtcp2_rand rand, const ngtcp2_rand_ctx *rand_ctx, const ngtcp2_mem *mem) ngtcp2_cc_bbr_cc_init() argument
142 ngtcp2_cc_bbr_cc_free(ngtcp2_cc *cc, const ngtcp2_mem *mem) ngtcp2_cc_bbr_cc_free() argument
166 ngtcp2_bbr_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_bbr_cc, ccb); ngtcp2_cc_bbr_cc_congestion_event() local
179 ngtcp2_bbr_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_bbr_cc, ccb); ngtcp2_cc_bbr_cc_on_spurious_congestion() local
195 ngtcp2_bbr_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_bbr_cc, ccb); ngtcp2_cc_bbr_cc_on_persistent_congestion() local
243 bbr_update_on_ack(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat, const ngtcp2_cc_ack *ack, ngtcp2_tstamp ts) bbr_update_on_ack() argument
249 bbr_update_model_and_state(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat, const ngtcp2_cc_ack *ack, ngtcp2_tstamp ts) bbr_update_model_and_state() argument
261 bbr_update_control_parameters(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat, const ngtcp2_cc_ack *ack) bbr_update_control_parameters() argument
269 bbr_on_transmit(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat) bbr_on_transmit() argument
273 bbr_init_round_counting(ngtcp2_bbr_cc *cc) bbr_init_round_counting() argument
279 bbr_update_round(ngtcp2_bbr_cc *cc, const ngtcp2_cc_ack *ack) bbr_update_round() argument
291 bbr_handle_recovery(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat, const ngtcp2_cc_ack *ack) bbr_handle_recovery() argument
320 bbr_update_btl_bw(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat, const ngtcp2_cc_ack *ack) bbr_update_btl_bw() argument
335 bbr_update_rtprop(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat, ngtcp2_tstamp ts) bbr_update_rtprop() argument
350 bbr_init_pacing_rate(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat) bbr_init_pacing_rate() argument
357 bbr_set_pacing_rate_with_gain(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat, double pacing_gain) bbr_set_pacing_rate_with_gain() argument
367 bbr_set_pacing_rate(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat) bbr_set_pacing_rate() argument
371 bbr_set_send_quantum(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat) bbr_set_send_quantum() argument
391 bbr_inflight(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat, double gain) bbr_inflight() argument
406 bbr_update_target_cwnd(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat) bbr_update_target_cwnd() argument
410 bbr_modulate_cwnd_for_recovery(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat, const ngtcp2_cc_ack *ack) bbr_modulate_cwnd_for_recovery() argument
428 bbr_save_cwnd(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat) bbr_save_cwnd() argument
437 bbr_restore_cwnd(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat) bbr_restore_cwnd() argument
445 bbr_modulate_cwnd_for_probe_rtt(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat) bbr_modulate_cwnd_for_probe_rtt() argument
453 bbr_set_cwnd(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat, const ngtcp2_cc_ack *ack) bbr_set_cwnd() argument
474 bbr_init(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat, ngtcp2_tstamp initial_ts) bbr_init() argument
504 bbr_enter_startup(ngtcp2_bbr_cc *cc) bbr_enter_startup() argument
510 bbr_init_full_pipe(ngtcp2_bbr_cc *cc) bbr_init_full_pipe() argument
516 bbr_check_full_pipe(ngtcp2_bbr_cc *cc) bbr_check_full_pipe() argument
538 bbr_enter_drain(ngtcp2_bbr_cc *cc) bbr_enter_drain() argument
546 bbr_check_drain(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat, ngtcp2_tstamp ts) bbr_check_drain() argument
565 bbr_enter_probe_bw(ngtcp2_bbr_cc *cc, ngtcp2_tstamp ts) bbr_enter_probe_bw() argument
580 bbr_check_cycle_phase(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat, const ngtcp2_cc_ack *ack, ngtcp2_tstamp ts) bbr_check_cycle_phase() argument
588 bbr_advance_cycle_phase(ngtcp2_bbr_cc *cc, ngtcp2_tstamp ts) bbr_advance_cycle_phase() argument
594 bbr_is_next_cycle_phase(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat, const ngtcp2_cc_ack *ack, ngtcp2_tstamp ts) bbr_is_next_cycle_phase() argument
612 bbr_handle_restart_from_idle(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat) bbr_handle_restart_from_idle() argument
625 bbr_check_probe_rtt(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat, ngtcp2_tstamp ts) bbr_check_probe_rtt() argument
643 bbr_enter_probe_rtt(ngtcp2_bbr_cc *cc) bbr_enter_probe_rtt() argument
649 bbr_handle_probe_rtt(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat, ngtcp2_tstamp ts) bbr_handle_probe_rtt() argument
678 bbr_exit_probe_rtt(ngtcp2_bbr_cc *cc, ngtcp2_tstamp ts) bbr_exit_probe_rtt() argument
[all...]
H A Dngtcp2_cc.c59 static void reno_cc_reset(ngtcp2_reno_cc *cc) { in reno_cc_reset() argument
60 cc->max_delivery_rate_sec = 0; in reno_cc_reset()
61 cc->target_cwnd = 0; in reno_cc_reset()
62 cc->pending_add = 0; in reno_cc_reset()
65 void ngtcp2_reno_cc_init(ngtcp2_reno_cc *cc, ngtcp2_log *log) { in ngtcp2_reno_cc_init() argument
66 cc->ccb.log = log; in ngtcp2_reno_cc_init()
67 reno_cc_reset(cc); in ngtcp2_reno_cc_init()
70 void ngtcp2_reno_cc_free(ngtcp2_reno_cc *cc) { (void)cc; } in ngtcp2_reno_cc_free() argument
72 int ngtcp2_cc_reno_cc_init(ngtcp2_cc *cc, ngtcp2_lo argument
93 ngtcp2_cc_reno_cc_free(ngtcp2_cc *cc, const ngtcp2_mem *mem) ngtcp2_cc_reno_cc_free() argument
109 ngtcp2_reno_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_reno_cc, ccb); ngtcp2_cc_reno_cc_on_pkt_acked() local
138 ngtcp2_reno_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_reno_cc, ccb); ngtcp2_cc_reno_cc_congestion_event() local
170 ngtcp2_reno_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_reno_cc, ccb); ngtcp2_cc_reno_cc_on_ack_recv() local
194 ngtcp2_reno_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_reno_cc, ccb); ngtcp2_cc_reno_cc_reset() local
201 cubic_cc_reset(ngtcp2_cubic_cc *cc) cubic_cc_reset() argument
224 ngtcp2_cubic_cc_init(ngtcp2_cubic_cc *cc, ngtcp2_log *log) ngtcp2_cubic_cc_init() argument
229 ngtcp2_cubic_cc_free(ngtcp2_cubic_cc *cc) ngtcp2_cubic_cc_free() argument
231 ngtcp2_cc_cubic_cc_init(ngtcp2_cc *cc, ngtcp2_log *log, const ngtcp2_mem *mem) ngtcp2_cc_cubic_cc_init() argument
256 ngtcp2_cc_cubic_cc_free(ngtcp2_cc *cc, const ngtcp2_mem *mem) ngtcp2_cc_cubic_cc_free() argument
309 ngtcp2_cubic_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_cubic_cc, ccb); ngtcp2_cc_cubic_cc_on_pkt_acked() local
444 ngtcp2_cubic_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_cubic_cc, ccb); ngtcp2_cc_cubic_cc_congestion_event() local
483 ngtcp2_cubic_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_cubic_cc, ccb); ngtcp2_cc_cubic_cc_on_spurious_congestion() local
527 ngtcp2_cubic_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_cubic_cc, ccb); ngtcp2_cc_cubic_cc_on_ack_recv() local
551 ngtcp2_cubic_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_cubic_cc, ccb); ngtcp2_cc_cubic_cc_on_pkt_sent() local
566 ngtcp2_cubic_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_cubic_cc, ccb); ngtcp2_cc_cubic_cc_new_rtt_sample() local
580 ngtcp2_cubic_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_cubic_cc, ccb); ngtcp2_cc_cubic_cc_reset() local
589 ngtcp2_cubic_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_cubic_cc, ccb); ngtcp2_cc_cubic_cc_event() local
[all...]
H A Dngtcp2_ppe.c34 ngtcp2_crypto_cc *cc) { in ngtcp2_ppe_init()
43 ppe->cc = cc; in ngtcp2_ppe_init()
49 ngtcp2_crypto_cc *cc = ppe->cc; in ngtcp2_ppe_encode_hd() local
51 if (ngtcp2_buf_left(buf) < cc->aead.max_overhead) { in ngtcp2_ppe_encode_hd()
62 buf->last, ngtcp2_buf_left(buf) - cc->aead.max_overhead, hd); in ngtcp2_ppe_encode_hd()
66 buf->last, ngtcp2_buf_left(buf) - cc->aead.max_overhead, hd); in ngtcp2_ppe_encode_hd()
87 ngtcp2_crypto_cc *cc = ppe->cc; in ngtcp2_ppe_encode_frame() local
33 ngtcp2_ppe_init(ngtcp2_ppe *ppe, uint8_t *out, size_t outlen, ngtcp2_crypto_cc *cc) ngtcp2_ppe_init() argument
106 ngtcp2_crypto_cc *cc = ppe->cc; ngtcp2_ppe_final() local
162 ngtcp2_crypto_cc *cc = ppe->cc; ngtcp2_ppe_left() local
172 ngtcp2_crypto_cc *cc = ppe->cc; ngtcp2_ppe_pktlen() local
178 ngtcp2_crypto_cc *cc = ppe->cc; ngtcp2_ppe_padding() local
192 ngtcp2_crypto_cc *cc = ppe->cc; ngtcp2_ppe_padding_hp_sample() local
212 ngtcp2_crypto_cc *cc = ppe->cc; ngtcp2_ppe_padding_size() local
[all...]
H A Dngtcp2_cc.h139 typedef void (*ngtcp2_cc_on_pkt_acked)(ngtcp2_cc *cc, ngtcp2_conn_stat *cstat,
149 typedef void (*ngtcp2_cc_on_pkt_lost)(ngtcp2_cc *cc, ngtcp2_conn_stat *cstat,
158 typedef void (*ngtcp2_cc_congestion_event)(ngtcp2_cc *cc,
169 typedef void (*ngtcp2_cc_on_spurious_congestion)(ngtcp2_cc *cc,
179 typedef void (*ngtcp2_cc_on_persistent_congestion)(ngtcp2_cc *cc,
189 typedef void (*ngtcp2_cc_on_ack_recv)(ngtcp2_cc *cc, ngtcp2_conn_stat *cstat,
199 typedef void (*ngtcp2_cc_on_pkt_sent)(ngtcp2_cc *cc, ngtcp2_conn_stat *cstat,
208 typedef void (*ngtcp2_cc_new_rtt_sample)(ngtcp2_cc *cc, ngtcp2_conn_stat *cstat,
217 typedef void (*ngtcp2_cc_reset)(ngtcp2_cc *cc, ngtcp2_conn_stat *cstat,
239 typedef void (*ngtcp2_cc_event)(ngtcp2_cc *cc, ngtcp2_conn_sta
[all...]
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_codecontext.py81 self.cc = codecontext.CodeContext(self.editor)
104 if self.cc.context:
105 self.cc.context.destroy()
107 self.cc.__del__()
108 del self.cc.context, self.cc
113 cc = self.cc
115 eq(cc.editwin, ed)
116 eq(cc
[all...]
/third_party/vk-gl-cts/external/amber/src/
H A DAndroid.mk25 src/amber.cc \
26 src/amberscript/parser.cc \
27 src/buffer.cc \
28 src/command.cc \
29 src/command_data.cc \
30 src/descriptor_set_and_binding_parser.cc \
31 src/engine.cc \
32 src/executor.cc \
33 src/float16_helper.cc \
34 src/format.cc \
[all...]
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestConversion.java138 ConversionCase cc = new ConversionCase(); in TestFromUnicode()
142 cc.caseNr = caseNr; in TestFromUnicode()
143 cc.charset = ((ICUResourceBundle) testcase.getObject("charset")).getString(); in TestFromUnicode()
144 cc.unicode = ((ICUResourceBundle) testcase.getObject("unicode")).getString(); in TestFromUnicode()
145 cc.bytes = ((ICUResourceBundle) testcase.getObject("bytes")).getBinary(); in TestFromUnicode()
146 cc.offsets = ((ICUResourceBundle) testcase.getObject("offsets")).getIntVector(); in TestFromUnicode()
147 cc.finalFlush = ((ICUResourceBundle) testcase.getObject("flush")).getUInt() != 0; in TestFromUnicode()
148 cc.fallbacks = ((ICUResourceBundle) testcase.getObject("fallbacks")).getUInt() != 0; in TestFromUnicode()
149 cc.outErrorCode = ((ICUResourceBundle) testcase.getObject("errorCode")).getString(); in TestFromUnicode()
150 cc in TestFromUnicode()
229 FromUnicodeCase(ConversionCase cc) FromUnicodeCase() argument
368 stepFromUnicode(ConversionCase cc, CharsetEncoder encoder, int step) stepFromUnicode() argument
441 checkFromUnicode(ConversionCase cc, int resultLength) checkFromUnicode() argument
518 ToUnicodeCase(ConversionCase cc) ToUnicodeCase() argument
670 stepToUnicode(ConversionCase cc, CharsetDecoder decoder, int step) stepToUnicode() argument
872 checkToUnicode(ConversionCase cc, int resultLength) checkToUnicode() argument
1091 checkResultsFromUnicode(ConversionCase cc, ByteBuffer expected, ByteBuffer output) checkResultsFromUnicode() argument
1137 checkResultsToUnicode(ConversionCase cc, String expected, CharBuffer output) checkResultsToUnicode() argument
[all...]
/third_party/f2fs-tools/fsck/
H A Dcompress.c41 static void reset_cc(struct compress_ctx *cc) in reset_cc() argument
43 memset(cc->rbuf, 0, cc->cluster_size * F2FS_BLKSIZE); in reset_cc()
44 memset(cc->cbuf->cdata, 0, cc->cluster_size * F2FS_BLKSIZE in reset_cc()
50 static void lzo_compress_init(struct compress_ctx *cc) in lzo_compress_init() argument
52 size_t size = cc->cluster_size * F2FS_BLKSIZE; in lzo_compress_init()
55 cc->private = malloc(alloc); in lzo_compress_init()
56 ASSERT(cc->private); in lzo_compress_init()
57 cc in lzo_compress_init()
61 lzo_compress(struct compress_ctx *cc) lzo_compress() argument
71 lz4_compress_init(struct compress_ctx *cc) lz4_compress_init() argument
82 lz4_compress(struct compress_ctx *cc) lz4_compress() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dconvtest.cpp89 ConversionCase cc; in TestToUnicode() local
115 cc.caseNr=i; in TestToUnicode()
119 cc.charset=charset; in TestToUnicode()
121 cc.bytes=testCase->getBinary(cc.bytesLength, "bytes", errorCode); in TestToUnicode()
123 cc.unicode=unicode.getBuffer(); in TestToUnicode()
124 cc.unicodeLength=unicode.length(); in TestToUnicode()
127 cc.offsets=testCase->getIntVector(offsetsLength, "offsets", errorCode); in TestToUnicode()
129 cc.offsets=NULL; in TestToUnicode()
136 cc in TestToUnicode()
201 ConversionCase cc; TestFromUnicode() local
1008 stepToUnicode(ConversionCase &cc, UConverter *cnv, UChar *result, int32_t resultCapacity, int32_t *resultOffsets, int32_t step, UErrorCode *pErrorCode) stepToUnicode() argument
1198 ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option) ToUnicodeCase() argument
1330 checkToUnicode(ConversionCase &cc, UConverter *cnv, const char *name, const UChar *result, int32_t resultLength, const int32_t *resultOffsets, UErrorCode resultErrorCode) checkToUnicode() argument
1414 stepFromUTF8(ConversionCase &cc, UConverter *utf8Cnv, UConverter *cnv, char *result, int32_t resultCapacity, int32_t step, UErrorCode *pErrorCode) stepFromUTF8() argument
1520 stepFromUnicode(ConversionCase &cc, UConverter *cnv, char *result, int32_t resultCapacity, int32_t *resultOffsets, int32_t step, UErrorCode *pErrorCode) stepFromUnicode() argument
1607 FromUnicodeCase(ConversionCase &cc, UConverterFromUCallback callback, const char *option) FromUnicodeCase() argument
1785 checkFromUnicode(ConversionCase &cc, UConverter *cnv, const char *name, const uint8_t *result, int32_t resultLength, const int32_t *resultOffsets, UErrorCode resultErrorCode) checkFromUnicode() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_speechnorm.c76 ChannelContext *cc; member
85 void (*analyze_channel)(AVFilterContext *ctx, ChannelContext *cc,
145 min_pi_nb_samples = get_pi_samples(s->cc[0].pi, s->cc[0].pi_start, s->cc[0].pi_end, s->cc[0].pi_size); in available_samples()
147 ChannelContext *cc = &s->cc[ch]; in available_samples() local
149 min_pi_nb_samples = FFMIN(min_pi_nb_samples, get_pi_samples(cc->pi, cc in available_samples()
155 consume_pi(ChannelContext *cc, int nb_samples) consume_pi() argument
180 next_pi(AVFilterContext *ctx, ChannelContext *cc, int bypass) next_pi() argument
200 min_gain(AVFilterContext *ctx, ChannelContext *cc, int max_size) min_gain() argument
448 ChannelContext *cc = &s->cc[ch]; filter_frame() local
517 ChannelContext *cc = &s->cc[ch]; config_input() local
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_study.c117 PCRE2_UCHAR *cc = (PCRE2_UCHAR *)code + 1 + LINK_SIZE; in find_minlength() local
126 if (*code == OP_CBRA || *code == OP_CBRAPOS) cc += IMM2_SIZE; in find_minlength()
144 cc = (PCRE2_UCHAR *)nextbranch; in find_minlength()
147 op = *cc; in find_minlength()
158 cs = cc + GET(cc, 1); in find_minlength()
161 cc = cs + 1 + LINK_SIZE; in find_minlength()
172 if (cc[1+LINK_SIZE] == OP_RECURSE && cc[2*(1+LINK_SIZE)] == OP_KET) in find_minlength()
175 cc in find_minlength()
[all...]
H A Dpcre2_pattern_info.c273 PCRE2_SPTR cc; in pcre2_callout_enumerate() local
294 cc = (PCRE2_SPTR)((uint8_t *)re + sizeof(pcre2_real_code)) in pcre2_callout_enumerate()
300 switch (*cc) in pcre2_callout_enumerate()
361 cc += PRIV(OP_lengths)[*cc]; in pcre2_callout_enumerate()
363 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]); in pcre2_callout_enumerate()
380 cc += PRIV(OP_lengths)[*cc]; in pcre2_callout_enumerate()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dcdgraphics.c78 CDGraphicsContext *cc = avctx->priv_data; in cdg_decode_init() local
80 cc->frame = av_frame_alloc(); in cdg_decode_init()
81 if (!cc->frame) in cdg_decode_init()
85 cc->alpha[i] = 0xFFU; in cdg_decode_init()
91 static void cdg_border_preset(CDGraphicsContext *cc, uint8_t *data) in cdg_border_preset() argument
94 int lsize = cc->frame->linesize[0]; in cdg_border_preset()
95 uint8_t *buf = cc->frame->data[0]; in cdg_border_preset()
113 static void cdg_load_palette(CDGraphicsContext *cc, uint8_t *data, int low) in cdg_load_palette() argument
119 uint32_t *palette = (uint32_t *) cc->frame->data[1]; in cdg_load_palette()
126 palette[i + array_offset] = (uint32_t)cc in cdg_load_palette()
131 cdg_tile_block(CDGraphicsContext *cc, uint8_t *data, int b) cdg_tile_block() argument
203 cdg_scroll(CDGraphicsContext *cc, uint8_t *data, AVFrame *new_frame, int roll_over) cdg_scroll() argument
273 CDGraphicsContext *cc = avctx->priv_data; cdg_decode_frame() local
371 CDGraphicsContext *cc = avctx->priv_data; cdg_decode_flush() local
383 CDGraphicsContext *cc = avctx->priv_data; cdg_decode_end() local
[all...]
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_colorchooser.py17 cls.cc = colorchooser.Chooser(initialcolor='dark blue slate')
20 cc = self.cc
21 cc._fixoptions()
22 self.assertEqual(cc.options['initialcolor'], 'dark blue slate')
24 cc.options['initialcolor'] = '#D2D269691E1E'
25 cc._fixoptions()
26 self.assertEqual(cc.options['initialcolor'], '#D2D269691E1E')
28 cc.options['initialcolor'] = (210, 105, 30)
29 cc
[all...]
/third_party/pulseaudio/speex/libspeexdsp/
H A Dsmallft.c116 static void dradf2(int ido,int l1,float *cc,float *ch,float *wa1){ in dradf2() argument
125 ch[t1<<1]=cc[t1]+cc[t2]; in dradf2()
126 ch[(t1<<1)+t3-1]=cc[t1]-cc[t2]; in dradf2()
146 tr2=wa1[i-2]*cc[t3-1]+wa1[i-1]*cc[t3]; in dradf2()
147 ti2=wa1[i-2]*cc[t3]-wa1[i-1]*cc[t3-1]; in dradf2()
148 ch[t6]=cc[t in dradf2()
171 dradf4(int ido,int l1,float *cc,float *ch,float *wa1, float *wa2,float *wa3) dradf4() argument
273 dradfg(int ido,int ip,int l1,int idl1,float *cc,float *c1, float *c2,float *ch,float *ch2,float *wa) dradfg() argument
636 dradb2(int ido,int l1,float *cc,float *ch,float *wa1) dradb2() argument
688 dradb3(int ido,int l1,float *cc,float *ch,float *wa1, float *wa2) dradb3() argument
751 dradb4(int ido,int l1,float *cc,float *ch,float *wa1, float *wa2,float *wa3) dradb4() argument
842 dradbg(int ido,int ip,int l1,int idl1,float *cc,float *c1, float *c2,float *ch,float *ch2,float *wa) dradbg() argument
[all...]
/third_party/vixl/test/aarch32/
H A Dtest-assembler-cond-rdlow-operand-imm8-in-it-block-t32.cc30 // test/aarch32/config/template-assembler-aarch32.cc.in template file using
121 {{cc, r5, 156}, true, cc, "cc r5 156", "cc_r5_156"},
142 {{cc, r3, 42}, true, cc, "cc r3 42", "cc_r3_42"},
152 {{cc, r3, 21}, true, cc, "cc r
[all...]
H A Dtest-assembler-cond-rd-operand-rn-low-registers-in-it-block-t32.cc30 // test/aarch32/config/template-assembler-aarch32.cc.in template file using
287 {{cc, r0, r0}, true, cc, "cc r0 r0", "cc_r0_r0"},
288 {{cc, r0, r1}, true, cc, "cc r0 r1", "cc_r0_r1"},
289 {{cc, r0, r2}, true, cc, "cc r
[all...]
H A Dtest-assembler-cond-rdlow-rnlow-operand-immediate-zero-in-it-block-t32.cc30 // test/aarch32/config/template-assembler-aarch32.cc.in template file using
287 {{cc, r0, r0, 0}, true, cc, "cc r0 r0 0", "cc_r0_r0_0"},
288 {{cc, r0, r1, 0}, true, cc, "cc r0 r1 0", "cc_r0_r1_0"},
289 {{cc, r0, r2, 0}, true, cc, "cc r
[all...]
H A Dtest-assembler-cond-rdlow-rnlow-operand-immediate-imm3-in-it-block-t32.cc30 // test/aarch32/config/template-assembler-aarch32.cc.in template file using
100 {{cc, r5, r1, 6}, true, cc, "cc r5 r1 6", "cc_r5_r1_6"},
170 {{cc, r1, r5, 5}, true, cc, "cc r1 r5 5", "cc_r1_r5_5"},
175 {{cc, r5, r7, 5}, true, cc, "cc r
[all...]
H A Dtest-assembler-cond-rd-operand-rn-shift-amount-1to31-in-it-block-t32.cc30 // test/aarch32/config/template-assembler-aarch32.cc.in template file using
114 {{cc, r1, r0, LSL, 2}, true, cc, "cc r1 r0 LSL 2", "cc_r1_r0_LSL_2"},
128 {{cc, r0, r7, LSL, 6}, true, cc, "cc r0 r7 LSL 6", "cc_r0_r7_LSL_6"},
135 {{cc, r6, r1, LSL, 14}, true, cc, "cc r
[all...]
H A Dtest-assembler-cond-rd-operand-rn-in-it-block-t32.cc30 // test/aarch32/config/template-assembler-aarch32.cc.in template file using
771 {{cc, r0, r0}, true, cc, "cc r0 r0", "cc_r0_r0"},
772 {{cc, r0, r1}, true, cc, "cc r0 r1", "cc_r0_r1"},
773 {{cc, r0, r2}, true, cc, "cc r
[all...]
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dcolor_cache_utils.h42 const VP8LColorCache* const cc, uint32_t key) { in VP8LColorCacheLookup()
43 assert((key >> cc->hash_bits_) == 0u); in VP8LColorCacheLookup()
44 return cc->colors_[key]; in VP8LColorCacheLookup()
47 static WEBP_INLINE void VP8LColorCacheSet(const VP8LColorCache* const cc, in VP8LColorCacheSet() argument
49 assert((key >> cc->hash_bits_) == 0u); in VP8LColorCacheSet()
50 cc->colors_[key] = argb; in VP8LColorCacheSet()
53 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc, in VP8LColorCacheInsert() argument
55 const int key = VP8LHashPix(argb, cc->hash_shift_); in VP8LColorCacheInsert()
56 cc->colors_[key] = argb; in VP8LColorCacheInsert()
59 static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc, in VP8LColorCacheGetIndex() argument
41 VP8LColorCacheLookup( const VP8LColorCache* const cc, uint32_t key) VP8LColorCacheLookup() argument
65 VP8LColorCacheContains(const VP8LColorCache* const cc, uint32_t argb) VP8LColorCacheContains() argument
[all...]
/third_party/mesa3d/src/util/format/
H A Du_format_fxt1.c414 fxt1_quantize_CHROMA (uint32_t *cc, in fxt1_quantize_CHROMA() argument
428 FX64_MOV32(hi, 4); /* cc-chroma = "010" + unused bit */ in fxt1_quantize_CHROMA()
436 ((Fx64 *)cc)[1] = hi; in fxt1_quantize_CHROMA()
449 cc[1] = lohi; in fxt1_quantize_CHROMA()
450 cc[0] = lolo; in fxt1_quantize_CHROMA()
455 fxt1_quantize_ALPHA0 (uint32_t *cc, in fxt1_quantize_ALPHA0() argument
489 ((Fx64 *)cc)[1] = hi; in fxt1_quantize_ALPHA0()
502 cc[1] = lohi; in fxt1_quantize_ALPHA0()
503 cc[0] = lolo; in fxt1_quantize_ALPHA0()
508 fxt1_quantize_ALPHA1 (uint32_t *cc, in fxt1_quantize_ALPHA1() argument
665 fxt1_quantize_HI(uint32_t *cc, uint8_t input[N_TEXELS][MAX_COMP], uint8_t reord[N_TEXELS][MAX_COMP], int32_t n) fxt1_quantize_HI() argument
741 fxt1_quantize_MIXED1(uint32_t *cc, uint8_t input[N_TEXELS][MAX_COMP]) fxt1_quantize_MIXED1() argument
879 fxt1_quantize_MIXED0(uint32_t *cc, uint8_t input[N_TEXELS][MAX_COMP]) fxt1_quantize_MIXED0() argument
1048 fxt1_quantize(uint32_t *cc, const uint8_t *lines[], int32_t comps) fxt1_quantize() argument
1259 const uint32_t *cc; fxt1_decode_1HI() local
1294 const uint32_t *cc; fxt1_decode_1CHROMA() local
1317 const uint32_t *cc; fxt1_decode_1MIXED() local
1403 const uint32_t *cc; fxt1_decode_1ALPHA() local
[all...]
/third_party/mesa3d/src/imagination/vulkan/pds/
H A Dpvr_rogue_pds_encode.h63 static ALWAYS_INLINE uint32_t pvr_pds_inst_encode_stflp64(uint32_t cc, in pvr_pds_inst_encode_stflp64() argument
86 encoded |= ((cc & 1U) << PVR_ROGUE_PDSINST_SFTLP64_CC_SHIFT); in pvr_pds_inst_encode_stflp64()
116 uint32_t cc, in pvr_pds_inst_encode_stflp32()
137 encoded |= ((cc & 1U) << PVR_ROGUE_PDSINST_SFTLP32_CC_SHIFT); in pvr_pds_inst_encode_stflp32()
199 uint32_t cc, in pvr_rogue_inst_encode_mad()
217 encoded |= ((cc & 1U) << PVR_ROGUE_PDSINST_MAD_CC_SHIFT); in pvr_rogue_inst_encode_mad()
226 static ALWAYS_INLINE uint32_t pvr_pds_inst_encode_add64(uint32_t cc, in pvr_pds_inst_encode_add64() argument
245 encoded |= ((cc & 1U) << PVR_ROGUE_PDSINST_ADD64_CC_SHIFT); in pvr_pds_inst_encode_add64()
252 static ALWAYS_INLINE uint32_t pvr_pds_inst_encode_add32(uint32_t cc, in pvr_pds_inst_encode_add32() argument
271 encoded |= ((cc in pvr_pds_inst_encode_add32()
115 pvr_pds_inst_encode_stflp32(uint32_t im, uint32_t cc, uint32_t lop, uint32_t src0, uint32_t src1, uint32_t src2, uint32_t dst) pvr_pds_inst_encode_stflp32() argument
197 pvr_rogue_inst_encode_mad(uint32_t sna, uint32_t alum, uint32_t cc, uint32_t src0, uint32_t src1, uint32_t src2, uint32_t dst) pvr_rogue_inst_encode_mad() argument
278 pvr_pds_inst_encode_cmp(uint32_t cc, uint32_t cop, uint32_t src0, uint32_t src1) pvr_pds_inst_encode_cmp() argument
302 pvr_pds_inst_encode_cmpi(uint32_t cc, uint32_t cop, uint32_t src0, uint32_t im16) pvr_pds_inst_encode_cmpi() argument
348 pvr_pds_inst_encode_ld(uint32_t cc, uint32_t src0) pvr_pds_inst_encode_ld() argument
363 pvr_pds_inst_encode_st(uint32_t cc, uint32_t src0) pvr_pds_inst_encode_st() argument
378 pvr_pds_inst_encode_wdf(uint32_t cc) pvr_pds_inst_encode_wdf() argument
392 pvr_pds_inst_encode_limm(uint32_t cc, uint32_t src1, uint32_t src0, uint32_t gr) pvr_pds_inst_encode_limm() argument
415 pvr_pds_inst_encode_lock(uint32_t cc) pvr_pds_inst_encode_lock() argument
430 pvr_pds_inst_encode_release(uint32_t cc) pvr_pds_inst_encode_release() argument
445 pvr_pds_inst_encode_halt(uint32_t cc) pvr_pds_inst_encode_halt() argument
460 pvr_pds_inst_encode_stmc(uint32_t cc, uint32_t so_mask) pvr_pds_inst_encode_stmc() argument
487 pvr_pds_inst_encode_ddmad(uint32_t cc, uint32_t end, uint32_t src0, uint32_t src1, uint32_t src2, uint32_t src3) pvr_pds_inst_encode_ddmad() argument
514 pvr_pds_inst_encode_dout(uint32_t cc, uint32_t end, uint32_t src1, uint32_t src0, uint32_t dst) pvr_pds_inst_encode_dout() argument
[all...]
/third_party/python/Lib/distutils/tests/
H A Dtest_unixccompiler.py19 self.cc = CompilerWrapper()
36 self.assertEqual(self.cc.rpath_foo(), '-L/foo')
44 self.assertEqual(self.cc.rpath_foo(), ['+s', '-L/foo'])
49 self.assertEqual(self.cc.rpath_foo(), ['-Wl,+s', '-L/foo'])
54 self.assertEqual(self.cc.rpath_foo(), ['-Wl,+s', '-L/foo'])
66 self.assertEqual(self.cc.rpath_foo(), '-Wl,--enable-new-dtags,-R/foo')
76 self.assertEqual(self.cc.rpath_foo(), '-Wl,-R/foo')
87 self.assertEqual(self.cc.rpath_foo(), '-Wl,--enable-new-dtags,-R/foo')
93 return 'cc'
97 self.assertEqual(self.cc
[all...]

Completed in 16 milliseconds

12345678910>>...25