Searched refs:sth (Results 1 - 16 of 16) sorted by relevance
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/ |
H A D | sign.c | 471 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 D | rc4-s390x.pl | 190 sth $idx,0($key)
|
/third_party/openssl/crypto/rc4/asm/ |
H A D | rc4-s390x.pl | 190 sth $idx,0($key)
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/rc4/ |
H A D | rc4-s390x.s | 197 sth %r1,0(%r2)
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/rc4/ |
H A D | rc4-s390x.s | 197 sth %r1,0(%r2)
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/rc4/ |
H A D | rc4-s390x.s | 196 sth %r1,0(%r2)
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/rc4/ |
H A D | rc4-s390x.s | 196 sth %r1,0(%r2)
|
/third_party/node/deps/v8/src/diagnostics/ppc/ |
H A D | disasm-ppc.cc | 1792 Format(instr, "sth 'rs, 'int16('ra)"); in InstructionDecode()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.h | 930 void sth(Register dst, const MemOperand& src);
|
H A D | constants-ppc.h | 1839 V(sth, STH, 0xB0000000) \
|
H A D | assembler-ppc.cc | 1013 void Assembler::sth(Register dst, const MemOperand& src) { in sth() function in v8::internal::Assembler
|
H A D | macro-assembler-ppc.cc | 3236 V(StoreU16, Register, sth, sthx) \ in CallRecordWriteStub()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeS390X.c | 654 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 D | constants-s390.h | 1153 V(sth, STH, 0x40) /* type = RX_A STORE HALFWORD (16) */
|
H A D | macro-assembler-s390.cc | 4397 sth(src, mem); in CallRecordWriteStub() 4403 sth(src, MemOperand(base, scratch)); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 2010 ASSEMBLE_STORE_INTEGER(sth, sthx); in AssembleArchInstruction()
|
Completed in 56 milliseconds