Home
last modified time | relevance | path

Searched defs:sc (Results 1 – 25 of 189) sorted by relevance

12345678

/external/icu4c/i18n/
Duspoof.cpp137 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone()
152 uspoof_close(USpoofChecker *sc) { in uspoof_close()
160 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
178 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
187 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel()
196 uspoof_getRestrictionLevel(const USpoofChecker *sc) { in uspoof_getRestrictionLevel()
206 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales()
215 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales()
225 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars()
231 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet()
[all …]
/external/chromium_org/third_party/icu/source/i18n/
Duspoof.cpp75 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone()
90 uspoof_close(USpoofChecker *sc) { in uspoof_close()
98 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
116 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
125 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales()
134 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales()
144 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars()
150 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet()
160 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status) { in uspoof_setAllowedChars()
167 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status) { in uspoof_setAllowedUnicodeSet()
[all …]
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c83 static INLINE struct cso_hash *_cso_hash_for_type(struct cso_cache *sc, enum cso_cache_type type) in _cso_hash_for_type()
155 static INLINE void sanitize_hash(struct cso_cache *sc, in sanitize_hash()
186 cso_insert_state(struct cso_cache *sc, in cso_insert_state()
197 cso_find_state(struct cso_cache *sc, in cso_find_state()
225 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc, in cso_find_state_template()
239 void * cso_take_state(struct cso_cache *sc, in cso_take_state()
248 struct cso_cache *sc = MALLOC_STRUCT(cso_cache); in cso_cache_create() local
263 void cso_for_each_state(struct cso_cache *sc, enum cso_cache_type type, in cso_for_each_state()
279 void cso_cache_delete(struct cso_cache *sc) in cso_cache_delete()
300 void cso_set_maximum_cache_size(struct cso_cache *sc, int number) in cso_set_maximum_cache_size()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
Dcso_cache.c83 static INLINE struct cso_hash *_cso_hash_for_type(struct cso_cache *sc, enum cso_cache_type type) in _cso_hash_for_type()
155 static INLINE void sanitize_hash(struct cso_cache *sc, in sanitize_hash()
186 cso_insert_state(struct cso_cache *sc, in cso_insert_state()
197 cso_find_state(struct cso_cache *sc, in cso_find_state()
225 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc, in cso_find_state_template()
239 void * cso_take_state(struct cso_cache *sc, in cso_take_state()
248 struct cso_cache *sc = MALLOC_STRUCT(cso_cache); in cso_cache_create() local
263 void cso_for_each_state(struct cso_cache *sc, enum cso_cache_type type, in cso_for_each_state()
279 void cso_cache_delete(struct cso_cache *sc) in cso_cache_delete()
300 void cso_set_maximum_cache_size(struct cso_cache *sc, int number) in cso_set_maximum_cache_size()
[all …]
/external/libffi/testsuite/libffi.call/
Dreturn_sc.c10 static signed char return_sc(signed char sc) in return_sc()
20 signed char sc; in main() local
Dpromotion.c9 static int promotion(signed char sc, signed short ss, in promotion()
23 signed char sc; in main() local
Dnegint.c27 signed char sc; in main() local
/external/chromium_org/content/public/browser/
Dmedia_device_id.cc13 std::string GetHMACForMediaDeviceID(const ResourceContext::SaltCallback& sc, in GetHMACForMediaDeviceID()
28 bool DoesMediaDeviceIDMatchHMAC(const ResourceContext::SaltCallback& sc, in DoesMediaDeviceIDMatchHMAC()
/external/iproute2/tc/
Dq_hfsc.c227 hfsc_print_sc(FILE *f, char *name, struct tc_service_curve *sc) in hfsc_print_sc()
293 hfsc_get_sc1(int *argcp, char ***argvp, struct tc_service_curve *sc) in hfsc_get_sc1()
336 hfsc_get_sc2(int *argcp, char ***argvp, struct tc_service_curve *sc) in hfsc_get_sc2()
398 hfsc_get_sc(int *argcp, char ***argvp, struct tc_service_curve *sc) in hfsc_get_sc()
/external/aac/libAACenc/src/
Dbit_cnt.cpp115 INT bc1_2,bc3_4,bc5_6,bc7_8,bc9_10,bc11,sc; in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11() local
191 INT bc3_4,bc5_6,bc7_8,bc9_10,bc11,sc; in FDKaacEnc_count3_4_5_6_7_8_9_10_11() local
262 INT bc5_6,bc7_8,bc9_10,bc11,sc; in FDKaacEnc_count5_6_7_8_9_10_11() local
317 INT bc7_8,bc9_10,bc11,sc; in FDKaacEnc_count7_8_9_10_11() local
367 INT bc9_10,bc11,sc; in FDKaacEnc_count9_10_11() local
414 INT bc11,sc; in FDKaacEnc_count11() local
455 INT bc11,ec,sc; in FDKaacEnc_countEsc() local
/external/clang/test/CodeGenCXX/
Ddebug-info-friend.cpp10 SomeClass sc; variable
/external/ipsec-tools/src/racoon/
Dschedule.c158 sched_add(sc) in sched_add() argument
198 sched_kill(sc) in sched_kill() argument
211 struct sched *sc; local
/external/eigen/test/
Dcorners.cpp35 Index sc = internal::random<Index>(1,cols) - 1; in corners() local
57 sc = SCols in corners_fixedsize() enumerator
/external/chromium-trace/trace-viewer/src/tracing/importer/
Dtimeline_stream_importer_test.js167 sc: [4], property
187 sc: [4], property
242 sc: [4, 3, 2], property
263 sc: [4, 3, 2], property
288 sc: [4, 3], property
312 sc: [4, 3, 2, 5], property
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dcommon.cc111 int sc = 1; // Next size class to assign in Init() local
168 const int sc = SizeClass(size); in Init() local
/external/openssh/openbsd-compat/
Dstrsep.c57 int c, sc; in strsep() local
/external/tcpdump/missing/
Dstrsep.c63 register int c, sc; in strsep() local
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dcommon.cc115 int sc = 1; // Next size class to assign in Init() local
172 const int sc = SizeClass(size); in Init() local
/external/mesa3d/src/gallium/state_trackers/vega/
Dshaders_cache.c385 struct shaders_cache *sc = CALLOC_STRUCT(shaders_cache); in shaders_cache_create() local
393 void shaders_cache_destroy(struct shaders_cache *sc) in shaders_cache_destroy()
409 void * shaders_cache_fill(struct shaders_cache *sc, in shaders_cache_fill()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
Dshaders_cache.c385 struct shaders_cache *sc = CALLOC_STRUCT(shaders_cache); in shaders_cache_create() local
393 void shaders_cache_destroy(struct shaders_cache *sc) in shaders_cache_destroy()
409 void * shaders_cache_fill(struct shaders_cache *sc, in shaders_cache_fill()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DSecureCacheResponseTest.java35 SecureCacheResponse sc = new MockCacheResponse(); in testSecureCacheResponse() local
/external/skia/src/opts/
DSkXfermode_opts_arm_neon.cpp386 static inline uint8x8_t overlay_hardlight_color(uint8x8_t sc, uint8x8_t dc, in overlay_hardlight_color()
471 static inline uint8x8_t overlay_color(uint8x8_t sc, uint8x8_t dc, in overlay_color()
491 static inline uint8x8_t lighten_darken_color(uint8x8_t sc, uint8x8_t dc, in lighten_darken_color()
520 static inline uint8x8_t darken_color(uint8x8_t sc, uint8x8_t dc, in darken_color()
539 static inline uint8x8_t lighten_color(uint8x8_t sc, uint8x8_t dc, in lighten_color()
558 static inline uint8x8_t hardlight_color(uint8x8_t sc, uint8x8_t dc, in hardlight_color()
577 static inline uint8x8_t difference_color(uint8x8_t sc, uint8x8_t dc, in difference_color()
613 static inline uint8x8_t exclusion_color(uint8x8_t sc, uint8x8_t dc, in exclusion_color()
654 static inline uint8x8_t blendfunc_multiply_color(uint8x8_t sc, uint8x8_t dc, in blendfunc_multiply_color()
/external/chromium_org/third_party/skia/src/opts/
DSkXfermode_opts_arm_neon.cpp386 static inline uint8x8_t overlay_hardlight_color(uint8x8_t sc, uint8x8_t dc, in overlay_hardlight_color()
471 static inline uint8x8_t overlay_color(uint8x8_t sc, uint8x8_t dc, in overlay_color()
491 static inline uint8x8_t lighten_darken_color(uint8x8_t sc, uint8x8_t dc, in lighten_darken_color()
520 static inline uint8x8_t darken_color(uint8x8_t sc, uint8x8_t dc, in darken_color()
539 static inline uint8x8_t lighten_color(uint8x8_t sc, uint8x8_t dc, in lighten_color()
558 static inline uint8x8_t hardlight_color(uint8x8_t sc, uint8x8_t dc, in hardlight_color()
577 static inline uint8x8_t difference_color(uint8x8_t sc, uint8x8_t dc, in difference_color()
613 static inline uint8x8_t exclusion_color(uint8x8_t sc, uint8x8_t dc, in exclusion_color()
654 static inline uint8x8_t blendfunc_multiply_color(uint8x8_t sc, uint8x8_t dc, in blendfunc_multiply_color()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_texture.c57 const float sc = (2 * in_st[0] - 1) * scale; in util_map_texcoords2d_onto_cubemap() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_texture.c57 const float sc = (2 * in_st[0] - 1) * scale; in util_map_texcoords2d_onto_cubemap() local

12345678