Home
last modified time | relevance | path

Searched full:refs (Results 1 – 25 of 1346) sorted by relevance

12345678910>>...54

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndexDiscovery.cpp69 SmallVectorImpl<TiReference> &Refs) { in handleMethodOverloadList() argument
85 Refs.push_back({TiRefKind::TypeRef, Offset + 4, 1}); in handleMethodOverloadList()
95 SmallVectorImpl<TiReference> &Refs) { in handleBaseClass() argument
100 Refs.push_back({TiRefKind::TypeRef, Offset + 4, 1}); in handleBaseClass()
105 SmallVectorImpl<TiReference> &Refs) { in handleEnumerator() argument
115 SmallVectorImpl<TiReference> &Refs) { in handleDataMember() argument
121 Refs.push_back({TiRefKind::TypeRef, Offset + 4, 1}); in handleDataMember()
127 SmallVectorImpl<TiReference> &Refs) { in handleOverloadedMethod() argument
132 Refs.push_back({TiRefKind::TypeRef, Offset + 4, 1}); in handleOverloadedMethod()
137 SmallVectorImpl<TiReference> &Refs) { in handleOneMethod() argument
[all …]
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_vp.c160 } 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()
179 //debug_printf("ref[%i] %p in slot %i\n", i, refs[i], idx); 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()
[all …]
/third_party/elfutils/libdwfl/
Dderelocate.c44 } refs[0]; member
85 struct secref *refs = NULL; in cache_sections() local
140 newref->next = refs; in cache_sections()
141 refs = newref; in cache_sections()
155 for (struct secref *sec = refs; sec != NULL; sec = sec->next) in cache_sections()
168 mod->reloc_info = malloc (offsetof (struct dwfl_relocation, refs[nrefs])); in cache_sections()
176 for (size_t i = nrefs; i-- > 0; refs = refs->next) in cache_sections()
177 sortrefs[i] = refs; in cache_sections()
178 assert (refs == NULL); in cache_sections()
185 mod->reloc_info->refs[i].name = sortrefs[i]->name; in cache_sections()
[all …]
/third_party/skia/third_party/externals/libwebp/src/enc/
Dbackward_references_enc.c85 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/skia/m133/third_party/externals/libwebp/src/enc/
Dbackward_references_enc.c88 extern void VP8LClearBackwardRefs(VP8LBackwardRefs* const refs);
89 void VP8LClearBackwardRefs(VP8LBackwardRefs* const refs) { in VP8LClearBackwardRefs() argument
90 assert(refs != NULL); in VP8LClearBackwardRefs()
91 if (refs->tail_ != NULL) { in VP8LClearBackwardRefs()
92 *refs->tail_ = refs->free_blocks_; // recycle all blocks at once in VP8LClearBackwardRefs()
94 refs->free_blocks_ = refs->refs_; in VP8LClearBackwardRefs()
95 refs->tail_ = &refs->refs_; in VP8LClearBackwardRefs()
96 refs->last_block_ = NULL; in VP8LClearBackwardRefs()
97 refs->refs_ = NULL; in VP8LClearBackwardRefs()
100 void VP8LBackwardRefsClear(VP8LBackwardRefs* const refs) { in VP8LBackwardRefsClear() argument
[all …]
/third_party/skia/experimental/documentation/
Dgerrit.md57 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/skia/m133/experimental/documentation/
Dgerrit.md57 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/typescript/tests/baselines/reference/tscWatch/projectsWithReferences/
Don-transitive-references.js39 "@ref/*": [ "./refs/*" ]
61 //// [/user/username/projects/transitiveReferences/refs/a.d.ts]
207 …Url":"/user/username/projects/transitiveReferences","paths":{"@ref/*":["./refs/*"]},"pathsBasePath…
213 /user/username/projects/transitiveReferences/refs/a.d.ts
220 /user/username/projects/transitiveReferences/refs/a.d.ts
227 /user/username/projects/transitivereferences/refs/a.d.ts (used version)
235 /user/username/projects/transitiveReferences/refs/a.d.ts
242 /user/username/projects/transitiveReferences/refs/a.d.ts:
243 /user/username/projects/transitiveReferences/refs/a.d.ts
246 /user/username/projects/transitiveReferences/refs/a.d.ts
[all …]
Don-transitive-references-in-different-folders.js22 {"compilerOptions":{"baseUrl":"./","paths":{"@ref/*":["../refs/*"]}},"files":["index.ts"],"referenc…
37 //// [/user/username/projects/transitiveReferences/refs/a.d.ts]
183 …":"/user/username/projects/transitiveReferences/c","paths":{"@ref/*":["../refs/*"]},"pathsBasePath…
189 /user/username/projects/transitiveReferences/refs/a.d.ts
196 /user/username/projects/transitiveReferences/refs/a.d.ts
203 /user/username/projects/transitivereferences/refs/a.d.ts (used version)
211 /user/username/projects/transitiveReferences/refs/a.d.ts
218 /user/username/projects/transitiveReferences/refs/a.d.ts:
219 /user/username/projects/transitiveReferences/refs/a.d.ts
222 /user/username/projects/transitiveReferences/refs/a.d.ts
[all …]
Don-transitive-references-in-different-folders-with-no-files-clause.js22 {"compilerOptions":{"baseUrl":"./","paths":{"@ref/*":["../refs/*"]}},"references":[{"path":"../b"}]}
37 //// [/user/username/projects/transitiveReferences/refs/a.d.ts]
183 …":"/user/username/projects/transitiveReferences/c","paths":{"@ref/*":["../refs/*"]},"pathsBasePath…
189 /user/username/projects/transitiveReferences/refs/a.d.ts
196 /user/username/projects/transitiveReferences/refs/a.d.ts
203 /user/username/projects/transitivereferences/refs/a.d.ts (used version)
211 /user/username/projects/transitiveReferences/refs/a.d.ts
218 /user/username/projects/transitiveReferences/refs/a.d.ts:
219 /user/username/projects/transitiveReferences/refs/a.d.ts
222 /user/username/projects/transitiveReferences/refs/a.d.ts
[all …]
/third_party/skia/m133/third_party/externals/libyuv/infra/config/
Dcr-buildbucket.cfg27 cipd_version: "refs/heads/main"
58 cipd_version: "refs/heads/main"
89 cipd_version: "refs/heads/main"
118 cipd_version: "refs/heads/main"
146 cipd_version: "refs/heads/main"
174 cipd_version: "refs/heads/main"
204 cipd_version: "refs/heads/main"
235 cipd_version: "refs/heads/main"
266 cipd_version: "refs/heads/main"
297 cipd_version: "refs/heads/main"
[all …]
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/annotations/
Dfn_references.rs53 let refs = super::find_all_methods(&analysis.db, pos.file_id); in test_find_all_methods() localVariable
54 check_result(&refs, &[3..=13, 27..=33, 47..=57]); in test_find_all_methods()
68 let refs = super::find_all_methods(&analysis.db, pos.file_id); in test_find_trait_methods() localVariable
69 check_result(&refs, &[19..=22, 35..=38]); in test_find_trait_methods()
89 let refs = super::find_all_methods(&analysis.db, pos.file_id); in test_skip_tests() localVariable
90 check_result(&refs, &[28..=34]); in test_skip_tests()
93 fn check_result(refs: &[(TextRange, Option<TextRange>)], expected: &[RangeInclusive<u32>]) { in check_result()
94 assert_eq!(refs.len(), expected.len()); in check_result()
96 for (i, &(full, focus)) in refs.iter().enumerate() { in check_result()
/third_party/ffmpeg/libavfilter/
Dvf_bwdif.c223 int refs = linesize / df; in filter_slice() local
235 s->filter_intra(dst, cur, td->w, (y + df) < td->h ? refs : -refs, in filter_slice()
236 y > (df - 1) ? -refs : refs, in filter_slice()
237 (y + 3*df) < td->h ? 3 * refs : -refs, in filter_slice()
238 y > (3*df - 1) ? -3 * refs : refs, in filter_slice()
242 (y + df) < td->h ? refs : -refs, in filter_slice()
243 y > (df - 1) ? -refs : refs, in filter_slice()
244 refs << 1, -(refs << 1), in filter_slice()
249 refs, -refs, refs << 1, -(refs << 1), in filter_slice()
250 3 * refs, -3 * refs, refs << 2, -(refs << 2), in filter_slice()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree_test.cc368 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/skia/third_party/externals/angle2/src/
Dcommit_id.py16 create it based on .git/packed-refs
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]
76 packed_refs_full_path = os.path.join(cwd, '.git', 'packed-refs')
/third_party/skia/third_party/externals/dawn/infra/config/global/generated/
Dcr-buildbucket.cfg22 cipd_version: "refs/heads/master"
44 cipd_version: "refs/heads/master"
65 cipd_version: "refs/heads/master"
86 cipd_version: "refs/heads/master"
107 cipd_version: "refs/heads/master"
128 cipd_version: "refs/heads/master"
153 cipd_version: "refs/heads/master"
178 cipd_version: "refs/heads/master"
203 cipd_version: "refs/heads/master"
228 cipd_version: "refs/heads/master"
[all …]
/third_party/skia/third_party/externals/angle2/infra/config/generated/
Dcr-buildbucket.cfg23 cipd_version: "refs/heads/main"
67 cipd_version: "refs/heads/main"
111 cipd_version: "refs/heads/main"
155 cipd_version: "refs/heads/main"
199 cipd_version: "refs/heads/main"
244 cipd_version: "refs/heads/main"
290 cipd_version: "refs/heads/main"
336 cipd_version: "refs/heads/main"
382 cipd_version: "refs/heads/main"
428 cipd_version: "refs/heads/main"
[all …]
/third_party/skia/third_party/externals/tint/infra/config/global/generated/
Dcr-buildbucket.cfg22 cipd_version: "refs/heads/master"
43 cipd_version: "refs/heads/master"
64 cipd_version: "refs/heads/master"
85 cipd_version: "refs/heads/master"
106 cipd_version: "refs/heads/master"
131 cipd_version: "refs/heads/master"
156 cipd_version: "refs/heads/master"
181 cipd_version: "refs/heads/master"
206 cipd_version: "refs/heads/master"
231 cipd_version: "refs/heads/master"
[all …]
/third_party/rust/rust/tests/ui/
Dlambda-infer-unresolved.rs8 struct Refs { refs: Vec<isize> , n: isize } field
11 let mut e = Refs{refs: vec![], n: 0}; in main()
13 let x: &[isize] = &e.refs; in main()
/third_party/gn/src/gn/
Dcommand_refs.cc51 // already, it will not be recused into. When the set is null, all refs will be
86 // Prints refs of the given target (not the target itself). See
231 const char kRefs[] = "refs";
232 const char kRefs_HelpShort[] = "refs: Find stuff referencing a target or file.";
234 R"(gn refs
236 gn refs <out_dir> (<label_pattern>|<label>|<file>|@<response_file>)* [--all]
302 gn refs out/Debug //gn:gn
305 gn refs out/Debug //base:i18n --as=buildfile | xargs gvim
308 gn refs out/Debug //base --all
311 gn refs out/Debug "//base/*"
[all …]
/third_party/rust/rust/tests/ui/pattern/
Dissue-67776-match-same-name-enum-variant-refs.stderr2 --> $DIR/issue-67776-match-same-name-enum-variant-refs.rs:15:9
10 --> $DIR/issue-67776-match-same-name-enum-variant-refs.rs:17:9
16 --> $DIR/issue-67776-match-same-name-enum-variant-refs.rs:24:9
22 --> $DIR/issue-67776-match-same-name-enum-variant-refs.rs:26:9
28 --> $DIR/issue-67776-match-same-name-enum-variant-refs.rs:33:9
34 --> $DIR/issue-67776-match-same-name-enum-variant-refs.rs:35:9
/third_party/skia/infra/project-config/
Drefs.cfg1 # Refs configuration file. The documentation of the format can be found
2 # at https://luci-config.appspot.com/schemas/projects:refs.cfg.
4 refs {
5 name: "refs/heads/master"
/third_party/skia/m133/infra/project-config/
Drefs.cfg1 # Refs configuration file. The documentation of the format can be found
2 # at https://luci-config.appspot.com/schemas/projects:refs.cfg.
4 refs {
5 name: "refs/heads/master"
/third_party/mesa3d/src/gallium/frontends/nine/
Diunknown.c21 This->refs = 0; in NineUnknown_ctor()
26 This->refs = 0; in NineUnknown_ctor()
30 This->refs = 1; in NineUnknown_ctor()
34 This->has_bind_or_refs = This->bind + This->refs; in NineUnknown_ctor()
38 if (This->refs && This->device) in NineUnknown_ctor()
56 if (This->refs && This->device) /* Possible only if early exit after a ctor failed */ in NineUnknown_dtor()
103 r = p_atomic_inc_return(&This->refs); in NineUnknown_AddRef()
121 * the result as AddRef after Release while refs is 0 in NineUnknown_Release()
123 if (!p_atomic_read(&This->refs)) in NineUnknown_Release()
126 ULONG r = p_atomic_dec_return(&This->refs); in NineUnknown_Release()
[all …]
/third_party/skia/tests/
DGrThreadSafeCacheTest.cpp208 // Besides checking that the number of refs and cache hits and misses are as expected, this
747 /*hits*/ 0, /*misses*/ 1, /*refs*/ 1, /*id*/ 1)); in test_1()
751 /*hits*/ 1, /*misses*/ 1, /*refs*/ 2, /*id*/ 1)); in test_1()
780 /*hits*/ 0, /*misses*/ 1, /*refs*/ 1, /*id*/ 1)); in test_2()
784 /*hits*/ 1, /*misses*/ 1, /*refs*/ 2, /*id*/ 1)); in test_2()
788 /*hits*/ 2, /*misses*/ 1, /*refs*/ 3, /*id*/ 1)); in test_2()
817 /*hits*/ 0, /*misses*/ 1, /*refs*/ 1, /*id*/ 1)); in test_3()
821 /*hits*/ 1, /*misses*/ 1, /*refs*/ 2, /*id*/ 1)); in test_3()
850 /*hits*/ 0, /*misses*/ 1, /*refs*/ 1, /*id*/ 1)); in test_4()
855 /*hits*/ 0, /*misses*/ 2, /*refs*/ 2, /*id*/ 1)); in test_4()
[all …]

12345678910>>...54