Searched refs:add_sz (Results 1 - 4 of 4) sorted by relevance
/third_party/libbpf/src/ |
H A 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()
|
H A D | btf.c | 1802 static void *btf_add_type_mem(struct btf *btf, size_t add_sz) argument 1805 btf->hdr->type_len, UINT_MAX, add_sz);
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | vp9lpf_neon.S | 54 .macro add_sz dst1, dst2, in1, in2, in3, in4, sz 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 v [all...] |
/third_party/python/Objects/ |
H A D | unicodeobject.c | 10135 size_t add_sz; in _PyUnicode_JoinArray() local 10146 add_sz = PyUnicode_GET_LENGTH(item); in _PyUnicode_JoinArray() 10150 add_sz += seplen; in _PyUnicode_JoinArray() 10152 if (add_sz > (size_t)(PY_SSIZE_T_MAX - sz)) { in _PyUnicode_JoinArray() 10157 sz += add_sz; in _PyUnicode_JoinArray()
|
Completed in 24 milliseconds