HomeSort by relevance Sort by last modified time
    Searched refs:Size (Results 376 - 400 of 2560) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Analysis/
MemoryLocation.cpp 68 uint64_t Size = UnknownSize;
70 Size = C->getValue().getZExtValue();
77 return MemoryLocation(MTI->getRawSource(), Size, AATags);
81 uint64_t Size = UnknownSize;
83 Size = C->getValue().getZExtValue();
90 return MemoryLocation(MTI->getRawDest(), Size, AATags);
117 // We may be able to produce an exact size for known intrinsics.
ScalarEvolutionAliasAnalysis.cpp 31 if (LocA.Size == 0 || LocB.Size == 0)
47 APInt ASizeInt(BitWidth, LocA.Size);
48 APInt BSizeInt(BitWidth, LocB.Size);
82 AO ? +MemoryLocation::UnknownSize : LocA.Size,
85 BO ? +MemoryLocation::UnknownSize : LocB.Size,
  /external/llvm/tools/lli/ChildTarget/
ChildTarget.cpp 36 int WriteBytes(const void *Data, size_t Size) {
37 return RPC.WriteBytes(Data, Size) ? Size : -1;
39 int ReadBytes(void *Data, size_t Size) {
40 return RPC.ReadBytes(Data, Size) ? Size : -1;
99 // Read and verify the message data size.
123 // Read the message data size.
152 // Read the message data size.
180 // Write the data size
    [all...]
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 150 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
153 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment,
178 size_t Size) override {}
180 size_t Size) override {}
182 void preallocateSlab(uint64_t Size) {
184 sys::MemoryBlock MB = sys::Memory::AllocateRWX(Size, nullptr, &Err);
190 SlabSize = Size;
193 uint8_t *allocateFromSlab(uintptr_t Size, unsigned Alignment, bool isCode) {
194 Size = RoundUpToAlignment(Size, Alignment)
    [all...]
  /external/lzma/CPP/Common/
MyBuffer.h 34 CBuffer(size_t size): _items(0), _size(0) { _items = new T[size]; _size = size; }
40 size_t Size() const { return _size; }
42 void Alloc(size_t size)
44 if (size != _size)
47 if (size != 0)
49 _items = new T[size];
50 _size = size;
55 void AllocAtLeast(size_t size)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_code.c 102 constant.Size = 4;
128 constant.Size = 4;
148 for(comp = 0; comp < c->Constants[index].Size; ++comp) {
155 if (c->Constants[index].Size < 4)
161 unsigned comp = c->Constants[free_index].Size++;
169 constant.Size = 1;
  /external/opencv3/modules/core/perf/opencl/
perf_matop.cpp 24 const Size srcSize = get<0>(params);
46 const Size srcSize = get<0>(params);
68 const Size srcSize = get<0>(params);
91 const Size srcSize = get<0>(params);
112 const Size srcSize = get<0>(params);
129 const Size srcSize = get<0>(params);
  /external/opencv3/modules/core/perf/
perf_stat.cpp 11 Size sz = get<0>(GetParam());
26 Size sz = get<0>(GetParam());
41 Size sz = get<0>(GetParam());
45 Mat mask = Mat::ones(src.size(), CV_8U);
57 Size sz = get<0>(GetParam());
74 Size sz = get<0>(GetParam());
92 Size sz = get<0>(GetParam());
perf_compare.cpp 11 typedef std::tr1::tuple<Size, MatType, CmpType> Size_MatType_CmpType_t;
22 Size sz = get<0>(GetParam());
45 Size sz = get<0>(GetParam());
  /external/opencv3/modules/cudaimgproc/perf/
perf_histogram.cpp 56 const cv::Size size = GET_PARAM(0); local
59 cv::Mat src(size, depth);
94 const cv::Size size = GET_PARAM(0); local
97 cv::Mat src(size, CV_MAKE_TYPE(depth, 4));
133 const cv::Size size = GetParam(); local
135 cv::Mat src(size, CV_8UC1);
159 const cv::Size size = GetParam() local
192 const cv::Size size = GET_PARAM(0); local
    [all...]
  /external/opencv3/modules/cudev/test/
test_bitwize_op.cu 62 const Size size = randomSize(100, 400);
65 Mat src = randomMat(size, type);
94 const Size size = randomSize(100, 400);
97 Mat src1 = randomMat(size, type);
98 Mat src2 = randomMat(size, type);
127 const Size size = randomSize(100, 400);
130 Mat src = randomMat(size, type)
    [all...]
test_integral.cu 53 const Size size = randomSize(100, 400);
55 Mat src = randomMat(size, CV_8UC1);
64 dst_gold = dst_gold(Rect(1, 1, size.width, size.height));
71 const Size size = randomSize(100, 400);
73 Mat src = randomMat(size, CV_32FC1, 0, 1);
82 dst_gold = dst_gold(Rect(1, 1, size.width, size.height))
    [all...]
  /external/opencv3/modules/imgproc/perf/opencl/
perf_3vs4.cpp 25 typedef tuple <Size, MatType, Modes> _3vs4Params;
32 const Size srcSize = get<0>(params);
43 OCL_TEST_CYCLE() resize(src, dst, Size(), 0.5, 0.5, INTER_LINEAR);
59 for (size_t i = 0; i < srcs.size(); ++i)
60 resize(srcs[i], dsts[i], Size(), 0.5, 0.5, INTER_LINEAR);
73 resize(src4, dst4, Size(), 0.5, 0.5, INTER_LINEAR);
85 const Size srcSize = get<0>(params);
113 for (size_t i = 0; i < srcs.size(); ++i)
  /external/opencv3/modules/objdetect/include/opencv2/objdetect/
detection_based_tracker.hpp 81 void setMinObjectSize(const cv::Size& min)
85 void setMaxObjectSize(const cv::Size& max)
89 cv::Size getMinObjectSize() const
93 cv::Size getMaxObjectSize() const
116 cv::Size minObjSize;
117 cv::Size maxObjSize;
  /external/opencv3/modules/photo/perf/
perf_cuda.cpp 61 DEF_PARAM_TEST(Sz_Depth_Cn_WinSz_BlockSz, cv::Size, MatDepth, MatCn, int, int);
72 const cv::Size size = GET_PARAM(0); local
83 cv::Mat src(size, type);
105 DEF_PARAM_TEST(Sz_Depth_Cn_WinSz_BlockSz, cv::Size, MatDepth, MatCn, int, int);
116 const cv::Size size = GET_PARAM(0); local
124 cv::Mat src(size, type);
149 DEF_PARAM_TEST(Sz_Depth_WinSz_BlockSz, cv::Size, MatDepth, int, int);
159 const cv::Size size = GET_PARAM(0) local
    [all...]
  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DInterop.h 50 property Windows::Foundation::Size WindowBounds;
51 property Windows::Foundation::Size NativeResolution;
52 property Windows::Foundation::Size RenderResolution
54 Windows::Foundation::Size get(){ return m_renderResolution; }
55 void set(Windows::Foundation::Size renderResolution);
71 HRESULT STDMETHODCALLTYPE GetTexture(_In_ const DrawingSurfaceSizeF* size, _Out_ IDrawingSurfaceSynchronizedTextureNative** synchronizedTexture, _Out_ DrawingSurfaceRectF* textureSubRectangle);
80 Windows::Foundation::Size m_renderResolution;
  /frameworks/av/include/camera/
CameraParameters.h 25 struct Size {
29 Size() {
34 Size(int w, int h) {
61 void getSupportedPreviewSizes(Vector<Size> &sizes) const;
67 // getSupportedVideoSizes() returns an empty Vector of Size.
73 // empty Vector of Size.
81 void getSupportedVideoSizes(Vector<Size> &sizes) const;
82 // Retrieve the preferred preview size (width and height) in pixels
86 // Vector of Size. If getSupportedVideoSizes() returns an empty
87 // Vector of Size, the width and height returned from this metho
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Color.java 20 import android.annotation.Size;
146 public static int parseColor(@Size(min=1) String colorString) {
176 public static void RGBToHSV(int red, int green, int blue, @Size(3) float hsv[]) {
191 public static void colorToHSV(@ColorInt int color, @Size(3) float hsv[]) {
204 public static int HSVToColor(@Size(3) float hsv[]) {
219 public static int HSVToColor(int alpha, @Size(3) float hsv[]) {
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Init.c 152 /* Maximum Internal Black Size should not be more than MAX_INTERNAL_BLOCKSIZE*/
217 CS_MemTab.Region[LVM_MEMREGION_PERSISTENT_FAST_DATA].Size);
219 CS_MemTab.Region[LVM_MEMREGION_PERSISTENT_FAST_COEF].Size);
220 if (CS_MemTab.Region[LVM_MEMREGION_TEMPORARY_FAST].Size > AlgScratchSize) AlgScratchSize = CS_MemTab.Region[LVM_MEMREGION_TEMPORARY_FAST].Size;
250 DBE_MemTab.Region[LVM_MEMREGION_PERSISTENT_FAST_DATA].Size);
252 DBE_MemTab.Region[LVM_MEMREGION_PERSISTENT_FAST_COEF].Size);
253 if (DBE_MemTab.Region[LVM_MEMREGION_TEMPORARY_FAST].Size > AlgScratchSize) AlgScratchSize = DBE_MemTab.Region[LVM_MEMREGION_TEMPORARY_FAST].Size;
284 EQNB_MemTab.Region[LVM_MEMREGION_PERSISTENT_FAST_DATA].Size);
    [all...]
  /external/ceres-solver/internal/ceres/
residual_block_utils.cc 58 const int parameter_block_size = block.parameter_blocks()[i]->Size();
77 "Residual Block size: %d parameter blocks x %d residuals\n\n",
93 const int parameter_block_size = block.parameter_blocks()[i]->Size();
95 &result, "Parameter Block %d, size: %d\n", i, parameter_block_size);
129 const int parameter_block_size = block.parameter_blocks()[i]->Size();
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 28 SDValue Size, unsigned Align,
84 Entry.Node = Size;
87 // Adjust parameters for memset, EABI uses format (ptr, size, value),
88 // GNU library uses (ptr, value, size)
90 Entry.Node = Size;
107 Entry.Node = Size;
135 SDValue Size, unsigned Align,
145 // This requires the copy size to be a constant, preferably
147 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
149 return EmitSpecializedLibcall(DAG, dl, Chain, Dst, Src, Size, Align
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 29 cl::desc("The maximum size of an object in the sdata section"));
43 static bool IsInSmallSection(uint64_t Size) {
44 return Size > 0 && Size <= (uint64_t)SmallDataThreshold;
  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.h 29 SDValue Size, unsigned Align,
36 SDValue Size, unsigned Align, bool IsVolatile,
41 SDValue Src1, SDValue Src2, SDValue Size,
  /external/lzma/CPP/7zip/Common/
CWrappers.h 55 UInt32 Size;
64 bool Alloc(UInt32 size) throw();
88 size_t Size;
96 bool Alloc(size_t size) throw();
100 Lim = Buf + Size;
  /external/lzma/CPP/Windows/
FileIO.cpp 104 length = Size;
123 distanceToMove += Size;
159 // maybe we must decrease kClusterSize to 1 << 12, if we want correct size at tail
161 UInt64 pos = Size & ~(UInt64)(kClusterSize - 1);
173 // processed size for latest block for "PhysicalDrive0" is 0.
179 Size = pos + processed;
205 Size = pos + processed;
220 Size = 0;
226 Size = 128 << 20;
237 GetPartitionInfo == GeometryEx : corrrect size? (includes tail)
    [all...]

Completed in 1272 milliseconds

<<11121314151617181920>>