/external/libxml2/result/ |
D | att4.rdr | 17 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 …]
|
D | att4.rde | 17 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 …]
|
D | att4.sax | 19 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 …]
|
D | att4.sax2 | 19 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/ethtool/ |
D | dsa.c | 33 static void dsa_mv88e6161(int reg, u16 val) in dsa_mv88e6161() argument 37 REG(reg, "Port Status", val); in dsa_mv88e6161() 38 FIELD("Pause Enabled", "%u", !!(val & 0x8000)); in dsa_mv88e6161() 39 FIELD("My Pause", "%u", !!(val & 0x4000)); in dsa_mv88e6161() 40 FIELD("Half-duplex Flow Control", "%u", !!(val & 0x2000)); in dsa_mv88e6161() 41 FIELD("802.3 PHY Detected", "%u", !!(val & 0x1000)); in dsa_mv88e6161() 42 FIELD("Link Status", "%s", val & 0x0800 ? "Up" : "Down"); in dsa_mv88e6161() 43 FIELD("Duplex", "%s", val & 0x0400 ? "Full" : "Half"); in dsa_mv88e6161() 45 (val & 0x0300) == 0x0000 ? "10 Mbps" : in dsa_mv88e6161() 46 (val & 0x0300) == 0x0100 ? "100 Mbps" : in dsa_mv88e6161() [all …]
|
/external/scapy/scapy/layers/tls/crypto/ |
D | suites.py | 146 val = 0x0000 variable in TLS_NULL_WITH_NULL_NULL 149 val = 0x0001 variable in TLS_RSA_WITH_NULL_MD5 152 val = 0x0002 variable in TLS_RSA_WITH_NULL_SHA 155 val = 0x0003 variable in TLS_RSA_EXPORT_WITH_RC4_40_MD5 158 val = 0x0004 variable in TLS_RSA_WITH_RC4_128_MD5 161 val = 0x0005 variable in TLS_RSA_WITH_RC4_128_SHA 164 val = 0x0006 variable in TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 167 val = 0x0007 variable in TLS_RSA_WITH_IDEA_CBC_SHA 170 val = 0x0008 variable in TLS_RSA_EXPORT_WITH_DES40_CBC_SHA 173 val = 0x0009 variable in TLS_RSA_WITH_DES_CBC_SHA [all …]
|
/external/libaom/libaom/aom_dsp/simd/ |
D | v256_intrinsics_v128.h | 27 v128 val[2]; member 31 SIMD_INLINE uint32_t v256_low_u32(v256 a) { return v128_low_u32(a.val[0]); } in v256_low_u32() 33 SIMD_INLINE v64 v256_low_v64(v256 a) { return v128_low_v64(a.val[0]); } in v256_low_v64() 37 SIMD_INLINE v128 v256_low_v128(v256 a) { return a.val[0]; } in v256_low_v128() 39 SIMD_INLINE v128 v256_high_v128(v256 a) { return a.val[1]; } in v256_high_v128() 43 t.val[1] = hi; in v256_from_v128() 44 t.val[0] = lo; in v256_from_v128() 67 v128_store_unaligned(p, a.val[0]); in v256_store_unaligned() 68 v128_store_unaligned((uint8_t *)p + 16, a.val[1]); in v256_store_unaligned() 72 v128_store_aligned(p, a.val[0]); in v256_store_aligned() [all …]
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_idct16x16_add_neon.c | 21 t32.val[0] = vrshrn_n_s64(in.val[0], DCT_CONST_BITS); in dct_const_round_shift_high_4() 22 t32.val[1] = vrshrn_n_s64(in.val[1], DCT_CONST_BITS); in dct_const_round_shift_high_4() 23 return vcombine_s32(t32.val[0], t32.val[1]); in dct_const_round_shift_high_4() 35 out.val[0] = dct_const_round_shift_high_4(in[0]); in dct_const_round_shift_high_4x2_int64x2x2() 36 out.val[1] = dct_const_round_shift_high_4(in[1]); in dct_const_round_shift_high_4x2_int64x2x2() 54 t[0].val[0] = vmull_lane_s32(vget_low_s32(s0.val[0]), in highbd_idct_cospi_2_30() 56 t[0].val[1] = vmull_lane_s32(vget_high_s32(s0.val[0]), in highbd_idct_cospi_2_30() 58 t[1].val[0] = vmull_lane_s32(vget_low_s32(s0.val[1]), in highbd_idct_cospi_2_30() 60 t[1].val[1] = vmull_lane_s32(vget_high_s32(s0.val[1]), in highbd_idct_cospi_2_30() 62 t[2].val[0] = vmull_lane_s32(vget_low_s32(s1.val[0]), in highbd_idct_cospi_2_30() [all …]
|
D | transpose_neon.h | 26 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/libhevc/common/arm/ |
D | ihevc_resi_trans_neon_32x32.c | 268 vreinterpretq_s16_s32(vcombine_s32(ee.val[0], ee.val[0])); in ihevc_resi_trans_32x32_neon() 270 vcombine_s16(vrev32_s16(vreinterpret_s16_s32(ee.val[1])), in ihevc_resi_trans_32x32_neon() 271 vneg_s16(vrev32_s16(vreinterpret_s16_s32(ee.val[1])))); in ihevc_resi_trans_32x32_neon() 276 vreinterpret_s32_s16(trans_eeee.val[0]), 0)); //d8 in ihevc_resi_trans_32x32_neon() 278 vreinterpret_s32_s16(trans_eeee.val[0]), 1)); //d9 in ihevc_resi_trans_32x32_neon() 280 vreinterpret_s32_s16(trans_eeee.val[1]), 0)); //d10 in ihevc_resi_trans_32x32_neon() 282 vreinterpret_s32_s16(trans_eeee.val[1]), 1)); //d11 in ihevc_resi_trans_32x32_neon() 285 a[0].val[0] = in ihevc_resi_trans_32x32_neon() 287 a[0].val[0] = vmlal_s16( in ihevc_resi_trans_32x32_neon() 288 a[0].val[0], vget_high_s16(g_ai2_ihevc_trans_32_01_8), eeee_01); in ihevc_resi_trans_32x32_neon() [all …]
|
D | ihevc_resi_trans_neon.c | 426 const uint8x8_t s##k = vld2_u8(pu1_src).val[e_chroma_plane]; \ in ihevc_resi_trans_8x8_neon() 427 const uint8x8_t p##k = vld2_u8(pu1_pred).val[e_chroma_plane]; \ in ihevc_resi_trans_8x8_neon() 481 a2.val[0] = vmull_n_s16(vget_low_s16(eo0), 83); in ihevc_resi_trans_8x8_neon() 483 a6.val[0] = vmull_n_s16(vget_low_s16(eo0), 36); in ihevc_resi_trans_8x8_neon() 485 a2.val[1] = vmull_n_s16(vget_high_s16(eo0), 83); in ihevc_resi_trans_8x8_neon() 487 a6.val[1] = vmull_n_s16(vget_high_s16(eo0), 36); in ihevc_resi_trans_8x8_neon() 490 a6.val[1] = vmlsl_n_s16(a6.val[1], vget_high_s16(eo1), 83); in ihevc_resi_trans_8x8_neon() 492 a2.val[1] = vmlal_n_s16(a2.val[1], vget_high_s16(eo1), 36); in ihevc_resi_trans_8x8_neon() 494 a6.val[0] = vmlsl_n_s16(a6.val[0], vget_low_s16(eo1), 83); in ihevc_resi_trans_8x8_neon() 496 a2.val[0] = vmlal_n_s16(a2.val[0], vget_low_s16(eo1), 36); in ihevc_resi_trans_8x8_neon() [all …]
|
D | ihevc_cmn_utils_neon.h | 101 b0.val[0] = vcombine_s16( in vtrnq_s64_to_s16() 103 b0.val[1] = vcombine_s16( in vtrnq_s64_to_s16() 131 vtrn_s32(vreinterpret_s32_s16(b0.val[0]), vreinterpret_s32_s16(b1.val[0])); in transpose_s16_4x4d() 133 vtrn_s32(vreinterpret_s32_s16(b0.val[1]), vreinterpret_s32_s16(b1.val[1])); in transpose_s16_4x4d() 135 *a0 = vreinterpret_s16_s32(c0.val[0]); in transpose_s16_4x4d() 136 *a1 = vreinterpret_s16_s32(c1.val[0]); in transpose_s16_4x4d() 137 *a2 = vreinterpret_s16_s32(c0.val[1]); in transpose_s16_4x4d() 138 *a3 = vreinterpret_s16_s32(c1.val[1]); in transpose_s16_4x4d() 164 vtrnq_s32(vreinterpretq_s32_s16(b0.val[0]), vreinterpretq_s32_s16(b1.val[0])); in transpose_s16_4x4q() 166 vtrnq_s32(vreinterpretq_s32_s16(b0.val[1]), vreinterpretq_s32_s16(b1.val[1])); in transpose_s16_4x4q() [all …]
|
/external/libxml2/result/noent/ |
D | att4.sax2 | 19 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/libbrillo/brillo/ |
D | any_test.cc | 17 Any val; in TEST() local 18 EXPECT_TRUE(val.IsEmpty()); in TEST() 20 Any val2 = val; in TEST() 21 EXPECT_TRUE(val.IsEmpty()); in TEST() 24 Any val3 = std::move(val); in TEST() 25 EXPECT_TRUE(val.IsEmpty()); in TEST() 30 Any val(20); in TEST() local 31 EXPECT_FALSE(val.IsEmpty()); in TEST() 32 EXPECT_TRUE(val.IsTypeCompatible<int>()); in TEST() 33 EXPECT_EQ(20, val.Get<int>()); in TEST() [all …]
|
/external/libpng/arm/ |
D | filter_neon_intrinsics.c | 83 vdest.val[3] = vdup_n_u8(0); in png_read_filter_row_sub3_neon() 92 vtmp1 = vext_u8(vrp.val[0], vrp.val[1], 3); in png_read_filter_row_sub3_neon() 93 vdest.val[0] = vadd_u8(vdest.val[3], vrp.val[0]); in png_read_filter_row_sub3_neon() 94 vtmp2 = vext_u8(vrp.val[0], vrp.val[1], 6); in png_read_filter_row_sub3_neon() 95 vdest.val[1] = vadd_u8(vdest.val[0], vtmp1); in png_read_filter_row_sub3_neon() 97 vtmp1 = vext_u8(vrp.val[1], vrp.val[1], 1); in png_read_filter_row_sub3_neon() 98 vdest.val[2] = vadd_u8(vdest.val[1], vtmp2); in png_read_filter_row_sub3_neon() 99 vdest.val[3] = vadd_u8(vdest.val[2], vtmp1); in png_read_filter_row_sub3_neon() 105 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[0]), 0); in png_read_filter_row_sub3_neon() 107 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/pdfium/third_party/libpng16/arm/ |
D | filter_neon_intrinsics.c | 83 vdest.val[3] = vdup_n_u8(0); in png_read_filter_row_sub3_neon() 92 vtmp1 = vext_u8(vrp.val[0], vrp.val[1], 3); in png_read_filter_row_sub3_neon() 93 vdest.val[0] = vadd_u8(vdest.val[3], vrp.val[0]); in png_read_filter_row_sub3_neon() 94 vtmp2 = vext_u8(vrp.val[0], vrp.val[1], 6); in png_read_filter_row_sub3_neon() 95 vdest.val[1] = vadd_u8(vdest.val[0], vtmp1); in png_read_filter_row_sub3_neon() 97 vtmp1 = vext_u8(vrp.val[1], vrp.val[1], 1); in png_read_filter_row_sub3_neon() 98 vdest.val[2] = vadd_u8(vdest.val[1], vtmp2); in png_read_filter_row_sub3_neon() 99 vdest.val[3] = vadd_u8(vdest.val[2], vtmp1); in png_read_filter_row_sub3_neon() 105 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[0]), 0); in png_read_filter_row_sub3_neon() 107 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/libaom/libaom/av1/common/arm/ |
D | transpose_neon.h | 45 const uint16x8x2_t c0 = vtrnq_u16(vreinterpretq_u16_u8(b0.val[0]), in transpose_u8_8x8() 46 vreinterpretq_u16_u8(b1.val[0])); in transpose_u8_8x8() 47 const uint16x8x2_t c1 = vtrnq_u16(vreinterpretq_u16_u8(b0.val[1]), in transpose_u8_8x8() 48 vreinterpretq_u16_u8(b1.val[1])); in transpose_u8_8x8() 55 const uint32x4x2_t d0 = vuzpq_u32(vreinterpretq_u32_u16(c0.val[0]), in transpose_u8_8x8() 56 vreinterpretq_u32_u16(c1.val[0])); in transpose_u8_8x8() 57 const uint32x4x2_t d1 = vuzpq_u32(vreinterpretq_u32_u16(c0.val[1]), in transpose_u8_8x8() 58 vreinterpretq_u32_u16(c1.val[1])); in transpose_u8_8x8() 60 *a0 = vreinterpret_u8_u32(vget_low_u32(d0.val[0])); in transpose_u8_8x8() 61 *a1 = vreinterpret_u8_u32(vget_high_u32(d0.val[0])); in transpose_u8_8x8() [all …]
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | builtin-amdgcn-atomic-inc-dec.cpp | 99 __attribute__((shared)) __UINT32_TYPE__ val; in test_shared32() local 104 val = __builtin_amdgcn_atomic_inc32(&val, val, __ATOMIC_SEQ_CST, "workgroup"); in test_shared32() 109 val = __builtin_amdgcn_atomic_dec32(&val, val, __ATOMIC_SEQ_CST, "workgroup"); in test_shared32() 114 __attribute__((shared)) __UINT64_TYPE__ val; in test_shared64() local 119 val = __builtin_amdgcn_atomic_inc64(&val, val, __ATOMIC_SEQ_CST, "workgroup"); in test_shared64() 124 val = __builtin_amdgcn_atomic_dec64(&val, val, __ATOMIC_SEQ_CST, "workgroup"); in test_shared64() 189 __attribute__((shared)) __UINT32_TYPE__ val; in test_order32() local 192 val = __builtin_amdgcn_atomic_inc32(&val, val, __ATOMIC_ACQUIRE, "workgroup"); in test_order32() 195 val = __builtin_amdgcn_atomic_dec32(&val, val, __ATOMIC_RELEASE, "workgroup"); in test_order32() 198 val = __builtin_amdgcn_atomic_dec32(&val, val, __ATOMIC_ACQ_REL, "workgroup"); in test_order32() [all …]
|
/external/angle/src/libANGLE/ |
D | validationEGL.cpp | 101 bool ValidateStreamAttribute(const ValidationContext *val, in ValidateStreamAttribute() argument 111 val->setError(EGL_BAD_ACCESS, "Attempt to initialize readonly parameter"); in ValidateStreamAttribute() 117 val->setError(EGL_BAD_PARAMETER, "Latency must be positive"); in ValidateStreamAttribute() 124 val->setError(EGL_BAD_ATTRIBUTE, "Consumer GL extension not enabled"); in ValidateStreamAttribute() 130 val->setError(EGL_BAD_PARAMETER, "Timeout must be positive"); in ValidateStreamAttribute() 135 val->setError(EGL_BAD_ATTRIBUTE, "Invalid stream attribute"); in ValidateStreamAttribute() 141 bool ValidateCreateImageMipLevelCommon(const ValidationContext *val, in ValidateCreateImageMipLevelCommon() argument 155 val->setError(EGL_BAD_PARAMETER, "texture must be complete if level is non-zero."); in ValidateCreateImageMipLevelCommon() 162 val->setError(EGL_BAD_PARAMETER, in ValidateCreateImageMipLevelCommon() 171 bool ValidateConfigAttribute(const ValidationContext *val, in ValidateConfigAttribute() argument [all …]
|
/external/capstone/ |
D | SStream.c | 56 void printInt64Bang(SStream *O, int64_t val) in printInt64Bang() argument 58 if (val >= 0) { in printInt64Bang() 59 if (val > HEX_THRESHOLD) in printInt64Bang() 60 SStream_concat(O, "#0x%"PRIx64, val); in printInt64Bang() 62 SStream_concat(O, "#%"PRIu64, val); in printInt64Bang() 64 if (val <- HEX_THRESHOLD) { in printInt64Bang() 65 if (val == LONG_MIN) in printInt64Bang() 66 SStream_concat(O, "#-0x%"PRIx64, (uint64_t)val); in printInt64Bang() 68 SStream_concat(O, "#-0x%"PRIx64, (uint64_t)-val); in printInt64Bang() 71 SStream_concat(O, "#-%"PRIu64, -val); in printInt64Bang() [all …]
|
/external/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_unaligned.h | 47 static inline void __put_unaligned_be16(uint16_t val, uint8_t *p) in __put_unaligned_be16() argument 49 *p++ = val >> 8; in __put_unaligned_be16() 50 *p++ = val; in __put_unaligned_be16() 53 static inline void __put_unaligned_be32(uint32_t val, uint8_t *p) in __put_unaligned_be32() argument 55 __put_unaligned_be16(val >> 16, p); in __put_unaligned_be32() 56 __put_unaligned_be16(val, p + 2); in __put_unaligned_be32() 60 static inline void __put_unaligned_be48(uint64_t val, uint8_t *p) in __put_unaligned_be48() argument 62 __put_unaligned_be16(val >> 32, p); in __put_unaligned_be48() 63 __put_unaligned_be32(val, p + 2); in __put_unaligned_be48() 66 static inline void __put_unaligned_be64(uint64_t val, uint8_t *p) in __put_unaligned_be64() argument [all …]
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | common_neon.h | 86 inline void PrintReg(const int32x4x2_t val, const std::string& name) { 88 vst1q_s32(r.i32, val.val[0]); 91 vst1q_s32(r.i32, val.val[1]); 96 inline void PrintReg(const uint32x4_t val, const char* name) { 98 vst1q_u32(r.u32, val); 102 inline void PrintReg(const uint32x2_t val, const char* name) { 104 vst1_u32(r.u32, val); 108 inline void PrintReg(const uint16x8_t val, const char* name) { 110 vst1q_u16(r.u16, val); 114 inline void PrintReg(const uint16x4_t val, const char* name) { [all …]
|
/external/deqp/framework/common/ |
D | tcuSeedBuilder.cpp | 74 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/strace/tests-mx32/ |
D | sockopt-sol_netlink.c | 42 get_sockopt(int fd, int name, void *val, socklen_t *len) in get_sockopt() argument 44 rc = getsockopt(fd, SOL_NETLINK, name, val, len); in get_sockopt() 50 set_sockopt(int fd, int name, void *val, socklen_t len) in set_sockopt() argument 52 rc = setsockopt(fd, SOL_NETLINK, name, val, len); in set_sockopt() 61 int val; in main() member 99 TAIL_ALLOC_OBJECT_CONST_PTR(int, val); in main() 101 void *const efault = val + 1; in main() 111 *len = sizeof(*val); in main() 112 get_sockopt(fd, names[i].val, val, len); in main() 115 printf("%p", val); in main() [all …]
|
/external/strace/tests/ |
D | sockopt-sol_netlink.c | 42 get_sockopt(int fd, int name, void *val, socklen_t *len) in get_sockopt() argument 44 rc = getsockopt(fd, SOL_NETLINK, name, val, len); in get_sockopt() 50 set_sockopt(int fd, int name, void *val, socklen_t len) in set_sockopt() argument 52 rc = setsockopt(fd, SOL_NETLINK, name, val, len); in set_sockopt() 61 int val; in main() member 99 TAIL_ALLOC_OBJECT_CONST_PTR(int, val); in main() 101 void *const efault = val + 1; in main() 111 *len = sizeof(*val); in main() 112 get_sockopt(fd, names[i].val, val, len); in main() 115 printf("%p", val); in main() [all …]
|