Home
last modified time | relevance | path

Searched refs:nbr (Results 1 - 6 of 6) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dir.c12 int nbr = 0; in nbr_phi_operands() local
20 nbr++; in nbr_phi_operands()
23 return nbr; in nbr_phi_operands()
H A Dssa.c22 int nbr; in is_promotable() local
38 nbr = 0; in is_promotable()
50 if (nbr++) in is_promotable()
H A Dsimplify.c89 static int get_phisources(struct instruction *sources[], int nbr, struct instruction *insn) in get_phisources() argument
99 if (i >= nbr) in get_phisources()
105 return i - nbr; in get_phisources()
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dfunction-attribute.c16 int nbr = funi(val); in foo() local
/third_party/python/Objects/
H A Dcomplexobject.c902 PyNumberMethods *nbr, *nbi = NULL; in complex_new_impl() local
947 nbr = Py_TYPE(r)->tp_as_number; in complex_new_impl()
948 if (nbr == NULL || in complex_new_impl()
949 (nbr->nb_float == NULL && nbr->nb_index == NULL && !PyComplex_Check(r))) in complex_new_impl()
/third_party/ffmpeg/libavfilter/
H A Dvf_varblur.c179 stype nbr = ptr[(y + nb) * ptr_linesize + x + nr]; \
183 stype n0 = (nbr + ntl - nbl - ntr) / ndiv; \

Completed in 8 milliseconds