Home
last modified time | relevance | path

Searched refs:hsp (Results 1 – 25 of 26) sorted by relevance

12

/external/curl/docs/examples/
Dhref_extractor.c38 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/
Dkill_python.c29 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/
Dkill_python.c29 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/
Dprint-ascii.c101 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/
Dnvidia,tegra186-hsp.txt13 - 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/
Dquant_ldac.c52 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()
Dquant_fixp_ldac.c63 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()
Dpack_ldac.c291 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/
Dcontrol.hsp10 NAME = "audio_AudioArtifacts.hsp"
30 job.run_test("audio_AudioArtifacts", host=host, tag="hsp",
/external/autotest/server/site_tests/audio_AudioVolume/
Dcontrol.hsp10 NAME = "audio_AudioVolume.hsp"
30 job.run_test("audio_AudioVolume", host=host, tag="hsp",
/external/u-boot/arch/arm/dts/
Dtegra186.dtsi5 #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>;
Dexynos4210-universal_c210.dts46 samsung,vl-hsp = <1>;
Dexynos4210-trats.dts38 samsung,vl-hsp = <1>;
Dexynos4412-trats2.dts57 samsung,vl-hsp = <1>;
Dexynos5250-snow.dts343 samsung,vl-hsp;
Dexynos5250-spring.dts127 samsung,vl-hsp;
/external/u-boot/drivers/mailbox/
DMakefile8 obj-$(CONFIG_TEGRA_HSP) += tegra-hsp.o
/external/u-boot/doc/device-tree-bindings/firmware/
Dnvidia,tegra186-bpmp.txt28 - .../mailbox/nvidia,tegra186-hsp.txt
69 hsp_top0: hsp@03c00000 {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Ddynamic-regmask.ll14 …@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/
Dexynos-fb.txt29 samsung,vl-hsp: Horizontal Sync polarity
/external/ImageMagick/PerlMagick/t/reference/write/filter/
DGaussianBlur.miff43 …�[a�ak�dp�fq�iq�pq�w���Ĺ���������������������ö����tlaSZOASH:QF9QG:TJ?[RMe^hsp������Ɠ�ϖ�ʚ���u��d��…
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D4c167d813fbf44ae7fb9ade9a1000fae.00013279.honggfuzz.cov267hsp������'�y3).R�� ���qq���;�j�,�8�y��I��-�Qn���f�Lk��y~Vy�3�ϡ�P��W�;'�z�N ����^�]���…
389hsp������'�y3).R�� ���qq���;�j�,�8�y��I��-�Qn���f�Lk��y~Vy�3�ϡ�P��W�;'�z�N ����^�]���…
D5d070fe5b17894c9bd009131065d478a.00014d22.honggfuzz.cov413hsp������'�y3).R�� ���qq���;�j�,�8�y��I��-�Qn���f�Lk��y~Vy�3�ϡ�P��W�;'�z�N ����^�]���…
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D4c167d813fbf44ae7fb9ade9a1000fae.00013279.honggfuzz.cov267hsp������'�y3).R�� ���qq���;�j�,�8�y��I��-�Qn���f�Lk��y~Vy�3�ϡ�P��W�;'�z�N ����^�]���…
389hsp������'�y3).R�� ���qq���;�j�,�8�y��I��-�Qn���f�Lk��y~Vy�3�ϡ�P��W�;'�z�N ����^�]���…
/external/tensorflow/tensorflow/examples/udacity/
D5_word2vec.ipynb869 …74ojobNmzLtU/9DMqcHMtUKhXPnkVjb18YpVKZaxsbG9scz2/5+AwEcpayf/34bdt2oG3b\nV/3hsp+LRqMhKiqS4OCLtGz5dR…

12