Home
last modified time | relevance | path

Searched refs:pup (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
H A Drestrict.c25 extern void **pup; in ref()
29 pqp = pup; in ref()
31 pup = &up; /* check-should-pass */ in ref()
33 pup = &qp; /* check-should-fail */ in ref()
34 pup = pqp; /* check-should-fail */ in ref()
40 extern void **pup; in bar()
44 prp = pup; in bar()
46 pup = &up; /* check-should-pass */ in bar()
48 pup = &rp; /* check-should-fail */ in bar()
49 pup in bar()
[all...]
/third_party/libwebsockets/lib/plat/freertos/esp32/drivers/
H A Dgpio-esp32.c30 int mode, pup = GPIO_FLOATING; in lws_gpio_esp32_mode() local
51 pup = GPIO_PULLUP_ONLY; in lws_gpio_esp32_mode()
54 pup = GPIO_PULLDOWN_ONLY; in lws_gpio_esp32_mode()
57 pup = GPIO_PULLUP_PULLDOWN; in lws_gpio_esp32_mode()
63 gpio_set_pull_mode(gpio, pup); in lws_gpio_esp32_mode()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dissue-807-opaque-types-methods-being-generated.rs87 pub fn Opaque_Opaque(this: *mut Opaque, pup: Pupper); in Opaque_Opaque()
95 pub unsafe fn new(pup: Pupper) -> Self { in new()
97 Opaque_Opaque(__bindgen_tmp.as_mut_ptr(), pup); in new()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dissue-807-opaque-types-methods-being-generated.hpp25 Opaque(Pupper pup);

Completed in 1 milliseconds