Searched refs:out_off (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/crypto/aes/asm/ |
D | aesni-x86.pl | 1859 my ($key_off,$rounds_off,$out_off,$end_off,$esp_off)=map(16*7+4*$_,(0..4)); 1887 &mov (&DWP($out_off,"esp"),$out); 2008 &mov ($out,&DWP($out_off,"esp")); 2103 &mov ($out,&DWP($out_off,"esp")); 2134 &mov ($out,&DWP($out_off,"esp")); 2168 &mov ($out,&DWP($out_off,"esp")); 2206 &mov ($out,&DWP($out_off,"esp")); 2255 &mov ($out,&DWP($out_off,"esp")); 2314 &mov (&DWP($out_off,"esp"),$out); 2428 &mov ($out,&DWP($out_off,"esp")); [all …]
|
/third_party/node/src/ |
D | node_zlib.cc | 296 uint32_t in_off, in_len, out_off, out_len, flush; in Write() local 329 if (!args[5]->Uint32Value(context).To(&out_off)) return; in Write() 331 CHECK(Buffer::IsWithinBounds(out_off, out_len, Buffer::Length(out_buf))); in Write() 332 out = Buffer::Data(out_buf) + out_off; in Write()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_stereo3d.c | 633 static void interleave_cols_to_any(Stereo3DContext *s, int *out_off, int p, AVFrame *in, AVFrame *o… in interleave_cols_to_any() argument 639 uint8_t *dst = out->data[p] + out_off[p] + y * out->linesize[p] * s->out.row_step; in interleave_cols_to_any()
|