Home
last modified time | relevance | path

Searched defs:is_box (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Daes.cc205 #define is_box(x) isbox[(x)] macro
286 #define is_box(x) gf_inv(inv_affine(x)) macro
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Drust_types_values.rs207 pub fn is_box(&self) -> Option<&RustType> { in is_box() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs400 let is_box = if let Type::Path(type_path) = &**arg_type { in generate_dbus_interface_client() localVariable