Searched refs:dupl (Results 1 – 10 of 10) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | UpdatePair.cpp | 186 int dupl = duplicatedArcItem[arcIndex]; in GetUpdatePairInfoList() local 187 if (dupl != 0) in GetUpdatePairInfoList() 188 ThrowError(k_Duplicate_inArc_Message, ai->Name, arcItems[arcIndices[arcIndex + dupl]].Name); in GetUpdatePairInfoList()
|
/external/curl/lib/ |
D | sendf.c | 486 char *dupl; in pausewrite() local 520 dupl = Curl_memdup(ptr, len); in pausewrite() 521 if(!dupl) in pausewrite() 525 s->tempwrite[i].buf = dupl; in pausewrite()
|
/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/swiftshader/third_party/llvm-subzero/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 | 156 extern struct file_info *dupl[];
|
D | process_fragments.c | 312 dupl_ptr = dupl[DUP_HASH(file_size)]; in frag_thrd()
|
D | mksquashfs.c | 187 struct file_info *dupl[65536]; variable 1888 struct file_info *dupl_ptr = dupl[DUP_HASH(file_size)]; in add_file() 1935 struct file_info *dupl_ptr = dupl[DUP_HASH(file_size)]; in pre_duplicate() 1967 dupl_ptr->next = dupl[DUP_HASH(file_size)]; in add_non_dup() 1968 dupl[DUP_HASH(file_size)] = dupl_ptr; in add_non_dup() 1993 dupl_ptr = dupl[DUP_HASH(file_size)]; in frag_duplicate() 2026 struct file_info *dupl_ptr = dupl[DUP_HASH(file_size)]; in duplicate()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regcomp.c | 99 static sopno dupl(struct parse *, sopno, sopno); 565 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re() 991 copy = dupl(p, start+1, finish+1); in repeat() 1000 copy = dupl(p, start, finish); in repeat() 1004 copy = dupl(p, start, finish); in repeat() 1283 dupl(struct parse *p, in dupl() function
|
/external/e2fsprogs/po/ |
D | hu.po | 7800 msgstr "Illegális duplán indirekt blokk fordult elő"
|
/external/libxml2/ |
D | ChangeLog | 3813 * parser.c: fixed problem with free on dupl attribute in
|