Searched refs:ckey (Results 1 - 12 of 12) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit_0.c198 Uint32 ckey = info->src->colorkey; local
213 if ( bit != ckey ) {
230 if ( bit != ckey ) {
250 Uint32 ckey = info->src->colorkey; local
265 if ( bit != ckey ) {
284 Uint32 ckey = info->src->colorkey; local
298 if ( bit != ckey ) {
317 Uint32 ckey = info->src->colorkey; local
332 if ( bit != ckey ) {
402 Uint32 ckey local
[all...]
H A DSDL_blit_1.c285 Uint32 ckey = info->src->colorkey; local
291 if ( *src != ckey ) {
305 if ( *src != ckey ) {
327 Uint32 ckey = info->src->colorkey; local
335 if ( *src != ckey ) {
356 Uint32 ckey = info->src->colorkey; local
362 if ( *src != ckey ) {
386 Uint32 ckey = info->src->colorkey; local
394 if ( *src != ckey ) {
455 Uint32 ckey local
[all...]
H A DSDL_blit_N.c556 Uint32 ckey = info->src->colorkey; local
578 ckey &= rgbmask;
579 ((unsigned int *)(char*)&vckey)[0] = ckey;
592 if ( (Pixel & rgbmask) != ckey ) { \
605 if ( Pixel != ckey ) { \
2107 Uint32 ckey = srcfmt->colorkey; local
2115 ckey &= rgbmask;
2123 if ( (Pixel & rgbmask) != ckey ) {
2142 if ( (Pixel & rgbmask) != ckey ) {
2166 Uint32 ckey local
2197 Uint32 ckey = info->src->colorkey; local
2238 Uint32 ckey = info->src->colorkey; local
[all...]
H A DSDL_RLEaccel.c1652 Uint32 ckey, rgbmask; local
1686 ckey = surface->format->colorkey & rgbmask;
1712 while(x < w && (getpix(srcbuf + x * bpp) & rgbmask) == ckey)
1715 while(x < w && (getpix(srcbuf + x * bpp) & rgbmask) != ckey)
1800 retcode = -1; /* no RLE for per-surface alpha sans ckey */
H A DSDL_blit_A.c184 Uint32 ckey = srcfmt->colorkey; local
199 if ( Pixel != ckey ) {
951 Uint32 ckey = info->src->colorkey; local
982 ckey &= rgbmask;
983 ((unsigned int *)(char*)&vckey)[0] = ckey;
995 if(sA && Pixel != ckey) { \
2639 Uint32 ckey = srcfmt->colorkey; local
2656 if(sA && Pixel != ckey) {
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_cryptoapi.c158 HCRYPTKEY ckey; local
190 &ckey)) {
197 if (!CryptSetKeyParam(ckey, KP_MODE, (BYTE *) &mode, 0)) {
200 CryptDestroyKey(ckey);
207 if (!CryptEncrypt(ckey, 0, FALSE, 0, cypher, &dlen, 8)) {
213 CryptDestroyKey(ckey);
232 HCRYPTKEY ckey; member in struct:aes_context
270 0, 0, &akey->ckey)) {
278 if (!CryptSetKeyParam(akey->ckey, KP_MODE, (BYTE *) &mode, 0)) {
281 CryptDestroyKey(akey->ckey);
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_cryptoapi.c158 HCRYPTKEY ckey; local
190 &ckey)) {
197 if (!CryptSetKeyParam(ckey, KP_MODE, (BYTE *) &mode, 0)) {
200 CryptDestroyKey(ckey);
207 if (!CryptEncrypt(ckey, 0, FALSE, 0, cypher, &dlen, 8)) {
213 CryptDestroyKey(ckey);
232 HCRYPTKEY ckey; member in struct:aes_context
270 0, 0, &akey->ckey)) {
278 if (!CryptSetKeyParam(akey->ckey, KP_MODE, (BYTE *) &mode, 0)) {
281 CryptDestroyKey(akey->ckey);
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_cryptoapi.c158 HCRYPTKEY ckey; local
190 &ckey)) {
197 if (!CryptSetKeyParam(ckey, KP_MODE, (BYTE *) &mode, 0)) {
200 CryptDestroyKey(ckey);
207 if (!CryptEncrypt(ckey, 0, FALSE, 0, cypher, &dlen, 8)) {
213 CryptDestroyKey(ckey);
232 HCRYPTKEY ckey; member in struct:aes_context
270 0, 0, &akey->ckey)) {
278 if (!CryptSetKeyParam(akey->ckey, KP_MODE, (BYTE *) &mode, 0)) {
281 CryptDestroyKey(akey->ckey);
[all...]
/external/chromium_org/third_party/leveldatabase/src/doc/bench/
H A Ddb_bench_tree_db.cc462 std::string ckey, cvalue; local
463 while (cur->get(&ckey, &cvalue, true)) {
464 bytes_ += ckey.size() + cvalue.size();
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
H A Dsparcv9_modes.pl930 call _${alg}${bits}_load_${dir}ckey
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c22958 xmlSchemaPSVIIDCKeyPtr ckey, bkey, *bkeySeq; local
22969 ckey = (*keySeq)[j];
22971 res = xmlSchemaAreValuesEqual(ckey->val, bkey->val);
/external/libxml2/
H A Dxmlschemas.c22987 xmlSchemaPSVIIDCKeyPtr ckey, bkey, *bkeySeq; local
22998 ckey = (*keySeq)[j];
23000 res = xmlSchemaAreValuesEqual(ckey->val, bkey->val);

Completed in 430 milliseconds