Searched defs:ct (Results 101 - 125 of 139) sorted by relevance

123456

/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dtlsv1_client.c137 u8 *msg = NULL, *in_msg, *in_pos, *in_end, alert, ct; local
166 ct = pos[0];
175 if (tlsv1_client_process_handshake(conn, ct, in_pos,
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_client.c145 u8 *msg = NULL, *in_msg = NULL, *in_pos, *in_end, alert, ct; local
211 ct = pos[0];
220 if (tlsv1_client_process_handshake(conn, ct, in_pos,
312 u8 alert, *out_pos, ct; local
335 ct = pos[0];
367 if (ct == TLS_CONTENT_TYPE_ALERT) {
386 if (ct != TLS_CONTENT_TYPE_APPLICATION_DATA) {
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_client.c145 u8 *msg = NULL, *in_msg = NULL, *in_pos, *in_end, alert, ct; local
211 ct = pos[0];
220 if (tlsv1_client_process_handshake(conn, ct, in_pos,
312 u8 alert, *out_pos, ct; local
335 ct = pos[0];
367 if (ct == TLS_CONTENT_TYPE_ALERT) {
386 if (ct != TLS_CONTENT_TYPE_APPLICATION_DATA) {
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_client.c145 u8 *msg = NULL, *in_msg = NULL, *in_pos, *in_end, alert, ct; local
211 ct = pos[0];
220 if (tlsv1_client_process_handshake(conn, ct, in_pos,
312 u8 alert, *out_pos, ct; local
335 ct = pos[0];
367 if (ct == TLS_CONTENT_TYPE_ALERT) {
386 if (ct != TLS_CONTENT_TYPE_APPLICATION_DATA) {
/external/dropbear/libtomcrypt/src/ciphers/twofish/
H A Dtwofish.c468 @param ct The output ciphertext (16 bytes)
473 static int _twofish_ecb_encrypt(const unsigned char *pt, unsigned char *ct, symmetric_key *skey) argument
475 int twofish_ecb_encrypt(const unsigned char *pt, unsigned char *ct, symmetric_key *skey)
485 LTC_ARGCHK(ct != NULL);
523 STORE32L(ta,&ct[0]); STORE32L(tb,&ct[4]);
524 STORE32L(tc,&ct[8]); STORE32L(td,&ct[12]);
530 int twofish_ecb_encrypt(const unsigned char *pt, unsigned char *ct, symmetric_key *skey) argument
532 int err = _twofish_ecb_encrypt(pt, ct, ske
546 _twofish_ecb_decrypt(const unsigned char *ct, unsigned char *pt, symmetric_key *skey) argument
605 twofish_ecb_decrypt(const unsigned char *ct, unsigned char *pt, symmetric_key *skey) argument
[all...]
/external/kernel-headers/original/asm-mips/xtalk/
H A Dxwidget.h128 unsigned ct:1; member in struct:__anon6711
/external/skia/samplecode/
H A DSamplePatch.cpp134 int ct = ScalarTo255(t); local
135 return SkColorSetARGB(0xFF, cs, 0, 0) + SkColorSetARGB(0, 0, ct, 0);
/external/srec/srec/EventLog/src/
H A DEventLogImpl.c161 struct tm *ct, ct_r; local
239 ct = localtime_r(&timestamp.secs, &ct_r);
241 ct->tm_year + 1900, ct->tm_mon + 1, ct->tm_mday, ct->tm_hour,
242 ct->tm_min, ct->tm_sec);
455 struct tm *ct, ct_r; local
470 ct
[all...]
/external/stlport/src/
H A Dlocale_impl.cpp163 locale::facet* ct = 0; local
179 ct = new ctype_byname<char>(__lct);
186 _STLP_UNWIND(delete ct);
209 _STLP_UNWIND(delete cvt; delete ct);
212 this->insert(ct, ctype<char>::id);
H A Dnum_get_float.cpp83 _Initialize_get_float( const ctype<wchar_t>& ct, argument
88 Plus = ct.widen('+');
89 Minus = ct.widen('-');
90 pow_e = ct.widen('e');
91 pow_E = ct.widen('E');
92 ct.widen(ndigits + 0, ndigits + 10, digits);
H A Dnum_put_float.cpp875 const ctype<wchar_t>& ct, wchar_t dot, bool __check_dot) {
882 out += ct.widen(*str_ite++);
890 out += ct.widen(*str_ite);
897 out += ct.widen(*str_ite);
874 __convert_float_buffer( __iostring const& str, __iowstring &out, const ctype<wchar_t>& ct, wchar_t dot, bool __check_dot) argument
/external/icu4c/i18n/
H A Dtranslit.cpp1161 const CompoundTransliterator* ct = dynamic_cast<const CompoundTransliterator*>(this); local
1162 return ct != NULL ? ct->getCount() : 0;
/external/libvpx/vp8/encoder/
H A Dbitstream.c975 int ct[4]; local
977 vp8_find_near_mvs(xd, m, &n1, &n2, &best_mv, ct, rf, cpi->common.ref_frame_sign_bias);
978 vp8_mv_ref_probs(mv_ref_p, ct);
981 accum_mv_refs(mode, ct);
1209 const unsigned int *ct = cpi->frame_branch_ct [i][j][k][t]; local
1215 const int old_b = vp8_cost_branch(ct, old);
1216 const int new_b = vp8_cost_branch(ct, newp);
1277 const unsigned int *ct = cpi->frame_branch_ct [i][j][k][t]; local
1284 const int old_b = vp8_cost_branch(ct, old);
1285 const int new_b = vp8_cost_branch(ct, new
[all...]
H A Dmcomp.c1610 void accum_mv_refs(MB_PREDICTION_MODE m, const int ct[4]) argument
1614 ++mv_ref_ct [ct[0]] [0] [0];
1619 ++mv_ref_ct [ct[0]] [0] [1];
1624 ++mv_ref_ct [ct[1]] [1] [0];
1629 ++mv_ref_ct [ct[1]] [1] [1];
1634 ++mv_ref_ct [ct[2]] [2] [0];
1639 ++mv_ref_ct [ct[2]] [2] [1];
1644 ++mv_ref_ct [ct[3]] [3] [0];
1649 ++mv_ref_ct [ct[3]] [3] [1];
/external/qemu/
H A Dqemu-io.c1698 const cmdinfo_t *ct)
1700 if (ct->flags & CMD_FLAG_GLOBAL)
1702 if (!(ct->flags & CMD_NOFILE_OK) && !bs) {
1697 init_check_command( const cmdinfo_t *ct) argument
/external/qemu/tcg/x86_64/
H A Dtcg-target.c113 static int target_parse_constraint(TCGArgConstraint *ct, const char **pct_str) argument
120 ct->ct |= TCG_CT_REG;
121 tcg_regset_set_reg(ct->u.regs, TCG_REG_RAX);
124 ct->ct |= TCG_CT_REG;
125 tcg_regset_set_reg(ct->u.regs, TCG_REG_RBX);
128 ct->ct |= TCG_CT_REG;
129 tcg_regset_set_reg(ct
175 int ct; local
[all...]
/external/skia/src/core/
H A DSkBitmap.cpp1270 SkColorTable* ct = src.getColorTable(); local
1271 if (ct) {
1272 const SkPMColor* SK_RESTRICT table = ct->lockColors();
1281 ct->unlockColors(false);
H A DSkPaint.cpp298 void SkPaint::setStrokeCap(Cap ct) { argument
299 if ((unsigned)ct < kCapCount) {
300 GEN_ID_INC_EVAL((unsigned)ct != fCapType);
301 fCapType = SkToU8(ct);
304 SkDebugf("SkPaint::setStrokeCap(%d) out of range\n", ct);
/external/skia/src/images/
H A DSkImageDecoder_libpng.cpp1140 SkColorTable* ct = bitmap.getColorTable(); local
1141 int numTrans = pack_palette(ct, paletteColors, trans, hasAlpha);
1142 png_set_PLTE(png_ptr, info_ptr, paletteColors, ct->count());
/external/qemu/tcg/arm/
H A Dtcg-target.c155 static int target_parse_constraint(TCGArgConstraint *ct, const char **pct_str) argument
162 ct->ct |= TCG_CT_CONST_ARM;
166 ct->ct |= TCG_CT_REG;
167 tcg_regset_set32(ct->u.regs, 0, (1 << TCG_TARGET_NB_REGS) - 1);
172 ct->ct |= TCG_CT_REG;
173 tcg_regset_set32(ct->u.regs, 0, (1 << TCG_TARGET_NB_REGS) - 1);
177 tcg_regset_reset_reg(ct
270 int ct; local
[all...]
/external/qemu/tcg/hppa/
H A Dtcg-target.c185 static int target_parse_constraint(TCGArgConstraint *ct, const char **pct_str) argument
192 ct->ct |= TCG_CT_REG;
193 tcg_regset_set32(ct->u.regs, 0, 0xffffffff);
196 ct->ct |= TCG_CT_REG;
197 tcg_regset_set32(ct->u.regs, 0, 0xffffffff);
198 tcg_regset_reset_reg(ct->u.regs, TCG_REG_R26);
199 tcg_regset_reset_reg(ct->u.regs, TCG_REG_R25);
200 tcg_regset_reset_reg(ct
233 int ct = arg_ct->ct; local
[all...]
/external/qemu/tcg/i386/
H A Dtcg-target.c131 static int target_parse_constraint(TCGArgConstraint *ct, const char **pct_str) argument
138 ct->ct |= TCG_CT_REG;
139 tcg_regset_set_reg(ct->u.regs, TCG_REG_EAX);
142 ct->ct |= TCG_CT_REG;
143 tcg_regset_set_reg(ct->u.regs, TCG_REG_EBX);
146 ct->ct |= TCG_CT_REG;
147 tcg_regset_set_reg(ct
211 int ct = arg_ct->ct; local
[all...]
/external/qemu/tcg/ppc/
H A Dtcg-target.c228 static int target_parse_constraint(TCGArgConstraint *ct, const char **pct_str) argument
235 ct->ct |= TCG_CT_REG;
236 tcg_regset_set_reg(ct->u.regs, 3 + ct_str[0] - 'A');
239 ct->ct |= TCG_CT_REG;
240 tcg_regset_set32(ct->u.regs, 0, 0xffffffff);
244 ct->ct |= TCG_CT_REG;
245 tcg_regset_set32(ct
292 int ct; local
[all...]
/external/qemu/tcg/ppc64/
H A Dtcg-target.c219 static int target_parse_constraint (TCGArgConstraint *ct, const char **pct_str) argument
226 ct->ct |= TCG_CT_REG;
227 tcg_regset_set_reg (ct->u.regs, 3 + ct_str[0] - 'A');
230 ct->ct |= TCG_CT_REG;
231 tcg_regset_set32 (ct->u.regs, 0, 0xffffffff);
234 ct->ct |= TCG_CT_REG;
235 tcg_regset_set32 (ct
265 int ct; local
[all...]
/external/qemu/tcg/sparc/
H A Dtcg-target.c139 static int target_parse_constraint(TCGArgConstraint *ct, const char **pct_str) argument
146 ct->ct |= TCG_CT_REG;
147 tcg_regset_set32(ct->u.regs, 0, 0xffffffff);
150 ct->ct |= TCG_CT_REG;
151 tcg_regset_set32(ct->u.regs, 0, 0xffffffff);
153 tcg_regset_reset_reg(ct->u.regs, TCG_REG_O0);
154 tcg_regset_reset_reg(ct->u.regs, TCG_REG_O1);
155 tcg_regset_reset_reg(ct
175 int ct; local
[all...]

Completed in 5168 milliseconds

123456