Searched defs:CELL (Results 1 - 10 of 10) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvdpstereo.cpp107 #define CELL(d,x) cells[(d)+(x)*dispH] macro
182 CELL(0,x).sum = CELL(dispH-1,x).sum = ICV_MAX_DP_SUM_VAL;
183 CELL(0,x).step = CELL(dispH-1,x).step = ICV_DP_STEP_LEFT;
187 CELL(d,d-2).sum = ICV_MAX_DP_SUM_VAL;
188 CELL(d,d-2).step = ICV_DP_STEP_UP;
190 CELL(1,0).sum = 0;
191 CELL(1,0).step = ICV_DP_STEP_LEFT;
277 if( min_val > CELL(
[all...]
/external/python/cpython2/Include/
H A Dsymtable.h84 #define CELL 5 macro
/external/python/cpython3/Include/
H A Dsymtable.h110 #define CELL 5 macro
/external/python/cpython3/Lib/tkinter/
H A Dtix.py45 CELL = 'cell' variable
/external/v8/src/
H A Dassembler.h327 CELL, enumerator in enum:v8::internal::RelocInfo::Mode
370 FIRST_SHAREABLE_RELOC_MODE = CELL,
393 static inline bool IsCell(Mode mode) { return mode == CELL; }
/external/python/cpython2/Lib/lib-tk/
H A DTix.py53 CELL = 'cell' variable
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 285 milliseconds