Home
last modified time | relevance | path

Searched refs:val (Results 1 – 25 of 4351) sorted by relevance

12345678910>>...175

/external/libxml2/result/
Datt4.rdr17 5 1 val 1 0
20 5 1 val 1 0
23 5 1 val 1 0
26 5 1 val 1 0
29 5 1 val 1 0
32 5 1 val 1 0
35 5 1 val 1 0
38 5 1 val 1 0
41 5 1 val 1 0
44 5 1 val 1 0
[all …]
Datt4.rde17 5 1 val 1 0
20 5 1 val 1 0
23 5 1 val 1 0
26 5 1 val 1 0
29 5 1 val 1 0
32 5 1 val 1 0
35 5 1 val 1 0
38 5 1 val 1 0
41 5 1 val 1 0
44 5 1 val 1 0
[all …]
Datt4.sax19 SAX.startElement(val, o='0', v='53')
20 SAX.endElement(val)
23 SAX.startElement(val, o='e08', v='53')
24 SAX.endElement(val)
27 SAX.startElement(val, o='1c32', v='53')
28 SAX.endElement(val)
31 SAX.startElement(val, o='2a3c', v='53')
32 SAX.endElement(val)
35 SAX.startElement(val, o='3835', v='53')
36 SAX.endElement(val)
[all …]
Datt4.sax219 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='0" v...', 1, v='53"/...', 2)
20 SAX.endElementNs(val, NULL, NULL)
23 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='e08"...', 3, v='53"/...', 2)
24 SAX.endElementNs(val, NULL, NULL)
27 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='1c32...', 4, v='53"/...', 2)
28 SAX.endElementNs(val, NULL, NULL)
31 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='2a3c...', 4, v='53"/...', 2)
32 SAX.endElementNs(val, NULL, NULL)
35 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='3835...', 4, v='53"/...', 2)
36 SAX.endElementNs(val, NULL, NULL)
[all …]
/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_idct16x16_add_neon.c22 t32[0].val[0] = vrshrn_n_s64(t[0].val[0], DCT_CONST_BITS); in highbd_idct16x16_add_wrap_low_8x2()
23 t32[0].val[1] = vrshrn_n_s64(t[0].val[1], DCT_CONST_BITS); in highbd_idct16x16_add_wrap_low_8x2()
24 t32[1].val[0] = vrshrn_n_s64(t[1].val[0], DCT_CONST_BITS); in highbd_idct16x16_add_wrap_low_8x2()
25 t32[1].val[1] = vrshrn_n_s64(t[1].val[1], DCT_CONST_BITS); in highbd_idct16x16_add_wrap_low_8x2()
26 t32[2].val[0] = vrshrn_n_s64(t[2].val[0], DCT_CONST_BITS); in highbd_idct16x16_add_wrap_low_8x2()
27 t32[2].val[1] = vrshrn_n_s64(t[2].val[1], DCT_CONST_BITS); in highbd_idct16x16_add_wrap_low_8x2()
28 t32[3].val[0] = vrshrn_n_s64(t[3].val[0], DCT_CONST_BITS); in highbd_idct16x16_add_wrap_low_8x2()
29 t32[3].val[1] = vrshrn_n_s64(t[3].val[1], DCT_CONST_BITS); in highbd_idct16x16_add_wrap_low_8x2()
30 d0->val[0] = vcombine_s32(t32[0].val[0], t32[0].val[1]); in highbd_idct16x16_add_wrap_low_8x2()
31 d0->val[1] = vcombine_s32(t32[1].val[0], t32[1].val[1]); in highbd_idct16x16_add_wrap_low_8x2()
[all …]
Dtranspose_neon.h26 b0.val[0] = vcombine_s16(vreinterpret_s16_s32(vget_low_s32(a0)), in vpx_vtrnq_s64_to_s16()
28 b0.val[1] = vcombine_s16(vreinterpret_s16_s32(vget_high_s32(a0)), in vpx_vtrnq_s64_to_s16()
35 b0.val[0] = vcombine_s32(vget_low_s32(a0), vget_low_s32(a1)); in vpx_vtrnq_s64_to_s32()
36 b0.val[1] = vcombine_s32(vget_high_s32(a0), vget_high_s32(a1)); in vpx_vtrnq_s64_to_s32()
42 b0.val[0] = vcombine_s64(vreinterpret_s64_s32(vget_low_s32(a0)), in vpx_vtrnq_s64()
44 b0.val[1] = vcombine_s64(vreinterpret_s64_s32(vget_high_s32(a0)), in vpx_vtrnq_s64()
51 b0.val[0] = vcombine_u8(vreinterpret_u8_u32(vget_low_u32(a0)), in vpx_vtrnq_u64_to_u8()
53 b0.val[1] = vcombine_u8(vreinterpret_u8_u32(vget_high_u32(a0)), in vpx_vtrnq_u64_to_u8()
60 b0.val[0] = vcombine_u16(vreinterpret_u16_u32(vget_low_u32(a0)), in vpx_vtrnq_u64_to_u16()
62 b0.val[1] = vcombine_u16(vreinterpret_u16_u32(vget_high_u32(a0)), in vpx_vtrnq_u64_to_u16()
[all …]
/external/libbrillo/brillo/
Dany_unittest.cc16 Any val; in TEST() local
17 EXPECT_TRUE(val.IsEmpty()); in TEST()
19 Any val2 = val; in TEST()
20 EXPECT_TRUE(val.IsEmpty()); in TEST()
23 Any val3 = std::move(val); in TEST()
24 EXPECT_TRUE(val.IsEmpty()); in TEST()
29 Any val(20); in TEST() local
30 EXPECT_FALSE(val.IsEmpty()); in TEST()
31 EXPECT_TRUE(val.IsTypeCompatible<int>()); in TEST()
32 EXPECT_EQ(20, val.Get<int>()); in TEST()
[all …]
/external/pdfium/third_party/libpng16/arm/
Dfilter_neon_intrinsics.c75 vdest.val[3] = vdup_n_u8(0); in png_read_filter_row_sub3_neon()
84 vtmp1 = vext_u8(vrp.val[0], vrp.val[1], 3); in png_read_filter_row_sub3_neon()
85 vdest.val[0] = vadd_u8(vdest.val[3], vrp.val[0]); in png_read_filter_row_sub3_neon()
86 vtmp2 = vext_u8(vrp.val[0], vrp.val[1], 6); in png_read_filter_row_sub3_neon()
87 vdest.val[1] = vadd_u8(vdest.val[0], vtmp1); in png_read_filter_row_sub3_neon()
89 vtmp1 = vext_u8(vrp.val[1], vrp.val[1], 1); in png_read_filter_row_sub3_neon()
90 vdest.val[2] = vadd_u8(vdest.val[1], vtmp2); in png_read_filter_row_sub3_neon()
91 vdest.val[3] = vadd_u8(vdest.val[2], vtmp1); in png_read_filter_row_sub3_neon()
97 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[0]), 0); in png_read_filter_row_sub3_neon()
99 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[1]), 0); in png_read_filter_row_sub3_neon()
[all …]
/external/libpng/arm/
Dfilter_neon_intrinsics.c75 vdest.val[3] = vdup_n_u8(0); in png_read_filter_row_sub3_neon()
84 vtmp1 = vext_u8(vrp.val[0], vrp.val[1], 3); in png_read_filter_row_sub3_neon()
85 vdest.val[0] = vadd_u8(vdest.val[3], vrp.val[0]); in png_read_filter_row_sub3_neon()
86 vtmp2 = vext_u8(vrp.val[0], vrp.val[1], 6); in png_read_filter_row_sub3_neon()
87 vdest.val[1] = vadd_u8(vdest.val[0], vtmp1); in png_read_filter_row_sub3_neon()
89 vtmp1 = vext_u8(vrp.val[1], vrp.val[1], 1); in png_read_filter_row_sub3_neon()
90 vdest.val[2] = vadd_u8(vdest.val[1], vtmp2); in png_read_filter_row_sub3_neon()
91 vdest.val[3] = vadd_u8(vdest.val[2], vtmp1); in png_read_filter_row_sub3_neon()
97 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[0]), 0); in png_read_filter_row_sub3_neon()
99 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[1]), 0); in png_read_filter_row_sub3_neon()
[all …]
/external/skia/third_party/libpng/arm/
Dfilter_neon_intrinsics.c75 vdest.val[3] = vdup_n_u8(0); in png_read_filter_row_sub3_neon()
84 vtmp1 = vext_u8(vrp.val[0], vrp.val[1], 3); in png_read_filter_row_sub3_neon()
85 vdest.val[0] = vadd_u8(vdest.val[3], vrp.val[0]); in png_read_filter_row_sub3_neon()
86 vtmp2 = vext_u8(vrp.val[0], vrp.val[1], 6); in png_read_filter_row_sub3_neon()
87 vdest.val[1] = vadd_u8(vdest.val[0], vtmp1); in png_read_filter_row_sub3_neon()
89 vtmp1 = vext_u8(vrp.val[1], vrp.val[1], 1); in png_read_filter_row_sub3_neon()
90 vdest.val[2] = vadd_u8(vdest.val[1], vtmp2); in png_read_filter_row_sub3_neon()
91 vdest.val[3] = vadd_u8(vdest.val[2], vtmp1); in png_read_filter_row_sub3_neon()
97 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[0]), 0); in png_read_filter_row_sub3_neon()
99 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[1]), 0); in png_read_filter_row_sub3_neon()
[all …]
/external/v8/src/wasm/
Dleb-helper.h19 static void write_u32v(uint8_t** dest, uint32_t val) { in write_u32v() argument
20 while (val >= 0x80) { in write_u32v()
21 *((*dest)++) = static_cast<uint8_t>(0x80 | (val & 0x7F)); in write_u32v()
22 val >>= 7; in write_u32v()
24 *((*dest)++) = static_cast<uint8_t>(val & 0x7F); in write_u32v()
29 static void write_i32v(uint8_t** dest, int32_t val) { in write_i32v() argument
30 if (val >= 0) { in write_i32v()
31 while (val >= 0x40) { // prevent sign extension. in write_i32v()
32 *((*dest)++) = static_cast<uint8_t>(0x80 | (val & 0x7F)); in write_i32v()
33 val >>= 7; in write_i32v()
[all …]
/external/jsoncpp/src/test_lib_json/
Dmain.cpp343 Json::Value val; in JSONTEST_FIXTURE() local
365 val = Json::Value(Json::intValue); in JSONTEST_FIXTURE()
367 JSONTEST_ASSERT_EQUAL(Json::intValue, val.type()); in JSONTEST_FIXTURE()
377 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
379 JSONTEST_ASSERT(val.isConvertibleTo(Json::nullValue)); in JSONTEST_FIXTURE()
380 JSONTEST_ASSERT(val.isConvertibleTo(Json::intValue)); in JSONTEST_FIXTURE()
381 JSONTEST_ASSERT(val.isConvertibleTo(Json::uintValue)); in JSONTEST_FIXTURE()
383 JSONTEST_ASSERT_EQUAL(0, val.asInt()); in JSONTEST_FIXTURE()
384 JSONTEST_ASSERT_EQUAL(0, val.asLargestInt()); in JSONTEST_FIXTURE()
385 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE()
[all …]
/external/deqp/framework/common/
DtcuSeedBuilder.cpp74 const deUint8 val = (value ? 54: 7); in operator <<() local
76 builder.feed(sizeof(val), &val); in operator <<()
82 const deInt8 val = value ^ 75; in operator <<() local
84 builder.feed(sizeof(val), &val); in operator <<()
90 const deUint8 val = value ^ 140u; in operator <<() local
92 builder.feed(sizeof(val), &val); in operator <<()
98 const deInt16 val = value ^ 555; in operator <<() local
101 (deUint8)(((deUint16)val) & 0xFFu), in operator <<()
102 (deUint8)(((deUint16)val) >> 8), in operator <<()
111 const deUint16 val = value ^ 37323u; in operator <<() local
[all …]
/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_eeprom.c75 u16 val; in ath5k_eeprom_bin2freq() local
82 val = (5 * bin) + 4800; in ath5k_eeprom_bin2freq()
84 val = bin > 62 ? (10 * 62) + (5 * (bin - 62)) + 5100 : in ath5k_eeprom_bin2freq()
88 val = bin + 2300; in ath5k_eeprom_bin2freq()
90 val = bin + 2400; in ath5k_eeprom_bin2freq()
93 return val; in ath5k_eeprom_bin2freq()
104 u16 val; in ath5k_eeprom_init_header() local
140 AR5K_EEPROM_READ(AR5K_EEPROM_OBDB0_2GHZ, val); in ath5k_eeprom_init_header()
141 ee->ee_ob[AR5K_EEPROM_MODE_11B][0] = val & 0x7; in ath5k_eeprom_init_header()
142 ee->ee_db[AR5K_EEPROM_MODE_11B][0] = (val >> 3) & 0x7; in ath5k_eeprom_init_header()
[all …]
/external/libvpx/libvpx/vpx_ports/
Dmem_ops.h66 unsigned MEM_VALUE_T val; in mem_get_be16() local
69 val = mem[0] << 8; in mem_get_be16()
70 val |= mem[1]; in mem_get_be16()
71 return val; in mem_get_be16()
77 unsigned MEM_VALUE_T val; in mem_get_be24() local
80 val = mem[0] << 16; in mem_get_be24()
81 val |= mem[1] << 8; in mem_get_be24()
82 val |= mem[2]; in mem_get_be24()
83 return val; in mem_get_be24()
89 unsigned MEM_VALUE_T val; in mem_get_be32() local
[all …]
/external/webp/src/dsp/
Dneon.h26 v.val[0] = a; \
27 v.val[1] = b; \
31 v.val[0] = a; \
32 v.val[1] = b; \
33 v.val[2] = c; \
37 v.val[0] = a; \
38 v.val[1] = b; \
39 v.val[2] = c; \
40 v.val[3] = d; \
53 row01.val[0] = vreinterpretq_u64_s32(rows.val[0]); in Transpose4x4()
[all …]
/external/deqp/modules/egl/
DteglConfigList.cpp79 EGLint val = 0; in iterate() local
81 egl.getConfigAttrib(display, configs[i], EGL_BUFFER_SIZE, &val); in iterate()
82 info.bufferSize = val; in iterate()
84 egl.getConfigAttrib(display, configs[i], EGL_RED_SIZE, &val); in iterate()
85 info.redSize = val; in iterate()
87 egl.getConfigAttrib(display, configs[i], EGL_GREEN_SIZE, &val); in iterate()
88 info.greenSize = val; in iterate()
90 egl.getConfigAttrib(display, configs[i], EGL_BLUE_SIZE, &val); in iterate()
91 info.blueSize = val; in iterate()
93 egl.getConfigAttrib(display, configs[i], EGL_LUMINANCE_SIZE, &val); in iterate()
[all …]
/external/lzma/CPP/Common/
DIntToString.cpp9 while (val >= 10) { temp[i++] = (unsigned char)('0' + (unsigned)(val % 10)); val /= 10; } \
10 *s++ = (charType)('0' + (unsigned)val); \
14 void ConvertUInt32ToString(UInt32 val, char *s) throw() in ConvertUInt32ToString() argument
19 void ConvertUInt64ToString(UInt64 val, char *s) throw() in ConvertUInt64ToString() argument
21 if (val <= (UInt32)0xFFFFFFFF) in ConvertUInt64ToString()
23 ConvertUInt32ToString((UInt32)val, s); in ConvertUInt64ToString()
29 void ConvertUInt64ToOct(UInt64 val, char *s) throw() in ConvertUInt64ToOct() argument
31 UInt64 v = val; in ConvertUInt64ToOct()
42 unsigned t = (unsigned)(val & 0x7); in ConvertUInt64ToOct()
43 val >>= 3; in ConvertUInt64ToOct()
[all …]
/external/clang/test/Sema/
Datomic-ops.c280 void memory_checks(_Atomic(int) *Ap, int *p, int val) { in memory_checks() argument
287 (void)__c11_atomic_load(Ap, val); in memory_checks()
291 (void)__c11_atomic_store(Ap, val, memory_order_relaxed); in memory_checks()
292 …(void)__c11_atomic_store(Ap, val, memory_order_acquire); // expected-warning {{memory order argume… in memory_checks()
293 …(void)__c11_atomic_store(Ap, val, memory_order_consume); // expected-warning {{memory order argume… in memory_checks()
294 (void)__c11_atomic_store(Ap, val, memory_order_release); in memory_checks()
295 …(void)__c11_atomic_store(Ap, val, memory_order_acq_rel); // expected-warning {{memory order argume… in memory_checks()
296 (void)__c11_atomic_store(Ap, val, memory_order_seq_cst); in memory_checks()
309 (void)__c11_atomic_init(Ap, val); in memory_checks()
310 (void)__c11_atomic_init(Ap, val); in memory_checks()
[all …]
/external/autotest/client/common_lib/
Dcontrol_data.py98 for key, val in vars.iteritems():
100 self.set_attr(key, val, raise_warnings)
118 def set_attr(self, attr, val, raise_warnings=False): argument
122 set_fn(val)
162 def _set_string(self, attr, val): argument
163 val = str(val)
164 setattr(self, attr, val)
167 def _set_option(self, attr, val, options): argument
168 val = str(val)
169 if val.lower() not in [x.lower() for x in options]:
[all …]
/external/libhevc/common/arm/
Dihevc_sao_band_offset_chroma.s98 VLD1.8 D1,[r14]! @band_table_u.val[0]
102 VLD1.8 D2,[r14]! @band_table_u.val[1]
106 VLD1.8 D3,[r14]! @band_table_u.val[2]
114 VLD1.8 D4,[r14]! @band_table_u.val[3]
124 …VADD.I8 D5,D1,D31 @band_table_u.val[0] = vadd_u8(band_table_u.val[0], sao_ba…
127 …VADD.I8 D6,D2,D31 @band_table_u.val[1] = vadd_u8(band_table_u.val[1], sao_ba…
130 …VADD.I8 D7,D3,D31 @band_table_u.val[2] = vadd_u8(band_table_u.val[2], sao_ba…
133 …VADD.I8 D8,D4,D31 @band_table_u.val[3] = vadd_u8(band_table_u.val[3], sao_ba…
142 …VADD.I8 D1,D5,D29 @band_table_u.val[0] = vadd_u8(band_table_u.val[0], vdup_n…
144 VLD1.8 D9,[r14]! @band_table_v.val[0]
[all …]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dbyte_io.h91 T val(0); in InternalReadBigEndian()
93 val |= static_cast<T>(data[i]) << ((B - 1 - i) * 8); in InternalReadBigEndian()
94 return val; in InternalReadBigEndian()
98 T val(0); in InternalReadLittleEndian()
100 val |= static_cast<T>(data[i]) << (i * 8); in InternalReadLittleEndian()
101 return val; in InternalReadLittleEndian()
138 T val; in ReinterpretAsSigned() local
142 val = static_cast<T>(unsigned_val & ~kUnsignedHighestBitMask); in ReinterpretAsSigned()
143 val |= kSignedHighestBitMask; in ReinterpretAsSigned()
145 val = static_cast<T>(unsigned_val); in ReinterpretAsSigned()
[all …]
/external/mesa3d/src/glsl/tests/
Dcopy_constant_to_storage_tests.cpp33 const ir_constant *val,
69 ir_constant *val; in int_test() local
70 generate_data(mem_ctx, GLSL_TYPE_INT, 1, rows, val); in int_test()
72 const unsigned red_zone_size = Elements(storage) - val->type->components(); in int_test()
74 val->type->components(), in int_test()
78 val, in int_test()
79 val->type->base_type, in int_test()
80 val->type->components()); in int_test()
82 verify_data(storage, 0, val, red_zone_size); in int_test()
88 ir_constant *val; in uint_test() local
[all …]
/external/libunwind/include/
Ddwarf_i.h47 int8_t *val, void *arg) in dwarf_reads8() argument
51 *val = mvp->s8; in dwarf_reads8()
58 int16_t *val, void *arg) in dwarf_reads16() argument
62 *val = mvp->s16; in dwarf_reads16()
69 int32_t *val, void *arg) in dwarf_reads32() argument
73 *val = mvp->s32; in dwarf_reads32()
80 int64_t *val, void *arg) in dwarf_reads64() argument
84 *val = mvp->s64; in dwarf_reads64()
91 uint8_t *val, void *arg) in dwarf_readu8() argument
95 *val = mvp->u8; in dwarf_readu8()
[all …]
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXObjectFactory.java43 static public XObject create(Object val) in create() argument
48 if (val instanceof XObject) in create()
50 result = (XObject) val; in create()
52 else if (val instanceof String) in create()
54 result = new XString((String) val); in create()
56 else if (val instanceof Boolean) in create()
58 result = new XBoolean((Boolean)val); in create()
60 else if (val instanceof Double) in create()
62 result = new XNumber(((Double) val)); in create()
66 result = new XObject(val); in create()
[all …]

12345678910>>...175