Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/
Dadt.hpp24 # define BOOST_PP_LIST_CONS(head, tail) (head, tail) argument
40 # define BOOST_PP_LIST_FIRST_I(head, tail) head argument
52 # define BOOST_PP_LIST_REST_I(head, tail) tail argument
59 # define BOOST_PP_LIST_IS_CONS_(head, tail) 1 argument
/ndk/sources/host-tools/make-3.81/
Dread.c200 struct dep *tail = read_makefiles; in read_all_makefiles() local
245 struct dep *tail = read_makefiles; in read_all_makefiles() local
/ndk/sources/host-tools/ndk-stack/regex/
Dengine.c299 char *tail; /* string unmatched by rest of RE */ in dissect() local