HomeSort by relevance Sort by last modified time
    Searched defs:push (Results 101 - 125 of 1457) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
IntArray.java 54 public void push(int v) { method in class:IntArray
64 /** This only tracks elements added via push/add. */
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ElemContext.java 96 * but are rather re-used when a push is required.
104 * is held by the serializer is changed via a quick pop() or push().
165 final ElemContext push() method in class:ElemContext
187 * Push an element context on the stack. This context keeps track of
196 final ElemContext push( method in class:ElemContext
  /external/apache-xml/src/main/java/org/apache/xml/utils/
IntStack.java 72 public int push(int i) method in class:IntStack
  /external/clang/lib/CodeGen/
CGLoopInfo.cpp 123 void LoopInfoStack::push(BasicBlock *Header, llvm::DebugLoc Location) { function in class:LoopInfoStack
129 void LoopInfoStack::push(BasicBlock *Header, clang::ASTContext &Ctx, function in class:LoopInfoStack
269 push(Header, Location);
  /external/icu/icu4c/source/common/
uvector.h 322 void* push(void* obj, UErrorCode &status);
324 int32_t push(int32_t i, UErrorCode &status);
403 inline void* UStack::push(void* obj, UErrorCode &status) { function in class:UStack
408 inline int32_t UStack::push(int32_t i, UErrorCode &status) { function in class:UStack
uvectr64.h 195 int64_t push(int64_t i, UErrorCode &status);
263 inline int64_t UVector64::push(int64_t i, UErrorCode &status) { function in class:UVector64
  /external/libpcap/msdos/
ndis_0.asm 72 push es
73 push ds define
82 push bx ;; Save the old one on to the new stack
83 push cx
108 push ax ;; Save the return code
109 push bx ;; Free the stack. Push the pointer to it
110 push cx
161 push ebx
pkt_rx1.s 45 push es
46 push bx
86 push ds define
87 push bx
135 ; push si
  /external/llvm/include/llvm/Support/
ArrayRecycler.h 56 void push(unsigned Idx, T *Ptr) { function in class:llvm::ArrayRecycler
137 push(Cap.getBucket(), Ptr);
Recycler.h 50 void push(FreeNode *N) { function in class:llvm::Recycler
98 push(reinterpret_cast<FreeNode *>(Element));
  /external/llvm/lib/CodeGen/
LatencyPriorityQueue.cpp 73 void LatencyPriorityQueue::push(SUnit *SU) { function in class:LatencyPriorityQueue
117 push(OnlyAvailablePred);
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_clear.c 57 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
78 BEGIN_NV04(push, NV30_3D(STENCIL_ENABLE(0)), 2);
79 PUSH_DATA (push, 0);
80 PUSH_DATA (push, 0x000000ff);
87 BEGIN_NV04(push, NV30_3D(CLEAR_DEPTH_VALUE), 3);
88 PUSH_DATA (push, zeta);
89 PUSH_DATA (push, colr);
90 PUSH_DATA (push, mode);
93 BEGIN_NV04(push, NV30_3D(CLEAR_DEPTH_VALUE), 3);
94 PUSH_DATA (push, zeta)
110 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
170 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv98_video_ppp.c 27 struct nouveau_pushbuf *push = dec->pushbuf[2]; local
50 nouveau_pushbuf_refn(push, bo_refs, num_refs);
53 BEGIN_NV04(push, SUBC_PPP(0x700), 10);
56 PUSH_DATA (push, (stride_out << 24) | (stride_out << 16) | low700); // 700
57 PUSH_DATA (push, (stride_in << 24) | (stride_in << 16) | (dec_h << 8) | dec_w); // 704
61 PUSH_DATA (push, in_addr); // 708
62 PUSH_DATA (push, in_addr + y2); // 70c
63 PUSH_DATA (push, in_addr + cbcr); // 710
64 PUSH_DATA (push, in_addr + cbcr2); // 714
69 PUSH_DATA (push, mt->base.address >> 8)
77 struct nouveau_pushbuf *push = dec->pushbuf[2]; local
94 struct nouveau_pushbuf *push = dec->pushbuf[2]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_video_ppp.c 27 struct nouveau_pushbuf *push = dec->pushbuf[2]; local
50 nouveau_pushbuf_refn(push, bo_refs, num_refs);
53 BEGIN_NVC0(push, SUBC_PPP(0x700), 10);
56 PUSH_DATA (push, (stride_out << 24) | (stride_out << 16) | low700); // 700
57 PUSH_DATA (push, (stride_in << 24) | (stride_in << 16) | (dec_h << 8) | dec_w); // 704
61 PUSH_DATA (push, in_addr); // 708
62 PUSH_DATA (push, in_addr + y2); // 70c
63 PUSH_DATA (push, in_addr + cbcr); // 710
64 PUSH_DATA (push, in_addr + cbcr2); // 714
69 PUSH_DATA (push, mt->base.address >> 8)
77 struct nouveau_pushbuf *push = dec->pushbuf[2]; local
94 struct nouveau_pushbuf *push = dec->pushbuf[2]; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_context.c 53 struct nouveau_pushbuf *push = context_push(ctx); local
69 BEGIN_NV04(push, NV01_SUBC(3D, OBJECT), 1);
70 PUSH_DATA (push, fahrenheit->handle);
81 struct nouveau_pushbuf *push = context_push(ctx); local
84 BEGIN_NV04(push, NV01_SUBC(SURF, OBJECT), 1);
85 PUSH_DATA (push, hw->surf3d->handle);
86 BEGIN_NV04(push, NV04_SF3D(DMA_NOTIFY), 3);
87 PUSH_DATA (push, hw->ntfy->handle);
88 PUSH_DATA (push, fifo->vram);
89 PUSH_DATA (push, fifo->vram)
    [all...]
nv20_state_fb.c 57 struct nouveau_pushbuf *push = context_push(ctx); local
70 BEGIN_NV04(push, NV25_3D(HIERZ_PITCH), 1);
71 PUSH_DATA (push, pitch);
72 BEGIN_NV04(push, NV25_3D(HIERZ_OFFSET), 1);
73 PUSH_MTHDl(push, NV25_3D(HIERZ_OFFSET), BUFCTX_FB,
80 struct nouveau_pushbuf *push = context_push(ctx); local
90 PUSH_RESET(push, BUFCTX_FB);
100 BEGIN_NV04(push, NV20_3D(COLOR_OFFSET), 1);
101 PUSH_MTHDl(push, NV20_3D(COLOR_OFFSET), BUFCTX_FB,
113 BEGIN_NV04(push, NV20_3D(ZETA_OFFSET), 1)
137 struct nouveau_pushbuf *push = context_push(ctx); local
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
op_queue.hpp 100 // Push an operation on to the back of the queue.
101 void push(Operation* h) function in class:asio::detail::op_queue
115 // Push all operations from another queue on to the back of the queue. The
118 void push(op_queue<OtherOperation>& q) function in class:asio::detail::op_queue
  /external/python/cpython2/Lib/compiler/
misc.py 37 def push(self, elt): member in class:Stack
  /external/python/cpython3/Lib/
code.py 233 more = self.push(line)
243 def push(self, line): member in class:InteractiveConsole
244 """Push a line to the interpreter.
  /external/syslinux/mbr/
oldmbr.asm 130 push di define
143 push di define
  /external/vogar/src/vogar/
LocalTarget.java 82 @Override public void push(File local, File remote) { method in class:LocalTarget
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ArrayRecycler.h 55 void push(unsigned Idx, T *Ptr) { function in class:llvm::ArrayRecycler
136 push(Cap.getBucket(), Ptr);
Recycler.h 49 void push(FreeNode *N) { function in class:llvm::Recycler
97 push(reinterpret_cast<FreeNode *>(Element));
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
ArrayRecycler.h 57 void push(unsigned Idx, T *Ptr) { function in class:llvm::ArrayRecycler
139 push(Cap.getBucket(), Ptr);
Recycler.h 51 void push(FreeNode *N) { function in class:llvm::Recycler
100 push(reinterpret_cast<FreeNode *>(Element));

Completed in 1001 milliseconds

1 2 3 45 6 7 8 91011>>