Searched refs:add_raw (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | rle.c | 53 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()
|
D | rle.h | 49 int w, int add_rep, int xor_rep, int add_raw, int xor_raw);
|
/third_party/boost/tools/build/src/tools/ |
D | pch.py | 69 prop_set.add_raw(['<define>BOOST_BUILD_PCH_ENABLED']),
|
D | builtin.py | 479 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…
|
D | stage.py | 47 ps = ps.add_raw(["<location>" + loc])
|
/third_party/boost/tools/build/src/build/ |
D | targets.py | 982 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_]),
|
D | property_set.py | 450 def add_raw (self, properties): member in PropertySet
|
D | generators.py | 1199 return (result[0].add_raw(raw_properties), result[1])
|