OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__starts
(Results
1 - 7
of
7
) sorted by null
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
list_partition.h
85
* @param
__starts
Start iterators for the resulting parts, dimension
86
* @c __num_parts+1. For convenience, @c
__starts
@c [__num_parts]
102
_IIter*
__starts
, size_t* __lengths, const int __num_parts,
151
__starts
[0] = __os_starts[0];
160
__starts
[__i] = __os_starts[__index];
169
__starts
[__i] = __os_starts[__index];
multiway_mergesort.h
416
_DifferenceType*
__starts
;
local
446
__starts
= __sd._M_starts = new _DifferenceType[__num_threads + 1];
453
__starts
[__i] = __pos;
457
__starts
[__num_threads] = __pos;
464
delete[]
__starts
;
random_shuffle.h
340
_DifferenceType*
__starts
;
local
359
__starts
= __sd._M_starts = new _DifferenceType[__num_threads + 1];
371
__starts
[__i] = __start;
387
__starts
[__num_threads] = __start;
393
delete[]
__starts
;
/ndk/sources/host-tools/sed-4.2.1/lib/
regex.h
624
regoff_t *
__starts
, regoff_t *__ends);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regex.h
510
regoff_t *
__starts
, regoff_t *__ends);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h
510
regoff_t *
__starts
, regoff_t *__ends);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h
510
regoff_t *
__starts
, regoff_t *__ends);
Completed in 165 milliseconds