Home
last modified time | relevance | path

Searched refs:sth (Results 1 - 16 of 16) sorted by relevance

/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/
H A Dsign.c471 char *str = NULL, *val = NULL, *line = NULL, sth[128]; in lws_aws_filesystem_credentials_helper() local
472 size_t len = sizeof(sth); in lws_aws_filesystem_credentials_helper()
482 if (home && strlen(home) > sizeof(sth) - 1) /* coverity */ in lws_aws_filesystem_credentials_helper()
491 lws_snprintf(sth, sizeof(sth), "%s%s", home, path + poff); in lws_aws_filesystem_credentials_helper()
493 fp = fopen(sth, "r"); in lws_aws_filesystem_credentials_helper()
495 lwsl_err("%s can't open '%s'\n", __func__, sth); in lws_aws_filesystem_credentials_helper()
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl190 sth $idx,0($key)
/third_party/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl190 sth $idx,0($key)
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/rc4/
H A Drc4-s390x.s197 sth %r1,0(%r2)
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/rc4/
H A Drc4-s390x.s197 sth %r1,0(%r2)
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/rc4/
H A Drc4-s390x.s196 sth %r1,0(%r2)
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/rc4/
H A Drc4-s390x.s196 sth %r1,0(%r2)
/third_party/node/deps/v8/src/diagnostics/ppc/
H A Ddisasm-ppc.cc1792 Format(instr, "sth 'rs, 'int16('ra)"); in InstructionDecode()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.h930 void sth(Register dst, const MemOperand& src);
H A Dconstants-ppc.h1839 V(sth, STH, 0xB0000000) \
H A Dassembler-ppc.cc1013 void Assembler::sth(Register dst, const MemOperand& src) { in sth() function in v8::internal::Assembler
H A Dmacro-assembler-ppc.cc3236 V(StoreU16, Register, sth, sthx) \ in CallRecordWriteStub()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeS390X.c654 SLJIT_S390X_RXA(sth, 0x40000000)
2186 WHEN2(is_u12(mem.offset), sth, sthy)); in sljit_emit_op1()
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h1153 V(sth, STH, 0x40) /* type = RX_A STORE HALFWORD (16) */
H A Dmacro-assembler-s390.cc4397 sth(src, mem); in CallRecordWriteStub()
4403 sth(src, MemOperand(base, scratch)); in CallRecordWriteStub()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc2010 ASSEMBLE_STORE_INTEGER(sth, sthx); in AssembleArchInstruction()

Completed in 48 milliseconds