Home
last modified time | relevance | path

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

/external/e2fsprogs/util/
Dsubst.c284 static int compare_file(FILE *old_f, FILE *new_f) in compare_file()
/external/python/cpython3/Objects/
Dframeobject.c800 PyFrameObject *new_f = PyObject_GC_Resize(PyFrameObject, f, extras); in frame_alloc() local
/external/rust/crates/crossbeam-deque/src/
Ddeque.rs458 let new_f = f.wrapping_add(1); in pop() localVariable