/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_conntrack.h | 156 /* Flags */ 157 unsigned int flags; member in struct:ip_conntrack_expect
|
ip_tables.h | 11 * flags are stored in host byte order (of course). 49 /* Flags word */ 50 u_int8_t flags; member in struct:ipt_ip 51 /* Inverse flags */ 139 u_int8_t invflags; /* Inverse flags */
|
/external/kernel-headers/original/linux/ |
signal.h | 17 int flags; member in struct:sigqueue 22 /* flags values. */
|
/external/libffi/darwin-x86/ |
ffi.h | 183 unsigned flags; member in struct:__anon5119
|
/external/libffi/include/ |
ffi_real.h | 184 unsigned flags; member in struct:__anon5127
|
/external/libffi/src/arm/ |
sysv.S | 140 @ r3: fig->flags
|
/external/libvpx/vpx/internal/ |
vpx_codec_internal.h | 253 vpx_enc_frame_flags_t flags,
|
/external/libxml2/include/libxml/ |
xpath.h | 254 * Flags for XPath engine compilation and runtime 349 int flags; /* flags to control compilation */ member in struct:_xmlXPathContext
|
/external/openssl/crypto/bio/ |
bio.h | 206 void BIO_set_flags(BIO *b, int flags); 207 int BIO_test_flags(const BIO *b, int flags); 208 void BIO_clear_flags(BIO *b, int flags); 292 int flags; /* extra storage */ member in struct:bio_st
|
/external/openssl/crypto/dso/ |
dso_dl.c | 136 (dso->flags&DSO_FLAG_NO_NAME_TRANSLATION?0:DYNAMIC_PATH), 0L);
|
/external/openssl/crypto/evp/ |
pmeth_fn.c | 67 if (ctx->pmeth->flags & EVP_PKEY_FLAG_AUTOARGLEN) \
|
/external/openssl/include/openssl/ |
bio.h | 206 void BIO_set_flags(BIO *b, int flags); 207 int BIO_test_flags(const BIO *b, int flags); 208 void BIO_clear_flags(BIO *b, int flags); 292 int flags; /* extra storage */ member in struct:bio_st
|
/external/qemu/block/ |
bochs.c | 112 static int bochs_open(BlockDriverState *bs, const char *filename, int flags)
|
cow.c | 66 static int cow_open(BlockDriverState *bs, const char *filename, int flags)
|
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/ |
xf86dga1str.h | 160 CARD32 flags B32;
|
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/ |
SDL_DirectFB_events.c | 75 if (evt.flags & DIEF_AXISREL)
|
SDL_DirectFB_yuv.c | 98 conf.flags = DLCONF_WIDTH | DLCONF_HEIGHT | DLCONF_PIXELFORMAT;
|
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
SDL_nximage.c | 158 int NX_ResizeImage (_THIS, SDL_Surface * screen, Uint32 flags)
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11modes.c | 861 SDL_Rect **X11_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags) 864 if ( flags & SDL_FULLSCREEN ) { [all...] |
/external/qemu/ |
sockets.h | 286 unsigned flags );
|
/external/qemu/tcg/ |
tcg-opc.h | 25 #define DEF2(name, oargs, iargs, cargs, flags) DEF(name, oargs + iargs + cargs, 0)
|
/external/quake/quake/src/QW/client/ |
client.h | 50 int flags; // dead, gib, etc member in struct:__anon6676
|
r_light.c | 188 if (surf->flags & SURF_DRAWTILED)
|
view.c | 900 if (view_message->flags & PF_GIB) 902 else if (view_message->flags & PF_DEAD) 907 if (view_message->flags & PF_DEAD) // PF_GIB will also set PF_DEAD 941 if (view_message->flags & (PF_GIB|PF_DEAD) )
|
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
d3drmdef.h | 118 unsigned char flags; /* one of D3DRMPALETTEFLAGS */
member in struct:_D3DRMPALETTEENTRY
|