/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpklvdepay.c | 178 klv_get_vlen (const guint8 * data, guint data_len, guint64 * v_len, in klv_get_vlen() argument 189 *v_len = first_byte & 0x7f; in klv_get_vlen() 210 *v_len = len; in klv_get_vlen() 221 guint64 v_len; in gst_rtp_klv_depay_process_data() local 237 if (!klv_get_vlen (data, data_len, &v_len, &len_size)) in gst_rtp_klv_depay_process_data() 241 "have %" G_GSIZE_FORMAT " bytes", 16 + len_size + v_len, avail); in gst_rtp_klv_depay_process_data() 243 if (avail < 16 + len_size + v_len) in gst_rtp_klv_depay_process_data() 247 if (avail > 16 + len_size + v_len) in gst_rtp_klv_depay_process_data() 270 (guint) avail, (guint) (16 + len_size + v_len)); in gst_rtp_klv_depay_process_data() 315 guint64 v_len; in gst_rtp_klv_depay_process() local [all …]
|
/third_party/spirv-tools/source/opt/ |
D | convert_to_half_pass.cpp | 65 analysis::Type* ConvertToHalfPass::FloatVectorType(uint32_t v_len, in FloatVectorType() argument 68 analysis::Vector vec_ty(reg_float_ty, v_len); in FloatVectorType() 76 uint32_t v_len = vty_inst->GetSingleWordInOperand(1); in FloatMatrixType() local 77 analysis::Type* reg_vec_ty = FloatVectorType(v_len, width); in FloatMatrixType()
|
D | convert_to_half_pass.h | 62 analysis::Type* FloatVectorType(uint32_t v_len, uint32_t width);
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | convert_to_half_pass.cpp | 65 analysis::Type* ConvertToHalfPass::FloatVectorType(uint32_t v_len, in FloatVectorType() argument 68 analysis::Vector vec_ty(reg_float_ty, v_len); in FloatVectorType() 76 uint32_t v_len = vty_inst->GetSingleWordInOperand(1); in FloatMatrixType() local 77 analysis::Type* reg_vec_ty = FloatVectorType(v_len, width); in FloatMatrixType()
|
D | convert_to_half_pass.h | 62 analysis::Type* FloatVectorType(uint32_t v_len, uint32_t width);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | convert_to_half_pass.cpp | 65 analysis::Type* ConvertToHalfPass::FloatVectorType(uint32_t v_len, in FloatVectorType() argument 68 analysis::Vector vec_ty(reg_float_ty, v_len); in FloatVectorType() 76 uint32_t v_len = vty_inst->GetSingleWordInOperand(1); in FloatMatrixType() local 77 analysis::Type* reg_vec_ty = FloatVectorType(v_len, width); in FloatMatrixType()
|
D | convert_to_half_pass.h | 62 analysis::Type* FloatVectorType(uint32_t v_len, uint32_t width);
|
/third_party/ffmpeg/libavcodec/ |
D | qcelpdec.c | 429 const float *v_len; in do_pitchfilter() local 436 for (v_len = v_in + 40; v_in < v_len; v_in++) { in do_pitchfilter()
|
/third_party/quickjs/ |
D | libunicode.c | 962 uint32_t c, c1, b, n, v, v_len, i, type; in unicode_script() local 1033 v_len = *p++; in unicode_script() 1035 if (v_len != 0) { in unicode_script() 1040 for(i = 0; i < v_len; i++) { in unicode_script() 1048 p += v_len; in unicode_script()
|
D | quickjs.c | 40410 int i, len, v_len, pos, start, stop, ret, inc; in js_string_indexOf() local 40423 v_len = p1->len; in js_string_indexOf() 40425 pos = len - v_len; in js_string_indexOf() 40447 stop = len - v_len; in js_string_indexOf() 40451 if (len >= v_len && inc * (stop - start) >= 0) { in js_string_indexOf() 40453 if (!string_cmp(p, p1, i, 0, v_len)) { in js_string_indexOf() 40478 int i, len, v_len, pos, start, stop, ret; in js_string_includes() local 40497 v_len = p1->len; in js_string_includes() 40503 len -= v_len; in js_string_includes() 40513 pos -= v_len; in js_string_includes() [all …]
|
/third_party/node/deps/brotli/c/dec/ |
D | decode.c | 925 uint8_t* v, uint32_t v_len, BrotliDecoderState* state) { in InverseMoveToFrontTransform() argument 946 for (i = 0; i < v_len; ++i) { in InverseMoveToFrontTransform()
|
/third_party/skia/third_party/externals/brotli/c/dec/ |
D | decode.c | 925 uint8_t* v, uint32_t v_len, BrotliDecoderState* state) { in InverseMoveToFrontTransform() argument 946 for (i = 0; i < v_len; ++i) { in InverseMoveToFrontTransform()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 40606 v_len is of type guint64, but while print the value(16 + len_size + v_len)
|