HomeSort by relevance Sort by last modified time
    Searched refs:ref (Results 376 - 400 of 3208) sorted by null

<<11121314151617181920>>

  /art/runtime/interpreter/mterp/mips64/
op_sget_wide.S 8 lhu a0, 2(rPC) # a0 <- field ref BBBB
  /art/runtime/interpreter/mterp/x86/
op_sget.S 11 movl %eax, OUT_ARG0(%esp) # field ref CCCC
op_sget_wide.S 9 movl %eax, OUT_ARG0(%esp) # field ref CCCC
op_sput.S 11 movl %eax, OUT_ARG0(%esp) # field ref BBBB
op_sput_wide.S 9 movl %eax, OUT_ARG0(%esp) # field ref BBBB
sseBinop.S 8 movs${suff} %xmm0, VREG_REF_ADDRESS(rINST) # clear ref
sseBinop2Addr.S 9 movs${suff} %xmm0, VREG_REF_ADDRESS(rINST) # clear ref
  /art/runtime/interpreter/mterp/x86_64/
op_iput.S 10 movzwl 2(rPC), OUT_32_ARG0 # field ref <- 0000CCCC
op_iput_wide.S 4 movzwq 2(rPC), OUT_ARG0 # field ref CCCC
op_sget.S 10 movzwq 2(rPC), OUT_ARG0 # field ref CCCC
sseBinop.S 8 movs${suff} %xmm0, VREG_REF_ADDRESS(rINSTq) # clear ref
sseBinop2Addr.S 9 movs${suff} %xmm0, VREG_REF_ADDRESS(rINSTq) # clear ref
  /external/avahi/avahi-core/
browse-domain.c 34 int ref; member in struct:AvahiSDomainBrowser
53 assert(b->ref >= 1);
55 b->ref++;
114 /* Increase ref counter */
121 if (b->ref <= 1)
127 if (b->ref > 1) {
134 /* Decrease ref counter */
183 b->ref = 1;
222 assert(b->ref >= 1);
223 if (--b->ref > 0
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 213 constexpr int ref() { // expected-error {{never produces a constant expression}} function in namespace:potential_const_expr
269 template<typename T> constexpr T &ref(T &&r) { return r; } function in namespace:incdec
273 static_assert(++ref(0) == 1, "");
274 static_assert(ref(0)++ == 0, "");
276 static_assert(--ref(0) == -1, "");
277 static_assert(ref(0)-- == 0, "");
280 constexpr int overflow_int_inc_1 = ref(0x7fffffff)++; // expected-error {{constant}} expected-note {{2147483648}}
281 constexpr int overflow_int_inc_1_ok = ref(0x7ffffffe)++;
282 constexpr int overflow_int_inc_2 = ++ref(0x7fffffff); // expected-error {{constant}} expected-note {{2147483648}}
283 constexpr int overflow_int_inc_2_ok = ++ref(0x7ffffffe)
    [all...]
  /external/clang/test/SemaTemplate/
attributes.cpp 44 extern const void *CFRetain(const void *ref);
50 extern void CFRelease(const void *ref);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btConvexTriangleMeshShape.cpp 215 btVector3 ref; member in class:CenterCallback
221 CenterCallback() : first(true), ref(0, 0, 0), sum(0, 0, 0), volume(0)
231 ref = triangle[0];
236 btScalar vol = btFabs((triangle[0] - ref).triple(triangle[1] - ref, triangle[2] - ref));
237 sum += (btScalar(0.25) * vol) * ((triangle[0] + triangle[1] + triangle[2] + ref));
244 return (volume > 0) ? sum / volume : ref;
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.h 33 const struct buf_2d *ref,
37 const struct buf_2d *ref,
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test.h 129 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps);
133 compare_vec(struct lp_type type, const void *res, const void *ref);
  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DContentProvider.cpp 9 m_controller->RequestAdditionalFrame += ref new RequestAdditionalFrameHandler([=] ()
17 m_controller->RecreateSynchronizedTexture += ref new RecreateSynchronizedTextureHandler([=] ()
DirectXHelper.h 32 auto fileBuffer = ref new Streams::Buffer(bufferSize);
36 auto fileData = ref new Platform::Array<byte>(fileBuffer->Length);
  /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DContentProvider.cpp 9 m_controller->RequestAdditionalFrame += ref new RequestAdditionalFrameHandler([=] ()
17 m_controller->RecreateSynchronizedTexture += ref new RecreateSynchronizedTextureHandler([=] ()
DirectXHelper.h 32 auto fileBuffer = ref new Streams::Buffer(bufferSize);
36 auto fileData = ref new Platform::Array<byte>(fileBuffer->Length);
  /external/scrypt/
Scrypt-config.mk 32 lib/crypto/crypto_scrypt-ref.c \
50 lib/crypto/crypto_scrypt-ref.c \
58 lib/crypto/crypto_scrypt-ref.c \
66 lib/crypto/crypto_scrypt-ref.c \
  /external/skia/src/core/
SkRefDict.cpp 51 data->ref();
71 data->ref();
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
noembed.h 55 #ifdef ref
56 #undef ref macro

Completed in 706 milliseconds

<<11121314151617181920>>