Searched refs:sc (Results 1 - 25 of 329) sorted by relevance

1234567891011>>

/external/strace/linux/powerpc/
H A Darch_sigreturn.c5 struct sigcontext sc; local
15 if (umove(tcp, esp, &sc) < 0) {
20 mask[0] = sc.oldmask | (sc._unused[3] << 32);
22 mask[0] = sc.oldmask;
23 mask[1] = sc._unused[3];
/external/fio/lib/
H A Dstrsep.c7 int c, sc; local
18 sc = *spanp++;
19 if (sc == c) {
27 } while (sc != 0);
/external/clang/test/Sema/
H A Dzvector.c5 vector signed char sc, sc2; variable
46 sc = sc2;
63 sc = uc2; // expected-error {{incompatible type}}
64 sc = bc2; // expected-error {{incompatible type}}
70 sc = sc_scalar; // expected-error {{incompatible type}}
71 sc = uc_scalar; // expected-error {{incompatible type}}
77 sc = ss2; // expected-error {{incompatible type}}
78 sc = si2; // expected-error {{incompatible type}}
79 sc = sl2; // expected-error {{incompatible type}}
80 sc
[all...]
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c83 static INLINE struct cso_hash *_cso_hash_for_type(struct cso_cache *sc, enum cso_cache_type type) argument
86 hash = sc->hashes[type];
155 static INLINE void sanitize_hash(struct cso_cache *sc, argument
160 if (sc->sanitize_cb)
161 sc->sanitize_cb(hash, type, max_size, sc->sanitize_data);
186 cso_insert_state(struct cso_cache *sc, argument
190 struct cso_hash *hash = _cso_hash_for_type(sc, type);
191 sanitize_hash(sc, hash, type, sc
197 cso_find_state(struct cso_cache *sc, unsigned hash_key, enum cso_cache_type type) argument
225 cso_find_state_template(struct cso_cache *sc, unsigned hash_key, enum cso_cache_type type, void *templ, unsigned size) argument
239 cso_take_state(struct cso_cache *sc, unsigned hash_key, enum cso_cache_type type) argument
248 struct cso_cache *sc = MALLOC_STRUCT(cso_cache); local
263 cso_for_each_state(struct cso_cache *sc, enum cso_cache_type type, cso_state_callback func, void *user_data) argument
279 cso_cache_delete(struct cso_cache *sc) argument
300 cso_set_maximum_cache_size(struct cso_cache *sc, int number) argument
310 cso_maximum_cache_size(const struct cso_cache *sc) argument
315 cso_cache_set_sanitize_callback(struct cso_cache *sc, cso_sanitize_callback cb, void *user_data) argument
[all...]
H A Dcso_cache.h149 void cso_cache_delete(struct cso_cache *sc);
151 void cso_cache_set_sanitize_callback(struct cso_cache *sc,
155 struct cso_hash_iter cso_insert_state(struct cso_cache *sc,
158 struct cso_hash_iter cso_find_state(struct cso_cache *sc,
160 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc,
163 void cso_for_each_state(struct cso_cache *sc, enum cso_cache_type type,
165 void * cso_take_state(struct cso_cache *sc, unsigned hash_key,
168 void cso_set_maximum_cache_size(struct cso_cache *sc, int number);
169 int cso_maximum_cache_size(const struct cso_cache *sc);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_texture.c52 /* Compute sc = +/-scale and tc = +/-scale.
57 const float sc = (2 * in_st[0] - 1) * scale; local
64 rz = -sc;
69 rz = sc;
72 rx = sc;
77 rx = sc;
82 rx = sc;
87 rx = -sc;
/external/clang/test/CodeGen/
H A DAtomics.c5 signed char sc; variable
16 (void) __sync_fetch_and_add (&sc, 1); // CHECK: atomicrmw add i8
25 (void) __sync_fetch_and_sub (&sc, 1); // CHECK: atomicrmw sub i8
34 (void) __sync_fetch_and_or (&sc, 1); // CHECK: atomicrmw or i8
43 (void) __sync_fetch_and_xor (&sc, 1); // CHECK: atomicrmw xor i8
52 (void) __sync_fetch_and_nand (&sc, 1); // CHECK: atomicrmw nand i8
61 (void) __sync_fetch_and_and (&sc, 1); // CHECK: atomicrmw and i8
74 sc = __sync_fetch_and_add (&sc, 11); // CHECK: atomicrmw add
83 sc
[all...]
H A Dcomplex-convert.c11 void foo(signed char sc, unsigned char uc, signed long long sll, argument
25 // Match the prototype to pick up the size of sc and sll.
124 csc1 = sc;
154 cuc1 = sc;
184 csll1 = sc;
214 cull1 = sc;
244 csc1 = sc + csc;
262 cuc1 = sc + cuc;
280 csll1 = sc + csll;
294 cull1 = sc
[all...]
H A Dzvector.c4 volatile vector signed char sc, sc2; variable
29 // CHECK: store volatile <16 x i8> [[VAL]], <16 x i8>* @sc
30 sc = sc2;
66 // CHECK: store volatile <16 x i8> [[VAL]], <16 x i8>* @sc
67 sc = +sc2;
104 sc = -sc2;
271 // CHECK: [[VAL1:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @sc
274 sc = sc + sc2;
275 // CHECK: [[VAL1:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @sc
[all...]
/external/libunwind/src/arm/
H A DGresume.c75 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; local
76 sc->arm_r0 = uc->regs[0];
77 sc->arm_r1 = uc->regs[1];
78 sc->arm_r2 = uc->regs[2];
79 sc->arm_r3 = uc->regs[3];
80 sc->arm_r4 = uc->regs[4];
81 sc->arm_r5 = uc->regs[5];
82 sc->arm_r6 = uc->regs[6];
83 sc->arm_r7 = uc->regs[7];
84 sc
[all...]
/external/tcpdump/missing/
H A Dstrsep.c60 register int c, sc; local
69 if ((sc = *spanp++) == c) {
77 } while (sc != 0);
/external/libunwind/src/aarch64/
H A DGresume.c78 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; local
80 if (c->dwarf.eh_valid_mask & 0x1) sc->regs[0] = c->dwarf.eh_args[0];
81 if (c->dwarf.eh_valid_mask & 0x2) sc->regs[1] = c->dwarf.eh_args[1];
82 if (c->dwarf.eh_valid_mask & 0x4) sc->regs[2] = c->dwarf.eh_args[2];
83 if (c->dwarf.eh_valid_mask & 0x8) sc->regs[3] = c->dwarf.eh_args[3];
85 sc->regs[4] = uc->uc_mcontext.regs[4];
86 sc->regs[5] = uc->uc_mcontext.regs[5];
87 sc->regs[6] = uc->uc_mcontext.regs[6];
88 sc->regs[7] = uc->uc_mcontext.regs[7];
89 sc
[all...]
/external/v8/src/compiler/
H A Dframe-states.cc14 size_t hash_value(OutputFrameStateCombine const& sc) { argument
15 return base::hash_combine(sc.kind_, sc.parameter_);
19 std::ostream& operator<<(std::ostream& os, OutputFrameStateCombine const& sc) { argument
20 switch (sc.kind_) {
22 if (sc.parameter_ == 0) return os << "Ignore";
23 return os << "Push(" << sc.parameter_ << ")";
25 return os << "PokeAt(" << sc.parameter_ << ")";
/external/libunwind/src/sh/
H A DGresume.c80 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; local
81 sc->sc_regs[0] = uc->uc_mcontext.gregs[0];
82 sc->sc_regs[1] = uc->uc_mcontext.gregs[1];
83 sc->sc_regs[2] = uc->uc_mcontext.gregs[2];
84 sc->sc_regs[3] = uc->uc_mcontext.gregs[3];
85 sc->sc_regs[4] = uc->uc_mcontext.gregs[4];
86 sc->sc_regs[5] = uc->uc_mcontext.gregs[5];
87 sc->sc_regs[6] = uc->uc_mcontext.gregs[6];
88 sc->sc_regs[7] = uc->uc_mcontext.gregs[7];
89 sc
[all...]
/external/opencv3/modules/rsobjdetect/src/
H A Dinnerloop.cpp10 static sp<ScriptC_detectAt> sc; variable
16 sc = new ScriptC_detectAt(rs);
18 sc->set_origWidth(origWidth);
19 sc->set_origHeight(origHeight);
20 sc->set_sqofs(hf.sqofs);
21 sc->set_normRectArea(hf.normRectArea);
22 sc->set_stagesSize(hf.stagesSize);
24 sc->invoke_initCurr();
32 sc->invoke_addStump(i, stump.threshold, stump.left, stump.right);
37 sc
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
H A DSpoofCheckerTest.java55 String scMixed = new String(scMixedChars); /* "sc", with Cyrillic 'c' */
58 String scLatin = "sc"; /* "sc", plain ascii. */
77 SpoofChecker sc = new SpoofChecker.Builder().build();
78 if (sc == null) {
174 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build();
176 t = sc.getChecks();
179 sc = new SpoofChecker.Builder().setChecks(0).build();
180 t = sc.getChecks();
185 sc
406 checkSkeleton(SpoofChecker sc, String testName) argument
464 checkSkeleton(SpoofChecker sc, int type, String input, String expected, String testName) argument
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
H A DSpoofCheckerTest.java51 String scMixed = new String(scMixedChars); /* "sc", with Cyrillic 'c' */
54 String scLatin = "sc"; /* "sc", plain ascii. */
73 SpoofChecker sc = new SpoofChecker.Builder().build();
74 if (sc == null) {
170 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build();
172 t = sc.getChecks();
175 sc = new SpoofChecker.Builder().setChecks(0).build();
176 t = sc.getChecks();
181 sc
402 checkSkeleton(SpoofChecker sc, String testName) argument
460 checkSkeleton(SpoofChecker sc, int type, String input, String expected, String testName) argument
[all...]
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_detokenize.h24 int plane, const scan_order *sc,
/external/valgrind/coregrind/m_sigframe/
H A Dsigframe-tilegx-linux.c75 struct vki_sigcontext *sc = *sc1; local
78 (Addr)sc, sizeof(unsigned long long)*34 );
79 sc->gregs[0] = tst->arch.vex.guest_r0;
80 sc->gregs[1] = tst->arch.vex.guest_r1;
81 sc->gregs[2] = tst->arch.vex.guest_r2;
82 sc->gregs[3] = tst->arch.vex.guest_r3;
83 sc->gregs[4] = tst->arch.vex.guest_r4;
84 sc->gregs[5] = tst->arch.vex.guest_r5;
85 sc->gregs[6] = tst->arch.vex.guest_r6;
86 sc
[all...]
H A Dsigframe-mips32-linux.c82 struct vki_sigcontext *sc = *sc1; local
85 (Addr)sc, sizeof(unsigned long long)*34 );
86 sc->sc_regs[1] = tst->arch.vex.guest_r1;
87 sc->sc_regs[2] = tst->arch.vex.guest_r2;
88 sc->sc_regs[3] = tst->arch.vex.guest_r3;
89 sc->sc_regs[4] = tst->arch.vex.guest_r4;
90 sc->sc_regs[5] = tst->arch.vex.guest_r5;
91 sc->sc_regs[6] = tst->arch.vex.guest_r6;
92 sc->sc_regs[7] = tst->arch.vex.guest_r7;
93 sc
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Duspoof.h403 uspoof_close(USpoofChecker *sc);
428 * @param sc The source USpoofChecker
434 uspoof_clone(const USpoofChecker *sc, UErrorCode *status);
441 * @param sc The USpoofChecker
450 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status);
455 * @param sc The USpoofChecker
464 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status);
475 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel);
486 uspoof_getRestrictionLevel(const USpoofChecker *sc);
516 * @param sc Th
[all...]
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
H A Dmb.py209 def _Normalize_Storage_Class(self, sc):
210 sc = sc.upper()
211 if sc in ('DRA', 'DURABLE_REDUCED_AVAILABILITY'):
213 if sc in ('S', 'STD', 'STANDARD'):
215 if sc in ('NL', 'NEARLINE'):
217 return sc
/external/selinux/sepolgen/tests/
H A Dtest_refpolicy.py38 sc = refpolicy.SecurityContext()
39 sc = refpolicy.SecurityContext("user_u:object_r:foo_t")
43 sc = refpolicy.SecurityContext()
44 sc.from_string(context)
45 self.assertEqual(sc.user, "user_u")
46 self.assertEqual(sc.role, "object_r")
47 self.assertEqual(sc.type, "foo_t")
48 self.assertEqual(sc.level, None)
50 self.assertEqual(str(sc), context + ":s0")
52 self.assertEqual(str(sc), contex
[all...]
/external/icu/icu4c/source/i18n/
H A Duspoof.cpp198 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { argument
199 const SpoofImpl *src = SpoofImpl::validateThis(sc, *status);
213 uspoof_close(USpoofChecker *sc) { argument
215 SpoofImpl *This = SpoofImpl::validateThis(sc, status);
221 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { argument
222 SpoofImpl *This = SpoofImpl::validateThis(sc, *status);
239 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { argument
240 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status);
248 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { argument
250 SpoofImpl *This = SpoofImpl::validateThis(sc, statu
257 uspoof_getRestrictionLevel(const USpoofChecker *sc) argument
267 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) argument
276 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) argument
286 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) argument
292 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) argument
302 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status) argument
309 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status) argument
331 uspoof_check(const USpoofChecker *sc, const UChar *id, int32_t length, int32_t *position, UErrorCode *status) argument
351 uspoof_checkUTF8(const USpoofChecker *sc, const char *id, int32_t length, int32_t *position, UErrorCode *status) argument
366 uspoof_areConfusable(const USpoofChecker *sc, const UChar *id1, int32_t length1, const UChar *id2, int32_t length2, UErrorCode *status) argument
386 uspoof_areConfusableUTF8(const USpoofChecker *sc, const char *id1, int32_t length1, const char *id2, int32_t length2, UErrorCode *status) argument
406 uspoof_areConfusableUnicodeString(const USpoofChecker *sc, const icu::UnicodeString &id1, const icu::UnicodeString &id2, UErrorCode *status) argument
495 uspoof_checkUnicodeString(const USpoofChecker *sc, const icu::UnicodeString &id, int32_t *position, UErrorCode *status) argument
655 uspoof_getSkeleton(const USpoofChecker *sc, uint32_t type, const UChar *id, int32_t length, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
680 uspoof_getSkeletonUnicodeString(const USpoofChecker *sc, uint32_t type, const UnicodeString &id, UnicodeString &dest, UErrorCode *status) argument
729 uspoof_getSkeletonUTF8(const USpoofChecker *sc, uint32_t type, const char *id, int32_t length, char *dest, int32_t destCapacity, UErrorCode *status) argument
758 uspoof_serialize(USpoofChecker *sc,void *buf, int32_t capacity, UErrorCode *status) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dspooftest.c50 * "sc" is the ready-to-go SpoofChecker for use in the tests.
54 USpoofChecker *sc; \
55 sc = uspoof_open(&status); \
62 uspoof_close(sc); \
83 const UChar scMixed[] = {(UChar)0x73, (UChar)0x0441, 0}; /* "sc", with Cyrillic 'c' */
86 const UChar scLatin[] = {(UChar)0x73, (UChar)0x63, 0}; /* "sc", plain ascii. */
173 USpoofChecker *sc; local
175 sc = uspoof_open(&status);
182 uspoof_close(sc);
196 serializedSize = uspoof_serialize(sc, NUL
[all...]

Completed in 1071 milliseconds

1234567891011>>