Home
last modified time | relevance | path

Searched defs:count1 (Results 1 – 25 of 55) sorted by relevance

123

/external/toybox/toys/pending/
Dvi.c700 static int cur_left(int count0, int count1, char *unused) in cur_left()
712 static int cur_right(int count0, int count1, char *unused) in cur_right()
739 static int cur_up(int count0, int count1, char *unused) in cur_up()
750 static int cur_down(int count0, int count1, char *unused) in cur_down()
758 static int vi_H(int count0, int count1, char *unused) in vi_H()
764 static int vi_L(int count0, int count1, char *unused) in vi_L()
771 static int vi_M(int count0, int count1, char *unused) in vi_M()
792 static int vi_yy(char reg, int count0, int count1) in vi_yy()
806 static int vi_dd(char reg, int count0, int count1) in vi_dd()
819 static int vi_x(char reg, int count0, int count1) in vi_x()
[all …]
/external/abseil-cpp/absl/strings/
Dstring_view.h410 int compare(size_type pos1, size_type count1, string_view v) const { in compare()
416 int compare(size_type pos1, size_type count1, string_view v, size_type pos2, in compare()
427 int compare(size_type pos1, size_type count1, const char* s) const { in compare()
433 int compare(size_type pos1, size_type count1, const char* s, in compare()
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dstring_view.h410 int compare(size_type pos1, size_type count1, string_view v) const { in compare()
416 int compare(size_type pos1, size_type count1, string_view v, size_type pos2, in compare()
427 int compare(size_type pos1, size_type count1, const char* s) const { in compare()
433 int compare(size_type pos1, size_type count1, const char* s, in compare()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstring_view.h417 int compare(size_type pos1, size_type count1, string_view v) const { in compare()
423 int compare(size_type pos1, size_type count1, string_view v, size_type pos2, in compare()
434 int compare(size_type pos1, size_type count1, const char* s) const { in compare()
440 int compare(size_type pos1, size_type count1, const char* s, in compare()
/external/libtextclassifier/abseil-cpp/absl/strings/
Dstring_view.h417 int compare(size_type pos1, size_type count1, string_view v) const { in compare()
423 int compare(size_type pos1, size_type count1, string_view v, size_type pos2, in compare()
434 int compare(size_type pos1, size_type count1, const char* s) const { in compare()
440 int compare(size_type pos1, size_type count1, const char* s, in compare()
/external/openscreen/third_party/abseil/src/absl/strings/
Dstring_view.h417 int compare(size_type pos1, size_type count1, string_view v) const { in compare()
423 int compare(size_type pos1, size_type count1, string_view v, size_type pos2, in compare()
434 int compare(size_type pos1, size_type count1, const char* s) const { in compare()
440 int compare(size_type pos1, size_type count1, const char* s, in compare()
/external/guice/core/test/com/google/inject/
DProvisionListenerTest.java273 final Counter count1 = new Counter(); in testCachedInScopePreventsProvisionNotify() local
295 final Counter count1 = new Counter(); in testCombineAllBindListenerCalls() local
312 final Counter count1 = new Counter(); in testNotifyEarlyListenersIfFailBeforeProvision() local
343 final Counter count1 = new Counter(); in testNotifyLaterListenersIfFailAfterProvision() local
/external/angle/third_party/abseil-cpp/absl/strings/
Dstring_view.h420 constexpr int compare(size_type pos1, size_type count1, string_view v) const { in compare()
426 constexpr int compare(size_type pos1, size_type count1, string_view v, in compare()
437 constexpr int compare(size_type pos1, size_type count1, const char* s) const { in compare()
443 constexpr int compare(size_type pos1, size_type count1, const char* s, in compare()
/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderECBlocksData.h14 uint8_t count1; member
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drdtsc_core.h115 #define RDTSC_EVENT(pBucketMgr, bucket, count1, count2) rdtscEvent(pBucketMgr, bucket, count1, coun… argument
122 #define RDTSC_EVENT(pBucketMgr, bucket, count1, count2) argument
163 INLINE void rdtscEvent(BucketManager* pBucketMgr, uint32_t bucketId, uint32_t count1, uint32_t coun… in rdtscEvent()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/
DDecompressionTest.java46 int count1 = 0, count2 = 0; in decompressTest() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
DDecompressionTest.java43 int count1 = 0, count2 = 0; in decompressTest() local
/external/freetype/src/pshinter/
Dpshrec.c378 FT_UInt count1 = mask1->num_bits; in ps_mask_table_test_intersect() local
427 FT_UInt count1 = mask1->num_bits; in ps_mask_table_merge() local
1002 FT_UInt count1 = dim[0].hints.num_hints; in ps_hints_t2mask() local
1047 FT_UInt count1 = dim[0].hints.num_hints; in ps_hints_t2counter() local
/external/llvm-project/lldb/unittests/Utility/
DTimerTest.cpp97 int count1, count2; in TEST() local
/external/dng_sdk/source/
Ddng_pixel_buffer.cpp45 uint32 &count1, in OptimizeOrder()
280 uint32 &count1, in OptimizeOrder()
314 uint32 &count1, in OptimizeOrder()
Ddng_utils.cpp438 uint32 count1 = tile.H (); in HistogramArea() local
571 uint32 count1 = tile.W (); in Process() local
/external/openscreen/util/
Dalarm_unittest.cc120 int count1 = 0; in TEST_F() local
/external/googletest/googlemock/test/
Dgmock_stress_test.cc131 int count1 = 0; in TestConcurrentCallsOnSameObject() local
/external/freetype/src/otvalid/
Dotvcommn.c902 FT_UInt GlyphCount, Count, count1; in otv_u_x_y_Ox_sy() local
995 FT_UInt count1, count2; in otv_u_x_Ox_y_Oy_z_Oz_p_sp() local
/external/libevent/test/
Dregress_listener.c77 int count1 = 2, count2 = 1; in regress_pick_a_port() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
D2-1.c199 int count1; /* number of children currently waiting (1st pass) */ member
/external/llvm-project/pstl/test/std/algorithms/alg.sorting/
Dsort.pass.cpp185 int32_t count1 = KeyCount; in operator ()() local
/external/icu/icu4c/source/i18n/
Dcollationweights.cpp454 int32_t count1 = count - count2; // number of minLength weights in allocWeightsInMinLengthRanges() local
/external/freetype/src/psaux/
Dpsintrp.c2741 CF2_UInt count, count1 = cf2_stack_count( opStack ); in cf2_interpT2CharString() local
2786 CF2_UInt count, count1 = cf2_stack_count( opStack ); in cf2_interpT2CharString() local
2832 CF2_UInt count, count1 = cf2_stack_count( opStack ); in cf2_interpT2CharString() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationWeights.java517 int count1 = count - count2; // number of minLength weights in allocWeightsInMinLengthRanges() local

123