Searched refs:CELL (Results 1 - 25 of 42) sorted by relevance

12

/external/clang/test/SemaTemplate/
H A Dinstantiate-using-decl.cpp94 template<class CELL> struct X : public A<CELL>, public B<CELL> {
95 using A<CELL>::access;
96 using B<CELL>::access;
/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/cpython2/Modules/
H A Dsymtablemodule.c82 PyModule_AddIntConstant(m, "CELL", CELL);
/external/python/cpython3/Modules/
H A Dsymtablemodule.c92 PyModule_AddIntMacro(m, CELL);
/external/v8/src/mips/
H A Dassembler-mips-inl.h281 DCHECK(rmode_ == RelocInfo::CELL);
288 DCHECK(rmode_ == RelocInfo::CELL);
296 DCHECK(rmode_ == RelocInfo::CELL);
371 } else if (mode == RelocInfo::CELL) {
396 } else if (mode == RelocInfo::CELL) {
/external/v8/src/mips64/
H A Dassembler-mips64-inl.h263 DCHECK(rmode_ == RelocInfo::CELL);
270 DCHECK(rmode_ == RelocInfo::CELL);
278 DCHECK(rmode_ == RelocInfo::CELL);
353 } else if (mode == RelocInfo::CELL) {
378 } else if (mode == RelocInfo::CELL) {
/external/python/cpython2/Lib/
H A Dsymtable.py6 SCOPE_OFF, SCOPE_MASK, FREE, GLOBAL_IMPLICIT, GLOBAL_EXPLICIT, CELL, LOCAL)
137 locs = (LOCAL, CELL)
/external/python/cpython3/Lib/
H A Dsymtable.py6 LOCAL, GLOBAL_IMPLICIT, GLOBAL_EXPLICIT, CELL)
132 locs = (LOCAL, CELL)
/external/v8/src/arm/
H A Dassembler-arm-inl.h166 DCHECK(rmode_ == RelocInfo::CELL);
173 DCHECK(rmode_ == RelocInfo::CELL);
181 DCHECK(rmode_ == RelocInfo::CELL);
255 } else if (mode == RelocInfo::CELL) {
279 } else if (mode == RelocInfo::CELL) {
/external/v8/src/ia32/
H A Dassembler-ia32-inl.h170 DCHECK(rmode_ == RelocInfo::CELL);
177 DCHECK(rmode_ == RelocInfo::CELL);
186 DCHECK(rmode_ == RelocInfo::CELL);
263 } else if (mode == RelocInfo::CELL) {
288 } else if (mode == RelocInfo::CELL) {
/external/v8/src/ppc/
H A Dassembler-ppc-inl.h229 DCHECK(rmode_ == RelocInfo::CELL);
236 DCHECK(rmode_ == RelocInfo::CELL);
243 DCHECK(rmode_ == RelocInfo::CELL);
333 } else if (mode == RelocInfo::CELL) {
358 } else if (mode == RelocInfo::CELL) {
/external/v8/src/s390/
H A Dassembler-s390-inl.h204 DCHECK(rmode_ == RelocInfo::CELL);
210 DCHECK(rmode_ == RelocInfo::CELL);
216 DCHECK(rmode_ == RelocInfo::CELL);
306 } else if (mode == RelocInfo::CELL) {
329 } else if (mode == RelocInfo::CELL) {
/external/v8/src/x87/
H A Dassembler-x87-inl.h170 DCHECK(rmode_ == RelocInfo::CELL);
177 DCHECK(rmode_ == RelocInfo::CELL);
186 DCHECK(rmode_ == RelocInfo::CELL);
263 } else if (mode == RelocInfo::CELL) {
288 } else if (mode == RelocInfo::CELL) {
/external/v8/src/x64/
H A Dassembler-x64-inl.h442 DCHECK(rmode_ == RelocInfo::CELL);
449 DCHECK(rmode_ == RelocInfo::CELL);
457 DCHECK(rmode_ == RelocInfo::CELL);
537 } else if (mode == RelocInfo::CELL) {
562 } else if (mode == RelocInfo::CELL) {
/external/v8/src/heap/
H A Dremembered-set.h272 DCHECK(rinfo->rmode() == RelocInfo::CELL);
353 RelocInfo rinfo(isolate, addr, RelocInfo::CELL, 0, NULL);
H A Dobjects-visiting-inl.h244 DCHECK(rinfo->rmode() == RelocInfo::CELL);
/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; }
H A Dobjects-body-descriptors-inl.h377 RelocInfo::ModeMask(RelocInfo::CELL) |
404 RelocInfo::ModeMask(RelocInfo::CELL) |
H A Dassembler.cc711 RelocInfo::ModeMask(RelocInfo::CELL) |
732 case CELL:
832 case CELL:
H A Dobjects-debug.cc1506 RelocInfo::ModeMask(RelocInfo::CELL);
1509 Object* target = it.rinfo()->rmode() == RelocInfo::CELL
H A Dcompiler.cc241 RelocInfo::ModeMask(RelocInfo::CELL);
244 if (mode == RelocInfo::CELL &&
/external/v8/src/arm64/
H A Dassembler-arm64-inl.h767 DCHECK(rmode_ == RelocInfo::CELL);
847 } else if (mode == RelocInfo::CELL) {
869 } else if (mode == RelocInfo::CELL) {
/external/v8/src/ic/x64/
H A Dhandler-compiler-x64.cc353 __ Move(scratch1, validity_cell, RelocInfo::CELL);
354 // Move(..., CELL) loads the payload's address!

Completed in 717 milliseconds

12