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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/runtime/
memmove_nacl_amd64p32.s 13 JLS back
24 back: label
memmove_plan9_386.s 52 JLS back
67 back: label
memmove_plan9_amd64.s 54 JLS back
67 back: label
memmove_386.s 66 JLS back
81 back: label
memmove_amd64.s 43 // registers before writing it back. move_256through2048 on the other
70 JLS back
85 back: label
  /prebuilts/go/linux-x86/src/runtime/
memmove_nacl_amd64p32.s 13 JLS back
24 back: label
memmove_plan9_386.s 52 JLS back
67 back: label
memmove_plan9_amd64.s 54 JLS back
67 back: label
memmove_386.s 66 JLS back
81 back: label
memmove_amd64.s 43 // registers before writing it back. move_256through2048 on the other
70 JLS back
85 back: label
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_depthstencil.c 49 int back = ctx->Stencil._BackFace; local
66 intel_translate_compare_func(ctx->Stencil.Function[back]);
68 intel_translate_stencil_op(ctx->Stencil.FailFunc[back]);
70 intel_translate_stencil_op(ctx->Stencil.ZFailFunc[back]);
72 intel_translate_stencil_op(ctx->Stencil.ZPassFunc[back]);
73 ds->ds1.bf_stencil_write_mask = ctx->Stencil.WriteMask[back];
74 ds->ds1.bf_stencil_test_mask = ctx->Stencil.ValueMask[back];
80 (ctx->Stencil._TestTwoSide && ctx->Stencil.WriteMask[back]))
brw_cc.c 108 const unsigned back = ctx->Stencil._BackFace; local
126 intel_translate_compare_func(ctx->Stencil.Function[back]);
128 intel_translate_stencil_op(ctx->Stencil.FailFunc[back]);
130 intel_translate_stencil_op(ctx->Stencil.ZFailFunc[back]);
132 intel_translate_stencil_op(ctx->Stencil.ZPassFunc[back]);
133 cc->cc1.bf_stencil_ref = ctx->Stencil.Ref[back];
134 cc->cc2.bf_stencil_write_mask = ctx->Stencil.WriteMask[back];
135 cc->cc2.bf_stencil_test_mask = ctx->Stencil.ValueMask[back];
141 (ctx->Stencil._TestTwoSide && ctx->Stencil.WriteMask[back]))
  /external/mesa3d/src/mesa/state_tracker/
st_atom_depth.c 122 const GLuint back = ctx->Stencil._BackFace; local
124 dsa->stencil[1].func = st_compare_func_to_pipe(ctx->Stencil.Function[back]);
125 dsa->stencil[1].fail_op = gl_stencil_op_to_pipe(ctx->Stencil.FailFunc[back]);
126 dsa->stencil[1].zfail_op = gl_stencil_op_to_pipe(ctx->Stencil.ZFailFunc[back]);
127 dsa->stencil[1].zpass_op = gl_stencil_op_to_pipe(ctx->Stencil.ZPassFunc[back]);
128 dsa->stencil[1].valuemask = ctx->Stencil.ValueMask[back] & 0xff;
129 dsa->stencil[1].writemask = ctx->Stencil.WriteMask[back] & 0xff;
130 sr.ref_value[1] = ctx->Stencil.Ref[back] & 0xff;
  /art/runtime/base/
dchecked_vector.h 29 // DCHECK()s for the subscript operator, front(), back(), pop_back(),
133 // Element access: front(), back(). Check not empty.
136 reference back() { DCHECK(!empty()); return Base::back(); } function in class:art::dchecked_vector
137 const_reference back() const { DCHECK(!empty()); return Base::back(); } function in class:art::dchecked_vector
  /dalvik/dx/src/com/android/dx/ssa/back/
NullRegisterAllocator.java 17 package com.android.dx.ssa.back;
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
NullRegisterAllocator.java 17 package com.android.dx.ssa.back;
  /external/icu/icu4c/source/layoutex/
LXUtilities.cpp 77 le_int32 front, back; local
79 for (front = 0, back = length - 1; front < back; front += 1, back -= 1) {
82 array[front] = array[back];
83 array[back] = swap;
89 le_int32 front, back; local
91 for (front = 0, back = length - 1; front < back; front += 1, back -= 1)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/core/
device.hpp 100 device &back() { function in class:clover::device_registry
101 return devs.back();
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_List.h 27 TYPE* back() const { return m_vector.back(); } function in class:CJBig2_List
  /external/slf4j/log4j-over-slf4j/src/test/java/org/apache/log4j/
NDCTest.java 44 String back = NDC.pop(); local
45 assertEquals("a", back);
50 String back = NDC.peek(); local
51 assertEquals("peek", back);
  /frameworks/base/libs/hwui/utils/
RingBuffer.h 49 T& back() { function in class:android::uirenderer::RingBuffer
  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegmentFactory.h 38 const ELFSegment* back() const { return m_Segments.back(); } function in class:mcld::ELFSegmentFactory
39 ELFSegment* back() { return m_Segments.back(); } function in class:mcld::ELFSegmentFactory
  /frameworks/compile/mclinker/include/mcld/Script/
SectionsCmd.h 45 const_reference back() const { return m_SectionCommands.back(); } function in class:mcld::SectionsCmd
46 reference back() { return m_SectionCommands.back(); } function in class:mcld::SectionsCmd
StringList.h 47 const_reference back() const { return m_Tokens.back(); } function in class:mcld::StringList
48 reference back() { return m_Tokens.back(); } function in class:mcld::StringList
  /external/libunwind/doc/
unw_create_addr_space.tex 20 address-space and initializes it based on the call-back routines
22 The call-back routines are described in detail below. The
31 \section{Call-back Routines}
33 \Prog{Libunwind} uses a set of call-back routines to access the
41 The first argument to every call-back routine is an address-space
44 call-back routine, \Prog{libunwind} sets the \Var{as} argument to the
49 The synopsis and a detailed description of every call-back routine
52 \subsection{Call-back Routine Synopsis}
79 \Prog{Libunwind} invokes the \Func{find\_proc\_info}() call-back to
86 \Var{need\_unwind\_info} is zero if the call-back does not need t
    [all...]

Completed in 609 milliseconds

1 2 3 4 5 6 7 8 91011>>