Home
last modified time | relevance | path

Searched refs:end0 (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Daesni-gcm-x86_64.pl87 ($counter,$rounds,$ret,$const,$in0,$end0)=("%ebx","%ebp","%r10","%r11","%r14","%r15");
125 cmp $in0,$end0
458 mov \$0xf80,$end0 # borrow $end0
467 and $end0,$in0
468 and %rsp,$end0
469 sub $in0,$end0
471 cmp \$768,$end0
473 sub $end0,%rsp # avoid aliasing with key
479 lea -0xc0($inp,$len),$end0
[all...]
/third_party/openssl/crypto/modes/asm/
H A Daesni-gcm-x86_64.pl87 ($counter,$rounds,$ret,$const,$in0,$end0)=("%ebx","%ebp","%r10","%r11","%r14","%r15");
125 cmp $in0,$end0
458 mov \$0xf80,$end0 # borrow $end0
467 and $end0,$in0
468 and %rsp,$end0
469 sub $in0,$end0
471 cmp \$768,$end0
473 sub $end0,%rsp # avoid aliasing with key
479 lea -0xc0($inp,$len),$end0
[all...]
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_exec.c176 bool *end0, bool begin1, bool end1) in vbo_merge_draws()
248 *end0 = end1; in vbo_merge_draws()
171 vbo_merge_draws(struct gl_context *ctx, bool in_dlist, GLubyte mode0, GLubyte mode1, unsigned start0, unsigned start1, unsigned *count0, unsigned count1, unsigned basevertex0, unsigned basevertex1, bool *end0, bool begin1, bool end1) vbo_merge_draws() argument
H A Dvbo_private.h197 bool *end0, bool begin1, bool end1);
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftoutln.c347 FT_Int end0, end; in FT_EXPORT_DEF() local
359 end0 = end = -1; in FT_EXPORT_DEF()
365 if ( end <= end0 || end >= n_points ) in FT_EXPORT_DEF()
368 end0 = end; in FT_EXPORT_DEF()
/test/testfwk/arkxtest/uitest/core/
H A Dfrontend_api_handler.cpp443 auto end0 = FRONTEND_CLASS_DEFS.end(); in CheckCallArgType() local
446 auto find0 = find_if(begin0, end0, [&expect](const FrontEndClassDef *def) { return def->name_ == expect; }); in CheckCallArgType()
460 } else if (find0 != end0) { in CheckCallArgType()

Completed in 6 milliseconds