Searched refs:o_flags (Results 1 – 7 of 7) sorted by relevance
/external/iproute2/ip/ |
D | iptunnel.c | 105 p->o_flags |= GRE_KEY; in parse_args() 131 p->o_flags |= GRE_KEY; in parse_args() 143 p->o_flags |= GRE_SEQ; in parse_args() 147 p->o_flags |= GRE_SEQ; in parse_args() 150 p->o_flags |= GRE_CSUM; in parse_args() 154 p->o_flags |= GRE_CSUM; in parse_args() 227 if ((p->i_flags & GRE_KEY) || (p->o_flags & GRE_KEY)) { in parse_args() 245 p->o_flags |= GRE_KEY; in parse_args() 375 if ((p->i_flags&GRE_KEY) && (p->o_flags&GRE_KEY) && p->o_key == p->i_key) in print_tunnel() 377 else if ((p->i_flags|p->o_flags)&GRE_KEY) { in print_tunnel() [all …]
|
/external/iproute2/include/linux/ |
D | if_tunnel.h | 34 __be16 o_flags; member
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
D | vl_mc.c | 231 struct ureg_dst o_vpos, o_flags; in create_ycbcr_vert_shader() local 251 o_flags = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, VS_O_FLAGS); in create_ycbcr_vert_shader() 270 ureg_MUL(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_Z), in create_ycbcr_vert_shader() 272 ureg_MOV(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_W), ureg_imm1f(shader, -1.0f)); in create_ycbcr_vert_shader() 293 ureg_CMP(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_W), in create_ycbcr_vert_shader()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mc.c | 231 struct ureg_dst o_vpos, o_flags; in create_ycbcr_vert_shader() local 251 o_flags = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, VS_O_FLAGS); in create_ycbcr_vert_shader() 270 ureg_MUL(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_Z), in create_ycbcr_vert_shader() 272 ureg_MOV(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_W), ureg_imm1f(shader, -1.0f)); in create_ycbcr_vert_shader() 293 ureg_CMP(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_W), in create_ycbcr_vert_shader()
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | mount_stream.h | 60 int o_flags,
|
D | mount_stream.cc | 91 int o_flags, in Open() argument
|
/external/libnl-headers/ |
D | netlink-types.h | 703 uint32_t o_flags; member
|