OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Array
(Results
201 - 225
of
1578
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/lib/Support/
SmallPtrSet.cpp
32
// Install the new
array
. Clear all the buckets to empty.
41
// If more than 3/4 of the
array
is full, grow.
44
// If fewer of 1/8 of the
array
is empty (meaning that many are filled with
92
const void *const *
Array
= CurArray;
98
if (LLVM_LIKELY(
Array
[Bucket] == getEmptyMarker()))
99
return Tombstone ? Tombstone :
Array
+Bucket;
102
if (LLVM_LIKELY(
Array
[Bucket] == Ptr))
103
return
Array
+Bucket;
107
if (
Array
[Bucket] == getTombstoneMarker() && !Tombstone)
108
Tombstone =
Array
+Bucket; // Remember the first tombstone found
[
all
...]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
SmallPtrSet.cpp
33
// Install the new
array
. Clear all the buckets to empty.
42
// If more than 3/4 of the
array
is full, grow.
45
// If fewer of 1/8 of the
array
is empty (meaning that many are filled with
93
const void *const *
Array
= CurArray;
99
if (LLVM_LIKELY(
Array
[Bucket] == getEmptyMarker()))
100
return Tombstone ? Tombstone :
Array
+Bucket;
103
if (LLVM_LIKELY(
Array
[Bucket] == Ptr))
104
return
Array
+Bucket;
108
if (
Array
[Bucket] == getTombstoneMarker() && !Tombstone)
109
Tombstone =
Array
+Bucket; // Remember the first tombstone found
[
all
...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml
44
if
Array
.length params ==
Array
.length args then () else
46
let args =
Array
.map codegen_expr args in
52
let doubles =
Array
.make (
Array
.length args) double_type in
72
Array
.iteri (fun i a ->
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml
44
if
Array
.length params ==
Array
.length args then () else
46
let args =
Array
.map codegen_expr args in
52
let doubles =
Array
.make (
Array
.length args) double_type in
72
Array
.iteri (fun i a ->
/external/mockito/src/main/java/org/mockito/internal/matchers/text/
ValuePrinter.java
7
import java.lang.reflect.
Array
;
58
return currentIndex <
Array
.getLength(value);
62
return
Array
.get(value, currentIndex++);
66
throw new UnsupportedOperationException("cannot remove items from an
array
");
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml
44
if
Array
.length params ==
Array
.length args then () else
46
let args =
Array
.map codegen_expr args in
52
let doubles =
Array
.make (
Array
.length args) double_type in
72
Array
.iteri (fun i a ->
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml
44
if
Array
.length params ==
Array
.length args then () else
46
let args =
Array
.map codegen_expr args in
52
let doubles =
Array
.make (
Array
.length args) double_type in
72
Array
.iteri (fun i a ->
/external/vixl/examples/aarch64/
add2-vectors.cc
30
#define ARRAY_SIZE(
Array
) (sizeof(
Array
) / sizeof((
Array
)[0]))
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraInfoDialogFragment.java
18
import java.lang.reflect.
Array
;
103
// Iterate an
array
-type value
105
int len =
Array
.getLength(val);
110
Array
.get(val, i),
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h
166
//
Array
of LiveIntervalUnions.
167
class
Array
{
172
Array
() = default;
173
~
Array
() { clear(); }
175
// Initialize the
array
to have Size entries.
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
LiveIntervalUnion.h
168
//
Array
of LiveIntervalUnions.
169
class
Array
{
174
Array
() = default;
175
~
Array
() { clear(); }
177
// Initialize the
array
to have Size entries.
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
LiveIntervalUnion.h
168
//
Array
of LiveIntervalUnions.
169
class
Array
{
174
Array
() = default;
175
~
Array
() { clear(); }
177
// Initialize the
array
to have Size entries.
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
LiveIntervalUnion.h
168
//
Array
of LiveIntervalUnions.
169
class
Array
{
174
Array
() = default;
175
~
Array
() { clear(); }
177
// Initialize the
array
to have Size entries.
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
LiveIntervalUnion.h
168
//
Array
of LiveIntervalUnions.
169
class
Array
{
174
Array
() = default;
175
~
Array
() { clear(); }
177
// Initialize the
array
to have Size entries.
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
LiveIntervalUnion.h
168
//
Array
of LiveIntervalUnions.
169
class
Array
{
174
Array
() = default;
175
~
Array
() { clear(); }
177
// Initialize the
array
to have Size entries.
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
LiveIntervalUnion.h
168
//
Array
of LiveIntervalUnions.
169
class
Array
{
174
Array
() = default;
175
~
Array
() { clear(); }
177
// Initialize the
array
to have Size entries.
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h
166
//
Array
of LiveIntervalUnions.
167
class
Array
{
172
Array
() = default;
173
~
Array
() { clear(); }
175
// Initialize the
array
to have Size entries.
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
LiveIntervalUnion.h
168
//
Array
of LiveIntervalUnions.
169
class
Array
{
174
Array
() = default;
175
~
Array
() { clear(); }
177
// Initialize the
array
to have Size entries.
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
LiveIntervalUnion.h
168
//
Array
of LiveIntervalUnions.
169
class
Array
{
174
Array
() = default;
175
~
Array
() { clear(); }
177
// Initialize the
array
to have Size entries.
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
LiveIntervalUnion.h
168
//
Array
of LiveIntervalUnions.
169
class
Array
{
174
Array
() = default;
175
~
Array
() { clear(); }
177
// Initialize the
array
to have Size entries.
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
LiveIntervalUnion.h
168
//
Array
of LiveIntervalUnions.
169
class
Array
{
174
Array
() = default;
175
~
Array
() { clear(); }
177
// Initialize the
array
to have Size entries.
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
LiveIntervalUnion.h
168
//
Array
of LiveIntervalUnions.
169
class
Array
{
174
Array
() = default;
175
~
Array
() { clear(); }
177
// Initialize the
array
to have Size entries.
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
LiveIntervalUnion.h
168
//
Array
of LiveIntervalUnions.
169
class
Array
{
174
Array
() = default;
175
~
Array
() { clear(); }
177
// Initialize the
array
to have Size entries.
/prebuilts/go/darwin-x86/test/
nilptr.go
59
//
Array
index.
70
//
Array
index.
75
//
Array
to slice.
84
//
Array
to slice.
95
//
Array
to slice.
101
//
Array
to slice.
/prebuilts/go/linux-x86/test/
nilptr.go
59
//
Array
index.
70
//
Array
index.
75
//
Array
to slice.
84
//
Array
to slice.
95
//
Array
to slice.
101
//
Array
to slice.
Completed in 1646 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>