HomeSort by relevance Sort by last modified time
    Searched refs:new_num (Results 1 - 4 of 4) sorted by null

  /external/opencv/cvaux/src/
_cvvm.h 273 int* *new_mr, int* new_num);
cvlmeds.cpp 64 int new_num; local
130 done = icvBoltingPoints( ml, mr, num, F, Mj, &new_ml, &new_mr, &new_num );
141 error = icvPoints8( new_ml, new_mr, new_num, F );
489 int num, double *F, double Mj, int **new_ml, int **new_mr, int *new_num )
534 *new_num = length;
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 683 unsigned new_num = 0; local
703 new_num = ibuf->b.b.width0 / 4 * sizeof(float);
705 if (old_num == new_num) {
722 i915->current.num_user_constants[shader] = new_num;
    [all...]
  /art/runtime/mirror/
class.h 1039 SetField32<false>(OFFSET_OF_OBJECT_MEMBER(Class, num_reference_instance_fields_), new_num); local
1067 SetField32<false>(OFFSET_OF_OBJECT_MEMBER(Class, num_reference_static_fields_), new_num); local
    [all...]

Completed in 216 milliseconds