OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MEM_ALIGN
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/calib3d/src/
rho.cpp
69
const int
MEM_ALIGN
= 32;
803
total = alignSize(v ## _of + v ## _sz,
MEM_ALIGN
)
816
mem.perObj.create(1, (int)(total +
MEM_ALIGN
), CV_8UC1);
819
unsigned char* ptr = alignPtr(mem.perObj.data,
MEM_ALIGN
);
848
total = alignSize(v ## _of + v ## _sz,
MEM_ALIGN
)
856
mem.perRun.create(1, (int)(total +
MEM_ALIGN
), CV_8UC1);
859
unsigned char* ptr = alignPtr(mem.perRun.data,
MEM_ALIGN
);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.h
[
all
...]
Completed in 99 milliseconds