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

  /bionic/libc/kernel/uapi/rdma/
mlx5-abi.h 91 __u32 max_num; member in struct:mlx5_ib_cqe_comp_caps
  /external/kernel-headers/original/uapi/rdma/
mlx5-abi.h 135 __u32 max_num; member in struct:mlx5_ib_cqe_comp_caps
  /test/vts/utils/python/mirror/
mirror_object.py 74 max_num = 0
78 if not max_num or key > max_num:
79 max_num = key
80 _function_pointer_id_dict[max_num + 1] = function_pointer
81 id = str(max_num + 1)
  /external/pdfium/core/fpdfapi/render/
cpdf_dibsource.cpp 489 int max_num = pArray->GetIntegerAt(i * 2 + 1); local
491 pCompData[i].m_ColorKeyMax = std::min(max_num, max_data);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 131 unsigned int max_num = (cpi->common.MBs) / 10; local
148 // Only allow this for at most |max_num| blocks per frame.
152 x->mbs_zero_last_dot_suppress < max_num &&
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 9352 unsigned int num, max_num; local
    [all...]

Completed in 2429 milliseconds