Home
last modified time | relevance | path

Searched refs:_count (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/include/lib/cpus/aarch32/
Dcpu_macros.S81 .macro fill_constants _count:req, _this, _rest:vararg
82 .ifgt \_count
91 fill_constants \_count-1, \_rest
93 fill_constants \_count-1, \_this
/device/linaro/bootloader/arm-trusted-firmware/include/lib/cpus/aarch64/
Dcpu_macros.S85 .macro fill_constants _count:req, _this, _rest:vararg
86 .ifgt \_count
95 fill_constants \_count-1, \_rest
97 fill_constants \_count-1, \_this
/device/linaro/bootloader/arm-trusted-firmware/include/common/
Dasm_macros_common.S94 .macro declare_stack _name, _section, _size, _count, _align=DEFAULT_STACK_ALIGN
105 .space ((\_count) * (\_size)), 0
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DIndexRangeCache.h70 size_t _count, in IndexRangeKey()
74 count(_count), in IndexRangeKey()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_thread.py109 orig = thread._count()
120 self.assertEqual(thread._count(), orig + 1)
131 self.assertEqual(thread._count(), orig)
Dtest_urllib2.py400 self._count = 0
406 if self._count == 0:
407 self._count = self._count + 1
Dtest_support.py1137 return thread._count(),
1147 n = thread._count()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dpyassem.py166 _count = 0 variable in Block
172 self.bid = Block._count
175 Block._count = Block._count + 1
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/
Dccbench.py46 _count = itertools.count
52 return _map(lambda k: (k, 4*k + 2, 0, 2*k + 1), _count(1))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmailbox.py452 _count = 1 # This is used to generate unique file names. variable in Maildir
463 Maildir._count, hostname)
469 Maildir._count += 1
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dplatform-migration-guide.rst415 Function : plat\_get\_aff\_count() [mandatory]