HomeSort by relevance Sort by last modified time
    Searched refs:ct (Results 276 - 300 of 714) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/crypto/cipher/
gcm_test.go 209 ct := aesgcm.Seal(nil, nonce, plaintext, ad)
210 if ctHex := hex.EncodeToString(ct); ctHex != test.result {
215 plaintext2, err := aesgcm.Open(nil, nonce, ct, ad)
228 if _, err := aesgcm.Open(nil, nonce, ct, ad); err == nil {
235 if _, err := aesgcm.Open(nil, nonce, ct, ad); err == nil {
240 ct[0] ^= 0x80
241 if _, err := aesgcm.Open(nil, nonce, ct, ad); err == nil {
244 ct[0] ^= 0x80
  /prebuilts/go/linux-x86/src/crypto/cipher/
gcm_test.go 209 ct := aesgcm.Seal(nil, nonce, plaintext, ad)
210 if ctHex := hex.EncodeToString(ct); ctHex != test.result {
215 plaintext2, err := aesgcm.Open(nil, nonce, ct, ad)
228 if _, err := aesgcm.Open(nil, nonce, ct, ad); err == nil {
235 if _, err := aesgcm.Open(nil, nonce, ct, ad); err == nil {
240 ct[0] ^= 0x80
241 if _, err := aesgcm.Open(nil, nonce, ct, ad); err == nil {
244 ct[0] ^= 0x80
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pstats.py 128 for func, (cc, nc, tt, ct, callers) in self.stats.items():
230 for func, (cc, nc, tt, ct, callers) in self.stats.iteritems():
231 stats_list.append((cc, nc, tt, ct) + func +
250 for func, (cc, nc, tt, ct, callers) in oldstats.iteritems():
261 (cc, nc, tt, ct, newcallers))
263 newstats[newfunc] = (cc, nc, tt, ct, newcallers)
278 for func, (cc, nc, tt, ct, callers) in self.stats.iteritems():
385 cc, nc, tt, ct, callers = self.stats[func]
395 for cc, nc, tt, ct, callers in self.stats.itervalues():
415 nc, cc, tt, ct = valu
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pstats.py 128 for func, (cc, nc, tt, ct, callers) in self.stats.items():
230 for func, (cc, nc, tt, ct, callers) in self.stats.iteritems():
231 stats_list.append((cc, nc, tt, ct) + func +
250 for func, (cc, nc, tt, ct, callers) in oldstats.iteritems():
261 (cc, nc, tt, ct, newcallers))
263 newstats[newfunc] = (cc, nc, tt, ct, newcallers)
278 for func, (cc, nc, tt, ct, callers) in self.stats.iteritems():
385 cc, nc, tt, ct, callers = self.stats[func]
395 for cc, nc, tt, ct, callers in self.stats.itervalues():
415 nc, cc, tt, ct = valu
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicHistogram.cpp 155 for (uint32_t ct=0; ct < (256 * vSize); ct++) {
156 o[ct] = mSums[ct];
158 o[ct] += mSums[ct + (256 * vSize * t)];
rsCpuIntrinsicBlur.cpp 158 extern void rsdIntrinsicBlurVFU4_K(void *dst, const void *pin, int stride, const void *gptr, int rct, int x1, int ct);
159 extern void rsdIntrinsicBlurHFU4_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int ct);
160 extern void rsdIntrinsicBlurHFU1_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int ct);
166 const uchar *ptrIn, int iStride, const float* gPtr, int ct,
174 rsdIntrinsicBlurVFU4_K(out, ptrIn, iStride, gPtr, ct, x1, x1 + t);
186 for (int r = 0; r < ct; r++) {
200 const uchar *ptrIn, int iStride, const float* gPtr, int ct, int x1, int x2) {
210 for (int r = 0; r < ct; r++) {
227 rsdIntrinsicBlurVFU4_K(out, ptrIn, iStride, gPtr, ct, 0, t );
239 for (int r = 0; r < ct; r++)
    [all...]
rsCpuIntrinsicConvolve3x3.cpp 71 for(int ct=0; ct < 9; ct++) {
72 if (mFp[ct] >= 0) {
73 mIp[ct] = (short)(mFp[ct] * 256.f + 0.5f);
75 mIp[ct] = (short)(mFp[ct] * 256.f - 0.5f);
481 for(int ct=0; ct < 9; ct++)
    [all...]
  /external/skia/tests/
BitmapCopyTest.cpp 48 static bool canHaveAlpha(SkColorType ct) {
49 return kRGB_565_SkColorType != ct;
216 SkColorType ct) {
218 if (kIndex_8_SkColorType == ct) {
223 if (kRGBA_F16_SkColorType == ct) {
227 srcOpaque->allocPixels(SkImageInfo::Make(W, H, ct, kOpaque_SkAlphaType, colorSpace),
229 srcPremul->allocPixels(SkImageInfo::Make(W, H, ct, kPremul_SkAlphaType, colorSpace),
409 SkColorTable* ct = nullptr; local
411 ct = init_ctable();
425 SkSafeUnref(ct);
    [all...]
  /frameworks/compile/slang/tests/P_struct_field/
ScriptField_InnerOne.java.expect 202 for (int ct = 0; ct < mItemArray.length; ct++) copyToArray(mItemArray[ct], ct);
ScriptField_InnerTwo.java.expect 189 for (int ct = 0; ct < mItemArray.length; ct++) copyToArray(mItemArray[ct], ct);
  /external/ltp/lib/
parse_opts.c 552 uint64_t ct, end; local
588 ct = get_current_time();
589 end = ct + delay;
590 while (ct < end) {
603 ct = get_current_time();
  /frameworks/native/opengl/tests/gl_perf/
fill_common.cpp 213 for (uint32_t ct=0; ct < passCount; ct++) {
215 glUniform2f(loc, ((float)ct) / passCount, ((float)ct) / 2.f / passCount);
  /libcore/ojluni/src/main/java/java/io/
StreamTokenizer.java 530 byte ct[] = ctype;
555 int ctype = c < 256 ? ct[c] : CT_ALPHA;
577 ctype = c < 256 ? ct[c] : CT_ALPHA;
626 ctype = c < 0 ? CT_WHITESPACE : c < 256 ? ct[c] : CT_ALPHA;
734 if ((ct['/'] & CT_COMMENT) != 0) {
  /frameworks/rs/
rsContext.cpp 122 for (int ct=0; ct < _RS_TIMER_TOTAL; ct++) {
123 mTimers[ct] = 0;
162 for (int ct = 0; ct < _RS_TIMER_TOTAL; ct++) {
163 total += mTimers[ct];
463 RsContextType ct, uint32_t flags,
473 rsc->mContextType = ct;
    [all...]
  /external/libnetfilter_conntrack/qa/
test_api.c 481 struct nf_conntrack *ct, *ct2, *tmp; local
494 ct = nfct_new();
495 if (!ct) {
509 nfct_set_attr(ct, i, data);
524 nfct_set_attr(ct, i, b);
527 nfct_set_attr(ct, i, b2);
530 nfct_set_attr(ct, i, data);
539 nfct_get_attr(ct, i);
555 nfct_set_attr_l(ct, i, data, sizeof(data));
563 nfct_set_attr(ct, i, data)
    [all...]
  /external/elfutils/libdw/
dwarf_getmacros.c 77 unsigned ct = 0; local
80 table->table[table->opcodes[i - 1] = ct++] = op_protos[i - 1];
236 size_t ct = 0; local
239 ++ct;
244 assert (ct < 0xff);
246 size_t macop_table_size = offsetof (Dwarf_Macro_Op_Table, table[ct]);
  /external/iptables/extensions/
libxt_CT.c 14 "CT target options:\n"
28 "CT target options:\n"
236 printf(" CT");
261 printf(" CT");
327 return info->flags & XT_CT_NOTRACK_ALIAS ? "NOTRACK" : "CT";
354 .name = "CT",
357 .userspacesize = offsetof(struct xt_ct_target_info, ct),
366 .name = "CT",
370 .userspacesize = offsetof(struct xt_ct_target_info_v1, ct),
379 .name = "CT",
    [all...]
  /external/javassist/src/main/javassist/
ClassPool.java     [all...]
  /external/skia/bench/
BitmapBench.cpp 87 BitmapBench(SkColorType ct, SkAlphaType at, bool forceUpdate, bool isVolatile, bool doScale)
88 : fColorType(ct)
204 FilterBitmapBench(SkColorType ct, SkAlphaType at,
206 : INHERITED(ct, at, forceUpdate, isVolitile, false)
280 SourceAlphaBitmapBench(SourceAlpha alpha, SkColorType ct,
282 : INHERITED(ct, kPremul_SkAlphaType, forceUpdate, bitmapVolatile, false)
  /external/skia/gm/
image_pict.cpp 131 if (SkColorTable* ct = fBM.getColorTable()) {
133 memcpy(ctable, ct->readColors(), ct->count() * sizeof(SkPMColor));
136 *ctableCount = ct->count();
202 sk_sp<SkColorTable> ct(new SkColorTable(colors, count));
203 bm2.allocPixels(info, nullptr, ct.get());
  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
copy.pass.cpp 88 const T& ct = t; local
92 test_ref<T const&>(ct);
  /external/libnetfilter_conntrack/include/internal/
object.h 25 struct nf_conntrack *ct,
34 struct nf_conntrack *ct,
  /external/skia/samplecode/
SampleTiling.cpp 26 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) {
27 bm->allocPixels(SkImageInfo::Make(w, h, ct, kPremul_SkAlphaType));
  /external/syslinux/gpxe/src/arch/x86/include/bits/
string.h 216 static inline int strncmp(const char * cs,const char * ct,size_t count)
234 :"1" (cs),"2" (ct),"3" (count));
  /external/toolchain-utils/automation/common/
logger.py 86 ct = self.converter(record.created)
87 t = time.strftime('%Y-%m-%d %H:%M:%S', ct)

Completed in 676 milliseconds

<<11121314151617181920>>