/third_party/ffmpeg/libavcodec/tests/ |
H A D | golomb.c | 32 #define COUNT 8191 macro 33 #define SIZE (COUNT * 4) 47 for (i = 0; i < COUNT; i++) in main() 52 for (i = 0; i < COUNT; i++) { in main() 65 for (i = 0; i < COUNT; i++) in main() 70 for (i = 0; i < COUNT; i++) { in main() 83 for (i = 0; i < COUNT; i++) in main() 88 for (i = 0; i < COUNT; i++) { in main() 100 for (i = 0; i < COUNT; i++) in main() 101 set_se_golomb(&pb, i - COUNT / in main() [all...] |
/third_party/libwebsockets/lib/misc/ |
H A D | sha-1.c | 81 #define COUNT (ctxt->count) macro 86 ctxt->m.b8[(COUNT % 64)] = (x); \ 87 COUNT++; \ 88 COUNT %= 64; \ 90 if (COUNT % 64 == 0) \ 95 ctxt->m.b8[(COUNT % 64)] = (x); \ 96 COUNT++; \ 97 COUNT %= 64; \ 98 if (COUNT % 64 == 0) \ 210 padstart = COUNT in sha1_pad() [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-cff-common.hh | 86 template <typename COUNT> 122 COUNT *dest = c->allocate_min<COUNT> (); in serialize() 179 COUNT *dest = c->allocate_min<COUNT> (); in serialize() 228 CFFIndex<COUNT>::set_offset_at (i++, offset); in serialize_header() 231 CFFIndex<COUNT>::set_offset_at (i, offset); in serialize_header() 308 COUNT count; /* Number of object data. Note there are (count+1) offsets */ 314 DEFINE_SIZE_ARRAY (COUNT::static_size + HBUINT8::static_size, offsets); 317 template <typename COUNT, typenam [all...] |
/third_party/lame/libmp3lame/ |
H A D | machine.h | 161 #define lame_calloc(TYPE, COUNT) ((TYPE*)calloc(COUNT, sizeof(TYPE))) 162 #define multiple_of(CHUNK, COUNT) (\ 163 ( (COUNT) < 1 || (CHUNK) < 1 || (COUNT) % (CHUNK) == 0 ) \ 164 ? (COUNT) \ 165 : ((COUNT) + (CHUNK) - (COUNT) % (CHUNK)) \
|
/third_party/skia/tests/ |
H A D | ImageCacheTest.cpp | 42 static const int COUNT = 10; variable 46 for (int i = 0; i < COUNT; ++i) { in test_cache() 61 for (int i = 0; i < COUNT * 100; ++i) { in test_cache() 68 for (int i = 0; i < COUNT; ++i) { in test_cache() 77 for (int i = 0; i < COUNT; ++i) { in test_cache_purge_shared_id() 83 for (int i = 0; i < COUNT; ++i) { in test_cache_purge_shared_id() 95 for (int i = 0; i < COUNT; ++i) { in test_cache_purge_shared_id() 117 static const size_t defLimit = DIM * DIM * 4 * COUNT + 1024; // 1K slop in DEF_TEST()
|
/third_party/musl/src/exit/ |
H A D | atexit.c | 13 #define COUNT 32 macro 18 void (*f[COUNT])(void *); 19 void *a[COUNT]; 30 for (; head; head=head->next, slot=COUNT) while(slot-->0) { in __funcs_on_exit() 51 if (slot==COUNT) { in __cxa_atexit()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | mlpdsp_armv6.S | 92 COUNT .req a2 label 174 tst COUNT, #SAMPLES_PER_LOOP - 1 // always seems to be in practice 178 teq COUNT, #0 208 subs COUNT, COUNT, #SAMPLES_PER_LOOP 216 .unreq COUNT 233 COUNT .req a2 label 291 tst COUNT, #SAMPLES_PER_LOOP - 1 // always seems to be in practice 295 subs COUNT, COUNT, #SAMPLES_PER_LOO 344 COUNT .req a2 global() label [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numbertest_patternmodifier.cpp | 37 mod.setNumberProperties(SIGNUM_POS, StandardPlural::Form::COUNT); in testBasic() 43 mod.setNumberProperties(SIGNUM_NEG_ZERO, StandardPlural::Form::COUNT); in testBasic() 46 mod.setNumberProperties(SIGNUM_POS_ZERO, StandardPlural::Form::COUNT); in testBasic() 52 mod.setNumberProperties(SIGNUM_NEG, StandardPlural::Form::COUNT); in testBasic() 61 mod.setNumberProperties(SIGNUM_POS, StandardPlural::Form::COUNT); in testBasic() 64 mod.setNumberProperties(SIGNUM_NEG, StandardPlural::Form::COUNT); in testBasic() 68 mod.setNumberProperties(SIGNUM_POS, StandardPlural::Form::COUNT); in testBasic() 78 mod.setNumberProperties(SIGNUM_POS, StandardPlural::Form::COUNT); in testBasic() 84 mod.setNumberProperties(SIGNUM_NEG_ZERO, StandardPlural::Form::COUNT); in testBasic() 87 mod.setNumberProperties(SIGNUM_POS_ZERO, StandardPlural::Form::COUNT); in testBasic() [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/exit/ |
H A D | a_cxa_atexit.c | 23 const int32_t COUNT = 32; variable 40 * @tc.desc: Verify cxa atexit process success when third args is null and slot less than COUNT. 48 EXPECT_LT("cxa_atexit_0200", slot + INCREASE_LEN, COUNT); in cxa_atexit_0200() 54 * @tc.desc: Verify cxa atexit process success when third args is null and slot equal COUNT. 59 int32_t slot = COUNT; in cxa_atexit_0300() 62 EXPECT_EQ("cxa_atexit_0300", slot, COUNT); in cxa_atexit_0300()
|
/third_party/node/test/sequential/ |
H A D | test-http-regr-gh-2928.js | 11 const COUNT = httpCommon.parsers.max + 1; 13 const parsers = new Array(COUNT); 55 if (++gotRequests === COUNT) 63 assert.strictEqual(gotResponses, COUNT);
|
/third_party/skia/bench/ |
H A D | RegionContainBench.cpp | 28 COUNT = 10, enumerator 33 return SkIRect::MakeXYWH(0, i*H/COUNT, w, H/COUNT); in randrect() 41 for (int i = 0; i < COUNT; i++) { in RegionContainBench()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | CurrencyData.java | 50 private final String[][] symbols = new String[SpacingType.COUNT.ordinal()][SpacingPattern.COUNT.ordinal()]; 55 public static enum SpacingType { BEFORE, AFTER, COUNT }; enum constant 60 COUNT; enum constant 72 for (int i=0; i<SpacingType.COUNT.ordinal(); i++) { in CurrencySpacingInfo() 73 for (int j=0; j<SpacingPattern.COUNT.ordinal(); j++) { in CurrencySpacingInfo()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | CurrencyData.java | 66 private final String[][] symbols = new String[SpacingType.COUNT.ordinal()][SpacingPattern.COUNT.ordinal()]; 74 public static enum SpacingType { BEFORE, AFTER, COUNT }; enum constant 82 COUNT; enum constant 94 for (int i=0; i<SpacingType.COUNT.ordinal(); i++) { in CurrencySpacingInfo() 95 for (int j=0; j<SpacingPattern.COUNT.ordinal(); j++) { in CurrencySpacingInfo()
|
/third_party/musl/porting/linux/user/src/exit/ |
H A D | atexit.c | 16 #define COUNT 32 macro 29 static struct node builtin[COUNT]; // 32 builtin nodes without malloc 44 nodes = malloc(sizeof(struct node) * COUNT); in grow() 50 for (size_t i = 0; i < COUNT - 1; i++) { in grow() 53 nodes[COUNT - 1].next = NULL; in grow() 60 g_capacity += COUNT; in grow()
|
/third_party/musl/src/exit/linux/ |
H A D | atexit.c | 16 #define COUNT 32 macro 29 static struct node builtin[COUNT]; // 32 builtin nodes without malloc 44 nodes = malloc(sizeof(struct node) * COUNT); in grow() 50 for (size_t i = 0; i < COUNT - 1; i++) { in grow() 53 nodes[COUNT - 1].next = NULL; in grow() 60 capacity += COUNT; in grow()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | PluralRanges.java | 33 private boolean[] explicit = new boolean[StandardPlural.COUNT]; 49 private byte[] data = new byte[StandardPlural.COUNT * StandardPlural.COUNT]; 64 data[start.ordinal() * StandardPlural.COUNT + end.ordinal()] = result == null ? (byte) -1 in set() 73 byte old = data[start.ordinal() * StandardPlural.COUNT + end.ordinal()]; in setIfNew() 78 data[start.ordinal() * StandardPlural.COUNT + end.ordinal()] = result == null ? (byte) -1 in setIfNew() 86 byte result = data[start.ordinal() * StandardPlural.COUNT + end.ordinal()]; in get()
|
/third_party/ltp/testcases/network/tcp_cmds/ping/ |
H A D | ping01.sh | 20 COUNT=${COUNT:-3} 35 EXPECT_PASS $PING_CMD -i 0.2 -c $COUNT -s $s $ipaddr \>/dev/null
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/ |
H A D | 5-1.c | 24 #define COUNT 10 macro 37 for (i = 0; i < COUNT; i++) { in main() 46 for (i = 0; i < COUNT; i++) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_init/ |
H A D | 1-1.c | 27 #define COUNT 1 macro 37 rc = pthread_barrier_init(&barrier, NULL, COUNT); in main() 59 rc = pthread_barrier_init(&barrier, &ba, COUNT); in main()
|
/third_party/ltp/testcases/network/multicast/mc_member/ |
H A D | mc_member.sh | 54 COUNT=1 55 while [ $COUNT -le 2 ] 122 COUNT=$(( $COUNT + 1 ))
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-regalloc-data.h | 18 #define COUNT(V) +1 macro 20 ALLOCATABLE_GENERAL_REGISTERS(COUNT); 21 #undef COUNT macro
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | pthread_create.c | 21 int32_t COUNT = 0; variable 29 COUNT++; in threadfuncA() 49 EXPECT_EQ("pthread_create_0100", COUNT, INCREASE_LEN); in pthread_create_0100()
|
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client-multi/ |
H A D | minimal-mqtt-client-multi.c | 23 #define COUNT 8 macro 29 } items[COUNT]; 45 done, count = COUNT; 410 if (count > COUNT) { in main() 411 count = COUNT; in main() 421 info.fd_limit_per_thread = 1 + COUNT + 1; in main()
|
/third_party/toybox/scripts/ |
H A D | make.sh | 292 COUNT=0 312 COUNT=$(($COUNT+1)) 318 [ "$COUNT" -lt "$CPUS" ] && break; 322 COUNT=$(($COUNT-1))
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationBasicEventTests.cpp | 237 enum {SET=0, WAIT, COUNT}; in singleSubmissionCase() enumerator 245 const Move<VkCommandBuffer> ptrCmdBuffer[COUNT] = { makeCommandBuffer(vk, device, *cmdPool), makeCommandBuffer(vk, device, *cmdPool) }; in singleSubmissionCase() 246 VkCommandBuffer cmdBuffers[COUNT] = {*ptrCmdBuffer[SET], *ptrCmdBuffer[WAIT]}; in singleSubmissionCase() 282 enum { SET = 0, WAIT, COUNT }; in multiSubmissionCase() enumerator 288 const Move<VkFence> ptrFence[COUNT] = { createFence(vk, device), createFence(vk, device) }; in multiSubmissionCase() 289 VkFence fence[COUNT] = { *ptrFence[SET], *ptrFence[WAIT] }; in multiSubmissionCase() 291 const Move<VkCommandBuffer> ptrCmdBuffer[COUNT] = { makeCommandBuffer(vk, device, *cmdPool), makeCommandBuffer(vk, device, *cmdPool) }; in multiSubmissionCase() 292 VkCommandBuffer cmdBuffers[COUNT] = { *ptrCmdBuffer[SET], *ptrCmdBuffer[WAIT] }; in multiSubmissionCase() 347 enum {SET=0, WAIT, COUNT}; in secondaryCommandBufferCase() enumerator 364 const Move<VkCommandBuffer> prtCmdBuffers[COUNT] in secondaryCommandBufferCase() [all...] |