Searched refs:dupl (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Support/ |
D | regcomp.c | 107 static sopno dupl(struct parse *, sopno, sopno); 402 (void) dupl(p, p->pbegin[backrefnum]+1, p->pend[backrefnum]); in p_ere_exp() 601 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re() 1027 copy = dupl(p, start+1, finish+1); in repeat() 1036 copy = dupl(p, start, finish); in repeat() 1040 copy = dupl(p, start, finish); in repeat() 1321 dupl(struct parse *p, in dupl() function
|
/external/squashfs-tools/squashfs-tools/ |
D | mksquashfs.h | 145 extern struct file_info *dupl[];
|
D | process_fragments.c | 312 dupl_ptr = dupl[DUP_HASH(file_size)]; in frag_thrd()
|
D | mksquashfs.c | 171 struct file_info *dupl[65536]; variable 1783 struct file_info *dupl_ptr = dupl[DUP_HASH(file_size)]; in add_file() 1830 struct file_info *dupl_ptr = dupl[DUP_HASH(file_size)]; in pre_duplicate() 1862 dupl_ptr->next = dupl[DUP_HASH(file_size)]; in add_non_dup() 1863 dupl[DUP_HASH(file_size)] = dupl_ptr; in add_non_dup() 1888 dupl_ptr = dupl[DUP_HASH(file_size)]; in frag_duplicate() 1921 struct file_info *dupl_ptr = dupl[DUP_HASH(file_size)]; in duplicate()
|
/external/libxml2/ |
D | ChangeLog | 3813 * parser.c: fixed problem with free on dupl attribute in
|