HomeSort by relevance Sort by last modified time
    Searched refs:max_count (Results 51 - 75 of 99) sorted by null

1 23 4

  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_device.cpp 809 const uint32_t max_count = 10; local
810 char *tokens[max_count] = { NULL };
811 if (!ParseLine(line.c_str(), "=\n", tokens, max_count, &token_count)) {
832 const uint32_t max_count = 10; local
833 char *tokens[max_count] = { NULL };
834 if (!ParseLine(line.c_str(), tokens, max_count, &token_count))
965 const uint32_t max_count = 10; local
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/core/fb/
hw_device.cpp 812 const uint32_t max_count = 10; local
813 char *tokens[max_count] = { NULL };
814 if (!ParseLine(line.c_str(), "=\n", tokens, max_count, &token_count)) {
835 const uint32_t max_count = 10; local
836 char *tokens[max_count] = { NULL };
837 if (!ParseLine(line.c_str(), tokens, max_count, &token_count))
968 const uint32_t max_count = 10; local
    [all...]
  /external/webp/src/enc/
frame_enc.c 742 int max_count = (enc->mb_w_ * enc->mb_h_) >> 3; local
756 if (max_count < MIN_COUNT) max_count = MIN_COUNT;
770 int cnt = max_count;
784 cnt = max_count;
  /external/e2fsprogs/e2fsck/
problem.c     [all...]
  /external/opencv/ml/src/
mlem.cpp 514 int max_count = 0; local
534 max_count = MAX( max_count, right - left );
536 CV_CALL( hdr = (CvMat*)cvAlloc( max_count*sizeof(hdr[0]) ));
537 CV_CALL( vec = (const void**)cvAlloc( max_count*sizeof(vec[0]) ));
539 for( i = 0; i < max_count; i++ )
    [all...]
  /frameworks/native/vulkan/libvulkan/
api.cpp 110 uint32_t max_count; member in struct:vulkan::api::__anon41547::OverrideLayerNames::ImplicitLayerArray
221 while (arr.count + layer_count > arr.max_count) {
223 (arr.max_count) ? (arr.max_count << 1) : initial_max_count;
226 if (new_max_count > arr.max_count) {
240 arr.max_count = new_max_count;
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 299 const size_t max_count = (repeat == '?') ? 1 : local
304 for (size_t i = 0; i <= max_count; ++i) {
  /external/protobuf/gtest/src/
gtest-port.cc 297 const size_t max_count = (repeat == '?') ? 1 : local
302 for (size_t i = 0; i <= max_count; ++i) {
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-port.cc 299 const size_t max_count = (repeat == '?') ? 1 : local
304 for (size_t i = 0; i <= max_count; ++i) {
  /art/runtime/
indirect_reference_table.h 230 IndirectReferenceTable(size_t max_count,
  /external/libdrm/
xf86drm.c 3939 int max_count = 16; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objdump.c 842 long max_count = sorted_symcount;
859 required value. We are searching the range (min, max_count]. */
860 while (min + 1 < max_count)
864 thisplace = (max_count + min) / 2;
868 max_count = thisplace;
891 while (min < max_count
837 long max_count = sorted_symcount; local
2855 long max_count; local
    [all...]
  /external/opencv/cv/src/
cvhough.cpp 1001 int max_count = R_THRESH; local
1038 if( (start_idx - j)*r_best >= max_count*r_cur ||
1039 (r_best < FLT_EPSILON && start_idx - j >= max_count) )
    [all...]
  /art/runtime/jdwp/
jdwp_handler.cc 589 int32_t max_count = request->ReadSigned32("max count"); local
590 if (max_count < 0) {
595 JdwpError rc = Dbg::GetInstances(class_id, max_count, &instances);
887 int32_t max_count = request->ReadSigned32("max count"); local
888 if (max_count < 0) {
893 JdwpError rc = Dbg::GetReferringObjects(object_id, max_count, &referring_objects);
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest-port.cc 324 const size_t max_count = (repeat == '?') ? 1 : local
329 for (size_t i = 0; i <= max_count; ++i) {
  /external/mesa3d/src/gtest/src/
gtest-port.cc 324 const size_t max_count = (repeat == '?') ? 1 : local
329 for (size_t i = 0; i <= max_count; ++i) {
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest-port.cc 324 const size_t max_count = (repeat == '?') ? 1 : local
329 for (size_t i = 0; i <= max_count; ++i) {
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest-port.cc 324 const size_t max_count = (repeat == '?') ? 1 : local
329 for (size_t i = 0; i <= max_count; ++i) {
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/func/func.searchers/func.searchers.boyer_moore/
hash.pass.cpp 46 void do_search(Iter1 b1, Iter1 e1, Iter2 b2, Iter2 e2, Iter1 result, unsigned max_count) {
hash.pred.pass.cpp 56 void do_search(Iter1 b1, Iter1 e1, Iter2 b2, Iter2 e2, Iter1 result, unsigned max_count) {
pred.pass.cpp 52 void do_search(Iter1 b1, Iter1 e1, Iter2 b2, Iter2 e2, Iter1 result, unsigned max_count) {
57 // assert(count_equal::count <= max_count);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/
hash.pass.cpp 45 void do_search(Iter1 b1, Iter1 e1, Iter2 b2, Iter2 e2, Iter1 result, unsigned max_count) {
hash.pred.pass.cpp 55 void do_search(Iter1 b1, Iter1 e1, Iter2 b2, Iter2 e2, Iter1 result, unsigned max_count) {
pred.pass.cpp 51 void do_search(Iter1 b1, Iter1 e1, Iter2 b2, Iter2 e2, Iter1 result, unsigned max_count) {
56 // assert(count_equal::count <= max_count);
  /frameworks/base/libs/androidfw/
AssetManager2.cpp 535 const size_t max_count = parent_bag->entry_count + dtohl(map->count); local
537 malloc(sizeof(ResolvedBag) + (max_count * sizeof(ResolvedBag::Entry))));
603 if (actual_count != max_count) {
    [all...]

Completed in 2164 milliseconds

1 23 4