Home
last modified time | relevance | path

Searched refs:sep2 (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Tools/scripts/
Dlogmerge.py40 sep2 = '-'*28 + '\n' # revision separator variable
88 if line == sep2:
172 print sep2,
/external/u-boot/lib/libfdt/
Dfdt_ro.c151 const void *sep2 = memchr(path, ':', len); in fdt_path_next_separator() local
153 if (sep1 && sep2) in fdt_path_next_separator()
154 return (sep1 < sep2) ? sep1 : sep2; in fdt_path_next_separator()
158 return sep2; in fdt_path_next_separator()
/external/icu/icu4c/source/common/
Dlocid.cpp581 char* sep2 = uprv_strchr(field[fieldIdx-1], '.'); in init() local
582 if (separator!=NULL || sep2!=NULL) { in init()
583 if (separator==NULL || (sep2!=NULL && separator > sep2)) { in init()
584 separator = sep2; in init()
/external/expat/xmlwf/
Dxmlwf.c206 int sep2 = (tcsrchr(att1, NSSEP) != 0); in nsattcmp() local
207 if (sep1 != sep2) in nsattcmp()
208 return sep1 - sep2; in nsattcmp()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/DependenceAnalysis/
DSeparability.ll163 define void @sep2([100 x [100 x [100 x i32]]]* %A, i32* %B, i32 %n) nounwind uwtable ssp {
/external/llvm/test/Analysis/DependenceAnalysis/
DSeparability.ll164 define void @sep2([100 x [100 x [100 x i32]]]* %A, i32* %B, i32 %n) nounwind uwtable ssp {