Searched refs:ct (Results 51 - 75 of 341) sorted by relevance

1234567891011>>

/external/stlport/src/
H A Dtime_facets.cpp148 void __subformat(_STLP_BASIC_IOSTRING(_Ch) &buf, const ctype<_Ch>& ct, variable
159 __write_formatted_timeT(buf, ct, *cp++, mod, table, t);
171 static void __append(__iostring &buf, char *first, char *last, const ctype<char>& /* ct */)
174 static void __append(__iowstring &buf, char *first, char *last, const ctype<wchar_t>& ct) { argument
176 ct.widen(first, last, _wbuf);
214 const ctype<_Ch>& ct, variable
238 __subformat(buf, ct, (modifier != '#') ? table._M_date_time_format
244 __append(buf, _buf, ((long)t->tm_mday < 10L && modifier == '#') ? _buf + 1 : _buf + 2, ct);
249 __append(buf, _buf, _buf + 2, ct);
254 __append(buf, _buf, ((long)t->tm_hour < 10L && modifier == '#') ? _buf + 1 : _buf + 2, ct);
454 __write_formatted_time(__iostring &buf, const ctype<char>& ct, char format, char modifier, const _Time_Info& table, const tm* t) argument
459 __write_formatted_time(__iowstring &buf, const ctype<wchar_t>& ct, char format, char modifier, const _WTime_Info& table, const tm* t) argument
[all...]
/external/chromium_org/content/public/common/
H A Dsigned_certificate_timestamp_id_and_status.cc10 int id, net::ct::SCTVerifyStatus status)
/external/chromium_org/net/cert/
H A Dct_verify_result.h14 namespace ct { namespace in namespace:net
33 } // namespace ct
H A Dsigned_tree_head.h18 namespace ct { namespace in namespace:net
36 } // namespace ct
H A Dct_serialization.h20 namespace ct { namespace in namespace:net
74 scoped_refptr<ct::SignedCertificateTimestamp>* output);
79 } // namespace ct
H A Dct_known_logs.cc16 namespace ct { namespace in namespace:net
30 } // namespace ct
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dcrypto_kernel.h180 crypto_kernel_load_cipher_type(cipher_type_t *ct, cipher_type_id_t id);
183 crypto_kernel_load_auth_type(auth_type_t *ct, auth_type_id_t id);
186 * crypto_kernel_replace_cipher_type(ct, id)
193 crypto_kernel_replace_cipher_type(cipher_type_t *ct, cipher_type_id_t id);
197 * crypto_kernel_replace_auth_type(ct, id)
204 crypto_kernel_replace_auth_type(auth_type_t *ct, auth_type_id_t id);
/external/openssl/ssl/
H A Dd1_srtp.c255 int ct=0; local
261 ct=sk_SRTP_PROTECTION_PROFILE_num(clnt); /* -1 if clnt == 0 */
265 if(ct==0)
271 if((2 + ct*2 + 1) > maxlen)
278 s2n(ct * 2, p);
279 for(i=0;i<ct;i++)
289 *len=2 + ct*2 + 1;
299 int ct; local
313 n2s(d, ct);
317 if(ct
404 int ct; local
[all...]
/external/chromium_org/net/quic/crypto/
H A Daes_128_gcm_12_encrypter_test.cc62 const char* ct; member in struct:__anon9418::TestVector
237 string ct; local
243 ASSERT_TRUE(DecodeHexString(test_vectors[j].ct, &ct));
252 EXPECT_EQ(test_info.pt_len, ct.length() * 8);
270 ASSERT_EQ(ct.length() + tag.length(), encrypted->length());
272 ct.length(), ct.data(), ct.length());
274 "authentication tag", encrypted->data() + ct
[all...]
H A Dchacha20_poly1305_decrypter_test.cc23 const char* ct; member in struct:__anon9423::TestVector
102 string ct; local
107 ASSERT_TRUE(DecodeHexString(test_vectors[i].ct, &ct));
118 StringPiece(aad.length() ? aad.data() : NULL, aad.length()), ct));
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dmqc.c210 mqc->ct = 7;
216 mqc->ct = 8;
224 mqc->ct = 7;
229 mqc->ct = 8;
239 mqc->ct--;
240 if (mqc->ct == 0) {
312 mqc->ct = i & 0x0f;
327 mqc->ct = 8;
331 mqc->ct = 7;
336 mqc->ct
[all...]
H A Draw.h56 OPJ_UINT32 ct; member in struct:opj_raw
/external/chromium_org/net/test/
H A Dct_test_util.cc20 namespace ct { namespace in namespace:net
169 entry->type = ct::LogEntry::LOG_ENTRY_TYPE_X509;
176 entry->type = ct::LogEntry::LOG_ENTRY_TYPE_PRECERT;
202 sct->version = ct::SignedCertificateTimestamp::SCT_VERSION_1;
210 sct->signature.hash_algorithm = ct::DigitallySigned::HASH_ALGO_SHA256;
211 sct->signature.signature_algorithm = ct::DigitallySigned::SIG_ALGO_ECDSA;
219 sct->version = ct::SignedCertificateTimestamp::SCT_VERSION_1;
227 sct->signature.hash_algorithm = ct::DigitallySigned::HASH_ALGO_SHA256;
228 sct->signature.signature_algorithm = ct::DigitallySigned::SIG_ALGO_ECDSA;
270 } // namespace ct
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkImageInfo.h99 static int SkColorTypeBytesPerPixel(SkColorType ct) { argument
112 SkASSERT((size_t)ct < SK_ARRAY_COUNT(gSize));
113 return gSize[ct];
116 static inline size_t SkColorTypeMinRowBytes(SkColorType ct, int width) { argument
117 return width * SkColorTypeBytesPerPixel(ct);
162 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at) { argument
163 return SkImageInfo(width, height, ct, at);
279 SkImageInfo(int width, int height, SkColorType ct, SkAlphaType at) argument
282 , fColorType(ct)
/external/chromium_org/third_party/icu/source/i18n/
H A Dregextxt.cpp18 uregex_utext_unescape_charAt(int32_t offset, void *ct) { argument
19 struct URegexUTextUnescapeCharContext *context = (struct URegexUTextUnescapeCharContext *)ct;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_prob.c50 const unsigned int ct[2] = { left_count, right_count }; local
51 probs[i >> 1] = merge_probs(pre_probs[i >> 1], ct,
/external/clang/test/CodeGenCXX/
H A Dinline-functions.cpp47 ClassTemplate<C> ct; local
48 ct.g();
/external/icu/icu4c/source/i18n/
H A Dregextxt.cpp18 uregex_utext_unescape_charAt(int32_t offset, void *ct) { argument
19 struct URegexUTextUnescapeCharContext *context = (struct URegexUTextUnescapeCharContext *)ct;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_prob.c50 const unsigned int ct[2] = { left_count, right_count }; local
51 probs[i >> 1] = merge_probs(pre_probs[i >> 1], ct,
/external/libnl/include/netlink/cli/
H A Dct.h2 * netlink/cli/ct.h CLI Conntrack Helper
15 #include <netlink/netfilter/ct.h>
/external/chromium_org/third_party/skia/bench/
H A DPremulAndUnpremulAlphaOpsBench.cpp22 PremulAndUnpremulAlphaOpsBench(SkColorType ct) { argument
23 fColorType = ct;
24 fName.printf("premul_and_unpremul_alpha_%s", sk_tool_utils::colortype_name(ct));
H A DWritePixelsBench.cpp14 WritePixelsBench(SkColorType ct, SkAlphaType at) argument
15 : fColorType(ct)
19 switch (ct) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_subexp.c120 int vp9_prob_diff_update_savings_search(const unsigned int *ct, argument
123 const int old_b = cost_branch256(ct, oldp);
129 const int new_b = cost_branch256(ct, newp);
141 int vp9_prob_diff_update_savings_search_model(const unsigned int *ct, argument
151 old_b += cost_branch256(ct + 2 * i, oldplist[i]);
152 old_b += cost_branch256(ct + 2 * PIVOT_NODE, oldplist[PIVOT_NODE]);
165 new_b += cost_branch256(ct + 2 * i, newplist[i]);
166 new_b += cost_branch256(ct + 2 * PIVOT_NODE, newplist[PIVOT_NODE]);
180 const unsigned int ct[2]) {
182 vp9_prob newp = get_binary_prob(ct[
179 vp9_cond_prob_diff_update(vp9_writer *w, vp9_prob *oldp, const unsigned int ct[2]) argument
[all...]
/external/skia/bench/
H A DPremulAndUnpremulAlphaOpsBench.cpp22 PremulAndUnpremulAlphaOpsBench(SkColorType ct) { argument
23 fColorType = ct;
24 fName.printf("premul_and_unpremul_alpha_%s", sk_tool_utils::colortype_name(ct));
H A DWritePixelsBench.cpp14 WritePixelsBench(SkColorType ct, SkAlphaType at) argument
15 : fColorType(ct)
19 switch (ct) {

Completed in 791 milliseconds

1234567891011>>