Home
last modified time | relevance | path

Searched refs:to_vec (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-security/recipes-ids/suricata/files/
H A DCVE-2024-38535_pre.patch69 - name: name.to_vec(),
70 - value: input.to_vec(),
71 + name: Rc::new(name.to_vec()),
72 + value: Rc::new(input.to_vec()),
80 - name: "Host".as_bytes().to_vec(),
81 - value: "abc.com".as_bytes().to_vec(),
82 + name: "Host".as_bytes().to_vec().into(),
83 + value: "abc.com".as_bytes().to_vec().into(),
89 - name: "Host".as_bytes().to_vec(),
90 - value: "efg.net".as_bytes().to_vec(),
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sme.c196 static bool do_mova_tile(DisasContext *s, arg_mova_p *a, bool to_vec) in do_mova_tile() argument
231 if (to_vec) { in do_mova_tile()
238 if (to_vec) { in do_mova_tile()
251 bool to_vec, bool zero) in TRANS_FEAT()
305 } else if (to_vec) { in TRANS_FEAT()
316 if (to_vec) { in TRANS_FEAT()
339 bool to_vec, bool zero) in do_mova_array_n() argument
355 if (to_vec) { in do_mova_array_n()