/third_party/skia/third_party/externals/libpng/arm/ |
D | palette_neon_intrinsics.c | 63 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/ |
D | secure-streams.c | 668 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 …]
|
D | CMakeLists.txt | 144 # create_ss_plugin(ssp-h1url "h1url.c" "" "" "" "")
|
/third_party/ltp/testcases/kernel/sched/tool/ |
D | trace_sched.c | 200 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/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regengine.inc | 307 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-10.0/llvm/lib/Support/ |
D | regengine.inc | 307 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/ |
D | ohos_uri.js | 51 this.ssp = '[PC preview] unknow ssp';
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/ |
D | CMakeLists.txt | 68 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-c3dev/ |
D | CMakeLists.txt | 14 option(LWS_WITH_SECURE_STREAMS_STATIC_POLICY_ONLY "static ssp" OFF)
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/ |
D | CMakeLists.txt | 14 option(LWS_WITH_SECURE_STREAMS_STATIC_POLICY_ONLY "static ssp" OFF)
|
/third_party/bounds_checking_function/ |
D | Makefile | 12 OPTION += --param ssp-buffer-size=4
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/ |
D | CMakeLists.txt | 100 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/ |
D | Makefile | 34 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions \
|
/third_party/mesa3d/src/intel/blorp/ |
D | blorp_genX_exec.h | 667 blorp_emit(batch, GENX(3DSTATE_SAMPLER_STATE_POINTERS_PS), ssp) { in blorp_emit_sampler_state_ps() 668 ssp.PointertoPSSamplerState = offset; in blorp_emit_sampler_state_ps() 671 blorp_emit(batch, GENX(3DSTATE_SAMPLER_STATE_POINTERS), ssp) { in blorp_emit_sampler_state_ps() 672 ssp.VSSamplerStateChange = true; in blorp_emit_sampler_state_ps() 673 ssp.GSSamplerStateChange = true; in blorp_emit_sampler_state_ps() 674 ssp.PSSamplerStateChange = true; in blorp_emit_sampler_state_ps() 675 ssp.PointertoPSSamplerState = offset; in blorp_emit_sampler_state_ps()
|
/third_party/python/Lib/test/ |
D | test_venv.py | 287 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/ |
D | README.txt | 600 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/ |
D | Makefile | 88 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions \
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | keyTypeData.txt | 398 ssp{""}
|
/third_party/icu/icu4c/source/data/misc/ |
D | keyTypeData.txt | 400 ssp{""}
|
/third_party/lzma/DOC/ |
D | lzma-history.txt | 61 - The new -ssp switch. If the switch -ssp is specified, 7-Zip doesn't allow the system
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.td | 162 def StackProtect : EnumAttr<"ssp">;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Attributes.gen | 103 .Case("ssp", Attribute::StackProtect)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
D | Attributes.gen | 103 .Case("ssp", Attribute::StackProtect)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Attributes.gen | 103 .Case("ssp", Attribute::StackProtect)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Attributes.gen | 103 .Case("ssp", Attribute::StackProtect)
|