Searched refs:out_off (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesni-x86.pl | 1866 my ($key_off,$rounds_off,$out_off,$end_off,$esp_off)=map(16*7+4*$_,(0..4)); 1894 &mov (&DWP($out_off,"esp"),$out); 2015 &mov ($out,&DWP($out_off,"esp")); 2110 &mov ($out,&DWP($out_off,"esp")); 2141 &mov ($out,&DWP($out_off,"esp")); 2175 &mov ($out,&DWP($out_off,"esp")); 2213 &mov ($out,&DWP($out_off,"esp")); 2262 &mov ($out,&DWP($out_off,"esp")); 2321 &mov (&DWP($out_off,"esp"),$out); 2435 &mov ($out,&DWP($out_off,"es [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aesni-x86.pl | 1866 my ($key_off,$rounds_off,$out_off,$end_off,$esp_off)=map(16*7+4*$_,(0..4)); 1894 &mov (&DWP($out_off,"esp"),$out); 2015 &mov ($out,&DWP($out_off,"esp")); 2110 &mov ($out,&DWP($out_off,"esp")); 2141 &mov ($out,&DWP($out_off,"esp")); 2175 &mov ($out,&DWP($out_off,"esp")); 2213 &mov ($out,&DWP($out_off,"esp")); 2262 &mov ($out,&DWP($out_off,"esp")); 2321 &mov (&DWP($out_off,"esp"),$out); 2435 &mov ($out,&DWP($out_off,"es [all...] |
/third_party/node/src/ |
H A D | node_zlib.cc | 296 // write(flush, in, in_off, in_len, out, out_off, out_len) 303 uint32_t in_off, in_len, out_off, out_len, flush; in Write() local 336 if (!args[5]->Uint32Value(context).To(&out_off)) return; in Write() 338 CHECK(Buffer::IsWithinBounds(out_off, out_len, Buffer::Length(out_buf))); in Write() 339 out = Buffer::Data(out_buf) + out_off; in Write()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_stereo3d.c | 630 static void interleave_cols_to_any(Stereo3DContext *s, int *out_off, int p, AVFrame *in, AVFrame *out, int d) in interleave_cols_to_any() argument 636 uint8_t *dst = out->data[p] + out_off[p] + y * out->linesize[p] * s->out.row_step; in interleave_cols_to_any()
|
Completed in 9 milliseconds