Searched refs:add_sz (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/aarch64/ |
D | vp9lpf_neon.S | 54 .macro add_sz dst1, dst2, in1, in2, in3, in4, sz macro 348 add_sz v0.8h, v1.8h, \tmp1\().8h, \tmp2\().8h, \tmp1\().8h, \tmp2\().8h, \sz 351 add_sz v0.8h, v1.8h, v0.8h, v1.8h, \tmp5\().8h, \tmp6\().8h, \sz 356 add_sz v0.8h, v1.8h, v0.8h, v1.8h, \tmp3\().8h, \tmp4\().8h, \sz 361 add_sz v0.8h, v1.8h, v0.8h, v1.8h, \tmp7\().8h, \tmp8\().8h, \sz 367 add_sz v0.8h, v1.8h, v0.8h, v1.8h, \tmp3\().8h, \tmp4\().8h, \sz 373 add_sz v0.8h, v1.8h, v0.8h, v1.8h, \tmp7\().8h, \tmp8\().8h, \sz 377 add_sz v0.8h, v1.8h, v0.8h, v1.8h, \tmp3\().8h, \tmp4\().8h, \sz 426 add_sz v0.8h, v1.8h, v0.8h, v1.8h, v8.8h, v9.8h, \sz 429 add_sz v0.8h, v1.8h, v0.8h, v1.8h, v10.8h, v11.8h, \sz [all …]
|
/third_party/libbpf/src/ |
D | strset.c | 104 static void *strset_add_str_mem(struct strset *set, size_t add_sz) in strset_add_str_mem() argument 107 set->strs_data_len, set->strs_data_max_len, add_sz); in strset_add_str_mem()
|
D | btf.c | 1653 static void *btf_add_type_mem(struct btf *btf, size_t add_sz) argument 1656 btf->hdr->type_len, UINT_MAX, add_sz);
|
/third_party/python/Objects/ |
D | unicodeobject.c | 10462 size_t add_sz; in _PyUnicode_JoinArray() local 10473 add_sz = PyUnicode_GET_LENGTH(item); in _PyUnicode_JoinArray() 10477 add_sz += seplen; in _PyUnicode_JoinArray() 10479 if (add_sz > (size_t)(PY_SSIZE_T_MAX - sz)) { in _PyUnicode_JoinArray() 10484 sz += add_sz; in _PyUnicode_JoinArray()
|