Home
last modified time | relevance | path

Searched refs:S (Results 1 – 25 of 2892) sorted by relevance

12345678910>>...116

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp252 VisitStmt(S); in VisitDeclStmt()
258 VisitStmt(S); in VisitNullStmt()
262 VisitStmt(S); in VisitCompoundStmt()
266 VisitStmt(S); in VisitCaseStmt()
270 VisitStmt(S); in VisitDefaultStmt()
274 VisitStmt(S); in VisitLabelStmt()
279 VisitStmt(S); in VisitAttributedStmt()
284 VisitStmt(S); in VisitIfStmt()
289 VisitStmt(S); in VisitSwitchStmt()
294 VisitStmt(S); in VisitWhileStmt()
[all …]
H A DParentMap.cpp31 if (!S) in BuildParentMap()
112 if (S) { in ParentMap()
124 if (S) { in addStmt()
142 do { S = getParent(S); } while (S && isa<ParenExpr>(S)); in getParentIgnoreParens()
143 return S; in getParentIgnoreParens()
148 S = getParent(S); in getParentIgnoreParenCasts()
150 while (S && (isa<ParenExpr>(S) || isa<CastExpr>(S))); in getParentIgnoreParenCasts()
152 return S; in getParentIgnoreParenCasts()
157 S = getParent(S); in getParentIgnoreParenImpCasts()
158 } while (S && isa<Expr>(S) && cast<Expr>(S)->IgnoreParenImpCasts() != S); in getParentIgnoreParenImpCasts()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dinterval_set_test.cpp23 EXPECT_TRUE(S.begin() == S.end()); in TEST()
24 EXPECT_TRUE(S.find(0) == S.end()); in TEST()
31 S.insert(7, 8); in TEST()
34 EXPECT_EQ(std::next(S.begin()), S.end()); in TEST()
35 EXPECT_EQ(S.find(7), S.begin()); in TEST()
36 EXPECT_EQ(S.find(8), S.end()); in TEST()
71 EXPECT_NE(S.find(7), S.find(9)); in TEST()
79 EXPECT_EQ(S.find(8), S.find(9)); in TEST()
90 EXPECT_EQ(std::next(S.begin()), S.end()); in TEST()
103 EXPECT_EQ(std::next(S.begin()), S.end()); in TEST()
[all …]
/freebsd/lib/msun/i387/
H A DMakefile.inc2 ARCH_SRCS = e_exp.S e_fmod.S e_log.S e_log10.S \
3 e_remainder.S e_sqrt.S s_ceil.S s_copysign.S \
4 s_finite.S s_floor.S s_llrint.S s_logb.S s_lrint.S \
5 s_remquo.S s_rint.S s_scalbn.S s_significand.S \
9 ARCH_SRCS+= e_fmodf.S e_log10f.S e_logf.S e_remainderf.S \
10 e_sqrtf.S s_ceilf.S s_copysignf.S s_floorf.S \
11 s_llrintf.S s_logbf.S s_lrintf.S \
12 s_remquof.S s_rintf.S s_scalbnf.S s_significandf.S s_truncf.S
16 e_remainderl.S e_sqrtl.S s_ceill.S s_copysignl.S \
17 s_floorl.S s_llrintl.S \
[all …]
/freebsd/contrib/lua/src/
H A Dlundump.c41 luaO_pushfstring(S->L, "%s: bad binary format (%s)", S->name, why); in error()
50 #define loadVector(S,b,n) loadBlock(S,b,(n)*sizeof((b)[0])) argument
58 #define loadVar(S,x) loadVector(S,&x,1) argument
95 loadVar(S, x); in loadNumber()
102 loadVar(S, x); in loadInteger()
183 setsvalue2n(S->L, o, loadString(S, f)); in loadConstants()
214 n = loadInt(S); in loadUpvalues()
290 #define checksize(S,t) fchecksize(S,sizeof(t),#t) argument
314 LoadState S; in luaU_undump() local
322 S.L = L; in luaU_undump()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp66 S.FFDiag(Loc, in diagnoseNonConstVariable()
149 assert(S.Current); in cleanupAfterFunctionCall()
160 cast<CallExpr>(S.Current->Caller->getExpr(S.Current->getRetPC())); in cleanupAfterFunctionCall()
163 popArg(S, A); in cleanupAfterFunctionCall()
179 popArg(S, A); in cleanupAfterFunctionCall()
243 if (S.getLangOpts().CPlusPlus && !S.getLangOpts().CPlusPlus11) in CheckConstant()
465 S.FFDiag(S.Current->getSource(OpPC), in CheckCallDepth()
487 S.FFDiag(Loc); in CheckThis()
508 << 2 << S.getLangOpts().CPlusPlus << S.Current->getRange(OpPC); in CheckPotentialReinterpretCast()
552 S.FFDiag(E); in CheckFloatResult()
[all …]
H A DInterp.h870 S.Stk.push<T>(S.Stk.peek<T>()); in Dup()
908 S.Current->setLocal<T>(I, S.Stk.pop<T>()); in SetLocal()
917 S.Stk.push<T>(S.Current->getParam<T>(I)); in GetParam()
923 S.Current->setParam<T>(I, S.Stk.pop<T>()); in SetParam()
1032 S.P.getGlobal(I)->deref<T>() = S.Stk.pop<T>(); in InitGlobal()
1048 S.P.getGlobal(I)->deref<T>() = S.Stk.pop<T>(); in InitGlobalTemp()
1154 S.Stk.push<Pointer>(S.Current->getLocalPointer(I)); in GetPtrLocal()
1162 S.Stk.push<Pointer>(S.Current->getParamPointer(I)); in GetPtrParam()
1167 S.Stk.push<Pointer>(S.P.getPtrGlobal(I)); in GetPtrGlobal()
1577 S.Stk.push<U>(U::from(S.Stk.pop<T>())); in Cast()
[all …]
H A DInterpBuiltin.cpp190 if (!CheckLive(S, OpPC, A, AK_Read) || !CheckLive(S, OpPC, B, AK_Read)) in interp__builtin_strcmp()
220 pushInt(S, Result); in interp__builtin_strcmp()
251 pushSizeT(S, Len); in interp__builtin_strlen()
384 pushInt(S, Arg.isNan()); in interp__builtin_isnan()
406 pushInt(S, Arg.isInf()); in interp__builtin_isinf()
442 pushInt(S, Arg.isZero()); in interp__builtin_iszero()
459 pushInt(S, Result); in interp__builtin_isfpclass()
492 APSInt I = peekToAPSInt(S.Stk, getIntPrimType(S), Offset); in interp__builtin_fpclassify()
560 pushInt(S, ReturnVal); in interp__builtin_classify_type()
603 pushAPSInt(S, Result); in interp__builtin_rotate()
[all …]
/freebsd/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl84 my ($s0,$s1,$s2,$s3)=(@S[($j)%4],@S[($j+1)%4],@S[($j+2)%4],@S[($j+3)%4]);
168 bswap @S[0]
170 bswap @S[1]
171 bswap @S[2]
172 bswap @S[3]
176 bswap @S[0]
177 bswap @S[1]
487 mov @S[0],@S[2]
488 mov @S[1],@S[3]
489 not @S[2]
[all …]
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-ref.c65 uint128_t t = ((uint128_t) S->t[1] << 64) | S->t[0]; in blake2b_increment_counter()
71 S->t[1] += (S->t[0] < inc); in blake2b_increment_counter()
118 S->h[i] ^= LOAD64_LE(p + sizeof(S->h[i]) * i); in blake2b_init_param()
271 blake2b_compress(S, S->buf); /* Compress */ in blake2b_update()
302 blake2b_compress(S, S->buf); in blake2b_final()
305 memcpy(S->buf, S->buf + BLAKE2B_BLOCKBYTES, S->buflen); in blake2b_final()
308 blake2b_increment_counter(S, S->buflen); in blake2b_final()
310 memset(S->buf + S->buflen, 0, in blake2b_final()
312 blake2b_compress(S, S->buf); in blake2b_final()
325 sodium_memzero(S->h, sizeof S->h); in blake2b_final()
[all …]
/freebsd/sys/crypto/sha2/
H A Dsha512c_arm64.c41 uint64x2_t S[4]; in SHA512_Transform_arm64_impl() local
66 S_start[0] = S[0]; in SHA512_Transform_arm64_impl()
67 S_start[1] = S[1]; in SHA512_Transform_arm64_impl()
99 vextq_u64(S[(10 - i) % 4], S[(11 - i) % 4], 1), \ in SHA512_Transform_arm64_impl()
100 vextq_u64(S[(9 - i) % 4], S[(10 - i) % 4], 1)); \ in SHA512_Transform_arm64_impl()
101 S[(11 - i) % 4] = vsha512h2q_u64(S_tmp, S[(9 - i) % 4], S[(8 - i) % 4]); \ in SHA512_Transform_arm64_impl()
102 S[(9 - i) % 4] = vaddq_u64(S[(9 - i) % 4], S_tmp) in SHA512_Transform_arm64_impl()
141 S[0] = vaddq_u64(S[0], S_start[0]); in SHA512_Transform_arm64_impl()
142 S[1] = vaddq_u64(S[1], S_start[1]); in SHA512_Transform_arm64_impl()
143 S[2] = vaddq_u64(S[2], S_start[2]); in SHA512_Transform_arm64_impl()
[all …]
/freebsd/sys/contrib/libb2/
H A Dblake2b.c89 S->f[1] = 0ULL; in blake2b_clear_lastnode()
95 if( S->last_node ) blake2b_set_lastnode( S ); in blake2b_set_lastblock()
103 if( S->last_node ) blake2b_clear_lastnode( S ); in blake2b_clear_lastblock()
114 __uint128_t t = ( ( __uint128_t )S->t[1] << 64 ) | S->t[0]; in blake2b_increment_counter()
120 S->t[1] += ( S->t[0] < inc ); in blake2b_increment_counter()
370 blake2b_compress( S, S->buf ); // Compress in blake2b_update()
396 blake2b_compress( S, S->buf ); in blake2b_final()
398 memcpy( S->buf, S->buf + BLAKE2B_BLOCKBYTES, S->buflen ); in blake2b_final()
401 blake2b_increment_counter( S, S->buflen ); in blake2b_final()
403 memset( S->buf + S->buflen, 0, 2 * BLAKE2B_BLOCKBYTES - S->buflen ); /* Padding */ in blake2b_final()
[all …]
H A Dblake2b-ref.c61 if( S->last_node ) blake2b_set_lastnode( S ); in blake2b_set_lastblock()
69 if( S->last_node ) blake2b_clear_lastnode( S ); in blake2b_clear_lastblock()
78 S->t[1] += ( S->t[0] < inc ); in blake2b_increment_counter()
176 S->h[i] ^= load64( p + sizeof( S->h[i] ) * i ); in blake2b_init_param()
293 S->h[i] = S->h[i] ^ v[i] ^ v[i + 8]; in blake2b_compress()
313 blake2b_compress( S, S->buf ); // Compress in blake2b_update()
341 blake2b_compress( S, S->buf ); in blake2b_final()
343 memcpy( S->buf, S->buf + BLAKE2B_BLOCKBYTES, S->buflen ); in blake2b_final()
346 blake2b_increment_counter( S, S->buflen ); in blake2b_final()
348 memset( S->buf + S->buflen, 0, 2 * BLAKE2B_BLOCKBYTES - S->buflen ); /* Padding */ in blake2b_final()
[all …]
H A Dblake2s-ref.c49 S->f[1] = 0U; in blake2s_clear_lastnode()
56 if( S->last_node ) blake2s_set_lastnode( S ); in blake2s_set_lastblock()
64 if( S->last_node ) blake2s_clear_lastnode( S ); in blake2s_clear_lastblock()
66 S->f[0] = 0U; in blake2s_clear_lastblock()
73 S->t[1] += ( S->t[0] < inc ); in blake2s_increment_counter()
283 S->h[i] = S->h[i] ^ v[i] ^ v[i + 8]; in blake2s_compress()
303 blake2s_compress( S, S->buf ); // Compress in blake2s_update()
331 blake2s_compress( S, S->buf ); in blake2s_final()
333 memcpy( S->buf, S->buf + BLAKE2S_BLOCKBYTES, S->buflen ); in blake2s_final()
338 memset( S->buf + S->buflen, 0, 2 * BLAKE2S_BLOCKBYTES - S->buflen ); /* Padding */ in blake2s_final()
[all …]
H A Dblake2s.c84 S->f[1] = 0U; in blake2s_clear_lastnode()
90 if( S->last_node ) blake2s_set_lastnode( S ); in blake2s_set_lastblock()
98 if( S->last_node ) blake2s_clear_lastnode( S ); in blake2s_clear_lastblock()
100 S->f[0] = 0U; in blake2s_clear_lastblock()
106 uint64_t t = ( ( uint64_t )S->t[1] << 32 ) | S->t[0]; in blake2s_increment_counter()
343 blake2s_compress( S, S->buf ); // Compress in blake2s_update()
371 blake2s_compress( S, S->buf ); in blake2s_final()
373 memcpy( S->buf, S->buf + BLAKE2S_BLOCKBYTES, S->buflen ); in blake2s_final()
378 memset( S->buf + S->buflen, 0, 2 * BLAKE2S_BLOCKBYTES - S->buflen ); /* Padding */ in blake2s_final()
379 blake2s_compress( S, S->buf ); in blake2s_final()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp133 switch (S->getOpcode()) { in VisitBinaryOperator()
164 Env.setValue(*S, S->getOpcode() == BO_EQ ? LHSEqRHSValue in VisitBinaryOperator()
190 if (!S->isGLValue()) in VisitDeclRefExpr()
475 if (S->isElidable()) { in VisitCXXConstructExpr()
587 if (S->getType()->isRecordType() && S->isPRValue()) in VisitCallExpr()
635 if (S->isGLValue()) in VisitConditionalOperator()
636 Env.setStorageLocation(*S, Env.createObject(S->getType())); in VisitConditionalOperator()
653 if (S->isSemanticForm() && S->isTransparent()) { in VisitInitListExpr()
654 propagateValue(*S->getInit(0), *S, Env); in VisitInitListExpr()
733 Env.setValue(*S, Env.getBoolLiteralValue(S->getValue())); in VisitCXXBoolLiteralExpr()
[all …]
/freebsd/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c593 L0 ^= C0(S, 0) ^ C1(S, 7) ^ C2(S, 6) ^ C3(S, 5) ^ in whirlpool_block()
594 C4(S, 4) ^ C5(S, 3) ^ C6(S, 2) ^ C7(S, 1); in whirlpool_block()
595 L1 ^= C0(S, 1) ^ C1(S, 0) ^ C2(S, 7) ^ C3(S, 6) ^ in whirlpool_block()
596 C4(S, 5) ^ C5(S, 4) ^ C6(S, 3) ^ C7(S, 2); in whirlpool_block()
597 L2 ^= C0(S, 2) ^ C1(S, 1) ^ C2(S, 0) ^ C3(S, 7) ^ in whirlpool_block()
598 C4(S, 6) ^ C5(S, 5) ^ C6(S, 4) ^ C7(S, 3); in whirlpool_block()
600 C4(S, 7) ^ C5(S, 6) ^ C6(S, 5) ^ C7(S, 4); in whirlpool_block()
602 C4(S, 0) ^ C5(S, 7) ^ C6(S, 6) ^ C7(S, 5); in whirlpool_block()
604 C4(S, 1) ^ C5(S, 0) ^ C6(S, 7) ^ C7(S, 6); in whirlpool_block()
606 C4(S, 2) ^ C5(S, 1) ^ C6(S, 0) ^ C7(S, 7); in whirlpool_block()
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-subst.mk14 .if ${WORDS:S,,,} != ${WORDS}
75 .if ${WORDS:S,eof$,,} != ${WORDS}
86 .if ${WORDS:S,^o$,,} != ${WORDS}
92 .if ${WORDS:S,^f$,,} != ${WORDS}
140 .if ${1 2 3:L:S,2,,} != "1 3"
188 @echo :${:Ua b b c:S,a b,,:Q}:
189 @echo :${:Ua b b c:S,a b,,1:Q}:
190 @echo :${:Ua b b c:S,a b,,W:Q}:
191 @echo :${:Ua b b c:S,b,,g:Q}:
192 @echo :${:U1 2 3 1 2 3:S,1 2,___,Wg:S,_,x,:Q}:
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DGlobPattern.cpp26 if (S.size() < 3) in expand()
36 S = S.substr(1); in expand()
48 S = S.substr(3); in expand()
51 for (char C : S) in expand()
144 S = S.substr(PrefixSize); in create()
164 Pat.Pat.assign(S.begin(), S.end()); in create()
175 bool Invert = S[I] == '^' || S[I] == '!'; in create()
219 SavedS = S; in match()
225 ++S; in match()
231 ++S; in match()
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_blake2sp_ref.c86 memset( S->buf, 0, sizeof( S->buf ) ); in blake2sp_init()
87 S->buflen = 0; in blake2sp_init()
97 S->S[PARALLELISM_DEGREE - 1]->last_node = 1; in blake2sp_init()
109 memset( S->buf, 0, sizeof( S->buf ) ); in blake2sp_init_key()
120 S->S[PARALLELISM_DEGREE - 1]->last_node = 1; in blake2sp_init_key()
127 blake2s_update( S->S[i], block, BLAKE2S_BLOCKBYTES ); in blake2sp_init_key()
147 blake2s_update( S->S[i], S->buf + i * BLAKE2S_BLOCKBYTES, BLAKE2S_BLOCKBYTES ); in blake2sp_update()
169 blake2s_update( S->S[i], in__, BLAKE2S_BLOCKBYTES ); in blake2sp_update()
203 blake2s_update( S->S[i], S->buf + i * BLAKE2S_BLOCKBYTES, left ); in blake2sp_final()
206 blake2s_final( S->S[i], hash[i], BLAKE2S_OUTBYTES ); in blake2sp_final()
[all …]
H A Darchive_blake2s_ref.c58 if( S->last_node ) blake2s_set_lastnode( S ); in blake2s_set_lastblock()
65 S->t[0] += inc; in blake2s_increment_counter()
66 S->t[1] += ( S->t[0] < inc ); in blake2s_increment_counter()
185 v[i] = S->h[i]; in blake2s_compress()
209 S->h[i] = S->h[i] ^ v[i] ^ v[i + 8]; in blake2s_compress()
228 blake2s_compress( S, S->buf ); /* Compress */ in blake2s_update()
237 memcpy( S->buf + S->buflen, in, inlen ); in blake2s_update()
254 blake2s_increment_counter( S, ( uint32_t )S->buflen ); in blake2s_final()
256 memset( S->buf + S->buflen, 0, BLAKE2S_BLOCKBYTES - S->buflen ); /* Padding */ in blake2s_final()
257 blake2s_compress( S, S->buf ); in blake2s_final()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp403 D->addAttr(::new (S.Context) AttrType(S.Context, CI)); in handleSimpleAttribute()
1508 D->addAttr(::new (S.Context) IBOutletAttr(S.Context, AL)); in handleIBOutlet()
1979 D->addAttr(::new (S.Context) WeakRefAttr(S.Context, AL)); in handleWeakRefAttr()
2155 D->addAttr(::new (S.Context) CommonAttr(S.Context, AL)); in handleCommonAttr()
2193 D->addAttr(::new (S.Context) NakedAttr(S.Context, AL)); in handleNakedAttr()
2352 D->addAttr(::new (S.Context) UnusedAttr(S.Context, AL)); in handleUnusedAttr()
2384 D->addAttr(::new (S.Context) AttrTy(S.Context, AL, Str)); in handleAttrWithMessage()
2893 return ::new (S.Context) T(S.Context, CI, value); in mergeVisibilityAttr()
5105 if (S.LangOpts.HIP && !S.LangOpts.CUDAIsDevice) in handleGlobalAttr()
5685 S.Context, S.Context.getConstType(S.Context.IntTy), /*consume*/ false); in makeLaunchBoundsArgExpr()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dstring_pool.h63 if (S)
68 if (S) {
72 S = Other.S;
73 if (S)
79 std::swap(S, Other.S);
83 if (S) {
88 std::swap(S, Other.S);
105 return LHS.S == RHS.S;
115 return LHS.S < RHS.S;
122 PooledStringPtr(StringPool::PoolMapEntry *S) : S(S) {
[all …]
/freebsd/sys/modules/ossl/
H A DMakefile20 aes-armv4.S \
21 bsaes-armv7.S \
22 chacha-armv4.S \
23 ghash-armv4.S \
34 sha1-armv8.S \
37 vpaes-armv8.S \
54 aesni-x86.S \
55 chacha-x86.S \
57 sha1-586.S \
58 sha256-586.S \
[all …]
/freebsd/lib/msun/amd64/
H A DMakefile.inc2 ARCH_SRCS = e_fmod.S e_fmodf.S e_fmodl.S \
3 e_remainder.S e_remainderf.S e_remainderl.S \
4 e_sqrt.S e_sqrtf.S e_sqrtl.S \
5 s_llrint.S s_llrintf.S s_llrintl.S \
6 s_logbl.S s_lrint.S s_lrintf.S s_lrintl.S \
7 s_remquo.S s_remquof.S s_remquol.S \
8 s_rintl.S s_scalbn.S s_scalbnf.S s_scalbnl.S

12345678910>>...116