Home
last modified time | relevance | path

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

/external/libchrome/base/strings/
Dstring_number_conversions_fuzzer.cc19 int out_int; in LLVMFuzzerTestOneInput() local
/external/libbrillo/brillo/timezone/
Dtzif_parser.cc33 bool ReadInt(base::File* file, int32_t* out_int) { in ReadInt()
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc1269 uint16_t out_int = (to_as_int & sign_mask) | 1; in operator ()() local
1281 uint16_t out_int = from_as_int + magnitude_adjustment; in operator ()() local