Searched refs:sep2 (Results 1 – 6 of 6) sorted by relevance
40 sep2 = '-'*28 + '\n' # revision separator variable88 if line == sep2:172 print sep2,
151 const void *sep2 = memchr(path, ':', len); in fdt_path_next_separator() local153 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()
581 char* sep2 = uprv_strchr(field[fieldIdx-1], '.'); in init() local582 if (separator!=NULL || sep2!=NULL) { in init()583 if (separator==NULL || (sep2!=NULL && separator > sep2)) { in init()584 separator = sep2; in init()
206 int sep2 = (tcsrchr(att1, NSSEP) != 0); in nsattcmp() local207 if (sep1 != sep2) in nsattcmp()208 return sep1 - sep2; in nsattcmp()
163 define void @sep2([100 x [100 x [100 x i32]]]* %A, i32* %B, i32 %n) nounwind uwtable ssp {
164 define void @sep2([100 x [100 x [100 x i32]]]* %A, i32* %B, i32 %n) nounwind uwtable ssp {