/external/mesa3d/src/glx/apple/ |
D | apple_glx_context.c | 101 is_context_valid(struct apple_glx_context *ac) in is_context_valid() argument 108 if (ac == i) { in is_context_valid() 130 struct apple_glx_context *ac; in apple_glx_create_context() local 136 ac = malloc(sizeof *ac); in apple_glx_create_context() 138 if (NULL == ac) { in apple_glx_create_context() 147 free(ac); in apple_glx_create_context() 151 ac->context_obj = NULL; in apple_glx_create_context() 152 ac->pixel_format_obj = NULL; in apple_glx_create_context() 153 ac->drawable = NULL; in apple_glx_create_context() 154 ac->thread_id = pthread_self(); in apple_glx_create_context() [all …]
|
/external/libwebsockets/plugins/acme-client/ |
D | protocol_lws_acme_client.c | 115 struct acme_connection *ac; member 137 struct acme_connection *ac = lws_vhost_user(vhost); in callback_chall_http01() local 145 __func__, ac->key_auth); in callback_chall_http01() 160 n = strlen(ac->key_auth); in callback_chall_http01() 185 p += lws_snprintf((char *)p, end - p, "%s", ac->key_auth); in callback_chall_http01() 355 s->len = sizeof(s->ac->urls[0]) - 1; in cb_dir() 356 s->dest = s->ac->urls[ctx->path_match - 1]; in cb_dir() 628 if (vhd->ac) { in lws_acme_finished() 629 if (vhd->ac->vhost) in lws_acme_finished() 630 lws_vhost_destroy(vhd->ac->vhost); in lws_acme_finished() [all …]
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_shader_args.c | 244 ac_add_arg(&args->ac, AC_ARG_SGPR, 1, AC_ARG_CONST_PTR, in declare_global_input_sgprs() 248 ac_add_arg(&args->ac, AC_ARG_SGPR, 1, AC_ARG_CONST_PTR_PTR, in declare_global_input_sgprs() 254 ac_add_arg(&args->ac, AC_ARG_SGPR, 1, AC_ARG_CONST_PTR, in declare_global_input_sgprs() 255 &args->ac.push_constants); in declare_global_input_sgprs() 259 ac_add_arg(&args->ac, AC_ARG_SGPR, 1, AC_ARG_INT, in declare_global_input_sgprs() 260 &args->ac.inline_push_consts[i]); in declare_global_input_sgprs() 262 args->ac.num_inline_push_consts = args->shader_info->num_inline_push_consts; in declare_global_input_sgprs() 263 args->ac.base_inline_push_consts = args->shader_info->base_inline_push_consts; in declare_global_input_sgprs() 266 ac_add_arg(&args->ac, AC_ARG_SGPR, 1, AC_ARG_CONST_DESC_PTR, in declare_global_input_sgprs() 281 ac_add_arg(&args->ac, AC_ARG_SGPR, 1, AC_ARG_CONST_DESC_PTR, in declare_vs_specific_input_sgprs() [all …]
|
D | radv_nir_to_llvm.c | 46 struct ac_llvm_context ac; member 107 return ac_unpack_param(&ctx->ac, in get_rel_patch_id() 108 ac_get_arg(&ctx->ac, ctx->args->ac.tcs_rel_ids), in get_rel_patch_id() 111 return ac_get_arg(&ctx->ac, ctx->args->tes_rel_patch_id); in get_rel_patch_id() 146 return LLVMConstInt(ctx->ac.i32, input_patch_size, false); in get_tcs_in_patch_stride() 158 return LLVMConstInt(ctx->ac.i32, output_patch_size, false); in get_tcs_out_patch_stride() 167 return LLVMConstInt(ctx->ac.i32, output_vertex_size, false); in get_tcs_out_vertex_stride() 181 return LLVMConstInt(ctx->ac.i32, output_patch0_offset, false); in get_tcs_out_patch0_offset() 200 return LLVMConstInt(ctx->ac.i32, output_patch0_offset, false); in get_tcs_out_patch0_patch_data_offset() 209 return LLVMBuildMul(ctx->ac.builder, patch_stride, rel_patch_id, ""); in get_tcs_in_current_patch_offset() [all …]
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | gfx10_shader_ngg.c | 43 LLVMBuilderRef builder = ctx->ac.builder; in get_thread_id_in_tg() 46 LLVMConstInt(ctx->ac.i32, ctx->ac.wave_size, false), ""); in get_thread_id_in_tg() 47 return LLVMBuildAdd(builder, tmp, ac_get_thread_id(&ctx->ac), ""); in get_thread_id_in_tg() 67 LLVMValueRef buf_ptr = ac_get_arg(&ctx->ac, ctx->rw_buffers); in ngg_get_query_buf() 69 return ac_build_load_to_sgpr(&ctx->ac, buf_ptr, in ngg_get_query_buf() 70 LLVMConstInt(ctx->ac.i32, GFX10_GS_QUERY_BUF, false)); in ngg_get_query_buf() 77 tmp = LLVMBuildLShr(ctx->ac.builder, ac_get_arg(&ctx->ac, ctx->args.gs_invocation_id), in ngg_get_initial_edgeflag() 78 LLVMConstInt(ctx->ac.i32, 8 + index, false), ""); in ngg_get_initial_edgeflag() 79 return LLVMBuildTrunc(ctx->ac.builder, tmp, ctx->ac.i1, ""); in ngg_get_initial_edgeflag() 81 return ctx->ac.i1false; in ngg_get_initial_edgeflag() [all …]
|
D | si_shader_llvm_resources.c | 36 LLVMBuilderRef builder = ctx->ac.builder; in si_llvm_bound_index() 37 LLVMValueRef c_max = LLVMConstInt(ctx->ac.i32, num - 1, 0); in si_llvm_bound_index() 58 LLVMValueRef ptr = ac_get_arg(&ctx->ac, ctx->const_and_shader_buffers); in load_const_buffer_desc_fast_path() 66 ptr = LLVMBuildPtrToInt(ctx->ac.builder, ptr, ctx->ac.intptr, ""); in load_const_buffer_desc_fast_path() 70 desc1 = LLVMConstInt(ctx->ac.i32, S_008F04_BASE_ADDRESS_HI(ctx->screen->info.address32_hi), 0); in load_const_buffer_desc_fast_path() 83 LLVMConstInt(ctx->ac.i32, sel->info.constbuf0_num_slots * 16, 0), in load_const_buffer_desc_fast_path() 84 LLVMConstInt(ctx->ac.i32, rsrc3, false)}; in load_const_buffer_desc_fast_path() 86 return ac_build_gather_values(&ctx->ac, desc_elems, 4); in load_const_buffer_desc_fast_path() 96 LLVMValueRef ptr = ac_get_arg(&ctx->ac, ctx->const_and_shader_buffers); in load_ubo() 104 LLVMBuildAdd(ctx->ac.builder, index, LLVMConstInt(ctx->ac.i32, SI_NUM_SHADER_BUFFERS, 0), ""); in load_ubo() [all …]
|
D | si_shader_llvm_vs.c | 35 return LLVMBuildAShr(ctx->ac.builder, i32, LLVMConstInt(ctx->ac.i32, 16, 0), ""); in unpack_sint16() 37 return LLVMBuildSExt(ctx->ac.builder, LLVMBuildTrunc(ctx->ac.builder, i32, ctx->ac.i16, ""), in unpack_sint16() 38 ctx->ac.i32, ""); in unpack_sint16() 49 LLVMBuildICmp(ctx->ac.builder, LLVMIntULE, vertex_id, ctx->ac.i32_1, ""); in load_input_vs() 53 LLVMValueRef sel_y1 = LLVMBuildICmp(ctx->ac.builder, LLVMIntNE, vertex_id, ctx->ac.i32_1, ""); in load_input_vs() 66 LLVMValueRef x = LLVMBuildSelect(ctx->ac.builder, sel_x1, x1, x2, ""); in load_input_vs() 67 LLVMValueRef y = LLVMBuildSelect(ctx->ac.builder, sel_y1, y1, y2, ""); in load_input_vs() 69 out[0] = LLVMBuildSIToFP(ctx->ac.builder, x, ctx->ac.f32, ""); in load_input_vs() 70 out[1] = LLVMBuildSIToFP(ctx->ac.builder, y, ctx->ac.f32, ""); in load_input_vs() 72 out[3] = ctx->ac.f32_1; in load_input_vs() [all …]
|
D | si_shader_llvm_gs.c | 33 return LLVMBuildICmp(ctx->ac.builder, LLVMIntULT, ac_get_thread_id(&ctx->ac), in si_is_es_thread() 40 return LLVMBuildICmp(ctx->ac.builder, LLVMIntULT, ac_get_thread_id(&ctx->ac), in si_is_gs_thread() 78 LLVMBuildAdd(ctx->ac.builder, vtx_offset, LLVMConstInt(ctx->ac.i32, offset, false), ""); in si_llvm_load_input_gs() 80 LLVMValueRef ptr = ac_build_gep0(&ctx->ac, ctx->esgs_ring, vtx_offset); in si_llvm_load_input_gs() 81 LLVMValueRef value = LLVMBuildLoad(ctx->ac.builder, ptr, ""); in si_llvm_load_input_gs() 82 return LLVMBuildBitCast(ctx->ac.builder, value, type, ""); in si_llvm_load_input_gs() 87 LLVMValueRef gs_vtx_offset = ac_get_arg(&ctx->ac, ctx->gs_vtx_offset[vtx_offset_param]); in si_llvm_load_input_gs() 89 vtx_offset = LLVMBuildMul(ctx->ac.builder, gs_vtx_offset, LLVMConstInt(ctx->ac.i32, 4, 0), ""); in si_llvm_load_input_gs() 91 soffset = LLVMConstInt(ctx->ac.i32, (param * 4 + swizzle) * 256, 0); in si_llvm_load_input_gs() 93 value = ac_build_buffer_load(&ctx->ac, ctx->esgs_ring, 1, ctx->ac.i32_0, vtx_offset, soffset, 0, in si_llvm_load_input_gs() [all …]
|
D | si_shader_llvm_tess.c | 36 return ac_get_arg(&ctx->ac, ctx->tes_rel_patch_id); in get_rel_patch_id() 84 return LLVMConstInt(ctx->ac.i32, stride, 0); in get_tcs_out_vertex_dw_stride() 97 return LLVMConstInt(ctx->ac.i32, patch_dw_stride, 0); in get_tcs_out_patch_stride() 102 return LLVMBuildMul(ctx->ac.builder, si_unpack_param(ctx, ctx->tcs_out_lds_offsets, 0, 16), in get_tcs_out_patch0_offset() 103 LLVMConstInt(ctx->ac.i32, 4, 0), ""); in get_tcs_out_patch0_offset() 108 return LLVMBuildMul(ctx->ac.builder, si_unpack_param(ctx, ctx->tcs_out_lds_offsets, 16, 16), in get_tcs_out_patch0_patch_data_offset() 109 LLVMConstInt(ctx->ac.i32, 4, 0), ""); in get_tcs_out_patch0_patch_data_offset() 117 return LLVMBuildMul(ctx->ac.builder, patch_stride, rel_patch_id, ""); in get_tcs_in_current_patch_offset() 126 return ac_build_imad(&ctx->ac, patch_stride, rel_patch_id, patch0_offset); in get_tcs_out_current_patch_offset() 135 return ac_build_imad(&ctx->ac, patch_stride, rel_patch_id, patch0_patch_data_offset); in get_tcs_out_current_patch_data_offset() [all …]
|
D | si_shader_llvm.c | 72 struct ac_llvm_context *ac, struct pipe_debug_callback *debug, in si_compile_llvm() argument 82 ac_dump_module(ac->module); in si_compile_llvm() 88 char *ir = LLVMPrintModuleToString(ac->module); in si_compile_llvm() 96 if (ac->wave_size == 32) in si_compile_llvm() 102 LLVMContextSetDiagnosticHandler(ac->context, si_diagnostic_handler, &diag); in si_compile_llvm() 104 if (!ac_compile_module_to_elf(passes, ac->module, (char **)&binary->elf_buffer, in si_compile_llvm() 118 .wave_size = ac->wave_size, in si_compile_llvm() 136 ac_llvm_context_init(&ctx->ac, compiler, sscreen->info.chip_class, sscreen->info.family, in si_llvm_context_init() 147 ret_type = LLVMStructTypeInContext(ctx->ac.context, return_types, num_return_elems, true); in si_llvm_create_func() 149 ret_type = ctx->ac.voidt; in si_llvm_create_func() [all …]
|
D | si_compute_prim_discard.c | 236 LLVMBuildIntToPtr(ctx->ac.builder, m0, LLVMPointerType(ctx->ac.i32, AC_ADDR_SPACE_GDS), ""), in si_build_ds_ordered_op() 238 LLVMConstInt(ctx->ac.i32, LLVMAtomicOrderingMonotonic, 0), /* ordering */ in si_build_ds_ordered_op() 239 ctx->ac.i32_0, /* scope */ in si_build_ds_ordered_op() 240 ctx->ac.i1false, /* volatile */ in si_build_ds_ordered_op() 241 LLVMConstInt(ctx->ac.i32, ordered_count_index, 0), in si_build_ds_ordered_op() 242 LLVMConstInt(ctx->ac.i1, release, 0), in si_build_ds_ordered_op() 243 LLVMConstInt(ctx->ac.i1, done, 0), in si_build_ds_ordered_op() 248 return ac_build_intrinsic(&ctx->ac, intrinsic, ctx->ac.i32, args, ARRAY_SIZE(args), 0); in si_build_ds_ordered_op() 254 ptr = LLVMBuildZExt(ctx->ac.builder, ptr, ctx->ac.i64, ""); in si_expand_32bit_pointer() 255 ptr = LLVMBuildOr(ctx->ac.builder, ptr, LLVMConstInt(ctx->ac.i64, hi, 0), ""); in si_expand_32bit_pointer() [all …]
|
D | si_shader_llvm_ps.c | 37 return ac_to_integer(&ctx->ac, ac_get_arg(&ctx->ac, ctx->args.sample_coverage)); in load_sample_mask_in() 43 LLVMValueRef desc = ac_get_arg(&ctx->ac, ctx->rw_buffers); in load_sample_position() 44 LLVMValueRef buf_index = LLVMConstInt(ctx->ac.i32, SI_PS_CONST_SAMPLE_POSITIONS, 0); in load_sample_position() 45 LLVMValueRef resource = ac_build_load_to_sgpr(&ctx->ac, desc, buf_index); in load_sample_position() 49 LLVMBuildMul(ctx->ac.builder, sample_id, LLVMConstInt(ctx->ac.i32, 8, 0), ""); in load_sample_position() 51 LLVMBuildAdd(ctx->ac.builder, offset0, LLVMConstInt(ctx->ac.i32, 4, 0), ""); in load_sample_position() 55 LLVMConstReal(ctx->ac.f32, 0), LLVMConstReal(ctx->ac.f32, 0)}; in load_sample_position() 57 return ac_build_gather_values(&ctx->ac, pos, 4); in load_sample_position() 72 ptr = ac_get_arg(&ctx->ac, ctx->rw_buffers); in si_nir_emit_fbfetch() 74 LLVMBuildPointerCast(ctx->ac.builder, ptr, ac_array_in_const32_addr_space(ctx->ac.v8i32), ""); in si_nir_emit_fbfetch() [all …]
|
/external/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 39 struct ac_llvm_context ac; member 70 LLVMTypeRef type = LLVMIntTypeInContext(ctx->ac.context, def->bit_size); in get_def_type() 86 ptr = LLVMBuildGEP(ctx->ac.builder, ctx->ac.lds, &ptr, 1, ""); in get_memory_ptr() 89 LLVMTypeRef type = LLVMIntTypeInContext(ctx->ac.context, bit_size); in get_memory_ptr() 91 return LLVMBuildBitCast(ctx->ac.builder, ptr, LLVMPointerType(type, addr_space), ""); in get_memory_ptr() 115 LLVMValueRef masks[] = {LLVMConstInt(ctx->ac.i32, src.swizzle[0], false), in get_alu_src() 116 LLVMConstInt(ctx->ac.i32, src.swizzle[1], false), in get_alu_src() 117 LLVMConstInt(ctx->ac.i32, src.swizzle[2], false), in get_alu_src() 118 LLVMConstInt(ctx->ac.i32, src.swizzle[3], false)}; in get_alu_src() 121 value = LLVMBuildExtractElement(ctx->ac.builder, value, masks[0], ""); in get_alu_src() [all …]
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | tcp_client_posix.cc | 108 async_connect* ac = static_cast<async_connect*>(acp); in tc_on_alarm() local 111 gpr_log(GPR_INFO, "CLIENT_CONNECT: %s: on_alarm: error=%s", ac->addr_str, in tc_on_alarm() 114 gpr_mu_lock(&ac->mu); in tc_on_alarm() 115 if (ac->fd != nullptr) { in tc_on_alarm() 117 ac->fd, GRPC_ERROR_CREATE_FROM_STATIC_STRING("connect() timed out")); in tc_on_alarm() 119 done = (--ac->refs == 0); in tc_on_alarm() 120 gpr_mu_unlock(&ac->mu); in tc_on_alarm() 122 gpr_mu_destroy(&ac->mu); in tc_on_alarm() 123 gpr_free(ac->addr_str); in tc_on_alarm() 124 grpc_channel_args_destroy(ac->channel_args); in tc_on_alarm() [all …]
|
D | tcp_client_windows.cc | 56 static void async_connect_unlock_and_cleanup(async_connect* ac, in async_connect_unlock_and_cleanup() argument 58 int done = (--ac->refs == 0); in async_connect_unlock_and_cleanup() 59 gpr_mu_unlock(&ac->mu); in async_connect_unlock_and_cleanup() 61 grpc_channel_args_destroy(ac->channel_args); in async_connect_unlock_and_cleanup() 62 gpr_mu_destroy(&ac->mu); in async_connect_unlock_and_cleanup() 63 gpr_free(ac->addr_name); in async_connect_unlock_and_cleanup() 64 gpr_free(ac); in async_connect_unlock_and_cleanup() 70 async_connect* ac = (async_connect*)acp; in on_alarm() local 71 gpr_mu_lock(&ac->mu); in on_alarm() 72 grpc_winsocket* socket = ac->socket; in on_alarm() [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | tcp_client_posix.cc | 104 async_connect* ac = static_cast<async_connect*>(acp); in tc_on_alarm() local 108 ac->addr_str.c_str(), str); in tc_on_alarm() 110 gpr_mu_lock(&ac->mu); in tc_on_alarm() 111 if (ac->fd != nullptr) { in tc_on_alarm() 113 ac->fd, GRPC_ERROR_CREATE_FROM_STATIC_STRING("connect() timed out")); in tc_on_alarm() 115 done = (--ac->refs == 0); in tc_on_alarm() 116 gpr_mu_unlock(&ac->mu); in tc_on_alarm() 118 gpr_mu_destroy(&ac->mu); in tc_on_alarm() 119 grpc_channel_args_destroy(ac->channel_args); in tc_on_alarm() 120 delete ac; in tc_on_alarm() [all …]
|
D | tcp_client_windows.cc | 57 static void async_connect_unlock_and_cleanup(async_connect* ac, in async_connect_unlock_and_cleanup() argument 59 int done = (--ac->refs == 0); in async_connect_unlock_and_cleanup() 60 gpr_mu_unlock(&ac->mu); in async_connect_unlock_and_cleanup() 62 grpc_channel_args_destroy(ac->channel_args); in async_connect_unlock_and_cleanup() 63 gpr_mu_destroy(&ac->mu); in async_connect_unlock_and_cleanup() 64 delete ac; in async_connect_unlock_and_cleanup() 70 async_connect* ac = (async_connect*)acp; in on_alarm() local 71 gpr_mu_lock(&ac->mu); in on_alarm() 72 grpc_winsocket* socket = ac->socket; in on_alarm() 73 ac->socket = NULL; in on_alarm() [all …]
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | graphics_robust_access_test.cpp | 233 for (auto* ac : AccessChains()) { in TEST_F() local 242 %var = OpVariable %var_ty Function)" << ACCheck(ac, "%uint_0", "%uint_0") in TEST_F() 249 for (auto* ac : AccessChains()) { in TEST_F() local 258 %var = OpVariable %var_ty Function)" << ACCheck(ac, "%uint_3", "%uint_3") in TEST_F() 265 for (auto* ac : AccessChains()) { in TEST_F() local 274 %var = OpVariable %var_ty Function)" << ACCheck(ac, "%uint_4", "%int_3") in TEST_F() 281 for (auto* ac : AccessChains()) { in TEST_F() local 291 %var = OpVariable %var_ty Function)" << ACCheck(ac, "%int_n1", "%int_0") in TEST_F() 300 for (auto* ac : AccessChains()) { in TEST_F() local 314 << ACCheck(ac, "%uint_1 %int_n1", "%uint_1 %int_0") << MainSuffix(); in TEST_F() [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
D | graphics_robust_access_test.cpp | 233 for (auto* ac : AccessChains()) { in TEST_F() local 242 %var = OpVariable %var_ty Function)" << ACCheck(ac, "%uint_0", "%uint_0") in TEST_F() 249 for (auto* ac : AccessChains()) { in TEST_F() local 258 %var = OpVariable %var_ty Function)" << ACCheck(ac, "%uint_3", "%uint_3") in TEST_F() 265 for (auto* ac : AccessChains()) { in TEST_F() local 274 %var = OpVariable %var_ty Function)" << ACCheck(ac, "%uint_4", "%int_3") in TEST_F() 281 for (auto* ac : AccessChains()) { in TEST_F() local 291 %var = OpVariable %var_ty Function)" << ACCheck(ac, "%int_n1", "%int_0") in TEST_F() 300 for (auto* ac : AccessChains()) { in TEST_F() local 314 << ACCheck(ac, "%uint_1 %int_n1", "%uint_1 %int_0") << MainSuffix(); in TEST_F() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | graphics_robust_access_test.cpp | 233 for (auto* ac : AccessChains()) { in TEST_F() local 242 %var = OpVariable %var_ty Function)" << ACCheck(ac, "%uint_0", "%uint_0") in TEST_F() 249 for (auto* ac : AccessChains()) { in TEST_F() local 258 %var = OpVariable %var_ty Function)" << ACCheck(ac, "%uint_3", "%uint_3") in TEST_F() 265 for (auto* ac : AccessChains()) { in TEST_F() local 274 %var = OpVariable %var_ty Function)" << ACCheck(ac, "%uint_4", "%int_3") in TEST_F() 281 for (auto* ac : AccessChains()) { in TEST_F() local 291 %var = OpVariable %var_ty Function)" << ACCheck(ac, "%int_n1", "%int_0") in TEST_F() 300 for (auto* ac : AccessChains()) { in TEST_F() local 314 << ACCheck(ac, "%uint_1 %int_n1", "%uint_1 %int_0") << MainSuffix(); in TEST_F() [all …]
|
/external/aac/libFDK/src/ |
D | autocorr2nd.cpp | 112 ACORR_COEFS *ac, /*!< Pointer to autocorrelation coeffs */ in autoCorr2nd_real() argument 169 ac->r11r = accu1 << mScale; in autoCorr2nd_real() 170 ac->r22r = accu2 << mScale; in autoCorr2nd_real() 171 ac->r01r = accu3 << mScale; in autoCorr2nd_real() 172 ac->r12r = accu4 << mScale; in autoCorr2nd_real() 173 ac->r02r = accu5 << mScale; in autoCorr2nd_real() 175 ac->det = (fMultDiv2(ac->r11r, ac->r22r) - fMultDiv2(ac->r12r, ac->r12r)); in autoCorr2nd_real() 176 mScale = CountLeadingBits(fAbs(ac->det)); in autoCorr2nd_real() 178 ac->det <<= mScale; in autoCorr2nd_real() 179 ac->det_scale = mScale - 1; in autoCorr2nd_real() [all …]
|
/external/elfutils/ |
D | ChangeLog | 3 * configure.ac (AC_INIT): Set version to 0.183. 9 * configure.ac: Check for GNU strerror_r. 13 * configure.ac [--enable-gcov]: Check for gcov, lcov, and genhtml. 25 * configure.ac (USE_NLS, AM_PO_SUBDIRS): Remove. 32 * configure.ac (AC_CONFIG_FILES): Remove m4/Makefile. 34 * configure.ac (AC_CONFIG_MACRO_DIR): Remove. 38 * configure.ac: Fix spelling typos in comments. 45 * configure.ac (AM_CONDITIONAL): Remove HAVE_LIBASM and STANDALONE. 47 * configure.ac: Rewrite argp check. 49 * configure.ac (AC_MSG_FAILURE): Fix typo. [all …]
|
/external/tcpdump/tests/ |
D | bgp-as-path-oobr-ssl.out | 24 0x0010: 0074 0040 2100 0049 8a54 0002 62ac 1121 48 0x0010: 0074 0040 3100 0049 8a00 0002 76ac 111e 49 0x0020: d074 0040 3100 0049 8a00 0002 76ac 111e 50 0x0030: e034 0040 3100 0049 8a00 0002 76ac 11c0 51 0x0040: 6074 0040 3100 0049 8a00 0002 76ac 11c0 65 0x0000: 0011 0e00 4709 04ac 1100 0590 0e00 2000 66 0x0010: 0180 0c00 0000 0000 0000 00ac 1100 0500 92 0x0010: 0074 0040 4100 0049 8a00 0002 80ac 1121 93 0x0020: 4074 0040 4100 0049 8a00 0002 80ac 1121 94 0x0030: 5074 2040 4100 0049 8a00 0002 80ac 5422 [all …]
|
D | bgp-as-path-oobr-nossl.out | 24 0x0010: 0074 0040 2100 0049 8a54 0002 62ac 1121 48 0x0010: 0074 0040 3100 0049 8a00 0002 76ac 111e 49 0x0020: d074 0040 3100 0049 8a00 0002 76ac 111e 50 0x0030: e034 0040 3100 0049 8a00 0002 76ac 11c0 51 0x0040: 6074 0040 3100 0049 8a00 0002 76ac 11c0 65 0x0000: 0011 0e00 4709 04ac 1100 0590 0e00 2000 66 0x0010: 0180 0c00 0000 0000 0000 00ac 1100 0500 92 0x0010: 0074 0040 4100 0049 8a00 0002 80ac 1121 93 0x0020: 4074 0040 4100 0049 8a00 0002 80ac 1121 94 0x0030: 5074 2040 4100 0049 8a00 0002 80ac 5422 [all …]
|
/external/one-true-awk/testdir/ |
D | T.int-expr | 18 ac 1 22 ac 1 26 ac 1 30 ac 1 34 ac 1 38 ac 1 42 ac 1 46 ac 1 50 ac 0 55 ac 0 [all …]
|