Home
last modified time | relevance | path

Searched refs:sep1 (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Tools/scripts/
Dlogmerge.py39 sep1 = '='*77 + '\n' # file separator variable
84 if line == sep1:
/external/expat/xmlwf/
Dxmlwf.c198 int sep1 = (tcsrchr(att1, NSSEP) != 0); in nsattcmp() local
200 if (sep1 != sep2) in nsattcmp()
201 return sep1 - sep2; in nsattcmp()
/external/llvm/test/Analysis/DependenceAnalysis/
DSeparability.ll90 define void @sep1([100 x [100 x i32]]* %A, i32* %B, i32 %n) nounwind uwtable ssp {
/external/llvm-project/llvm/test/Analysis/DependenceAnalysis/
DSeparability.ll91 define void @sep1([100 x [100 x i32]]* %A, i32* %B, i32 %n) nounwind uwtable ssp {
/external/curl/lib/
Dftp.c1832 const char sep1 = separator[0]; in ftp_state_pasv_resp() local
1838 if(separator[i] != sep1) { in ftp_state_pasv_resp()