HomeSort by relevance Sort by last modified time
    Searched refs:CELL (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/clang/test/SemaTemplate/
instantiate-using-decl.cpp 94 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/
cvdpstereo.cpp 107 #define CELL(d,x) cells[(d)+(x)*dispH]
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(i,imgW-1).sum
    [all...]
  /frameworks/base/location/lib/java/com/android/location/provider/
GmsFusedBatchOptions.java 95 public static int CELL = 1<<3;
  /prebuilts/gdb/darwin-x86/include/python2.7/
symtable.h 84 #define CELL 5
  /prebuilts/gdb/linux-x86/include/python2.7/
symtable.h 84 #define CELL 5
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
symtable.h 84 #define CELL 5
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
symtable.h 84 #define CELL 5
  /toolchain/binutils/binutils-2.25/opcodes/
mt-opc.c 559 /* fbcb $frsr1,#$rbbc,#$ball,#$brc,#$rc1,#$cbrb,#$cell,#$dup,#$ctxdisp */
562 { { MNEM, ' ', OP (FRSR1), ',', '#', OP (RBBC), ',', '#', OP (BALL), ',', '#', OP (BRC), ',', '#', OP (RC1), ',', '#', OP (CBRB), ',', '#', OP (CELL), ',', '#', OP (DUP), ',', '#', OP (CTXDISP), 0 } },
565 /* mfbcb $frsr1,#$rbbc,$frsr2,#$rc1,#$cbrb,#$cell,#$dup,#$ctxdisp */
568 { { MNEM, ' ', OP (FRSR1), ',', '#', OP (RBBC), ',', OP (FRSR2), ',', '#', OP (RC1), ',', '#', OP (CBRB), ',', '#', OP (CELL), ',', '#', OP (DUP), ',', '#', OP (CTXDISP), 0 } },
571 /* fbcci $frsr1,#$rbbc,#$ball,#$brc,#$fbdisp,#$cell,#$dup,#$ctxdisp */
574 { { MNEM, ' ', OP (FRSR1), ',', '#', OP (RBBC), ',', '#', OP (BALL), ',', '#', OP (BRC), ',', '#', OP (FBDISP), ',', '#', OP (CELL), ',', '#', OP (DUP), ',', '#', OP (CTXDISP), 0 } },
577 /* fbrci $frsr1,#$rbbc,#$ball,#$brc,#$fbdisp,#$cell,#$dup,#$ctxdisp */
580 { { MNEM, ' ', OP (FRSR1), ',', '#', OP (RBBC), ',', '#', OP (BALL), ',', '#', OP (BRC), ',', '#', OP (FBDISP), ',', '#', OP (CELL), ',', '#', OP (DUP), ',', '#', OP (CTXDISP), 0 } },
583 /* fbcri $frsr1,#$rbbc,#$ball,#$brc,#$fbdisp,#$cell,#$dup,#$ctxdisp */
586 { { MNEM, ' ', OP (FRSR1), ',', '#', OP (RBBC), ',', '#', OP (BALL), ',', '#', OP (BRC), ',', '#', OP (FBDISP), ',', '#', OP (CELL), ',', '#', OP (DUP), ',', '#', OP (CTXDISP), 0 } }
    [all...]
  /frameworks/base/location/java/android/location/
FusedBatchOptions.java 103 public static int CELL = 1<<3;
  /external/v8/src/mips/
assembler-mips-inl.h 267 Handle<Cell> RelocInfo::target_cell_handle() {
268 DCHECK(rmode_ == RelocInfo::CELL);
270 return Handle<Cell>(reinterpret_cast<Cell**>(address));
274 Cell* RelocInfo::target_cell() {
275 DCHECK(rmode_ == RelocInfo::CELL);
276 return Cell::FromValueAddress(Memory::Address_at(pc_));
280 void RelocInfo::set_target_cell(Cell* cell,
283 DCHECK(rmode_ == RelocInfo::CELL);
290 host(), NULL, cell); local
    [all...]
  /external/v8/src/mips64/
assembler-mips64-inl.h 265 Handle<Cell> RelocInfo::target_cell_handle() {
266 DCHECK(rmode_ == RelocInfo::CELL);
268 return Handle<Cell>(reinterpret_cast<Cell**>(address));
272 Cell* RelocInfo::target_cell() {
273 DCHECK(rmode_ == RelocInfo::CELL);
274 return Cell::FromValueAddress(Memory::Address_at(pc_));
278 void RelocInfo::set_target_cell(Cell* cell,
281 DCHECK(rmode_ == RelocInfo::CELL);
288 host(), NULL, cell); local
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatterySipper.java 81 CELL,
  /external/v8/src/arm/
assembler-arm-inl.h 180 Handle<Cell> RelocInfo::target_cell_handle() {
181 DCHECK(rmode_ == RelocInfo::CELL);
183 return Handle<Cell>(reinterpret_cast<Cell**>(address));
187 Cell* RelocInfo::target_cell() {
188 DCHECK(rmode_ == RelocInfo::CELL);
189 return Cell::FromValueAddress(Memory::Address_at(pc_));
193 void RelocInfo::set_target_cell(Cell* cell,
196 DCHECK(rmode_ == RelocInfo::CELL);
203 host(), NULL, cell); local
    [all...]
  /external/v8/src/ia32/
assembler-ia32-inl.h 182 Handle<Cell> RelocInfo::target_cell_handle() {
183 DCHECK(rmode_ == RelocInfo::CELL);
185 return Handle<Cell>(reinterpret_cast<Cell**>(address));
189 Cell* RelocInfo::target_cell() {
190 DCHECK(rmode_ == RelocInfo::CELL);
191 return Cell::FromValueAddress(Memory::Address_at(pc_));
195 void RelocInfo::set_target_cell(Cell* cell,
198 DCHECK(cell->IsCell())
209 host(), NULL, cell); local
    [all...]
  /external/v8/src/x87/
assembler-x87-inl.h 183 Handle<Cell> RelocInfo::target_cell_handle() {
184 DCHECK(rmode_ == RelocInfo::CELL);
186 return Handle<Cell>(reinterpret_cast<Cell**>(address));
190 Cell* RelocInfo::target_cell() {
191 DCHECK(rmode_ == RelocInfo::CELL);
192 return Cell::FromValueAddress(Memory::Address_at(pc_));
196 void RelocInfo::set_target_cell(Cell* cell,
199 DCHECK(cell->IsCell())
210 host(), NULL, cell); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symtable.py 6 SCOPE_OFF, SCOPE_MASK, FREE, GLOBAL_IMPLICIT, GLOBAL_EXPLICIT, CELL, LOCAL)
140 locs = (LOCAL, CELL)
  /prebuilts/gdb/linux-x86/lib/python2.7/
symtable.py 6 SCOPE_OFF, SCOPE_MASK, FREE, GLOBAL_IMPLICIT, GLOBAL_EXPLICIT, CELL, LOCAL)
140 locs = (LOCAL, CELL)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 6 SCOPE_OFF, SCOPE_MASK, FREE, GLOBAL_IMPLICIT, GLOBAL_EXPLICIT, CELL, LOCAL)
140 locs = (LOCAL, CELL)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 6 SCOPE_OFF, SCOPE_MASK, FREE, GLOBAL_IMPLICIT, GLOBAL_EXPLICIT, CELL, LOCAL)
140 locs = (LOCAL, CELL)
  /external/v8/src/ppc/
assembler-ppc-inl.h 232 Handle<Cell> RelocInfo::target_cell_handle() {
233 DCHECK(rmode_ == RelocInfo::CELL);
235 return Handle<Cell>(reinterpret_cast<Cell**>(address));
239 Cell* RelocInfo::target_cell() {
240 DCHECK(rmode_ == RelocInfo::CELL);
241 return Cell::FromValueAddress(Memory::Address_at(pc_));
245 void RelocInfo::set_target_cell(Cell* cell, WriteBarrierMode write_barrier_mode,
247 DCHECK(rmode_ == RelocInfo::CELL);
253 host()->GetHeap()->incremental_marking()->RecordWrite(host(), NULL, cell); local
    [all...]
  /external/v8/src/x64/
assembler-x64-inl.h 435 Handle<Cell> RelocInfo::target_cell_handle() {
436 DCHECK(rmode_ == RelocInfo::CELL);
438 return Handle<Cell>(reinterpret_cast<Cell**>(address));
442 Cell* RelocInfo::target_cell() {
443 DCHECK(rmode_ == RelocInfo::CELL);
444 return Cell::FromValueAddress(Memory::Address_at(pc_));
448 void RelocInfo::set_target_cell(Cell* cell,
451 DCHECK(rmode_ == RelocInfo::CELL);
462 host(), NULL, cell); local
    [all...]
  /external/v8/src/
objects-body-descriptors-inl.h 365 RelocInfo::ModeMask(RelocInfo::CELL) |
392 RelocInfo::ModeMask(RelocInfo::CELL) |
492 return Op::template apply<Cell::BodyDescriptor>(p1, p2, p3);
assembler.h 382 CELL,
425 LAST_GCED_ENUM = CELL,
449 static inline bool IsCell(Mode mode) { return mode == CELL; }
556 INLINE(Cell* target_cell());
557 INLINE(Handle<Cell> target_cell_handle());
558 INLINE(void set_target_cell(Cell* cell,
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryEntry.java 138 case CELL:
  /external/v8/src/arm64/
assembler-arm64-inl.h 774 Handle<Cell> RelocInfo::target_cell_handle() {
776 Cell *null_cell = NULL;
777 return Handle<Cell>(null_cell);
781 Cell* RelocInfo::target_cell() {
782 DCHECK(rmode_ == RelocInfo::CELL);
783 return Cell::FromValueAddress(Memory::Address_at(pc_));
787 void RelocInfo::set_target_cell(Cell* cell,
880 } else if (mode == RelocInfo::CELL) {
902 } else if (mode == RelocInfo::CELL) {
    [all...]

Completed in 792 milliseconds

1 2 3