/external/curl/docs/examples/ |
D | href_extractor.c | 38 void *hsp) in write_callback() argument 42 html_parser_char_parse(hsp, ((char *)buffer)[p]); in write_callback() 43 if(html_parser_cmp_tag(hsp, "a", 1)) in write_callback() 44 if(html_parser_cmp_attr(hsp, "href", 4)) in write_callback() 45 if(html_parser_is_in(hsp, HTML_VALUE_ENDED)) { in write_callback() 46 html_parser_val(hsp)[html_parser_val_length(hsp)] = '\0'; in write_callback() local 47 printf("%s\n", html_parser_val(hsp)); in write_callback() 57 HTMLSTREAMPARSER *hsp; in main() local 66 hsp = html_parser_init(); in main() 68 html_parser_set_tag_to_lower(hsp, 1); in main() [all …]
|
/external/python/cpython2/PC/VS8.0/ |
D | kill_python.c | 29 HANDLE hp, hsp, hsm; /* process, snapshot processes, snapshot modules */ in main() local 91 hsp = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); in main() 92 if (hsp == INVALID_HANDLE_VALUE) { in main() 97 if (!Process32FirstW(hsp, &pe)) { in main() 99 CloseHandle(hsp); in main() 133 CloseHandle(hsp); in main() 151 CloseHandle(hsp); in main() 158 CloseHandle(hsp); in main() 171 } while (Process32NextW(hsp, &pe)); in main() 173 CloseHandle(hsp); in main()
|
/external/python/cpython2/PC/VS9.0/ |
D | kill_python.c | 29 HANDLE hp, hsp, hsm; /* process, snapshot processes, snapshot modules */ in main() local 91 hsp = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); in main() 92 if (hsp == INVALID_HANDLE_VALUE) { in main() 97 if (!Process32FirstW(hsp, &pe)) { in main() 99 CloseHandle(hsp); in main() 133 CloseHandle(hsp); in main() 151 CloseHandle(hsp); in main() 158 CloseHandle(hsp); in main() 171 } while (Process32NextW(hsp, &pe)); in main() 173 CloseHandle(hsp); in main()
|
/external/tcpdump/ |
D | print-ascii.c | 101 char hexstuff[HEXDUMP_SHORTS_PER_LINE*HEXDUMP_HEXSTUFF_PER_SHORT+1], *hsp; in hex_and_ascii_print_with_offset() local 109 hsp = hexstuff; asp = asciistuff; in hex_and_ascii_print_with_offset() 113 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff), in hex_and_ascii_print_with_offset() 115 hsp += HEXDUMP_HEXSTUFF_PER_SHORT; in hex_and_ascii_print_with_offset() 120 *hsp = *asp = '\0'; in hex_and_ascii_print_with_offset() 124 i = 0; hsp = hexstuff; asp = asciistuff; in hex_and_ascii_print_with_offset() 130 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff), in hex_and_ascii_print_with_offset() 132 hsp += 3; in hex_and_ascii_print_with_offset() 137 *hsp = *asp = '\0'; in hex_and_ascii_print_with_offset()
|
/external/u-boot/doc/device-tree-bindings/mailbox/ |
D | nvidia,tegra186-hsp.txt | 13 - name : Should be hsp 17 - "nvidia,tegra186-hsp" 37 - <dt-bindings/mailbox/tegra186-hsp.h>. 41 hsp_top0: hsp@3c00000 { 42 compatible = "nvidia,tegra186-hsp";
|
/external/libldac/src/ |
D | quant_ldac.c | 52 int lsp, hsp; in norm_spectrum_ldac() local 61 hsp = ga_isp_ldac[iqu+1]; in norm_spectrum_ldac() 64 for (isp = lsp+1; isp < hsp; isp++) { in norm_spectrum_ldac() 74 for (isp = lsp; isp < hsp; isp++) { in norm_spectrum_ldac() 79 for (isp = lsp; isp < hsp; isp++) { in norm_spectrum_ldac()
|
D | quant_fixp_ldac.c | 63 int lsp, hsp; in norm_spectrum_ldac() local 71 hsp = ga_isp_ldac[iqu+1]; in norm_spectrum_ldac() 74 for (isp = lsp+1; isp < hsp; isp++) { in norm_spectrum_ldac() 83 for (isp = lsp; isp < hsp; isp++) { in norm_spectrum_ldac() 88 for (isp = lsp; isp < hsp; isp++) { in norm_spectrum_ldac()
|
D | pack_ldac.c | 291 int lsp, hsp; in pack_spectrum_ldac() local 297 hsp = ga_isp_ldac[iqu+1]; in pack_spectrum_ldac() 321 for (isp = lsp; isp < hsp; isp++) { in pack_spectrum_ldac() 339 int lsp, hsp; in pack_residual_ldac() local 348 hsp = ga_isp_ldac[iqu+1]; in pack_residual_ldac() 351 for (isp = lsp; isp < hsp; isp++) { in pack_residual_ldac()
|
/external/autotest/server/site_tests/audio_AudioArtifacts/ |
D | control.hsp | 10 NAME = "audio_AudioArtifacts.hsp" 30 job.run_test("audio_AudioArtifacts", host=host, tag="hsp",
|
/external/autotest/server/site_tests/audio_AudioVolume/ |
D | control.hsp | 10 NAME = "audio_AudioVolume.hsp" 30 job.run_test("audio_AudioVolume", host=host, tag="hsp",
|
/external/u-boot/arch/arm/dts/ |
D | tegra186.dtsi | 5 #include <dt-bindings/mailbox/tegra186-hsp.h> 172 hsp: hsp@3c00000 { label 173 compatible = "nvidia,tegra186-hsp"; 317 mboxes = <&hsp HSP_MBOX_TYPE_DB HSP_DB_MASTER_BPMP>;
|
D | exynos4210-universal_c210.dts | 46 samsung,vl-hsp = <1>;
|
D | exynos4210-trats.dts | 38 samsung,vl-hsp = <1>;
|
D | exynos4412-trats2.dts | 57 samsung,vl-hsp = <1>;
|
D | exynos5250-snow.dts | 343 samsung,vl-hsp;
|
D | exynos5250-spring.dts | 127 samsung,vl-hsp;
|
/external/u-boot/drivers/mailbox/ |
D | Makefile | 8 obj-$(CONFIG_TEGRA_HSP) += tegra-hsp.o
|
/external/u-boot/doc/device-tree-bindings/firmware/ |
D | nvidia,tegra186-bpmp.txt | 28 - .../mailbox/nvidia,tegra186-hsp.txt 69 hsp_top0: hsp@03c00000 {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | dynamic-regmask.ll | 14 …@callee, CustomRegMask($bh,$bl,$bp,$bph,$bpl,$bx,$ebp,$ebx,$esp,$hbp,$hbx,$hsp,$rbp,$rbx,$rsp,$sp,…
|
/external/u-boot/doc/device-tree-bindings/video/ |
D | exynos-fb.txt | 29 samsung,vl-hsp: Horizontal Sync polarity
|
/external/ImageMagick/PerlMagick/t/reference/write/filter/ |
D | GaussianBlur.miff | 43 …�[a�ak�dp�fq�iq�pq�w���Ĺ���������������������ö����tlaSZOASH:QF9QG:TJ?[RMe^hsp������Ɠ�ϖ�ʚ���u��d��…
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 4c167d813fbf44ae7fb9ade9a1000fae.00013279.honggfuzz.cov | 267 �hsp������'�y3).R�� ���qq���;�j�,�8�y��I��-�Qn���f�Lk��y~Vy�3�ϡ�P��W�;'�z�N ����^�]���… 389 �hsp������'�y3).R�� ���qq���;�j�,�8�y��I��-�Qn���f�Lk��y~Vy�3�ϡ�P��W�;'�z�N ����^�]���…
|
D | 5d070fe5b17894c9bd009131065d478a.00014d22.honggfuzz.cov | 413 �hsp������'�y3).R�� ���qq���;�j�,�8�y��I��-�Qn���f�Lk��y~Vy�3�ϡ�P��W�;'�z�N ����^�]���…
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 4c167d813fbf44ae7fb9ade9a1000fae.00013279.honggfuzz.cov | 267 �hsp������'�y3).R�� ���qq���;�j�,�8�y��I��-�Qn���f�Lk��y~Vy�3�ϡ�P��W�;'�z�N ����^�]���… 389 �hsp������'�y3).R�� ���qq���;�j�,�8�y��I��-�Qn���f�Lk��y~Vy�3�ϡ�P��W�;'�z�N ����^�]���…
|
/external/tensorflow/tensorflow/examples/udacity/ |
D | 5_word2vec.ipynb | 869 …74ojobNmzLtU/9DMqcHMtUKhXPnkVjb18YpVKZaxsbG9scz2/5+AwEcpayf/34bdt2oG3b\nV/3hsp+LRqMhKiqS4OCLtGz5dR…
|