Searched defs:count (Results 276 - 300 of 4384) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/skia/src/opts/
H A DSkBlitRect_opts_SSE2.cpp26 int count = width; local
28 while (count > 4) {
33 count -= 4;
36 while (count > 0) {
38 --count;
63 int count = width; local
67 --count;
77 // Unrolling to count >= 64 is a break-even for most
81 while (count >= 32) {
90 count
[all...]
H A DSkBlitRow_opts_arm.cpp30 const SkPMColor* SK_RESTRICT src, int count,
46 "subs %[count], %[count], #1 \n\t"
92 "subs %[count], %[count], #1 \n\t"
96 "subs %[count], %[count], #1 \n\t"
100 : [dst] "+r" (dst), [src] "+r" (src), [count] "+r" (count)
108 int count, U8CP
29 S32A_D565_Opaque(uint16_t* SK_RESTRICT dst, const SkPMColor* SK_RESTRICT src, int count, U8CPU alpha, int , int ) argument
106 S32A_Opaque_BlitRow32_arm(SkPMColor* SK_RESTRICT dst, const SkPMColor* SK_RESTRICT src, int count, U8CPU alpha) argument
200 S32A_Blend_BlitRow32_arm(SkPMColor* SK_RESTRICT dst, const SkPMColor* SK_RESTRICT src, int count, U8CPU alpha) argument
[all...]
/external/chromium_org/third_party/skia/src/utils/
H A DSkThreadPool.cpp30 SkThreadPool::SkThreadPool(int count) argument
32 if (count < 0) count = num_cores();
33 // Create count threads, all running SkThreadPool::Loop.
34 for (int i = 0; i < count; i++) {
54 for (int i = 0; i < fThreads.count(); i++) {
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dfree_list.cc120 int count = 0; local
126 count++;
129 return count;
H A Dstack_trace_table.h70 int count; member in struct:tcmalloc::StackTraceTable::Bucket
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dstack_trace_table.h70 int count; member in struct:tcmalloc::StackTraceTable::Bucket
/external/chromium_org/tools/memory_watcher/
H A Dmemory_watcher.h29 int count; member in struct:MemoryWatcher::StackTrack
/external/chromium_org/ui/base/accessibility/
H A Daccessible_view_state.h53 // The selected item's index and the count of the number of items.
55 // index and count should be -1 otherwise.
57 int count; member in struct:ui::AccessibleViewState
/external/chromium_org/ui/events/x/
H A Ddevice_list_cache_x.h22 DeviceList() : devices(NULL), count(0) {
28 int count; member in struct:DeviceList
/external/chromium_org/ui/views/examples/
H A Dexample_combobox_model.cc12 ExampleComboboxModel::ExampleComboboxModel(const char** strings, int count) argument
13 : strings_(strings), count_(count) {
/external/chromium_org/url/
H A Durl_parse_internal.h51 int count = 0; local
52 while (begin_offset + count < str_len &&
53 IsURLSlash(str[begin_offset + count]))
54 ++count;
55 return count;
/external/chromium_org/v8/src/platform/
H A Dsemaphore.cc45 Semaphore::Semaphore(int count) { argument
47 mach_task_self(), &native_handle_, SYNC_POLICY_FIFO, count);
98 Semaphore::Semaphore(int count) {
99 ASSERT(count >= 0);
100 int result = sem_init(&native_handle_, 0, count);
159 Semaphore::Semaphore(int count) {
160 ASSERT(count >= 0);
161 native_handle_ = ::CreateSemaphoreA(NULL, count, 0x7fffffff, NULL);
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3-0x.cpp5 template<typename ...> struct count;
8 struct count<Head, Tail...> { struct in namespace:ParameterPacksWithFunctions
9 static const unsigned value = 1 + count<Tail...>::value;
13 struct count<> { struct in namespace:ParameterPacksWithFunctions
20 unsigned_c<count<Types...>::value> f();
/external/clang/test/CodeGen/
H A D2008-08-07-AlignPadding1.c18 int count; member in struct:gc_generation
28 /* PyGC_Head, threshold, count */
H A Dconditional-gnu-ext.c25 static int count; local
26 if (count++)
H A Dunion-init.c18 int count; /* count of allocations or collections of younger member in struct:gc_generation
27 /* PyGC_Head, threshold, count */
/external/clang/test/CodeGenCXX/
H A Dstatic-init-1.cpp2 // RUN: grep "call i32 @_Z5func1i" %t | count 3
6 static int count; variable
11 static int loader_1 = func1(++count);
13 int loader_2 = func2(++count);
15 static int loader_3 = func1(++count);
20 int loader_4 = func2(++count);
21 static int loader_5 = func1(++count);
22 int loader_6 = func2(++count);
/external/clang/test/Sema/
H A Dimplicit-decl.c21 Boolean _CFCalendarDecomposeAbsoluteTimeV(const char *componentDesc, int32_t **vector, int32_t count) { // expected-error{{conflicting types for '_CFCalendarDecomposeAbsoluteTimeV'}} argument
/external/clang/test/SemaCXX/
H A Dinit-priority-attr.cpp7 static int count; member in class:Two
8 Two( int ii, int jj ) { i = ii; j = jj; k = count++; };
9 Two( void ) { i = 0; j = 0; k = count++; };
/external/dropbear/
H A Dcli-algo.c42 unsigned int count, i, j; local
57 count = 1;
67 remotealgos[count] = &algolist[i+1];
68 count++;
70 if (count == MAX_PROPOSED_ALGO) {
80 for (i = 0; i < count; i++) {
H A Dsvr-algo.c42 unsigned int count, i, j; local
58 count = 1;
68 remotealgos[count] = &algolist[i+1];
69 count++;
71 if (count == MAX_PROPOSED_ALGO) {
77 for (i = 0; i < count; i++) {
/external/e2fsprogs/contrib/
H A Dmake-sparse.c23 int full_read(int fd, char *buf, size_t count) argument
28 while (count > 0) {
29 got = read(fd, buf, count);
43 count -= got;
/external/e2fsprogs/lib/ext2fs/
H A Dio_manager.c60 int count, const void *data)
66 count, data);
72 int count, void *data)
78 count, data);
84 count, data);
88 int count, const void *data)
94 count, data);
100 count, data);
59 io_channel_write_byte(io_channel channel, unsigned long offset, int count, const void *data) argument
71 io_channel_read_blk64(io_channel channel, unsigned long long block, int count, void *data) argument
87 io_channel_write_blk64(io_channel channel, unsigned long long block, int count, const void *data) argument
/external/e2fsprogs/lib/ss/
H A Dpager.c109 static int write_all(int fd, char *buf, size_t count) argument
114 while (count > 0) {
115 ret = write(fd, buf, count);
121 count -= ret;
/external/easymock/src/org/easymock/internal/
H A DRange.java28 public Range(int count) { argument
29 this(count, count);
78 public boolean contains(int count) { argument
79 return minimum <= count && count <= maximum;

Completed in 565 milliseconds

<<11121314151617181920>>