HomeSort by relevance Sort by last modified time
    Searched refs:push (Results 276 - 300 of 5069) sorted by null

<<11121314151617181920>>

  /system/chre/util/include/chre/util/
fixed_size_blocking_queue.h 44 bool push(const ElementType& element);
45 bool push(ElementType&& element);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
push-err-2.s 4 ; There are no "push" or "pop" synonyms for the compatible
6 push $r10 ; { dg-error "Unknown" }
7 push $srp ; { dg-error "Unknown" }
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/
machine.s 4 .machine push
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer 182 push @CmdArgs, $file;
185 push @CmdArgs, $Output;
197 push @Args, '-o', $ResultFile;
200 push @Args, '-o', $HtmlDir;
203 push @Args, "-Xclang", "-analyzer-display-progress";
207 push @Args, "-Xclang", $arg;
212 push @Args, "-Xclang", "-analyzer-viz-egraph-ubigraph";
225 push @PrintArgs,"'$Cmd'";
227 push @PrintArgs,"\'$arg\'";
488 push @CompileOpts,$Arg
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer 182 push @CmdArgs, $file;
185 push @CmdArgs, $Output;
197 push @Args, '-o', $ResultFile;
200 push @Args, '-o', $HtmlDir;
203 push @Args, "-Xclang", "-analyzer-display-progress";
207 push @Args, "-Xclang", $arg;
212 push @Args, "-Xclang", "-analyzer-viz-egraph-ubigraph";
225 push @PrintArgs,"'$Cmd'";
227 push @PrintArgs,"\'$arg\'";
488 push @CompileOpts,$Arg
    [all...]
  /external/clang/test/Preprocessor/
pragma_diagnostic_sections.cpp 7 #pragma clang diagnostic push
17 #pragma clang diagnostic push
34 #pragma clang diagnostic push
41 #pragma clang diagnostic push
49 #pragma clang diagnostic push
62 #pragma clang diagnostic push
74 _Pragma("clang diagnostic push") \
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
push-pop.d 2 #name: PUSH and POP
4 # Test the `PUSH' and `POP' instructions
9 0+000 <.*> e52d0004 push {r0} ; \(str r0, \[sp, #-4\]!\)
10 0+004 <.*> e92d000e push {r1, r2, r3}
11 0+008 <.*> e52d9004 push {r9} ; \(str r9, \[sp, #-4\]!\)
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/base/
DocumentStackTest.java 82 mStack.push(DIR_1);
83 mStack.push(DIR_2);
89 mStack.push(DIR_1);
90 mStack.push(DIR_2);
97 mStack.push(DIR_1);
98 mStack.push(DIR_2);
113 mStack.push(DIR_1);
124 mStack.push(DIR_1);
136 mStack.push(DIR_1);
137 mStack.push(DIR_2)
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ExceptionHandlerAsm.asm 39 db 6ah ; push #VectorNum
41 push rax
48 db 6ah ; push
51 push rax
58 push rcx
62 push [rsp] ; push additional rcx to make stack alignment
65 push [rax] ; push rax into stack to keep code consistence
71 ; Entry from each interrupt with a push eax and eax=interrupt number
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_vbo_translate.c 14 struct nouveau_pushbuf *push; member in struct:push_context
44 ctx->push = nvc0->base.pushbuf;
121 prim_restart_search_i08(const uint8_t *elts, unsigned push, uint8_t index)
124 for (i = 0; i < push && elts[i] != index; ++i);
129 prim_restart_search_i16(const uint16_t *elts, unsigned push, uint16_t index)
132 for (i = 0; i < push && elts[i] != index; ++i);
137 prim_restart_search_i32(const uint32_t *elts, unsigned push, uint32_t index)
140 for (i = 0; i < push && elts[i] != index; ++i);
216 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
223 BEGIN_NVC0(push, NVC0_3D(VERTEX_ARRAY_START_HIGH(0)), 2)
240 struct nouveau_pushbuf *push = ctx->push; local
297 struct nouveau_pushbuf *push = ctx->push; local
354 struct nouveau_pushbuf *push = ctx->push; local
411 struct nouveau_pushbuf *push = ctx->push; local
624 struct nouveau_pushbuf *push = ctx->push; local
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
EbcLowLevel.S 22 push %ebp
23 push %ebx
31 push %ecx
32 push %eax
33 push %edx
34 push %ebx
50 push %ebp
52 push %esi
53 push %edi
55 push %eax
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
AsmFuncs.asm 49 push eax
55 push eax
61 push eax
67 push eax
73 push eax
79 push eax
85 push eax
91 push eax
97 push eax
103 push eax
    [all...]
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
PeiCoreEntry.asm 47 push edx
48 push ecx
49 push eax
62 ; Push the hob list pointer
64 push eax
72 push ecx
73 push edx
76 ; Push processor count to stack first, then BIST status (AP then BSP)
92 push ebx
102 push eax
    [all...]
  /external/proguard/src/proguard/evaluation/
Processor.java 87 stack.push(valueFactory.createReferenceValueNull());
99 stack.push(valueFactory.createIntegerValue(simpleInstruction.constant));
104 stack.push(valueFactory.createLongValue(simpleInstruction.constant));
110 stack.push(valueFactory.createFloatValue((float)simpleInstruction.constant));
115 stack.push(valueFactory.createDoubleValue((double)simpleInstruction.constant));
125 stack.push(arrayReference.integerArrayLoad(arrayIndex, valueFactory));
132 stack.push(arrayReference.longArrayLoad(arrayIndex, valueFactory));
139 stack.push(arrayReference.floatArrayLoad(arrayIndex, valueFactory));
146 stack.push(arrayReference.doubleArrayLoad(arrayIndex, valueFactory));
153 stack.push(arrayReference.referenceArrayLoad(arrayIndex, valueFactory))
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
efi32.asm 103 ; push 011111111h
104 ; push 022222222h
105 ; push 033333333h
126 push esi ; Save Base of EFILDR.C
127 push edi ; Save ImageBase
147 push eax ; push memory map location on stack for call to EFILDR...
149 push eax ; push return address (useless, just for stack balance)
154 push eax
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmiException.asm 178 push 0eh ; Page Fault
181 push [rsp] ; duplicate INT# if no ErrCode
184 push rbp
195 push r15
196 push r14
197 push r13
198 push r12
199 push r11
200 push r10
201 push r9
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_tex.c 242 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
253 BEGIN_NV04(push, NV50_3D(BIND_TIC(s)), 1);
254 PUSH_DATA (push, (i << 1) | 0);
263 BEGIN_NV04(push, NV50_2D(DST_FORMAT), 2);
264 PUSH_DATA (push, G80_SURFACE_FORMAT_R8_UNORM);
265 PUSH_DATA (push, 1);
266 BEGIN_NV04(push, NV50_2D(DST_PITCH), 5);
267 PUSH_DATA (push, 262144);
268 PUSH_DATA (push, 65536);
269 PUSH_DATA (push, 1)
350 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_amd64.S 13 push %rax
16 push %rcx
19 push %rdx
22 push %rsi
25 push %rdi
28 push %r8
31 push %r9
34 push %r10
37 push %r11
41 push %rbx # non-scratc
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_draw.c 127 struct nouveau_pushbuf *push = nv30->screen->base.pushbuf; local
130 BEGIN_NV04(push, NV30_3D(VTXBUF(0)), r->vertex_info.num_attribs);
132 PUSH_RESRC(push, NV30_3D(VTXBUF(i)), BUFCTX_VTXTMP,
140 BEGIN_NV04(push, NV30_3D(VERTEX_BEGIN_END), 1);
141 PUSH_DATA (push, r->prim);
144 BEGIN_NV04(push, NV30_3D(VB_ELEMENT_U32), 1);
145 PUSH_DATA (push, *indices++);
153 BEGIN_NI04(push, NV30_3D(VB_ELEMENT_U16), npush);
155 PUSH_DATA(push, (indices[1] << 16) | indices[0]);
160 BEGIN_NV04(push, NV30_3D(VERTEX_BEGIN_END), 1)
170 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
283 struct nouveau_pushbuf *push = nv30->screen->base.pushbuf; local
    [all...]
nv30_fragprog.c 68 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
110 if (!PUSH_SPACE(push, 8))
112 PUSH_RESET(push, BUFCTX_FRAGPROG);
114 BEGIN_NV04(push, NV30_3D(FP_ACTIVE_PROGRAM), 1);
115 PUSH_RESRC(push, NV30_3D(FP_ACTIVE_PROGRAM), BUFCTX_FRAGPROG, r, 0,
119 BEGIN_NV04(push, NV30_3D(FP_CONTROL), 1);
120 PUSH_DATA (push, fp->fp_control);
122 BEGIN_NV04(push, NV30_3D(FP_REG_CONTROL), 1);
123 PUSH_DATA (push, 0x00010004);
124 BEGIN_NV04(push, NV30_3D(TEX_UNITS_ENABLE), 1)
    [all...]
  /external/libdrm/nouveau/
private.h 27 struct nouveau_pushbuf *push; member in struct:nouveau_client_kref
56 struct nouveau_pushbuf *push = NULL; local
58 push = pcli->kref[bo->handle].push;
59 return push;
65 struct nouveau_pushbuf *push)
73 pcli->kref[pcli->kref_nr].push = NULL;
78 pcli->kref[bo->handle].push = push;
  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
lldiv.c 67 push eax
73 push eax
75 push eax
81 push eax
83 push eax
lldvrm.c 63 push esp
69 push eax
71 push eax
77 push eax
79 push eax
llrem.c 57 push esp
63 push eax
65 push eax
71 push eax
73 push eax
ulldvrm.c 63 push esp
69 push eax
71 push eax
77 push eax
79 push eax

Completed in 899 milliseconds

<<11121314151617181920>>