Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/chrono/src/naive/datetime/
Dtests.rs311 let negative_offset = FixedOffset::west_opt(2 * 60 * 60).unwrap(); in test_checked_add_offset() localVariable
338 let negative_offset = FixedOffset::west_opt(2 * 60 * 60).unwrap(); in test_checked_sub_offset() localVariable
367 let negative_offset = FixedOffset::west_opt(2 * 60 * 60).unwrap(); in test_overflowing_add_offset() localVariable
/external/ComputeLibrary/src/cpu/kernels/crop/generic/neon/
Dimpl.cpp46 Coordinates negative_offset(input_offset); in in_bounds_crop_window() local
/external/rust/android-crates-io/crates/chrono/src/naive/time/
Dtests.rs374 let negative_offset = FixedOffset::west_opt(((2 * 60) + 3) * 60 + 4).unwrap(); in test_overflowing_offset() localVariable
/external/tcpdump/
Dutil-print.c293 int negative_offset; in ts_print() local