Home
last modified time | relevance | path

Searched defs:hex_int (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/
Dnumbers.rs94 pub(crate) fn hex_int<'i>(input: &mut Input<'i>) -> PResult<&'i str> { in hex_int() function
/aosp_15_r20/external/clang/test/Sema/
H A Dconstant-conversion.c99 int hex_int = 0x80000000; in test9() local
/aosp_15_r20/external/pigweed/pw_tokenizer/py/pw_tokenizer/
H A Delf_reader.py391 def hex_int(arg): function
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/
H A DR.java466 public static final int hex_int=0x7f100009; field in R.integer