/external/webp/src/enc/ |
D | backward_references.c | 80 static void ClearBackwardRefs(VP8LBackwardRefs* const refs) { in ClearBackwardRefs() argument 81 assert(refs != NULL); in ClearBackwardRefs() 82 if (refs->tail_ != NULL) { in ClearBackwardRefs() 83 *refs->tail_ = refs->free_blocks_; // recycle all blocks at once in ClearBackwardRefs() 85 refs->free_blocks_ = refs->refs_; in ClearBackwardRefs() 86 refs->tail_ = &refs->refs_; in ClearBackwardRefs() 87 refs->last_block_ = NULL; in ClearBackwardRefs() 88 refs->refs_ = NULL; in ClearBackwardRefs() 91 void VP8LBackwardRefsClear(VP8LBackwardRefs* const refs) { in VP8LBackwardRefsClear() argument 92 assert(refs != NULL); in VP8LBackwardRefsClear() [all …]
|
/external/elfutils/src/libdwfl/ |
D | derelocate.c | 40 } refs[0]; member 75 struct secref *refs = NULL; in cache_sections() local 121 newref->next = refs; in cache_sections() 122 refs = newref; in cache_sections() 136 for (struct secref *sec = refs; sec != NULL; sec = sec->next) in cache_sections() 149 mod->reloc_info = malloc (offsetof (struct dwfl_relocation, refs[nrefs])); in cache_sections() 157 for (size_t i = nrefs; i-- > 0; refs = refs->next) in cache_sections() 158 sortrefs[i] = refs; in cache_sections() 159 assert (refs == NULL); in cache_sections() 166 mod->reloc_info->refs[i].name = sortrefs[i]->name; in cache_sections() [all …]
|
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/ |
D | frac_digits.pass.cpp | 29 explicit Fnf(std::size_t refs = 0) in Fnf() argument 30 : std::moneypunct<char, false>(refs) {} in Fnf() 37 explicit Fnt(std::size_t refs = 0) in Fnt() argument 38 : std::moneypunct<char, true>(refs) {} in Fnt() 45 explicit Fwf(std::size_t refs = 0) in Fwf() argument 46 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 53 explicit Fwt(std::size_t refs = 0) in Fwt() argument 54 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
D | negative_sign.pass.cpp | 30 explicit Fnf(std::size_t refs = 0) in Fnf() argument 31 : std::moneypunct<char, false>(refs) {} in Fnf() 38 explicit Fnt(std::size_t refs = 0) in Fnt() argument 39 : std::moneypunct<char, true>(refs) {} in Fnt() 46 explicit Fwf(std::size_t refs = 0) in Fwf() argument 47 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 54 explicit Fwt(std::size_t refs = 0) in Fwt() argument 55 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
D | curr_symbol.pass.cpp | 29 explicit Fnf(std::size_t refs = 0) in Fnf() argument 30 : std::moneypunct<char, false>(refs) {} in Fnf() 37 explicit Fnt(std::size_t refs = 0) in Fnt() argument 38 : std::moneypunct<char, true>(refs) {} in Fnt() 45 explicit Fwf(std::size_t refs = 0) in Fwf() argument 46 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 53 explicit Fwt(std::size_t refs = 0) in Fwt() argument 54 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
D | positive_sign.pass.cpp | 29 explicit Fnf(std::size_t refs = 0) in Fnf() argument 30 : std::moneypunct<char, false>(refs) {} in Fnf() 37 explicit Fnt(std::size_t refs = 0) in Fnt() argument 38 : std::moneypunct<char, true>(refs) {} in Fnt() 45 explicit Fwf(std::size_t refs = 0) in Fwf() argument 46 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 53 explicit Fwt(std::size_t refs = 0) in Fwt() argument 54 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
D | grouping.pass.cpp | 29 explicit Fnf(std::size_t refs = 0) in Fnf() argument 30 : std::moneypunct<char, false>(refs) {} in Fnf() 37 explicit Fnt(std::size_t refs = 0) in Fnt() argument 38 : std::moneypunct<char, true>(refs) {} in Fnt() 45 explicit Fwf(std::size_t refs = 0) in Fwf() argument 46 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 53 explicit Fwt(std::size_t refs = 0) in Fwt() argument 54 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
D | decimal_point.pass.cpp | 29 explicit Fnf(std::size_t refs = 0) in Fnf() argument 30 : std::moneypunct<char, false>(refs) {} in Fnf() 37 explicit Fnt(std::size_t refs = 0) in Fnt() argument 38 : std::moneypunct<char, true>(refs) {} in Fnt() 45 explicit Fwf(std::size_t refs = 0) in Fwf() argument 46 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 53 explicit Fwt(std::size_t refs = 0) in Fwt() argument 54 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
D | thousands_sep.pass.cpp | 29 explicit Fnf(std::size_t refs = 0) in Fnf() argument 30 : std::moneypunct<char, false>(refs) {} in Fnf() 37 explicit Fnt(std::size_t refs = 0) in Fnt() argument 38 : std::moneypunct<char, true>(refs) {} in Fnt() 45 explicit Fwf(std::size_t refs = 0) in Fwf() argument 46 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 53 explicit Fwt(std::size_t refs = 0) in Fwt() argument 54 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
D | pos_format.pass.cpp | 26 explicit Fnf(std::size_t refs = 0) in Fnf() argument 27 : std::moneypunct<char, false>(refs) {} in Fnf() 34 explicit Fnt(std::size_t refs = 0) in Fnt() argument 35 : std::moneypunct<char, true>(refs) {} in Fnt() 42 explicit Fwf(std::size_t refs = 0) in Fwf() argument 43 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 50 explicit Fwt(std::size_t refs = 0) in Fwt() argument 51 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
D | neg_format.pass.cpp | 26 explicit Fnf(std::size_t refs = 0) in Fnf() argument 27 : std::moneypunct<char, false>(refs) {} in Fnf() 34 explicit Fnt(std::size_t refs = 0) in Fnt() argument 35 : std::moneypunct<char, true>(refs) {} in Fnt() 42 explicit Fwf(std::size_t refs = 0) in Fwf() argument 43 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 50 explicit Fwt(std::size_t refs = 0) in Fwt() argument 51 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/ |
D | frac_digits.pass.cpp | 31 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument 32 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf() 39 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument 40 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt() 47 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument 48 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf() 55 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument 56 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
|
D | curr_symbol.pass.cpp | 33 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument 34 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf() 41 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument 42 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt() 49 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument 50 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf() 57 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument 58 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
|
D | thousands_sep.pass.cpp | 37 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument 38 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf() 45 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument 46 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt() 53 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument 54 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf() 61 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument 62 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
|
D | decimal_point.pass.cpp | 34 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument 35 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf() 42 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument 43 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt() 50 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument 51 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf() 58 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument 59 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
|
D | negative_sign.pass.cpp | 31 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument 32 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf() 39 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument 40 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt() 47 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument 48 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf() 55 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument 56 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
|
D | positive_sign.pass.cpp | 31 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument 32 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf() 39 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument 40 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt() 47 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument 48 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf() 55 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument 56 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
|
D | grouping.pass.cpp | 33 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument 34 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf() 41 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument 42 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt() 49 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument 50 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf() 57 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument 58 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
|
/external/e2fsprogs/lib/ext2fs/ |
D | irel_ma.c | 49 struct ext2_inode_reference *refs; member 164 if (ref_ent->refs && ent->max_refs != 169 retval = ext2fs_resize_mem(old_size, size, &ref_ent->refs); 252 if (ref_ent->refs == 0) { 256 sizeof(struct ext2_inode_reference), &ref_ent->refs); 259 memset(ref_ent->refs, 0, size); 266 ref_ent->refs[(unsigned) ref_ent->num++] = *ref; 294 if ((ref_ent->refs == NULL) || 300 *ref = ref_ent->refs[ma->ref_iter++]; 316 if (ma->ref_entries[(unsigned) new].refs) [all …]
|
/external/v8/test/mjsunit/ |
D | mirror-array.js | 48 var refs = new MirrorRefCache( 80 …assertEquals('function', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected construct… 81 …assertEquals('Array', refs.lookup(fromJSON.constructorFunction.ref).name, 'Unexpected constructor … 90 …assertEquals('number', refs.lookup(fromJSON.properties[i].ref).type, "Unexpected type of the lengt… 91 …assertEquals(a.length, refs.lookup(fromJSON.properties[i].ref).value, "Length mismatch in parsed J… 101 …assertEquals(indexedProperties[index].value().type(), refs.lookup(fromJSON.properties[i].ref).type…
|
/external/clang/test/Index/ |
D | file-refs.m | 44 // RUN: -file-refs-at=%s:7:18 \ 55 // RUN: -file-refs-at=%s:4:10 \ 62 // RUN: -file-refs-at=%s:15:27 \ 69 // RUN: -file-refs-at=%s:18:13 \ 75 // RUN: -file-refs-at=%s:38:10 \ 83 // RUN: -file-refs-at=%s:33:12 \
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
D | Wildcard.java | 35 private final int[] refs; field in Wildcard 83 refs = new int[size]; in Wildcard() 84 Arrays.fill(refs, -1); in Wildcard() 90 refs[i] = ((Integer)v).intValue(); in Wildcard() 107 sb.append((refs[i] >= 0) ? matcher.group(refs[i]) : strings[i]); in replace()
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt.byname/ |
D | ctor_char16_t.pass.cpp | 28 explicit my_facet(const char* nm, std::size_t refs = 0) in my_facet() argument 29 : F(nm, refs) {++count;} in my_facet() 30 explicit my_facet(const std::string& nm, std::size_t refs = 0) in my_facet() argument 31 : F(nm, refs) {++count;} in my_facet()
|
D | ctor_char32_t.pass.cpp | 28 explicit my_facet(const char* nm, std::size_t refs = 0) in my_facet() argument 29 : F(nm, refs) {++count;} in my_facet() 30 explicit my_facet(const std::string& nm, std::size_t refs = 0) in my_facet() argument 31 : F(nm, refs) {++count;} in my_facet()
|
D | ctor_char.pass.cpp | 28 explicit my_facet(const char* nm, std::size_t refs = 0) in my_facet() argument 29 : F(nm, refs) {++count;} in my_facet() 30 explicit my_facet(const std::string& nm, std::size_t refs = 0) in my_facet() argument 31 : F(nm, refs) {++count;} in my_facet()
|