HomeSort by relevance Sort by last modified time
    Searched refs:ckey (Results 1 - 9 of 9) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_0.c 198 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 = srcfmt->colorkey local
    [all...]
SDL_blit_1.c 285 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 = srcfmt->colorkey local
    [all...]
SDL_blit_N.c 556 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
2166 Uint32 ckey = info->src->colorkey; local
2197 Uint32 ckey = info->src->colorkey; local
2238 Uint32 ckey = info->src->colorkey; local
    [all...]
SDL_RLEaccel.c 1652 Uint32 ckey, rgbmask; local
    [all...]
SDL_blit_A.c 184 Uint32 ckey = srcfmt->colorkey; local
199 if ( Pixel != ckey ) {
951 Uint32 ckey = info->src->colorkey; local
2639 Uint32 ckey = srcfmt->colorkey; local
    [all...]
  /external/wpa_supplicant_8/src/crypto/
crypto_cryptoapi.c 158 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...]
  /libcore/luni/src/test/java/tests/api/java/util/
HashtableTest.java 178 String okey, ckey; local
181 .nextElement()).equals(ckey = (String) cpy.nextElement()));
183 .equals((String) h.get(ckey)));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
HashtableTest.java 142 String okey, ckey; local
145 .nextElement()).equals(ckey = (String) cpy.nextElement()));
147 .equals((String) h.get(ckey)));
  /external/libxml2/
xmlschemas.c 22959 xmlSchemaPSVIIDCKeyPtr ckey, bkey, *bkeySeq; local
    [all...]

Completed in 749 milliseconds