Home
last modified time | relevance | path

Searched defs:adjusted (Results 1 – 5 of 5) sorted by relevance

/third_party/elfutils/tests/
Ddwfl-addr-sect.c36 Dwarf_Addr adjusted = address; in handle_address() local
/third_party/icu/icu4c/source/test/cintltst/
Dutf8tst.c998 int32_t adjusted = length; in TestTruncateIfIncomplete() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_mesh.cpp190 bool adjusted = false; in brw_nir_adjust_payload() local
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.h193 uint64_t adjusted = mantissa - adjustment; in FPRound() local
/third_party/python/Lib/
D_pydecimal.py2917 def adjusted(self): member in Decimal