/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_vp3_video_vp.c | 160 } refs[0x10]; member 170 …erences(struct nouveau_vp3_decoder *dec, struct nouveau_vp3_video_buffer *refs[16], unsigned seq, … in nouveau_vp3_handle_references() 175 if (!refs[i]) in nouveau_vp3_handle_references() 178 idx = refs[i]->valid_ref; in nouveau_vp3_handle_references() 181 if (dec->refs[idx].vidbuf != refs[i]) { in nouveau_vp3_handle_references() 182 debug_printf("%p is not a real ref\n", refs[i]); in nouveau_vp3_handle_references() 187 assert(dec->refs[idx].vidbuf == refs[i]); in nouveau_vp3_handle_references() 188 dec->refs[idx].last_used = seq; in nouveau_vp3_handle_references() 191 if (dec->refs[target->valid_ref].vidbuf == target) { in nouveau_vp3_handle_references() 192 dec->refs[target->valid_ref].last_used = seq; in nouveau_vp3_handle_references() [all …]
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | backward_references_enc.c | 85 extern void VP8LClearBackwardRefs(VP8LBackwardRefs* const refs); 86 void VP8LClearBackwardRefs(VP8LBackwardRefs* const refs) { in VP8LClearBackwardRefs() argument 87 assert(refs != NULL); in VP8LClearBackwardRefs() 88 if (refs->tail_ != NULL) { in VP8LClearBackwardRefs() 89 *refs->tail_ = refs->free_blocks_; // recycle all blocks at once in VP8LClearBackwardRefs() 91 refs->free_blocks_ = refs->refs_; in VP8LClearBackwardRefs() 92 refs->tail_ = &refs->refs_; in VP8LClearBackwardRefs() 93 refs->last_block_ = NULL; in VP8LClearBackwardRefs() 94 refs->refs_ = NULL; in VP8LClearBackwardRefs() 97 void VP8LBackwardRefsClear(VP8LBackwardRefs* const refs) { in VP8LBackwardRefsClear() argument [all …]
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | backward_references_enc.c | 84 extern void VP8LClearBackwardRefs(VP8LBackwardRefs* const refs); 85 void VP8LClearBackwardRefs(VP8LBackwardRefs* const refs) { in VP8LClearBackwardRefs() argument 86 assert(refs != NULL); in VP8LClearBackwardRefs() 87 if (refs->tail_ != NULL) { in VP8LClearBackwardRefs() 88 *refs->tail_ = refs->free_blocks_; // recycle all blocks at once in VP8LClearBackwardRefs() 90 refs->free_blocks_ = refs->refs_; in VP8LClearBackwardRefs() 91 refs->tail_ = &refs->refs_; in VP8LClearBackwardRefs() 92 refs->last_block_ = NULL; in VP8LClearBackwardRefs() 93 refs->refs_ = NULL; in VP8LClearBackwardRefs() 96 void VP8LBackwardRefsClear(VP8LBackwardRefs* const refs) { in VP8LBackwardRefsClear() argument [all …]
|
/third_party/boost/boost/locale/boundary/ |
D | facets.hpp | 105 boundary_indexing(size_t refs=0) : std::locale::facet(refs) in boundary_indexing() argument 131 boundary_indexing(size_t refs=0) : std::locale::facet(refs) in boundary_indexing() argument 144 boundary_indexing(size_t refs=0) : std::locale::facet(refs) in boundary_indexing() argument 159 boundary_indexing(size_t refs=0) : std::locale::facet(refs) in boundary_indexing() argument 174 boundary_indexing(size_t refs=0) : std::locale::facet(refs) in boundary_indexing() argument
|
/third_party/curl/scripts/ |
D | release-notes.pl | 61 my @refs; # [number] = [URL] 70 $refs[$1] = $2; 76 for my $r (1 .. $#refs) { 82 return $#refs + 1; 145 $refs[$r] = $ref; 194 for my $n (1 .. $#refs) { 195 my $r = $refs[$n]; 210 for my $r (1 .. $#refs) {
|
/third_party/ffmpeg/libavfilter/ |
D | vf_bwdif.c | 224 int refs = linesize / df; in filter_slice() local 236 s->filter_intra(dst, cur, td->w, (y + df) < td->h ? refs : -refs, in filter_slice() 237 y > (df - 1) ? -refs : refs, in filter_slice() 238 (y + 3*df) < td->h ? 3 * refs : -refs, in filter_slice() 239 y > (3*df - 1) ? -3 * refs : refs, in filter_slice() 243 (y + df) < td->h ? refs : -refs, in filter_slice() 244 y > (df - 1) ? -refs : refs, in filter_slice() 245 refs << 1, -(refs << 1), in filter_slice() 250 refs, -refs, refs << 1, -(refs << 1), in filter_slice() 251 3 * refs, -3 * refs, refs << 2, -(refs << 2), in filter_slice()
|
D | vf_palettegen.c | 73 struct color_ref **refs; // references of all the colors used in the stream member 166 const struct color_ref *ref = s->refs[box->start + i]; in get_next_box_id_to_split() 186 static uint32_t get_avg_color(struct color_ref * const *refs, in get_avg_color() argument 194 const struct color_ref *ref = refs[box->start + i]; in get_avg_color() 223 box->color = get_avg_color(s->refs, box); in split_box() 224 new_box->color = get_avg_color(s->refs, new_box); in split_box() 268 struct color_ref **refs = av_malloc_array(nb_refs, sizeof(*refs)); in load_color_refs() local 270 if (!refs) in load_color_refs() 277 refs[k++] = &node->entries[i]; in load_color_refs() 280 return refs; in load_color_refs() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cord_rep_btree_test.cc | 368 AutoUnref refs; in TEST_P() local 374 refs.RefIf(shared(), leaf); in TEST_P() 386 AutoUnref refs; in TEST_P() local 392 refs.RefIf(shared(), leaf); in TEST_P() 407 AutoUnref refs; in TEST_P() local 413 refs.RefIf(shared(), leaf); in TEST_P() 431 AutoUnref refs; in TEST_P() local 433 refs.RefIf(shared(), leaf); in TEST_P() 445 AutoUnref refs; in TEST_P() local 447 refs.RefIf(shared(), leaf); in TEST_P() [all …]
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | irel_ma.c | 50 struct ext2_inode_reference *refs; member 165 if (ref_ent->refs && ent->max_refs != 170 retval = ext2fs_resize_mem(old_size, size, &ref_ent->refs); 253 if (ref_ent->refs == 0) { 257 sizeof(struct ext2_inode_reference), &ref_ent->refs); 260 memset(ref_ent->refs, 0, size); 267 ref_ent->refs[(unsigned) ref_ent->num++] = *ref; 295 if ((ref_ent->refs == NULL) || 301 *ref = ref_ent->refs[ma->ref_iter++]; 317 if (ma->ref_entries[(unsigned) new].refs) [all …]
|
/third_party/skia/third_party/externals/angle2/src/ |
D | commit_id.py | 33 refs = fin.read().strip().split('\n') 36 refs = [ref.split(' ') for ref in refs if ref.strip()[0] != '#'] 39 refs = [git_hash for (git_hash, file_path) in refs if file_path == ref_file] 41 assert (len(refs) == 1) 42 git_hash = refs[0]
|
/third_party/node/deps/npm/test/tap/ |
D | install-shrinkwrapped-git.js | 66 prepareChildAndGetRefs(function (err, refs) { argument 70 [npm.commands.install, ['git://localhost:' + common.gitPort + '/child.git#' + refs[0]]], 74 …[npm.commands.install, ['git://localhost:' + common.gitPort + '/child.git#' + refs[1].substr(0, 8)… 85 version: `git://localhost:${common.gitPort}/child.git#${refs[1]}`, 86 from: `git://localhost:${common.gitPort}/child.git#${refs[1].substr(0, 8)}` 93 'git://localhost:' + common.gitPort + '/child.git#' + refs[1], 116 var refs = gitLogStdout[gitLogStdout.length - 1].split('\n').map(function (ref) { 119 cb(null, refs)
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_dev.c | 789 struct usb_cdev_refdata refs; in usb_open() local 810 err = usb_ref_device(cpd, &refs, 1); in usb_open() 819 err = usb_fifo_create(cpd, &refs); in usb_open() 823 usb_unref_device(cpd, &refs); in usb_open() 828 err = usb_fifo_open(cpd, refs.rxfifo, fflags); in usb_open() 831 usb_unref_device(cpd, &refs); in usb_open() 837 err = usb_fifo_open(cpd, refs.txfifo, fflags); in usb_open() 841 usb_fifo_close(refs.rxfifo, fflags); in usb_open() 843 usb_unref_device(cpd, &refs); in usb_open() 849 usb_unref_device(cpd, &refs); in usb_open() [all …]
|
/third_party/flutter/skia/experimental/documentation/ |
D | gerrit.md | 57 git push origin @:refs/for/master 64 git push origin @:refs/for/chrome/m57 89 git push origin @:refs/for/master 94 git push origin @:refs/for/master%m=$M 103 git push origin @:refs/for/master%l=Commit-Queue+1,m=$M 121 git config alias.gerrit-push 'push origin @:refs/for/master' 146 git push "$REMOTE" "@:refs/for/${REMOTE_BRANCH}%m=${MESSAGE}" 153 …git config alias.gerrit-push-message '!f(){ git push origin @:refs/for/master%m=$(echo $*|sed "s/[… 161 (refs/remotes/*);; 164 local UPSTREAM="${UPSTREAM_FULL#refs/remotes/}" [all …]
|
/third_party/skia/experimental/documentation/ |
D | gerrit.md | 57 git push origin @:refs/for/main 64 git push origin @:refs/for/chrome/m57 89 git push origin @:refs/for/main 94 git push origin @:refs/for/main%m=$M 103 git push origin @:refs/for/main%l=Commit-Queue+1,m=$M 121 git config alias.gerrit-push 'push origin @:refs/for/main' 146 git push "$REMOTE" "@:refs/for/${REMOTE_BRANCH}%m=${MESSAGE}" 153 …git config alias.gerrit-push-message '!f(){ git push origin @:refs/for/main%m=$(echo $*|sed "s/[^A… 161 (refs/remotes/*);; 164 local UPSTREAM="${UPSTREAM_FULL#refs/remotes/}" [all …]
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/compile/ |
D | index.js | 38 , refs = {} 45 root = root || { schema: schema, refVal: refVal, refs: refs }; 61 cv.refs = v.refs; 155 validate.refs = refs; 172 var refIndex = refs[ref]; 179 if (!isRoot && root.refs) { 180 var rootRefId = root.refs[ref]; 210 refs[ref] = refId; 215 delete refs[ref]; 219 var refId = refs[ref];
|
/third_party/FreeBSD/sys/kern/ |
D | subr_kobj.c | 151 cls->refs++; in kobj_class_compile_static() 220 if (cls->refs == 0) { in kobj_class_free() 262 cls->refs++; in kobj_init_common() 305 int refs; in kobj_delete() local 314 cls->refs--; in kobj_delete() 315 refs = cls->refs; in kobj_delete() 318 if (!refs) in kobj_delete()
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | ExtensionSupport.md | 184 | [GL_ANGLE_base_vertex_base_instance](https://chromium.googlesource.com/angle/angle/+/refs/heads/m… 185 …_instance_shader_builtin](https://chromium.googlesource.com/angle/angle/+/refs/heads/main/extensio… 186 | [GL_CHROMIUM_bind_generates_resource](https://chromium.googlesource.com/angle/angle/+/refs/heads/… 187 | [GL_CHROMIUM_bind_uniform_location](https://chromium.googlesource.com/angle/angle/+/refs/heads/ma… 188 | [GL_ANGLE_client_arrays](https://chromium.googlesource.com/angle/angle/+/refs/heads/main/extensio… 189 | [GL_CHROMIUM_color_buffer_float_rgb](https://chromium.googlesource.com/angle/angle/+/refs/heads/m… 190 | [GL_CHROMIUM_color_buffer_float_rgba](https://chromium.googlesource.com/angle/angle/+/refs/heads/… 191 | [GL_ANGLE_compressed_texture_etc](https://chromium.googlesource.com/angle/angle/+/refs/heads/main… 192 | [GL_CHROMIUM_copy_compressed_texture](https://chromium.googlesource.com/angle/angle/+/refs/heads/… 193 | [GL_CHROMIUM_copy_texture](https://chromium.googlesource.com/angle/angle/+/refs/heads/main/extens… [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/android/ |
D | SDL_android.c | 797 struct LocalReferenceHolder refs = LocalReferenceHolder_Setup(__FUNCTION__); in Internal_Android_JNI_FileOpen() local 813 if (!LocalReferenceHolder_Init(&refs, mEnv)) { in Internal_Android_JNI_FileOpen() 949 LocalReferenceHolder_Cleanup(&refs); in Internal_Android_JNI_FileOpen() 956 struct LocalReferenceHolder refs = LocalReferenceHolder_Setup(__FUNCTION__); in Android_JNI_FileOpen() local 961 if (!LocalReferenceHolder_Init(&refs, mEnv)) { in Android_JNI_FileOpen() 962 LocalReferenceHolder_Cleanup(&refs); in Android_JNI_FileOpen() 967 LocalReferenceHolder_Cleanup(&refs); in Android_JNI_FileOpen() 979 LocalReferenceHolder_Cleanup(&refs); in Android_JNI_FileOpen() 986 struct LocalReferenceHolder refs = LocalReferenceHolder_Setup(__FUNCTION__); in Android_JNI_FileRead() local 997 LocalReferenceHolder_Cleanup(&refs); in Android_JNI_FileRead() [all …]
|
/third_party/grpc/src/core/lib/iomgr/ |
D | tcp_client_custom.cc | 44 int refs; member 53 socket->refs--; in custom_tcp_connect_cleanup() 54 if (socket->refs == 0) { in custom_tcp_connect_cleanup() 77 done = (--connect->refs == 0); in on_alarm() 93 done = (--connect->refs == 0); in custom_connect_callback_internal() 135 socket->refs = 2; in tcp_connect() 146 connect->refs = 2; in tcp_connect()
|
/third_party/libnl/doc/ |
D | resolve-asciidoc-refs.py | 7 refs = {} variable 15 refs["<<" + ref + ">>"] = "<<" + ref + ", " + title + ">>" 19 return refs[match.group(0)] 23 rc = re.compile('|'.join(map(re.escape, sorted(refs, reverse=True))))
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | iunknown.c | 38 This->refs = 0; in NineUnknown_ctor() 43 This->refs = 0; in NineUnknown_ctor() 47 This->refs = 1; in NineUnknown_ctor() 54 if (This->refs && This->device) in NineUnknown_ctor() 72 if (This->refs && This->device) /* Possible only if early exit after a ctor failed */ in NineUnknown_dtor() 119 r = p_atomic_inc_return(&This->refs); in NineUnknown_AddRef() 138 if (!p_atomic_read(&This->refs)) in NineUnknown_Release() 141 ULONG r = p_atomic_dec_return(&This->refs); in NineUnknown_Release() 165 ULONG r = p_atomic_dec_return(&This->refs); in NineUnknown_ReleaseWithDtorLock()
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_file.cc | 469 CrossFileReferences* refs) { in GetCrossFileReferencesForField() argument 476 refs->weak_sccs.insert(scc); in GetCrossFileReferencesForField() 477 refs->weak_default_instances.insert(msg); in GetCrossFileReferencesForField() 479 refs->strong_sccs.insert(scc); in GetCrossFileReferencesForField() 486 CrossFileReferences* refs) { in GetCrossFileReferencesForFile() argument 487 ForEachField(file, [this, refs](const FieldDescriptor* field) { in GetCrossFileReferencesForFile() 488 GetCrossFileReferencesForField(field, refs); in GetCrossFileReferencesForFile() 496 refs->weak_reflection_files.insert(dep); in GetCrossFileReferencesForFile() 498 refs->strong_reflection_files.insert(dep); in GetCrossFileReferencesForFile() 505 const CrossFileReferences& refs, io::Printer* printer) { in GenerateInternalForwardDeclarations() argument [all …]
|
/third_party/NuttX/drivers/bch/ |
D | bchdev_driver.c | 95 if (bch->refs == MAX_OPENCNT) in bch_open() 101 bch->refs++; in bch_open() 133 if (bch->refs == 0) in bch_close() 139 bch->refs--; in bch_close() 145 if (bch->refs == 0 && bch->unlinked) in bch_close() 313 if (!bchr || bch->refs == MAX_OPENCNT) in bch_ioctl() 319 bch->refs++; in bch_ioctl() 400 if (bch->refs == 0) in bch_unlink()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_video_vp.c | 63 dec->refs[target->valid_ref].last_used = 0; in nvc0_decoder_kick_ref() 71 struct nouveau_vp3_video_buffer *refs[16]) in nvc0_decoder_vp() 104 if (!refs[i]) in nvc0_decoder_vp() 106 else if (dec->refs[refs[i]->valid_ref].vidbuf == refs[i]) in nvc0_decoder_vp() 107 last_addr = pic_addr[i] = nouveau_vp3_video_addr(dec, refs[i]) >> 8; in nvc0_decoder_vp() 111 …if (!is_ref && (dec->refs[target->valid_ref].decoded_top && dec->refs[target->valid_ref].decoded_b… in nvc0_decoder_vp()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv98_video_vp.c | 63 dec->refs[target->valid_ref].last_used = 0; in nv98_decoder_kick_ref() 71 struct nouveau_vp3_video_buffer *refs[16]) in nv98_decoder_vp() 104 if (!refs[i]) in nv98_decoder_vp() 106 else if (dec->refs[refs[i]->valid_ref].vidbuf == refs[i]) in nv98_decoder_vp() 107 last_addr = pic_addr[i] = nouveau_vp3_video_addr(dec, refs[i]) >> 8; in nv98_decoder_vp() 111 …if (!is_ref && (dec->refs[target->valid_ref].decoded_top && dec->refs[target->valid_ref].decoded_b… in nv98_decoder_vp()
|