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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_tunnel.h 25 __be16 o_flags; member in struct:ip_tunnel_parm
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_tunnel.h 25 __be16 o_flags; member in struct:ip_tunnel_parm
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_tunnel.h 25 __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/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount.h 57 int o_flags,
  /external/iproute2/include/linux/
if_tunnel.h 34 __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/libnl-headers/
netlink-types.h 703 uint32_t o_flags; member in struct:genl_family_op

Completed in 545 milliseconds