Searched refs:new_n (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_int64.c | 570 nir_ssa_def *new_n = nir_isub(b, n, d_shift); in lower_udiv64_mod64() local 580 n = nir_bcsel(b, cond, new_n, n); in lower_udiv64_mod64()
|
/third_party/ffmpeg/fftools/ |
H A D | ffprobe.c | 1928 #define REALLOCZ_ARRAY_STREAM(ptr, cur_n, new_n) \ 1930 ret = av_reallocp_array(&(ptr), (new_n), sizeof(*(ptr))); \ 1933 memset( (ptr) + (cur_n), 0, ((new_n) - (cur_n)) * sizeof(*(ptr)) ); \
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers-containers_test.cc | 618 void set_n(int new_n) { n_ = new_n; } in set_n() argument
|
Completed in 17 milliseconds