Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 25 of 1257) sorted by relevance

12345678910>>...51

/external/libxml2/
Dtriop.h90 TRIO_CONST char *trio_get_format TRIO_PROTO((trio_pointer_t ref));
91 trio_pointer_t trio_get_argument TRIO_PROTO((trio_pointer_t ref));
94 int trio_get_width TRIO_PROTO((trio_pointer_t ref));
95 void trio_set_width TRIO_PROTO((trio_pointer_t ref, int width));
96 int trio_get_precision TRIO_PROTO((trio_pointer_t ref));
97 void trio_set_precision TRIO_PROTO((trio_pointer_t ref, int precision));
98 int trio_get_base TRIO_PROTO((trio_pointer_t ref));
99 void trio_set_base TRIO_PROTO((trio_pointer_t ref, int base));
100 int trio_get_padding TRIO_PROTO((trio_pointer_t ref));
101 void trio_set_padding TRIO_PROTO((trio_pointer_t ref, int is_padding));
[all …]
/external/libxml2/test/relaxng/
DtutorA.rng6 <ref name="pattern"/>
16 <ref name="open-name-class"/>
18 <ref name="common-atts"/>
19 <ref name="open-patterns"/>
22 <ref name="common-atts"/>
27 <ref name="open-name-class"/>
30 <ref name="other"/>
32 <ref name="pattern"/>
37 <ref name="common-atts"/>
38 <ref name="open-patterns"/>
[all …]
Dcomps.rng3 <ref name="comps"/>
25 <ref name="group"/>
27 <ref name="grouphierarchy"/>
29 <ref name="package"/>
37 <ref name="group-name"/>
40 <ref name="names"/>
50 <ref name="descriptions"/>
62 <ref name="lang"/>
70 <ref name="group-name"/>
82 <ref name="package-name"/>
[all …]
Dproofsystem.rng10 <ref name="antecedent"/>
12 <ref name="consequent"/>
21 <ref name="judgement"/>
22 <ref name="expr"/>
28 <ref name="judgement"/>
32 <ref name="judgement"/>
40 <ref name="expr"/>
44 <ref name="judgement"/>
63 <ref name="expr"/>
71 <ref name="expr"/>
[all …]
/external/deqp/framework/delibs/deutil/
DdeCommandLine.c164 const char* ref[] = { "hello" }; in deCommandLine_selfTest() local
165 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); in deCommandLine_selfTest()
169 const char* ref[] = { "hello", "world" }; in deCommandLine_selfTest() local
170 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); in deCommandLine_selfTest()
174 const char* ref[] = { "hello/world" }; in deCommandLine_selfTest() local
175 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); in deCommandLine_selfTest()
179 const char* ref[] = { "hello/world", "--help" }; in deCommandLine_selfTest() local
180 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); in deCommandLine_selfTest()
184 const char* ref[] = { "hello/world", "--help", "foo" }; in deCommandLine_selfTest() local
185 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); in deCommandLine_selfTest()
[all …]
/external/e2fsprogs/tests/f_expand/
Dexpect.1.gz
/external/skia/tests/
DRefCntTest.cpp15 SkRefCnt* ref = static_cast<SkRefCnt*>(data); in bounce_ref() local
17 ref->ref(); in bounce_ref()
18 ref->unref(); in bounce_ref()
23 SkRefCnt* ref = new SkRefCnt(); in test_refCnt() local
25 SkThread thing1(bounce_ref, ref); in test_refCnt()
26 SkThread thing2(bounce_ref, ref); in test_refCnt()
37 REPORTER_ASSERT(reporter, ref->unique()); in test_refCnt()
38 ref->unref(); in test_refCnt()
42 SkWeakRefCnt* ref = static_cast<SkWeakRefCnt*>(data); in bounce_weak_ref() local
44 if (ref->try_ref()) { in bounce_weak_ref()
[all …]
/external/skia/bench/
DRefCntBench.cpp78 SkRefCnt ref; in onDraw() local
80 ref.ref(); in onDraw()
81 ref.unref(); in onDraw()
115 PlacedRefCnt* ref = new (memory) PlacedRefCnt(); in onDraw() local
117 ref->ref(); in onDraw()
118 ref->unref(); in onDraw()
120 ref->unref(); in onDraw()
141 SkRefCnt* ref = new SkRefCnt(); in onDraw() local
143 ref->ref(); in onDraw()
144 ref->unref(); in onDraw()
[all …]
/external/webp/src/enc/
Dpicture_psnr.c27 const uint8_t* ref, int ref_stride, in AccumulateLSIM() argument
38 const double value = (double)ref[y * ref_stride + x]; in AccumulateLSIM()
64 int WebPPictureDistortion(const WebPPicture* src, const WebPPicture* ref, in WebPPictureDistortion() argument
70 if (src == NULL || ref == NULL || in WebPPictureDistortion()
71 src->width != ref->width || src->height != ref->height || in WebPPictureDistortion()
72 src->y == NULL || ref->y == NULL || in WebPPictureDistortion()
73 src->u == NULL || ref->u == NULL || in WebPPictureDistortion()
74 src->v == NULL || ref->v == NULL || in WebPPictureDistortion()
79 if (src->use_argb == 1 || src->use_argb != ref->use_argb) { in WebPPictureDistortion()
84 if (has_alpha != !!(ref->colorspace & WEBP_CSP_ALPHA_BIT) || in WebPPictureDistortion()
[all …]
/external/skia/src/core/
DSkPathRef.cpp51 src.ref(); in CreateTransformedCopy()
111 SkPathRef* ref = SkNEW(SkPathRef); in CreateFromBuffer() local
117 SkDELETE(ref); in CreateFromBuffer()
121 ref->fIsFinite = (packed >> kIsFinite_SerializationShift) & 1; in CreateFromBuffer()
126 if (!buffer->readU32(&(ref->fGenerationID)) || in CreateFromBuffer()
130 SkDELETE(ref); in CreateFromBuffer()
134 ref->resetToSize(verbCount, pointCount, conicCount); in CreateFromBuffer()
135 SkASSERT(verbCount == ref->countVerbs()); in CreateFromBuffer()
136 SkASSERT(pointCount == ref->countPoints()); in CreateFromBuffer()
137 SkASSERT(conicCount == ref->fConicWeights.count()); in CreateFromBuffer()
[all …]
/external/llvm/test/CodeGen/Thumb2/
Dconstant-islands.ll90 %ref.tmp = alloca %class.btVector3, align 4
91 %ref.tmp97 = alloca %class.btVector3, align 4
92 %ref.tmp98 = alloca float, align 4
93 %ref.tmp99 = alloca float, align 4
94 %ref.tmp100 = alloca float, align 4
95 %ref.tmp102 = alloca %class.btTransform, align 4
96 %ref.tmp107 = alloca %class.btVector3, align 4
97 %ref.tmp108 = alloca %class.btVector3, align 4
98 %ref.tmp109 = alloca float, align 4
99 %ref.tmp110 = alloca float, align 4
[all …]
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_variance_mmx.c16 const uint8_t *ref, int ref_stride,
20 const uint8_t *ref, int ref_stride,
24 const uint8_t *ref, int ref_stride, in vp9_variance4x4_mmx() argument
27 vp9_get4x4var_mmx(src, src_stride, ref, ref_stride, sse, &sum); in vp9_variance4x4_mmx()
32 const uint8_t *ref, int ref_stride, in vp9_variance8x8_mmx() argument
35 vp9_get8x8var_mmx(src, src_stride, ref, ref_stride, sse, &sum); in vp9_variance8x8_mmx()
40 const uint8_t *ref, int ref_stride, in vp9_mse16x16_mmx() argument
45 vp9_get8x8var_mmx(src, src_stride, ref, ref_stride, &sse0, &sum0); in vp9_mse16x16_mmx()
46 vp9_get8x8var_mmx(src + 8, src_stride, ref + 8, ref_stride, &sse1, &sum1); in vp9_mse16x16_mmx()
48 ref + 8 * ref_stride, ref_stride, &sse2, &sum2); in vp9_mse16x16_mmx()
[all …]
Dvp9_variance_sse2.c17 const unsigned char *ref, int ref_stride,
21 const unsigned char *ref, int ref_stride,
26 const unsigned char *ref, int ref_stride,
30 const unsigned char *ref, int ref_stride,
34 const unsigned char *ref, int ref_stride, in variance_sse2() argument
47 ref + ref_stride * i + j, ref_stride, &sse0, &sum0); in variance_sse2()
55 const unsigned char *ref, int ref_stride, in vp9_variance4x4_sse2() argument
58 variance_sse2(src, src_stride, ref, ref_stride, 4, 4, in vp9_variance4x4_sse2()
64 const uint8_t *ref, int ref_stride, in vp9_variance8x4_sse2() argument
67 variance_sse2(src, src_stride, ref, ref_stride, 8, 4, in vp9_variance8x4_sse2()
[all …]
/external/liblzf/
Dlzf_c.c113 const u8 *ref; in lzf_compress() local
146 ref = *hslot + LZF_HSLOT_BIAS; *hslot = ip - LZF_HSLOT_BIAS; in lzf_compress()
150 && ref < ip /* the next test will actually take care of this, but this is faster */ in lzf_compress()
152 && (off = ip - ref - 1) < MAX_OFF in lzf_compress()
153 && ref > (u8 *)in_data in lzf_compress()
154 && ref[2] == ip[2] in lzf_compress()
156 && ((ref[1] << 8) | ref[0]) == ((ip[1] << 8) | ip[0]) in lzf_compress()
158 && *(u16 *)ref == *(u16 *)ip in lzf_compress()
178 len++; if (ref [len] != ip [len]) break; in lzf_compress()
179 len++; if (ref [len] != ip [len]) break; in lzf_compress()
[all …]
Dlzf_d.c106 u8 *ref = op - ((ctrl & 0x1f) << 8) - 1; in lzf_decompress() local
127 ref -= *ip++; in lzf_decompress()
135 if (ref < (u8 *)out_data) in lzf_decompress()
143 lzf_movsb (op, ref, len); in lzf_decompress()
150 if (op >= ref + len) in lzf_decompress()
153 memcpy (op, ref, len); in lzf_decompress()
160 *op++ = *ref++; in lzf_decompress()
166 case 9: *op++ = *ref++; in lzf_decompress()
167 case 8: *op++ = *ref++; in lzf_decompress()
168 case 7: *op++ = *ref++; in lzf_decompress()
[all …]
/external/google-breakpad/src/client/ios/
DBreakpad.h161 void BreakpadRelease(BreakpadRef ref);
182 void BreakpadSetKeyValue(BreakpadRef ref, NSString *key, NSString *value);
183 NSString *BreakpadKeyValue(BreakpadRef ref, NSString *key);
184 void BreakpadRemoveKeyValue(BreakpadRef ref, NSString *key);
190 void BreakpadAddUploadParameter(BreakpadRef ref, NSString *key,
195 void BreakpadRemoveUploadParameter(BreakpadRef ref, NSString *key);
200 int BreakpadGetCrashReportCount(BreakpadRef ref);
203 NSDictionary *BreakpadGetNextReportConfiguration(BreakpadRef ref);
206 void BreakpadUploadNextReport(BreakpadRef ref);
210 void BreakpadUploadNextReportWithParameters(BreakpadRef ref,
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_pass0.c70 struct brw_wm_ref *ref = &c->undef_ref; in pass0_init_undef() local
71 ref->value = &c->undef_value; in pass0_init_undef()
72 ref->hw_reg = brw_vec8_grf(0, 0); in pass0_init_undef()
73 ref->insn = 0; in pass0_init_undef()
74 ref->prevuse = NULL; in pass0_init_undef()
84 struct brw_wm_ref *ref = get_ref(c); in pass0_set_fpreg_value() local
85 ref->value = value; in pass0_set_fpreg_value()
86 ref->hw_reg = brw_vec8_grf(0, 0); in pass0_set_fpreg_value()
87 ref->insn = 0; in pass0_set_fpreg_value()
88 ref->prevuse = NULL; in pass0_set_fpreg_value()
[all …]
/external/jmonkeyengine/engine/src/core/com/jme3/util/
DNativeObjectManager.java35 import java.lang.ref.PhantomReference;
36 import java.lang.ref.ReferenceQueue;
37 import java.lang.ref.WeakReference;
84 NativeObjectRef ref = new NativeObjectRef(obj); in registerForCleanup() local
85 refList.add(ref); in registerForCleanup()
95 NativeObjectRef ref = (NativeObjectRef) refQueue.poll(); in deleteUnused() local
96 if (ref == null) in deleteUnused()
99 refList.remove(ref); in deleteUnused()
100 ref.objClone.deleteObject(rendererObject); in deleteUnused()
102 logger.log(Level.FINEST, "Deleted: {0}", ref.objClone); in deleteUnused()
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_scene.c220 struct resource_ref *ref; in lp_scene_end_rasterization() local
223 for (ref = scene->resources; ref; ref = ref->next) { in lp_scene_end_rasterization()
224 for (i = 0; i < ref->count; i++) { in lp_scene_end_rasterization()
228 (void *) ref->resource[i], in lp_scene_end_rasterization()
229 ref->resource[i]->width0, in lp_scene_end_rasterization()
230 ref->resource[i]->height0, in lp_scene_end_rasterization()
231 llvmpipe_resource_size(ref->resource[i])); in lp_scene_end_rasterization()
233 pipe_resource_reference(&ref->resource[i], NULL); in lp_scene_end_rasterization()
345 struct resource_ref *ref, **last = &scene->resources; in lp_scene_add_resource_reference() local
350 for (ref = scene->resources; ref; ref = ref->next) { in lp_scene_add_resource_reference()
[all …]
/external/eigen/test/
Dpacketmath.cpp55 ref[i] = REFOP(data1[i], data1[i+PacketSize]); \
57 VERIFY(areApprox(ref, data2, PacketSize) && #POP); \
62 ref[i] = REFOP(data1[i]); \
64 VERIFY(areApprox(ref, data2, PacketSize) && #POP); \
90 ref[i] = REFOP(data1[i]); \
92 VERIFY(areApprox(ref, data2, PacketSize) && #POP); \
111 EIGEN_ALIGN16 Scalar ref[internal::packet_traits<Scalar>::size*4]; in packetmath() local
146 ref[i] = data1[i+offset]; in packetmath()
148 VERIFY(areApprox(ref, data2, PacketSize) && "internal::palign"); in packetmath()
164 ref[i] = data1[offset]; in packetmath()
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_alpha.c44 mask[i] &= (ALPHA < ref); \
50 mask[i] &= (ALPHA <= ref); \
56 mask[i] &= (ALPHA >= ref); \
62 mask[i] &= (ALPHA > ref); \
68 mask[i] &= (ALPHA != ref); \
74 mask[i] &= (ALPHA == ref); \
115 GLubyte ref; in _swrast_alpha_test() local
116 CLAMPED_FLOAT_TO_UBYTE(ref, ctx->Color.AlphaRef); in _swrast_alpha_test()
121 GLushort ref; in _swrast_alpha_test() local
122 CLAMPED_FLOAT_TO_USHORT(ref, ctx->Color.AlphaRef); in _swrast_alpha_test()
[all …]
/external/llvm/include/llvm/Support/
DCBindingWrapping.h19 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument
20 inline ty *unwrap(ref P) { \
24 inline ref wrap(const ty *P) { \
25 return reinterpret_cast<ref>(const_cast<ty*>(P)); \
28 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument
29 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
32 inline T *unwrap(ref P) { \
36 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument
37 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
40 inline T *unwrap(ref P) { \
/external/srtp/test/
Droc_driver.c86 xtd_seq_num_t local, est, ref; in roc_test() local
94 index_init(&ref); in roc_test()
99 delta = index_guess(&local, &est, (uint16_t) ref); in roc_test()
101 printf("%lld, %lld, %d\n", ref, est, i); in roc_test()
103 if (ref != est) { in roc_test()
109 index_advance(&ref, 1); in roc_test()
122 index_init(&ref); in roc_test()
132 ref = ircvd; in roc_test()
135 delta = index_guess(&local, &est, (uint16_t) ref); in roc_test()
138 ref, local, est, ircvd, delta); in roc_test()
[all …]
/external/valgrind/none/tests/ppc64/
Dtest_dfp3.stdout.exp1017 drrnd (RMC=0, ref sig=0) [RR]2234000000000e50 => 2234000000000e50
1018 drrnd (RMC=1, ref sig=0) [RR]2234000000000e50 => 2234000000000e50
1019 drrnd (RMC=2, ref sig=0) [RR]2234000000000e50 => 2234000000000e50
1020 drrnd (RMC=3, ref sig=0) [RR]2234000000000e50 => 2234000000000e50
1021 drrnd (RMC=0, ref sig=2) [RR]2234000000000e50 => 223c000000000034
1022 drrnd (RMC=1, ref sig=2) [RR]2234000000000e50 => 223c000000000034
1023 drrnd (RMC=2, ref sig=2) [RR]2234000000000e50 => 223c000000000035
1024 drrnd (RMC=3, ref sig=2) [RR]2234000000000e50 => 223c000000000034
1025 drrnd (RMC=0, ref sig=6) [RR]2234000000000e50 => 2234000000000e50
1026 drrnd (RMC=1, ref sig=6) [RR]2234000000000e50 => 2234000000000e50
[all …]
/external/valgrind/none/tests/ppc32/
Dtest_dfp3.stdout.exp1017 drrnd (RMC=0, ref sig=0) [RR]2234000000000e50 => 2234000000000e50
1018 drrnd (RMC=1, ref sig=0) [RR]2234000000000e50 => 2234000000000e50
1019 drrnd (RMC=2, ref sig=0) [RR]2234000000000e50 => 2234000000000e50
1020 drrnd (RMC=3, ref sig=0) [RR]2234000000000e50 => 2234000000000e50
1021 drrnd (RMC=0, ref sig=2) [RR]2234000000000e50 => 223c000000000034
1022 drrnd (RMC=1, ref sig=2) [RR]2234000000000e50 => 223c000000000034
1023 drrnd (RMC=2, ref sig=2) [RR]2234000000000e50 => 223c000000000035
1024 drrnd (RMC=3, ref sig=2) [RR]2234000000000e50 => 223c000000000034
1025 drrnd (RMC=0, ref sig=6) [RR]2234000000000e50 => 2234000000000e50
1026 drrnd (RMC=1, ref sig=6) [RR]2234000000000e50 => 2234000000000e50
[all …]

12345678910>>...51