OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Piece
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Bitcode/
BitstreamReader.h
311
uint32_t
Piece
= Read(NumBits);
312
if ((
Piece
& (1U << (NumBits-1))) == 0)
313
return
Piece
;
318
Result |= (
Piece
& ((1U << (NumBits-1))-1)) << NextBit;
320
if ((
Piece
& (1U << (NumBits-1))) == 0)
324
Piece
= Read(NumBits);
331
uint32_t
Piece
= Read(NumBits);
332
if ((
Piece
& (1U << (NumBits-1))) == 0)
333
return uint64_t(
Piece
);
338
Result |= uint64_t(
Piece
& ((1U << (NumBits-1))-1)) << NextBit
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
balanced_quicksort.h
69
typedef std::pair<RandomAccessIterator, RandomAccessIterator>
Piece
;
71
/** @brief Initial
piece
to work on. */
72
Piece
initial;
75
RestrictedBoundedConcurrentQueue<
Piece
> leftover_parts;
84
Piece
global;
245
typedef std::pair<RandomAccessIterator, RandomAccessIterator>
Piece
;
258
Piece
current = tl.initial;
427
typedef std::pair<RandomAccessIterator, RandomAccessIterator>
Piece
;
466
Piece
dummy;
multiway_mergesort.h
47
struct
Piece
87
std::vector<
Piece
<difference_type> >* pieces;
444
sd.pieces = new std::vector<
Piece
<difference_type> >[num_threads];
/external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
[
all
...]
/external/clang/lib/Sema/
SemaStmt.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp
907
// of the first
piece
as a context as well.
1865
PathDiagnosticPiece*
piece
=
local
[
all
...]
Completed in 96 milliseconds