Searched defs:matchmask (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_swizzle.c162 unsigned int matchmask = 0; local
173 if (matchmask && (!!(src.Negate & matchmask) != !!(src.Negate & (1 << comp))))
177 matchmask |= 1 << comp;
182 best_matchmask = matchmask;
183 if (matchmask == (mask & RC_MASK_XYZ))
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_swizzle.c162 unsigned int matchmask = 0; local
173 if (matchmask && (!!(src.Negate & matchmask) != !!(src.Negate & (1 << comp))))
177 matchmask |= 1 << comp;
182 best_matchmask = matchmask;
183 if (matchmask == (mask & RC_MASK_XYZ))
/external/iptables/libiptc/
H A Dlibip4tc.c177 is_same(const STRUCT_ENTRY *a, const STRUCT_ENTRY *b, unsigned char *matchmask) argument
209 mptr = matchmask + sizeof(STRUCT_ENTRY);
H A Dlibip6tc.c208 unsigned char *matchmask)
241 mptr = matchmask + sizeof(STRUCT_ENTRY);
207 is_same(const STRUCT_ENTRY *a, const STRUCT_ENTRY *b, unsigned char *matchmask) argument
H A Dlibiptc.c1955 unsigned char *matchmask);
1960 unsigned char *matchmask, struct xtc_handle *handle,
1998 mask = is_same(r->entry, i->entry, matchmask);
2033 unsigned char *matchmask, struct xtc_handle *handle)
2036 return delete_entry(chain, origfw, matchmask, handle, true);
2041 unsigned char *matchmask, struct xtc_handle *handle)
2043 return delete_entry(chain, origfw, matchmask, handle, false);
1959 delete_entry(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, unsigned char *matchmask, struct xtc_handle *handle, bool dry_run) argument
2032 TC_CHECK_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, unsigned char *matchmask, struct xtc_handle *handle) argument
2040 TC_DELETE_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, unsigned char *matchmask, struct xtc_handle *handle) argument

Completed in 111 milliseconds