Home
last modified time | relevance | path

Searched defs:pl (Results 1 – 25 of 125) sorted by relevance

12345

/third_party/icu/icu4c/source/layoutex/
Dplayout.cpp38 ParagraphLayout *pl = new ParagraphLayout(chars, count, (const FontRuns *) fontRuns, in pl_create() local
48 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_close() local
63 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getParagraphLevel() local
75 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getTextDirection() local
87 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getAscent() local
99 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getDescent() local
111 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getLeading() local
123 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_reflow() local
135 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_nextLine() local
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dhlsdemux_m3u8.c468 GstM3U8 *pl; in check_on_demand_playlist() local
523 GstM3U8 *pl; in GST_START_TEST() local
561 GstM3U8 *pl; in GST_START_TEST() local
593 GstM3U8 *pl; in GST_START_TEST() local
623 GstM3U8 *pl; in GST_START_TEST() local
667 GstM3U8 *pl; in GST_START_TEST() local
685 GstM3U8 *pl; in GST_START_TEST() local
720 GstM3U8 *pl; in GST_START_TEST() local
745 GstM3U8 *pl; in GST_START_TEST() local
799 GstM3U8 *pl; in GST_START_TEST() local
[all …]
/third_party/toybox/toys/pending/
Dsh.c621 int run_pipeline(struct sh_pipeline **pl, int *rd) in run_pipeline()
657 struct sh_pipeline *pl = pipeline; in free_pipeline() local
668 struct sh_pipeline *block_end(struct sh_pipeline *pl) in block_end()
689 struct sh_pipeline *add_function(char *name, struct sh_pipeline *pl) in add_function()
701 struct sh_pipeline *pl = sp->pipeline ? sp->pipeline->prev : 0; in parse_line() local
999 struct sh_pipeline *pl; in dump_state() local
1031 struct sh_pipeline *pl = sp->pipeline, *end; in run_function() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Dikev2.c453 struct ikev2_payloads pl; in ikev2_process_sa_init_encr() local
483 struct ikev2_payloads *pl) in ikev2_process_sa_init()
691 struct ikev2_payloads pl; in ikev2_process_sa_auth_decrypted() local
713 struct ikev2_payloads *pl) in ikev2_process_sa_auth()
798 struct ikev2_payloads pl; in ikev2_initiator_process() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Dikev2.c453 struct ikev2_payloads pl; in ikev2_process_sa_init_encr() local
483 struct ikev2_payloads *pl) in ikev2_process_sa_init()
691 struct ikev2_payloads pl; in ikev2_process_sa_auth_decrypted() local
713 struct ikev2_payloads *pl) in ikev2_process_sa_auth()
798 struct ikev2_payloads pl; in ikev2_initiator_process() local
/third_party/musl/src/stdio/
Dtempnam.c16 size_t l, dl, pl; in tempnam() local
/third_party/pulseaudio/src/modules/
Dmodule-filter-apply.c128 pa_proplist *pl; in get_filter_name() local
149 pa_proplist *pl; in get_filter_parameters() local
167 static void set_filter_properties(pa_proplist *pl, struct filter *filter, bool set_properties) { in set_filter_properties()
229 pa_proplist *pl; in get_group() local
380 pa_proplist *pl; in move_object_for_filter() local
509 pa_proplist *pl; in process() local
/third_party/ffmpeg/libavutil/mips/
Dintreadwrite.h34 const struct u32 *pl = (const struct u32 *)(q + 3 * !HAVE_BIGENDIAN); in AV_RN32() local
/third_party/lwip/src/netif/ppp/
Dmppe.c196 u8_t *pl; in mppe_compress() local
282 u8_t *pl; in mppe_decompress() local
/third_party/pulseaudio/src/utils/
Dpactl.c291 char *pl; in get_sink_info_callback() local
400 char *pl; in get_source_info_callback() local
495 char *pl; in get_module_info_callback() local
537 char *pl; in get_client_info_callback() local
580 char *pl; in get_card_info_callback() local
663 char *pl; in get_sink_input_info_callback() local
733 char *pl; in get_source_output_info_callback() local
803 char *pl; in get_sample_info_callback() local
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DObjectCachingTests.cpp63 dawn::PipelineLayout pl = utils::MakeBasicPipelineLayout(device, &bgl); in TEST_P() local
151 dawn::PipelineLayout pl = utils::MakeBasicPipelineLayout(device, &bgl); in TEST_P() local
189 dawn::PipelineLayout pl = utils::MakeBasicPipelineLayout(device, &bgl); in TEST_P() local
DComputeSharedMemoryTests.cpp36 auto pl = utils::MakeBasicPipelineLayout(device, &bgl); in BasicTest() local
DComputeIndirectTests.cpp57 dawn::PipelineLayout pl = utils::MakeBasicPipelineLayout(device, &bgl); in BasicTest() local
/third_party/ffmpeg/libavfilter/
Dvulkan.c318 int ff_vk_add_push_constant(AVFilterContext *avctx, VulkanPipeline *pl, in ff_vk_add_push_constant()
1020 int ff_vk_add_descriptor_set(AVFilterContext *avctx, VulkanPipeline *pl, in ff_vk_add_descriptor_set()
1160 void ff_vk_update_descriptor_set(AVFilterContext *avctx, VulkanPipeline *pl, in ff_vk_update_descriptor_set()
1180 int ff_vk_init_pipeline_layout(AVFilterContext *avctx, VulkanPipeline *pl) in ff_vk_init_pipeline_layout()
1281 int ff_vk_init_compute_pipeline(AVFilterContext *avctx, VulkanPipeline *pl) in ff_vk_init_compute_pipeline()
1317 VulkanPipeline *pl) in ff_vk_bind_pipeline_exec()
1369 static void free_pipeline(VulkanFilterContext *s, VulkanPipeline *pl) in free_pipeline()
Dvf_chromaber_vulkan.c31 VulkanPipeline *pl; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Dikev2.c446 struct ikev2_payloads *pl) in ikev2_process_sa_init()
627 struct ikev2_payloads pl; in ikev2_process_sa_auth_decrypted() local
649 struct ikev2_payloads *pl) in ikev2_process_sa_auth()
731 struct ikev2_payloads pl; in ikev2_responder_process() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Dikev2.c444 struct ikev2_payloads *pl) in ikev2_process_sa_init()
625 struct ikev2_payloads pl; in ikev2_process_sa_auth_decrypted() local
647 struct ikev2_payloads *pl) in ikev2_process_sa_auth()
729 struct ikev2_payloads pl; in ikev2_responder_process() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DObjectCachingTests.cpp94 wgpu::PipelineLayout pl = utils::MakeBasicPipelineLayout(device, &bgl); in TEST_P() local
168 wgpu::PipelineLayout pl = utils::MakeBasicPipelineLayout(device, &bgl); in TEST_P() local
203 wgpu::PipelineLayout pl = utils::MakeBasicPipelineLayout(device, &bgl); in TEST_P() local
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/
DComputeIndirectValidationTests.cpp33 dawn::PipelineLayout pl = utils::MakeBasicPipelineLayout(device, nullptr); in SetUp() local
/third_party/ffmpeg/libavutil/tests/
Dtea.c87 uint8_t pl[32]; in main() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DComputeIndirectValidationTests.cpp30 wgpu::PipelineLayout pl = utils::MakeBasicPipelineLayout(device, nullptr); in SetUp() local
/third_party/pulseaudio/src/pulsecore/
Dclient.c143 pa_proplist *pl = NULL; in pa_client_send_event() local
/third_party/libwebsockets/lib/misc/
Dlws-struct-lejp.c360 long *pl; in lws_struct_default_lejp_cb() local
384 unsigned long *pl; in lws_struct_default_lejp_cb() local
Dlws-struct-sqlite.c81 long *pl; in lws_struct_sq3_deser_cb() local
113 unsigned long *pl; in lws_struct_sq3_deser_cb() local
/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_ldlt_f32.c93 arm_matrix_instance_f32 * pl, in arm_mat_ldlt_f32()
370 arm_matrix_instance_f32 * pl, in arm_mat_ldlt_f32()

12345