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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv20_state_polygon.c 36 struct nouveau_pushbuf *push = context_push(ctx); local
38 BEGIN_NV04(push, NV20_3D(POINT_SIZE), 1);
40 PUSH_DATAf(push, ctx->Point.Size);
42 PUSH_DATA (push, (uint32_t)(ctx->Point.Size * 8));
nv20_state_raster.c 37 struct nouveau_pushbuf *push = context_push(ctx); local
39 BEGIN_NV04(push, NV20_3D(COLOR_LOGIC_OP_ENABLE), 2);
40 PUSH_DATAb(push, ctx->Color.ColorLogicOpEnabled);
41 PUSH_DATA (push, nvgl_logicop_func(ctx->Color.LogicOp));
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/z80/
ld-group.s 127 ;; 16-bit load group --- ld, pop and push
163 push af
164 push bc
165 push de define
166 push hl
167 push ix
168 push iy
  /external/clang/test/Parser/
pragma-visibility2.c 5 #define push(foo) push(default) macro
6 #pragma GCC visibility push(hidden)
16 _Pragma("GCC visibility push(hidden)");
  /external/libcxx/utils/libcxx/android/
adb.py 20 def push(src, dst): function
21 cmd = ['adb', 'push', src, dst]
  /external/llvm/test/MC/X86/
intel-syntax-ptr-sized.s 5 push [eax] label
15 push [eax] label
  /external/toolchain-utils/binary_search_tool/full_bisect_test/
stack.c 19 push (struct stack_struct **stack, tree_ptr value) function
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/android/
adb.py 20 def push(src, dst): function
21 cmd = ['adb', 'push', src, dst]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pairing_heap_/
insert_fn_imps.hpp 44 push(const_reference r_val) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pairing_heap_/
insert_fn_imps.hpp 44 push(const_reference r_val) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/go/darwin-x86/src/runtime/
lfstack.go 25 func (head *lfstack) push(node *lfnode) { func
29 print("runtime: lfstack.push invalid packing: node=", node, " cnt=", hex(node.pushcnt), " packed=", hex(new), " -> node=", node1, "\n")
30 throw("lfstack.push")
  /prebuilts/go/linux-x86/src/runtime/
lfstack.go 25 func (head *lfstack) push(node *lfnode) { func
29 print("runtime: lfstack.push invalid packing: node=", node, " cnt=", hex(node.pushcnt), " packed=", hex(new), " -> node=", node1, "\n")
30 throw("lfstack.push")
  /external/llvm/test/MC/ARM/
thumb-load-store-multiple.s 63 .global push
64 .type push,%function
65 push: label
66 push {sp}
68 push {pc}
70 push {sp, pc}
96 push.w {r0}
  /external/perfetto/tools/
tmux 47 adb --help | grep 'push.*\[--sync\]' 2>&1 >/dev/null
50 function push { function
56 echo adb push $maybe_sync $1 $DIR
57 adb push $maybe_sync $1 $DIR
93 push $OUT/traced
94 push $OUT/traced_probes
95 push $OUT/perfetto
108 push $OUT/libtraced_shared.so
119 push $CONFIG_PATH
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 44 push(const_reference r_val) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 44 push(const_reference r_val) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
387.go 64 // Push to-be-stored value on top of stack.
65 push(s, v.Args[1])
83 push(s, v.Args[2])
118 // Push arg1 on top of stack
119 push(s, v.Args[1])
157 push(s, v.Args[0])
187 push(s, v.Args[0])
192 push(s, v.Args[0])
208 push(s, v.Args[0])
238 push(s, v.Args[0]
302 func push(s *gc.SSAGenState, v *ssa.Value) { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/x86/
387.go 64 // Push to-be-stored value on top of stack.
65 push(s, v.Args[1])
83 push(s, v.Args[2])
118 // Push arg1 on top of stack
119 push(s, v.Args[1])
157 push(s, v.Args[0])
187 push(s, v.Args[0])
192 push(s, v.Args[0])
208 push(s, v.Args[0])
238 push(s, v.Args[0]
302 func push(s *gc.SSAGenState, v *ssa.Value) { func
    [all...]
  /system/chre/core/
event_ref_queue.cc 28 bool EventRefQueue::push(Event *event) { function in class:chre::EventRefQueue
31 bool pushed = mQueue.push(event);
  /cts/tools/dasm/src/java_cup/runtime/
virtual_parse_stack.java 93 vstack.push(new Integer(stack_sym.parse_state));
137 /** Push a state number onto the stack. */
138 public void push(int state_num) method in class:virtual_parse_stack
140 vstack.push(new Integer(state_num));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
parse.py 146 # Push a symbol
147 self.push(t, self.grammar.dfas[t], newstate, context)
184 def push(self, type, newdfa, newstate, context): member in class:Parser
185 """Push a nonterminal. (Internal)"""
  /external/annotation-tools/scene-lib/src/annotations/util/
PersistentStack.java 13 public PersistentStack<E> push(E elem); method in interface:PersistentStack
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StackExtensions.cs 63 public static void push<T>( this Stack<T> stack, T obj ) method in class:Antlr.Runtime.JavaExtensions.StackExtensions
65 stack.Push( obj );
  /external/lisa/libs/utils/
target_script.py 79 def push(self): member in class:TargetScript
81 Push a script to the target
104 # Push it on target
105 self._target.push(self._local_path, self._remote_path)
  /external/python/cpython2/Demo/turtle/
tdemo_minimal_hanoi.py 35 def push(self, d): member in class:Tower
47 to_.push(from_.pop())
68 t1.push(Disc(i))

Completed in 694 milliseconds

1 2 3 4 5 6 7 8 91011>>