/external/chromium/third_party/icu/source/tools/genpname/ |
D | SyntheticPropertyValueAliases.txt | 25 # Script (sc) 27 sc ; Batk ; Batk 28 sc ; Blis ; Blis 29 sc ; Brah ; Brah 30 sc ; Cirt ; Cirt 31 sc ; Cyrs ; Cyrs 32 sc ; Egyd ; Egyd 33 sc ; Egyh ; Egyh 34 sc ; Egyp ; Egyp 35 sc ; Geok ; Geok [all …]
|
/external/icu4c/tools/genpname/ |
D | SyntheticPropertyValueAliases.txt | 25 # Script (sc) 27 sc ; Batk ; Batk 28 sc ; Blis ; Blis 29 sc ; Brah ; Brah 30 sc ; Cirt ; Cirt 31 sc ; Cyrs ; Cyrs 32 sc ; Egyd ; Egyd 33 sc ; Egyh ; Egyh 34 sc ; Geok ; Geok 35 sc ; Hans ; Hans [all …]
|
/external/quake/quake/src/WinQuake/ |
D | snd_mem.cpp | 40 sfxcache_t *sc; in ResampleSfx() local 42 sc = (sfxcache_t*) Cache_Check (&sfx->cache); in ResampleSfx() 43 if (!sc) in ResampleSfx() 48 outcount = (int) (sc->length / stepscale); in ResampleSfx() 49 sc->length = outcount; in ResampleSfx() 50 if (sc->loopstart != -1) in ResampleSfx() 51 sc->loopstart = (int) (sc->loopstart / stepscale); in ResampleSfx() 53 sc->speed = shm->speed; in ResampleSfx() 55 sc->width = 1; in ResampleSfx() 57 sc->width = inwidth; in ResampleSfx() [all …]
|
D | snd_mix.cpp | 266 void SND_PaintChannelFrom8 (channel_t *ch, sfxcache_t *sc, int endtime); 267 void SND_PaintChannelFrom16 (channel_t *ch, sfxcache_t *sc, int endtime); 274 sfxcache_t *sc; in S_PaintChannels() local 295 sc = S_LoadSound (ch->sfx); in S_PaintChannels() 296 if (!sc) in S_PaintChannels() 310 if (sc->width == 1) in S_PaintChannels() 311 SND_PaintChannelFrom8(ch, sc, count); in S_PaintChannels() 313 SND_PaintChannelFrom16(ch, sc, count); in S_PaintChannels() 321 if (sc->loopstart >= 0) in S_PaintChannels() 323 ch->pos = sc->loopstart; in S_PaintChannels() [all …]
|
/external/quake/quake/src/QW/client/ |
D | snd_mem.c | 40 sfxcache_t *sc; in ResampleSfx() local 42 sc = Cache_Check (&sfx->cache); in ResampleSfx() 43 if (!sc) in ResampleSfx() 48 outcount = sc->length / stepscale; in ResampleSfx() 49 sc->length = outcount; in ResampleSfx() 50 if (sc->loopstart != -1) in ResampleSfx() 51 sc->loopstart = sc->loopstart / stepscale; in ResampleSfx() 53 sc->speed = shm->speed; in ResampleSfx() 55 sc->width = 1; in ResampleSfx() 57 sc->width = inwidth; in ResampleSfx() [all …]
|
D | skin.c | 40 void Skin_Find (player_info_t *sc) in Skin_Find() argument 50 s = Info_ValueForKey (sc->userinfo, "skin"); in Skin_Find() 66 sc->skin = &skins[i]; in Skin_Find() 67 Skin_Cache (sc->skin); in Skin_Find() 79 sc->skin = skin; in Skin_Find() 221 player_info_t *sc; in Skin_NextDownload() local 232 sc = &cl.players[cls.downloadnumber]; in Skin_NextDownload() 233 if (!sc->name[0]) in Skin_NextDownload() 235 Skin_Find (sc); in Skin_NextDownload() 238 if (!CL_CheckOrDownloadFile(va("skins/%s.pcx", sc->skin->name))) in Skin_NextDownload() [all …]
|
D | snd_mix.c | 258 void SND_PaintChannelFrom8 (channel_t *ch, sfxcache_t *sc, int endtime); 259 void SND_PaintChannelFrom16 (channel_t *ch, sfxcache_t *sc, int endtime); 266 sfxcache_t *sc; in S_PaintChannels() local 287 sc = S_LoadSound (ch->sfx); in S_PaintChannels() 288 if (!sc) in S_PaintChannels() 302 if (sc->width == 1) in S_PaintChannels() 303 SND_PaintChannelFrom8(ch, sc, count); in S_PaintChannels() 305 SND_PaintChannelFrom16(ch, sc, count); in S_PaintChannels() 313 if (sc->loopstart >= 0) in S_PaintChannels() 315 ch->pos = sc->loopstart; in S_PaintChannels() [all …]
|
/external/icu4c/test/cintltst/ |
D | spooftest.c | 54 USpoofChecker *sc; \ 55 sc = uspoof_open(&status); \ 62 uspoof_close(sc); \ 112 USpoofChecker *sc; in TestUSpoofCAPI() local 114 sc = uspoof_open(&status); in TestUSpoofCAPI() 121 uspoof_close(sc); in TestUSpoofCAPI() 184 serializedSize = uspoof_serialize(sc, NULL, 0, &status); in TestUSpoofCAPI() 193 uspoof_serialize(sc, buf, serializedSize, &status); in TestUSpoofCAPI() 223 uspoof_setChecks(sc, USPOOF_ALL_CHECKS, &status); in TestUSpoofCAPI() 225 t = uspoof_getChecks(sc, &status); in TestUSpoofCAPI() [all …]
|
/external/chromium/third_party/icu/source/test/cintltst/ |
D | spooftest.c | 54 USpoofChecker *sc; \ 55 sc = uspoof_open(&status); \ 62 uspoof_close(sc); \ 131 USpoofChecker *sc; in TestUSpoofCAPI() local 133 sc = uspoof_open(&status); in TestUSpoofCAPI() 140 uspoof_close(sc); in TestUSpoofCAPI() 203 serializedSize = uspoof_serialize(sc, NULL, 0, &status); in TestUSpoofCAPI() 212 uspoof_serialize(sc, buf, serializedSize, &status); in TestUSpoofCAPI() 242 uspoof_setChecks(sc, USPOOF_ALL_CHECKS, &status); in TestUSpoofCAPI() 244 t = uspoof_getChecks(sc, &status); in TestUSpoofCAPI() [all …]
|
/external/chromium/third_party/icu/public/i18n/unicode/ |
D | uspoof.h | 291 uspoof_close(USpoofChecker *sc); 303 uspoof_clone(const USpoofChecker *sc, UErrorCode *status); 319 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status); 333 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status); 378 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status); 402 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status); 424 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status); 448 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status); 471 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status); 495 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status); [all …]
|
/external/icu4c/i18n/unicode/ |
D | uspoof.h | 304 uspoof_close(USpoofChecker *sc); 335 uspoof_clone(const USpoofChecker *sc, UErrorCode *status); 351 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status); 365 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status); 410 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status); 434 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status); 456 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status); 480 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status); 503 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status); 527 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status); [all …]
|
/external/icu4c/i18n/ |
D | uspoof.cpp | 75 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone() argument 76 const SpoofImpl *src = SpoofImpl::validateThis(sc, *status); in uspoof_clone() 90 uspoof_close(USpoofChecker *sc) { in uspoof_close() argument 92 SpoofImpl *This = SpoofImpl::validateThis(sc, status); in uspoof_close() 98 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks() argument 99 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); in uspoof_setChecks() 116 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks() argument 117 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); in uspoof_getChecks() 125 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales() argument 126 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); in uspoof_setAllowedLocales() [all …]
|
/external/chromium/third_party/icu/source/i18n/ |
D | uspoof.cpp | 75 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone() argument 76 const SpoofImpl *src = SpoofImpl::validateThis(sc, *status); in uspoof_clone() 90 uspoof_close(USpoofChecker *sc) { in uspoof_close() argument 92 SpoofImpl *This = SpoofImpl::validateThis(sc, status); in uspoof_close() 98 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks() argument 99 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); in uspoof_setChecks() 116 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks() argument 117 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); in uspoof_getChecks() 125 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales() argument 126 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); in uspoof_setAllowedLocales() [all …]
|
/external/icu4c/data/unidata/ |
D | PropertyValueAliases.txt | 49 # sc means the Script property, and 903 # Script (sc) 905 sc ; Arab ; Arabic 906 sc ; Armi ; Imperial_Aramaic 907 sc ; Armn ; Armenian 908 sc ; Avst ; Avestan 909 sc ; Bali ; Balinese 910 sc ; Bamu ; Bamum 911 sc ; Beng ; Bengali 912 sc ; Bopo ; Bopomofo [all …]
|
/external/chromium/third_party/icu/source/data/unidata/ |
D | PropertyValueAliases.txt | 49 # sc means the Script property, and 824 # Script (sc) 826 sc ; Arab ; Arabic 827 sc ; Armn ; Armenian 828 sc ; Bali ; Balinese 829 sc ; Beng ; Bengali 830 sc ; Bopo ; Bopomofo 831 sc ; Brai ; Braille 832 sc ; Bugi ; Buginese 833 sc ; Buhd ; Buhid [all …]
|
/external/iproute2/tc/ |
D | q_hfsc.c | 223 hfsc_print_sc(FILE *f, char *name, struct tc_service_curve *sc) in hfsc_print_sc() argument 228 fprintf(f, "m1 %s ", sprint_rate(sc->m1, b1)); in hfsc_print_sc() 229 fprintf(f, "d %s ", sprint_time(tc_core_ktime2time(sc->d), b1)); in hfsc_print_sc() 230 fprintf(f, "m2 %s ", sprint_rate(sc->m2, b1)); in hfsc_print_sc() 289 hfsc_get_sc1(int *argcp, char ***argvp, struct tc_service_curve *sc) in hfsc_get_sc1() argument 322 sc->m1 = m1; in hfsc_get_sc1() 323 sc->d = tc_core_time2ktime(d); in hfsc_get_sc1() 324 sc->m2 = m2; in hfsc_get_sc1() 332 hfsc_get_sc2(int *argcp, char ***argvp, struct tc_service_curve *sc) in hfsc_get_sc2() argument 375 sc->m1 = ceil(1.0 * umax * TIME_UNITS_PER_SEC / dmax); /* in bps */ in hfsc_get_sc2() [all …]
|
/external/libffi/testsuite/libffi.call/ |
D | return_sc.c | 10 static signed char return_sc(signed char sc) in return_sc() argument 12 return sc; in return_sc() 20 signed char sc; in main() local 23 values[0] = ≻ in main() 29 for (sc = (signed char) -127; in main() 30 sc < (signed char) 127; sc++) in main() 33 CHECK(rint == (ffi_arg) sc); in main()
|
D | promotion.c | 9 static int promotion(signed char sc, signed short ss, in promotion() argument 12 int r = (int) sc + (int) ss + (int) uc + (int) us; in promotion() 23 signed char sc; in main() local 33 values[0] = ≻ in main() 45 for (sc = (signed char) -127; in main() 46 sc <= (signed char) 120; sc += 1) in main() 54 CHECK((int)rint == (signed char) sc + (signed short) ss + in main()
|
/external/chromium/third_party/icu/source/test/intltest/ |
D | itspoof.cpp | 40 USpoofChecker *sc; \ 41 sc = uspoof_open(&status); \ 48 uspoof_close(sc); \ 91 int32_t checkResults = uspoof_checkUnicodeString(sc, s, &position, &status); in testSpoofAPI() 100 int32_t checkResults = uspoof_areConfusableUnicodeString(sc, s1, s2, &status); in testSpoofAPI() 108 … UnicodeString &retStr = uspoof_getSkeletonUnicodeString(sc, USPOOF_ANY_CASE, s, dest, &status); in testSpoofAPI() 117 checkSkeleton(sc, type, input, expected, __LINE__); \ 193 void IntlTestSpoof::checkSkeleton(const USpoofChecker *sc, uint32_t type, in checkSkeleton() argument 200 uspoof_getSkeletonUnicodeString(sc, type, uInput, actual, &status); in checkSkeleton() 220 …TEST_ASSERT_EQ(USPOOF_SINGLE_SCRIPT_CONFUSABLE, uspoof_areConfusableUnicodeString(sc, s1, s2, &sta… in testAreConfusable() [all …]
|
/external/ipsec-tools/src/racoon/ |
D | schedule.c | 158 sched_add(sc) in sched_add() argument 159 struct sched *sc; in sched_add() 164 if (sc->xtime < p->xtime) { 165 TAILQ_INSERT_BEFORE(p, sc, chain); 170 TAILQ_INSERT_TAIL(&sctree, sc, chain); 198 sched_kill(sc) in sched_kill() argument 199 struct sched *sc; in sched_kill() 201 sc->dead = 1; 211 struct sched *sc; local 213 TAILQ_FOREACH(sc, &sctree, chain) { [all …]
|
/external/skia/src/core/ |
D | SkSpriteBlitter_RGB16.cpp | 24 #define D16_S32A_Opaque_Pixel(dst, sc) \ argument 26 if (sc) { \ 27 *dst = SkSrcOver32To16(sc, *dst); \ 31 static inline void D16_S32A_Blend_Pixel_helper(uint16_t* dst, SkPMColor sc, in D16_S32A_Blend_Pixel_helper() argument 34 unsigned sa = SkGetPackedA32(sc); in D16_S32A_Blend_Pixel_helper() 38 dr = SkAlphaBlend(SkPacked32ToR16(sc), SkGetPackedR16(dc), src_scale); in D16_S32A_Blend_Pixel_helper() 39 dg = SkAlphaBlend(SkPacked32ToG16(sc), SkGetPackedG16(dc), src_scale); in D16_S32A_Blend_Pixel_helper() 40 db = SkAlphaBlend(SkPacked32ToB16(sc), SkGetPackedB16(dc), src_scale); in D16_S32A_Blend_Pixel_helper() 43 dr = (SkPacked32ToR16(sc) * src_scale + in D16_S32A_Blend_Pixel_helper() 45 dg = (SkPacked32ToG16(sc) * src_scale + in D16_S32A_Blend_Pixel_helper() [all …]
|
D | SkXfermode.cpp | 329 SkProcCoeffXfermode(SkXfermodeProc proc, Coeff sc, Coeff dc) in SkProcCoeffXfermode() argument 330 : INHERITED(proc), fSrcCoeff(sc), fDstCoeff(dc) { in SkProcCoeffXfermode() 333 virtual bool asCoeff(Coeff* sc, Coeff* dc) { in asCoeff() argument 334 if (sc) { in asCoeff() 335 *sc = fSrcCoeff; in asCoeff() 502 static inline int overlay_byte(int sc, int dc, int sa, int da) { in overlay_byte() argument 503 int tmp = sc * (255 - da) + dc * (255 - sa); in overlay_byte() 506 rc = 2 * sc * dc; in overlay_byte() 508 rc = sa * da - 2 * (da - dc) * (sa - sc); in overlay_byte() 523 static inline int darken_byte(int sc, int dc, int sa, int da) { in darken_byte() argument [all …]
|
/external/icu4c/test/intltest/ |
D | itspoof.cpp | 46 USpoofChecker *sc; \ 47 sc = uspoof_open(&status); \ 54 uspoof_close(sc); \ 103 int32_t checkResults = uspoof_checkUnicodeString(sc, s, &position, &status); in testSpoofAPI() 112 int32_t checkResults = uspoof_areConfusableUnicodeString(sc, s1, s2, &status); in testSpoofAPI() 120 … UnicodeString &retStr = uspoof_getSkeletonUnicodeString(sc, USPOOF_ANY_CASE, s, dest, &status); in testSpoofAPI() 129 checkSkeleton(sc, type, input, expected, __LINE__); \ 205 void IntlTestSpoof::checkSkeleton(const USpoofChecker *sc, uint32_t type, in checkSkeleton() argument 212 uspoof_getSkeletonUnicodeString(sc, type, uInput, actual, &status); in checkSkeleton() 232 …TEST_ASSERT_EQ(USPOOF_SINGLE_SCRIPT_CONFUSABLE, uspoof_areConfusableUnicodeString(sc, s1, s2, &sta… in testAreConfusable() [all …]
|
/external/openssl/ssl/ |
D | ssl_cert.c | 432 void ssl_sess_cert_free(SESS_CERT *sc) in ssl_sess_cert_free() argument 436 if (sc == NULL) in ssl_sess_cert_free() 439 i = CRYPTO_add(&sc->references, -1, CRYPTO_LOCK_SSL_SESS_CERT); in ssl_sess_cert_free() 441 REF_PRINT("SESS_CERT", sc); in ssl_sess_cert_free() 454 if (sc->cert_chain != NULL) in ssl_sess_cert_free() 455 sk_X509_pop_free(sc->cert_chain, X509_free); in ssl_sess_cert_free() 458 if (sc->peer_pkeys[i].x509 != NULL) in ssl_sess_cert_free() 459 X509_free(sc->peer_pkeys[i].x509); in ssl_sess_cert_free() 463 if (sc->peer_pkeys[i].privatekey != NULL) in ssl_sess_cert_free() 464 EVP_PKEY_free(sc->peer_pkeys[i].privatekey); in ssl_sess_cert_free() [all …]
|
/external/chromium/net/third_party/nss/ssl/ |
D | sslsecur.c | 684 sslServerCerts *sc; in SSL_ConfigSecureServer() local 711 sc = ss->serverCerts + kea; in SSL_ConfigSecureServer() 713 if (sc->serverCert != NULL) { in SSL_ConfigSecureServer() 714 CERT_DestroyCertificate(sc->serverCert); in SSL_ConfigSecureServer() 715 sc->serverCert = NULL; in SSL_ConfigSecureServer() 718 sc->serverCert = CERT_DupCertificate(cert); in SSL_ConfigSecureServer() 719 if (!sc->serverCert) in SSL_ConfigSecureServer() 725 sc->serverKeyBits = SECKEY_PublicKeyStrengthInBits(pubKey); in SSL_ConfigSecureServer() 730 if (sc->serverCertChain != NULL) { in SSL_ConfigSecureServer() 731 CERT_DestroyCertificateList(sc->serverCertChain); in SSL_ConfigSecureServer() [all …]
|