Home
last modified time | relevance | path

Searched refs:ssp (Results 1 – 25 of 50) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/libpng/arm/
Dpalette_neon_intrinsics.c63 png_const_bytep row, png_bytepp ssp, png_bytepp ddp) in png_do_expand_palette_rgba8_neon() argument
85 png_bytep sp = *ssp - i, dp = *ddp - (i << 2); in png_do_expand_palette_rgba8_neon()
99 *ssp = *ssp - i; in png_do_expand_palette_rgba8_neon()
107 png_const_bytep row, png_bytepp ssp, png_bytepp ddp) in png_do_expand_palette_rgb8_neon() argument
125 png_bytep sp = *ssp - i, dp = *ddp - ((i << 1) + i); in png_do_expand_palette_rgb8_neon()
144 *ssp = *ssp - i; in png_do_expand_palette_rgb8_neon()
/third_party/libpng/arm/
Dpalette_neon_intrinsics.c63 png_const_bytep row, png_bytepp ssp, png_bytepp ddp) in png_do_expand_palette_rgba8_neon() argument
85 png_bytep sp = *ssp - i, dp = *ddp - (i << 2); in png_do_expand_palette_rgba8_neon()
99 *ssp = *ssp - i; in png_do_expand_palette_rgba8_neon()
107 png_const_bytep row, png_bytepp ssp, png_bytepp ddp) in png_do_expand_palette_rgb8_neon() argument
125 png_bytep sp = *ssp - i, dp = *ddp - ((i << 1) + i); in png_do_expand_palette_rgb8_neon()
144 *ssp = *ssp - i; in png_do_expand_palette_rgb8_neon()
/third_party/skia/third_party/externals/libpng/arm/
Dpalette_neon_intrinsics.c63 png_const_bytep row, png_bytepp ssp, png_bytepp ddp) in png_do_expand_palette_rgba8_neon() argument
85 png_bytep sp = *ssp - i, dp = *ddp - (i << 2); in png_do_expand_palette_rgba8_neon()
99 *ssp = *ssp - i; in png_do_expand_palette_rgba8_neon()
107 png_const_bytep row, png_bytepp ssp, png_bytepp ddp) in png_do_expand_palette_rgb8_neon() argument
125 png_bytep sp = *ssp - i, dp = *ddp - ((i << 1) + i); in png_do_expand_palette_rgb8_neon()
144 *ssp = *ssp - i; in png_do_expand_palette_rgb8_neon()
/third_party/libwebsockets/lib/secure-streams/
Dsecure-streams.c668 const struct ss_pcols *ssp; in _lws_ss_client_connect() local
829 ssp = ss_pcols[(int)h->policy->protocol]; in _lws_ss_client_connect()
830 if (!ssp) { in _lws_ss_client_connect()
835 i.alpn = ssp->alpn; in _lws_ss_client_connect()
842 i.protocol = ssp->protocol->name; /* lws protocol name */ in _lws_ss_client_connect()
851 if (ssp->munge) /* eg, raw doesn't use; endpoint strexp already done */ in _lws_ss_client_connect()
852 ssp->munge(h, path, h->context->max_http_header_data, &i, &ct); in _lws_ss_client_connect()
1705 const struct ss_pcols *ssp; in lws_ss_add_peer_tx_credit() local
1709 ssp = ss_pcols[(int)h->policy->protocol]; in lws_ss_add_peer_tx_credit()
1711 if (h->wsi && ssp && ssp->tx_cr_add) in lws_ss_add_peer_tx_credit()
[all …]
DCMakeLists.txt144 # create_ss_plugin(ssp-h1url "h1url.c" "" "" "" "")
/third_party/ltp/testcases/kernel/sched/tool/
Dtrace_sched.c200 struct sched_param ssp; /* set schedule priority. */ in thread_func() local
215 ssp.sched_priority = 0; in thread_func()
223 ssp.sched_priority = set_priority; in thread_func()
230 if ((sched_setscheduler(getpid(), sched_policy, &ssp)) == -1) { in thread_func()
/third_party/mindspore/mindspore/lite/examples/quick_start_cpp/
DCMakeLists.txt24 # it is necessary to target link ssp library when Use the static library in Windows.
28 ssp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregengine.inc307 const char *ssp; /* start of string matched by subsubRE */
309 const char *oldssp; /* previous ssp */
391 ssp = sp;
392 oldssp = ssp;
394 sep = slow(m, ssp, rest, ssub, esub);
395 if (sep == NULL || sep == ssp)
397 oldssp = ssp; /* on to next try */
398 ssp = sep;
402 sep = ssp;
403 ssp = oldssp;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregengine.inc307 const char *ssp; /* start of string matched by subsubRE */
309 const char *oldssp; /* previous ssp */
391 ssp = sp;
392 oldssp = ssp;
394 sep = slow(m, ssp, rest, ssub, esub);
395 if (sep == NULL || sep == ssp)
397 oldssp = ssp; /* on to next try */
398 ssp = sep;
402 sep = ssp;
403 ssp = oldssp;
[all …]
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_uri.js51 this.ssp = '[PC preview] unknow ssp';
/third_party/libsnd/m4/
Dstack_protect.m444 SSP_FLAGS="-fstack-protector --param ssp-buffer-size=4"
61 SSP_FLAGS="-fstack-protector --param ssp-buffer-size=4"
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/
DCMakeLists.txt68 set(CTEST_SOCKET_PATH "@ctest-ssp-hurl-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
71 set(CTEST_SOCKET_PATH "/tmp/ctest-ssp-hurl-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/
DCMakeLists.txt14 option(LWS_WITH_SECURE_STREAMS_STATIC_POLICY_ONLY "static ssp" OFF)
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
DCMakeLists.txt14 option(LWS_WITH_SECURE_STREAMS_STATIC_POLICY_ONLY "static ssp" OFF)
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/
DCMakeLists.txt100 set(CTEST_SOCKET_PATH "@ctest-ssp-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
103 set(CTEST_SOCKET_PATH "/tmp/ctest-ssp-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
/third_party/selinux/libselinux/utils/
DMakefile34 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions \
/third_party/boost/libs/parameter/test/
Dtimings.txt49 gcc version 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8)
/third_party/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h659 blorp_emit(batch, GENX(3DSTATE_SAMPLER_STATE_POINTERS_PS), ssp) { in blorp_emit_sampler_state_ps()
660 ssp.PointertoPSSamplerState = offset; in blorp_emit_sampler_state_ps()
663 blorp_emit(batch, GENX(3DSTATE_SAMPLER_STATE_POINTERS), ssp) { in blorp_emit_sampler_state_ps()
664 ssp.VSSamplerStateChange = true; in blorp_emit_sampler_state_ps()
665 ssp.GSSamplerStateChange = true; in blorp_emit_sampler_state_ps()
666 ssp.PSSamplerStateChange = true; in blorp_emit_sampler_state_ps()
667 ssp.PointertoPSSamplerState = offset; in blorp_emit_sampler_state_ps()
/third_party/mesa3d/src/intel/vulkan/
Dgfx7_cmd_buffer.c122 GFX7_3DSTATE_SCISSOR_STATE_POINTERS, ssp) { in gfx7_cmd_buffer_emit_scissor()
123 ssp.ScissorRectPointer = scissor_state.offset; in gfx7_cmd_buffer_emit_scissor()
/third_party/python/Lib/test/
Dtest_venv.py287 for ssp, s in ((True, 'true'), (False, 'false')):
288 builder = venv.EnvBuilder(clear=True, system_site_packages=ssp)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DREADME.txt600 define i32 @foo(i8 zeroext %i) nounwind readnone ssp noredzone {
621 define i32 @bar(i8 zeroext %i) nounwind readnone ssp noredzone {
1442 define i32 @func(i32 %a, i32 %b) nounwind readnone ssp {
1458 define i32 @func(i32 %a, i32 %b) nounwind readnone ssp {
1487 define zeroext i8 @p1(i8 zeroext %b, i8 zeroext %a) nounwind readnone ssp {
1495 define zeroext i8 @p2(i8 zeroext %b, i8 zeroext %a) nounwind readnone ssp {
1767 define i32 @foo(i32 %a) nounwind readnone ssp {
1800 define i32 @test(i32 %a, i32 %b) nounwind readnone ssp {
1816 define i32 @test__(i32 %a, i32 %b) nounwind readnone ssp {
2089 define void @testfunc(%struct.x* sret %agg.result) nounwind ssp {
[all …]
/third_party/selinux/libselinux/src/
DMakefile88 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions \
/third_party/skia/third_party/externals/icu/source/data/misc/
DkeyTypeData.txt398 ssp{""}
/third_party/icu/icu4c/source/data/misc/
DkeyTypeData.txt398 ssp{""}
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/
DkeyTypeData.txt395 ssp{""}

12