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

  /external/bluetooth/glib/glib/
gslice.h 84 void g_slice_set_config (GSliceConfig ckey, gint64 value);
85 gint64 g_slice_get_config (GSliceConfig ckey);
86 gint64* g_slice_get_config_state (GSliceConfig ckey, gint64 address, guint *n_values);
gslice.c 211 g_slice_set_config (GSliceConfig ckey,
215 switch (ckey)
233 g_slice_get_config (GSliceConfig ckey)
235 switch (ckey)
253 g_slice_get_config_state (GSliceConfig ckey,
260 switch (ckey)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/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 183 Uint32 ckey = srcfmt->colorkey; local
198 if ( Pixel != ckey ) {
950 Uint32 ckey = info->src->colorkey local
2638 Uint32 ckey = srcfmt->colorkey; local
    [all...]
  /external/wpa_supplicant/
crypto_cryptoapi.c 181 HCRYPTKEY ckey; local
213 &ckey)) {
220 if (!CryptSetKeyParam(ckey, KP_MODE, (BYTE *) &mode, 0)) {
223 CryptDestroyKey(ckey);
230 if (!CryptEncrypt(ckey, 0, FALSE, 0, cypher, &dlen, 8)) {
236 CryptDestroyKey(ckey);
256 HCRYPTKEY ckey; member in struct:aes_context
294 0, 0, &akey->ckey)) {
302 if (!CryptSetKeyParam(akey->ckey, KP_MODE, (BYTE *) &mode, 0)) {
305 CryptDestroyKey(akey->ckey);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_cryptoapi.c 166 HCRYPTKEY ckey; local
198 &ckey)) {
205 if (!CryptSetKeyParam(ckey, KP_MODE, (BYTE *) &mode, 0)) {
208 CryptDestroyKey(ckey);
215 if (!CryptEncrypt(ckey, 0, FALSE, 0, cypher, &dlen, 8)) {
221 CryptDestroyKey(ckey);
241 HCRYPTKEY ckey; member in struct:aes_context
279 0, 0, &akey->ckey)) {
287 if (!CryptSetKeyParam(akey->ckey, KP_MODE, (BYTE *) &mode, 0)) {
290 CryptDestroyKey(akey->ckey);
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
HashtableTest.java 226 String okey, ckey; local
229 .nextElement()).equals(ckey = (String) cpy.nextElement()));
231 .equals((String) h.get(ckey)));
  /external/libxml2/
xmlschemas.c 22889 xmlSchemaPSVIIDCKeyPtr ckey, bkey, *bkeySeq; local
    [all...]

Completed in 1142 milliseconds