/third_party/openssl/crypto/rc4/ |
D | rc4_enc.c | 22 unsigned char *outdata) in RC4() argument 43 LOOP(indata[0], outdata[0]); in RC4() 44 LOOP(indata[1], outdata[1]); in RC4() 45 LOOP(indata[2], outdata[2]); in RC4() 46 LOOP(indata[3], outdata[3]); in RC4() 47 LOOP(indata[4], outdata[4]); in RC4() 48 LOOP(indata[5], outdata[5]); in RC4() 49 LOOP(indata[6], outdata[6]); in RC4() 50 LOOP(indata[7], outdata[7]); in RC4() 52 outdata += 8; in RC4() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpvrawpay.c | 350 guint8 *outdata, *headers; in gst_rtp_vraw_pay_handle_buffer() local 372 outdata = gst_rtp_buffer_get_payload (&rtp); in gst_rtp_vraw_pay_handle_buffer() 396 *outdata++ = 0; in gst_rtp_vraw_pay_handle_buffer() 397 *outdata++ = 0; in gst_rtp_vraw_pay_handle_buffer() 401 headers = outdata; in gst_rtp_vraw_pay_handle_buffer() 434 *outdata++ = (length >> 8) & 0xff; in gst_rtp_vraw_pay_handle_buffer() 435 *outdata++ = length & 0xff; in gst_rtp_vraw_pay_handle_buffer() 438 *outdata++ = ((line >> 8) & 0x7f) | ((field << 7) & 0x80); in gst_rtp_vraw_pay_handle_buffer() 439 *outdata++ = line & 0xff; in gst_rtp_vraw_pay_handle_buffer() 450 *outdata++ = ((offset >> 8) & 0x7f) | cont; in gst_rtp_vraw_pay_handle_buffer() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | qdrw.c | 77 uint8_t *outdata = p->data[0]; in decode_rle_bpp2() local 82 uint8_t *out = outdata; in decode_rle_bpp2() 124 outdata += p->linesize[0]; in decode_rle_bpp2() 132 uint8_t *outdata = p->data[0]; in decode_rle_bpp4() local 137 uint8_t *out = outdata; in decode_rle_bpp4() 168 outdata += p->linesize[0]; in decode_rle_bpp4() 176 uint8_t *outdata = p->data[0]; in decode_rle16() local 181 uint16_t *out = (uint16_t *)outdata; in decode_rle16() 211 outdata += p->linesize[0]; in decode_rle16() 221 uint8_t *outdata = p->data[0]; in decode_rle() local [all …]
|
D | frame_thread_encoder.c | 39 void *outdata; member 104 c->finished_tasks[task.index].outdata = pkt; pkt = NULL; in worker() 269 if (c->finished_tasks[i].outdata != NULL) { in ff_frame_thread_encoder_free() 270 AVPacket *pkt = c->finished_tasks[i].outdata; in ff_frame_thread_encoder_free() 272 c->finished_tasks[i].outdata = NULL; in ff_frame_thread_encoder_free() 314 (frame && !c->finished_tasks[c->finished_task_index].outdata && in ff_thread_video_encode_frame() 320 while (!c->finished_tasks[c->finished_task_index].outdata) { in ff_thread_video_encode_frame() 324 *pkt = *(AVPacket*)(task.outdata); in ff_thread_video_encode_frame() 327 av_freep(&c->finished_tasks[c->finished_task_index].outdata); in ff_thread_video_encode_frame()
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/comp/ |
D | composite-array-initialization.comp | 18 Data outdata[]; 24 … _53.outdata[gl_WorkGroupID.x].a = _25[gl_LocalInvocationID.x].a + data2[gl_LocalInvocationID.x].a; 25 … _53.outdata[gl_WorkGroupID.x].b = _25[gl_LocalInvocationID.x].b + data2[gl_LocalInvocationID.x].b;
|
/third_party/curl/lib/vauth/ |
D | krb5_gssapi.c | 193 unsigned int outdata = 0; in Curl_auth_create_gssapi_security_message() local 269 messagelen = sizeof(outdata) + username_token.length + 1; in Curl_auth_create_gssapi_security_message() 281 outdata = htonl(max_size) | sec_layer; in Curl_auth_create_gssapi_security_message() 282 memcpy(message, &outdata, sizeof(outdata)); in Curl_auth_create_gssapi_security_message() 283 memcpy(message + sizeof(outdata), username_token.value, in Curl_auth_create_gssapi_security_message()
|
D | krb5_sspi.c | 264 unsigned long outdata = 0; in Curl_auth_create_gssapi_security_message() local 363 messagelen = sizeof(outdata) + strlen(user_name) + 1; in Curl_auth_create_gssapi_security_message() 377 outdata = htonl(max_size) | sec_layer; in Curl_auth_create_gssapi_security_message() 378 memcpy(message, &outdata, sizeof(outdata)); in Curl_auth_create_gssapi_security_message() 379 strcpy((char *) message + sizeof(outdata), user_name); in Curl_auth_create_gssapi_security_message()
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/comp/ |
D | composite-array-initialization.comp | 17 Data outdata[]; 35 _53.outdata[gl_WorkGroupID.x].a = _73.a; 36 _53.outdata[gl_WorkGroupID.x].b = _73.b;
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | napcommon.h | 352 BYTE **outdata, 411 BYTE **outdata, 435 …nt,inData,outbCount,outdata,fConfigChanged) (This)->lpVtbl->InvokeUIFromConfigBlob(This,hwndParent… 467 …is,HWND hwndParent,UINT16 inbCount,BYTE *inData,UINT16 *outbCount,BYTE **outdata,WINBOOL *fConfigC… 468 …return This->lpVtbl->InvokeUIFromConfigBlob(This,hwndParent,inbCount,inData,outbCount,outdata,fCon… 501 BYTE **outdata) = 0; 564 BYTE **outdata, 583 BYTE **outdata); 612 …nt,inData,outbCount,outdata,fConfigChanged) (This)->lpVtbl->InvokeUIFromConfigBlob(This,hwndParent… 617 …nfig3_GetConfigFromID(This,configID,count,outdata) (This)->lpVtbl->GetConfigFromID(This,configID,c… [all …]
|
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/comp/ |
D | num-workgroups-alone.comp | 6 uvec3 outdata; 11 outdata = gl_NumWorkGroups;
|
D | num-workgroups-with-builtins.comp | 6 uvec3 outdata; 11 outdata = gl_NumWorkGroups + gl_WorkGroupID;
|
D | composite-array-initialization.comp | 12 Data outdata[]; 28 outdata[gl_WorkGroupID.x] = combine(data[gl_LocalInvocationID.x], data2[gl_LocalInvocationID.x]);
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfd10.c | 104 guint8 *outdata; in mxf_d10_sound_handle_essence_element() local 135 outdata = outmap.data; in mxf_d10_sound_handle_essence_element() 149 GST_WRITE_UINT16_LE (outdata, in); in mxf_d10_sound_handle_essence_element() 152 GST_WRITE_UINT24_LE (outdata, in); in mxf_d10_sound_handle_essence_element() 155 outdata += data->width; in mxf_d10_sound_handle_essence_element()
|
D | mxfup.c | 176 guint8 *indata, *outdata; in mxf_up_handle_essence_element() local 184 outdata = outmap.data; in mxf_up_handle_essence_element() 187 memcpy (outdata, indata, data->width * data->bpp); in mxf_up_handle_essence_element() 188 outdata += GST_ROUND_UP_4 (data->width * data->bpp); in mxf_up_handle_essence_element() 426 guint8 *indata, *outdata; in mxf_up_write_func() local 432 outdata = outmap.data; in mxf_up_write_func() 435 memcpy (outdata, indata, data->width * data->bpp); in mxf_up_write_func() 437 outdata += data->width * data->bpp; in mxf_up_write_func()
|
/third_party/ffmpeg/libavformat/ |
D | crypto.c | 39 int indata, indata_used, outdata; member 188 if (c->outdata > 0) { in crypto_read() 189 size = FFMIN(size, c->outdata); in crypto_read() 192 c->outdata -= size; in crypto_read() 216 c->outdata = BLOCKSIZE * blocks; in crypto_read() 227 int padding = c->outbuffer[c->outdata - 1]; in crypto_read() 228 c->outdata -= padding; in crypto_read() 276 c->outdata = 0; in crypto_seek()
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
D | xmltest.sh | 87 read outdata < outfile 88 if test "$outdata" = "" ; then 99 echo "In $reldir: $outdata"
|
/third_party/expat/tests/ |
D | xmltest.sh | 87 read outdata < outfile 88 if test "$outdata" = "" ; then 99 echo "In $reldir: $outdata"
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/comp/ |
D | image-atomic-automatic-bindings.argument.msl2.comp | 9 vec4 outdata; 15 outdata = textureLod(uTexture, vec2(gl_GlobalInvocationID.xy), 0.0) + float(ret);
|
D | image-atomic-automatic-bindings.comp | 9 vec4 outdata; 15 outdata = textureLod(uTexture, vec2(gl_GlobalInvocationID.xy), 0.0) + float(ret);
|
D | composite-array-initialization.force-native-array.comp | 12 Data outdata[]; 27 outdata[gl_WorkGroupID.x] = combine(data[gl_LocalInvocationID.x], data2[gl_LocalInvocationID.x]);
|
D | composite-array-initialization.comp | 12 Data outdata[]; 27 outdata[gl_WorkGroupID.x] = combine(data[gl_LocalInvocationID.x], data2[gl_LocalInvocationID.x]);
|
/third_party/skia/third_party/externals/spirv-cross/shaders/comp/ |
D | composite-array-initialization.comp | 13 Data outdata[]; 28 outdata[gl_WorkGroupID.x] = combine(data[gl_LocalInvocationID.x], data2[gl_LocalInvocationID.x]);
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/comp/ |
D | composite-array-initialization.comp | 64 Data_1 outdata[1]; 76 … _53.outdata[gl_WorkGroupID.x].a = _25[gl_LocalInvocationID.x].a + data2[gl_LocalInvocationID.x].a; 77 … _53.outdata[gl_WorkGroupID.x].b = _25[gl_LocalInvocationID.x].b + data2[gl_LocalInvocationID.x].b;
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/comp/ |
D | composite-array-initialization.comp | 64 Data_1 outdata[1]; 86 _53.outdata[gl_WorkGroupID.x].a = _73.a; 87 _53.outdata[gl_WorkGroupID.x].b = _73.b;
|
/third_party/gstreamer/gstplugins_bad/gst/pnm/ |
D | gstpnmdec.c | 245 guint8 *outdata; in gst_pnmdec_parse_ascii() local 259 outdata = map.data + s->current_size; in gst_pnmdec_parse_ascii() 282 GST_WRITE_UINT16_BE (outdata + i, s->last_val); in gst_pnmdec_parse_ascii() 284 GST_WRITE_UINT16_LE (outdata + i, s->last_val); in gst_pnmdec_parse_ascii() 287 outdata[i++] = s->last_val; in gst_pnmdec_parse_ascii() 311 GST_WRITE_UINT16_BE (outdata + i, scanner->value.v_int); in gst_pnmdec_parse_ascii() 313 GST_WRITE_UINT16_LE (outdata + i, scanner->value.v_int); in gst_pnmdec_parse_ascii() 323 outdata[i++] = scanner->value.v_int; in gst_pnmdec_parse_ascii()
|