Home
last modified time | relevance | path

Searched refs:add_raw (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Drle.c53 int w, int add_rep, int xor_rep, int add_raw, int xor_raw) in ff_rle_encode() argument
73 *out++ = (count ^ xor_raw) + add_raw; in ff_rle_encode()
Drle.h49 int w, int add_rep, int xor_rep, int add_raw, int xor_raw);
/third_party/boost/tools/build/src/tools/
Dpch.py69 prop_set.add_raw(['<define>BOOST_BUILD_PCH_ENABLED']),
Dbuiltin.py479 prop_set = prop_set.add_raw(['<main-target-type>LIB'])
605 return prop_set.add_raw (s.implicit_includes ('include', 'H'))
675 prop_set = prop_set.add_raw (extra)
756 …spawn = generators.Generator.generated_targets(self, sources2, prop_set.add_raw(add), project, nam…
Dstage.py47 ps = ps.add_raw(["<location>" + loc])
/third_party/boost/tools/build/src/build/
Dtargets.py982 return self.request_cache[key].add_raw(free_unconditional)
1341 result = result.add_raw(properties)
1400 prop_set.add_raw(['<main-target-type>' + self.type_]),
Dproperty_set.py450 def add_raw (self, properties): member in PropertySet
Dgenerators.py1199 return (result[0].add_raw(raw_properties), result[1])