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

  /bionic/libc/kernel/uapi/linux/
ip6_tunnel.h 60 __be16 o_flags; member in struct:ip6_tnl_parm2
if_tunnel.h 54 __be16 o_flags; member in struct:ip_tunnel_parm
  /development/ndk/platforms/android-L/include/linux/
ip6_tunnel.h 60 __be16 o_flags; member in struct:ip6_tnl_parm2
if_tunnel.h 54 __be16 o_flags; member in struct:ip_tunnel_parm
  /external/kernel-headers/original/uapi/linux/
ip6_tunnel.h 46 __be16 o_flags; member in struct:ip6_tnl_parm2
if_tunnel.h 34 __be16 o_flags; member in struct:ip_tunnel_parm
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
ip6_tunnel.h 60 __be16 o_flags; member in struct:ip6_tnl_parm2
if_tunnel.h 54 __be16 o_flags; member in struct:ip_tunnel_parm
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
ip6_tunnel.h 60 __be16 o_flags; member in struct:ip6_tnl_parm2
if_tunnel.h 54 __be16 o_flags; member in struct:ip_tunnel_parm
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
ip6_tunnel.h 60 __be16 o_flags; member in struct:ip6_tnl_parm2
if_tunnel.h 54 __be16 o_flags; member in struct:ip_tunnel_parm
  /external/iproute2/ip/
iptunnel.c 105 p->o_flags |= GRE_KEY;
131 p->o_flags |= GRE_KEY;
143 p->o_flags |= GRE_SEQ;
147 p->o_flags |= GRE_SEQ;
150 p->o_flags |= GRE_CSUM;
154 p->o_flags |= GRE_CSUM;
227 if ((p->i_flags & GRE_KEY) || (p->o_flags & GRE_KEY)) {
245 p->o_flags |= GRE_KEY;
375 if ((p->i_flags&GRE_KEY) && (p->o_flags&GRE_KEY) && p->o_key == p->i_key)
377 else if ((p->i_flags|p->o_flags)&GRE_KEY)
    [all...]
  /external/libnl/lib/genl/
family.c 66 err = genl_family_add_op(dst, ops->o_id, ops->o_flags);
107 ops_flags2str(op->o_flags, buf, sizeof(buf));
113 if (op->o_flags)
115 ops_flags2str(op->o_flags, buf,
250 op->o_flags = flags;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/stream/
stream_fs.h 58 virtual Error Open(const Path& path, int o_flags, ScopedNode* out_node);
stream_fs.cc 91 Error StreamFs::Open(const Path& path, int o_flags, ScopedNode* out_node) {
  /external/iproute2/include/linux/
if_tunnel.h 34 __be16 o_flags; member in struct:ip_tunnel_parm
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
if_tunnel.h 31 __be16 o_flags; member in struct:ip_tunnel_parm
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_tunnel.h 31 __be16 o_flags; member in struct:ip_tunnel_parm
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_mc.c 231 struct ureg_dst o_vpos, o_flags; local
251 o_flags = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, VS_O_FLAGS);
255 * o_flags.z = intra * 0.5
263 * o_flags.w = t_vtex.z ? 0 : 1
270 ureg_MUL(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_Z),
272 ureg_MOV(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_W), ureg_imm1f(shader, -1.0f));
293 ureg_CMP(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_W),
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mc.c 231 struct ureg_dst o_vpos, o_flags; local
251 o_flags = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, VS_O_FLAGS);
255 * o_flags.z = intra * 0.5
263 * o_flags.w = t_vtex.z ? 0 : 1
270 ureg_MUL(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_Z),
272 ureg_MOV(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_W), ureg_imm1f(shader, -1.0f));
293 ureg_CMP(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_W),
  /external/e2fsprogs/misc/
e2image.c 1576 int o_flags = O_CREAT|O_RDWR; local
    [all...]
  /external/libnl/include/
netlink-types.h 700 uint32_t o_flags; member in struct:genl_family_op

Completed in 482 milliseconds