HomeSort by relevance Sort by last modified time
    Searched refs:flags (Results 76 - 100 of 3921) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
spinlock_api_up.h 29 #define __LOCK_IRQSAVE(lock, flags) do { local_irq_save(flags); __LOCK(lock); } while (0)
37 #define __UNLOCK_IRQRESTORE(lock, flags) do { local_irq_restore(flags); __UNLOCK(lock); } while (0)
49 #define _spin_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags)
50 #define _read_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags)
51 #define _write_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags)
    [all...]
seqlock.h 34 #define write_seqlock_irqsave(lock, flags) do { local_irq_save(flags); write_seqlock(lock); } while (0)
37 #define write_sequnlock_irqrestore(lock, flags) do { write_sequnlock(lock); local_irq_restore(flags); } while(0)
40 #define read_seqbegin_irqsave(lock, flags) ({ local_irq_save(flags); read_seqbegin(lock); })
41 #define read_seqretry_irqrestore(lock, iv, flags) ({ int ret = read_seqretry(lock, iv); local_irq_restore(flags); ret; })
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
spinlock_api_up.h 29 #define __LOCK_IRQSAVE(lock, flags) do { local_irq_save(flags); __LOCK(lock); } while (0)
37 #define __UNLOCK_IRQRESTORE(lock, flags) do { local_irq_restore(flags); __UNLOCK(lock); } while (0)
49 #define _spin_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags)
50 #define _read_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags)
51 #define _write_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
spinlock_api_up.h 29 #define __LOCK_IRQSAVE(lock, flags) do { local_irq_save(flags); __LOCK(lock); } while (0)
37 #define __UNLOCK_IRQRESTORE(lock, flags) do { local_irq_restore(flags); __UNLOCK(lock); } while (0)
49 #define _spin_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags)
50 #define _read_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags)
51 #define _write_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
spinlock_api_up.h 29 #define __LOCK_IRQSAVE(lock, flags) do { local_irq_save(flags); __LOCK(lock); } while (0)
37 #define __UNLOCK_IRQRESTORE(lock, flags) do { local_irq_restore(flags); __UNLOCK(lock); } while (0)
49 #define _spin_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags)
50 #define _read_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags)
51 #define _write_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
spinlock_api_up.h 29 #define __LOCK_IRQSAVE(lock, flags) do { local_irq_save(flags); __LOCK(lock); } while (0)
37 #define __UNLOCK_IRQRESTORE(lock, flags) do { local_irq_restore(flags); __UNLOCK(lock); } while (0)
49 #define _spin_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags)
50 #define _read_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags)
51 #define _write_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
spinlock_api_up.h 29 #define __LOCK_IRQSAVE(lock, flags) do { local_irq_save(flags); __LOCK(lock); } while (0)
37 #define __UNLOCK_IRQRESTORE(lock, flags) do { local_irq_restore(flags); __UNLOCK(lock); } while (0)
49 #define _spin_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags)
50 #define _read_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags)
51 #define _write_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags)
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL.h 55 /* These are the flags which may be passed to SDL_Init() -- you should
68 * the subsystems specified by 'flags' (and those satisfying dependencies)
72 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
75 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
78 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);
82 If 'flags' is 0, it returns a mask of all initialized subsystems.
84 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
  /prebuilt/windows/sdl/include/SDL/
SDL.h 52 /* These are the flags which may be passed to SDL_Init() -- you should
65 * the subsystems specified by 'flags' (and those satisfying dependencies)
69 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
72 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
75 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);
79 If 'flags' is 0, it returns a mask of all initialized subsystems.
81 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
  /system/core/libpixelflinger/
trap.h 27 void ggl_state_changed(context_t* c, int flags);
  /external/openssl/crypto/evp/
evp_lib.c 199 return cipher->flags;
204 return ctx->cipher->flags;
274 return md->flags;
284 void EVP_MD_CTX_set_flags(EVP_MD_CTX *ctx, int flags)
286 ctx->flags |= flags;
289 void EVP_MD_CTX_clear_flags(EVP_MD_CTX *ctx, int flags)
291 ctx->flags &= ~flags;
294 int EVP_MD_CTX_test_flags(const EVP_MD_CTX *ctx, int flags)
    [all...]
  /frameworks/base/core/java/android/content/pm/
IPackageManager.aidl 48 PackageInfo getPackageInfo(String packageName, int flags);
55 PermissionInfo getPermissionInfo(String name, int flags);
57 List<PermissionInfo> queryPermissionsByGroup(String group, int flags);
59 PermissionGroupInfo getPermissionGroupInfo(String name, int flags);
61 List<PermissionGroupInfo> getAllPermissionGroups(int flags);
63 ApplicationInfo getApplicationInfo(String packageName, int flags);
65 ActivityInfo getActivityInfo(in ComponentName className, int flags);
67 ActivityInfo getReceiverInfo(in ComponentName className, int flags);
69 ServiceInfo getServiceInfo(in ComponentName className, int flags);
71 ProviderInfo getProviderInfo(in ComponentName className, int flags);
    [all...]
  /bionic/libc/kernel/common/linux/netfilter/
xt_multiport.h 26 u_int8_t flags; member in struct:xt_multiport
33 u_int8_t flags; member in struct:xt_multiport_v1
  /bionic/libc/kernel/common/linux/
seqlock.h 34 #define write_seqlock_irqsave(lock, flags) do { local_irq_save(flags); write_seqlock(lock); } while (0)
37 #define write_sequnlock_irqrestore(lock, flags) do { write_sequnlock(lock); local_irq_restore(flags); } while(0)
40 #define read_seqbegin_irqsave(lock, flags) ({ local_irq_save(flags); read_seqbegin(lock); })
41 #define read_seqretry_irqrestore(lock, iv, flags) ({ int ret = read_seqretry(lock, iv); local_irq_restore(flags); ret; })
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_multiport.h 26 u_int8_t flags; member in struct:xt_multiport
33 u_int8_t flags; member in struct:xt_multiport_v1
  /development/ndk/platforms/android-3/include/linux/
seqlock.h 34 #define write_seqlock_irqsave(lock, flags) do { local_irq_save(flags); write_seqlock(lock); } while (0)
37 #define write_sequnlock_irqrestore(lock, flags) do { write_sequnlock(lock); local_irq_restore(flags); } while(0)
40 #define read_seqbegin_irqsave(lock, flags) ({ local_irq_save(flags); read_seqbegin(lock); })
41 #define read_seqretry_irqrestore(lock, iv, flags) ({ int ret = read_seqretry(lock, iv); local_irq_restore(flags); ret; })
  /external/iptables/include/linux/netfilter_ipv4/
ipt_multiport.h 16 u_int8_t flags; /* Type of comparison */ member in struct:ipt_multiport
23 u_int8_t flags; /* Type of comparison */ member in struct:ipt_multiport_v1
26 u_int8_t pflags[IPT_MULTI_PORTS]; /* Port flags */
  /external/iptables/include/linux/netfilter_ipv6/
ip6t_multiport.h 16 u_int8_t flags; /* Type of comparison */ member in struct:ip6t_multiport
23 u_int8_t flags; /* Type of comparison */ member in struct:ip6t_multiport_v1
26 u_int8_t pflags[IP6T_MULTI_PORTS]; /* Port flags */
  /external/kernel-headers/original/linux/netfilter/
xt_multiport.h 16 u_int8_t flags; /* Type of comparison */ member in struct:xt_multiport
23 u_int8_t flags; /* Type of comparison */ member in struct:xt_multiport_v1
26 u_int8_t pflags[XT_MULTI_PORTS]; /* Port flags */
  /external/ppp/pppd/plugins/pppoatm/
atm.h 45 /* text2atm flags */
55 /* atm2text flags */
61 /* atm_equal flags */
65 /* text2qos flags */
68 /* text2sap flags */
72 /* sap2text flags */
76 /* sap_equal flags */
90 int text2atm(const char *text,struct sockaddr *addr,int length,int flags);
91 int atm2text(char *buffer,int length,const struct sockaddr *addr,int flags);
93 int flags);
    [all...]
atmres.h 32 int flags);
34 int flags);
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxmodes_c.h 31 extern SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags) ;
  /hardware/broadcom/wlan/bcm4329/src/include/
miniopt.h 42 const char* flags; /* option chars that take no args */ member in struct:miniopt
43 bool longflags; /* long options may be flags */
65 void miniopt_init(miniopt_t *t, const char* name, const char* flags, bool longflags);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_multiport.h 26 u_int8_t flags; member in struct:xt_multiport
33 u_int8_t flags; member in struct:xt_multiport_v1
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter/
xt_multiport.h 26 u_int8_t flags; member in struct:xt_multiport
33 u_int8_t flags; member in struct:xt_multiport_v1

Completed in 278 milliseconds

1 2 34 5 6 7 8 91011>>