Home
last modified time | relevance | path

Searched defs:new_top (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
H A Dgeom.h164 const float new_top = MAX(this->top_, that.top_); in Intersect() local
/aosp_15_r20/art/runtime/gc/space/
H A Dregion_space-inl.h104 uint8_t* new_top; in Alloc() local
H A Dregion_space.h592 void SetTop(uint8_t* new_top) { in SetTop()
/aosp_15_r20/external/rust/android-crates-io/crates/managed/src/
Dslotmap.rs224 let new_top = new_index.checked_add(1).unwrap(); in next_free_slot() localVariable
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dfx_coordinates.cpp502 float new_top = points[0].y; in TransformRect() local
/aosp_15_r20/external/freetype/src/truetype/
H A Dttinterp.h125 FT_Long new_top; /* new top after exec. */ member
/aosp_15_r20/external/libcups/cups/
H A Dppd-cache.c1044 new_top, /* New top margin in 2540ths */ in _ppdCacheCreateWithPPD() local
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c5790 PyObject **new_top = _PyFrame_Stackbase(frame) + level; local