Home
last modified time | relevance | path

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

12345678910>>...50

/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/node/deps/npm/node_modules/@npmcli/git/lib/
Dlines-to-revs.js9 refs: {}, property
17 Object.keys(revs.refs).forEach(ref => {
18 const doc = revs.refs[ref]
30 Object.keys(revs.refs).filter(ref => ref.endsWith('^{}')).forEach(ref => {
31 const peeled = revs.refs[ref]
32 const unpeeled = revs.refs[ref.replace(/\^\{\}$/, '')]
35 delete revs.refs[ref]
44 const HEAD = revs.refs.HEAD || /* istanbul ignore next */ {}
51 if (revs.refs.latest && ver.sha === revs.refs.latest.sha) {
55 if (!revs.refs.latest) {
[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/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/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/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/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()
Dvf_yadif.c196 int refs = s->cur->linesize[td->plane]; in filter_slice() local
209 uint8_t *prev = &s->prev->data[td->plane][y * refs]; in filter_slice()
210 uint8_t *cur = &s->cur ->data[td->plane][y * refs]; in filter_slice()
211 uint8_t *next = &s->next->data[td->plane][y * refs]; in filter_slice()
216 y + 1 < td->h ? refs : -refs, in filter_slice()
217 y ? -refs : refs, in filter_slice()
220 y + 1 < td->h ? refs : -refs, in filter_slice()
221 y ? -refs : refs, in filter_slice()
225 &s->cur->data[td->plane][y * refs], td->w * df); in filter_slice()
/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/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/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/node/deps/npm/node_modules/libnpmdiff/lib/
Duntar.js8 // files and refs are mutating params
10 const untar = ({ files, refs }, { filterFiles, item, prefix }) => { field
50 refs.set(`${prefix}${key}`, {
66 const refs = new Map() constant
74 refs, property
83 const allRefs = [...refs.values()]
92 refs,
/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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/
DCONTRIBUTING.md132 * Make sure that the `upstream` remote is set to fetch from the `refs/pull`
137 +refs/heads/*:refs/remotes/upstream/*
138 +refs/pull/*/head:refs/remotes/upstream/pr/*
141 * If the line `+refs/pull/*/head:refs/remotes/upstream/pr/*` is not present in
145 git config --local --add remote.upstream.fetch '+refs/pull/*/head:refs/remotes/upstream/pr/*'
159 * Fetch all pull requests refs:
/third_party/skia/third_party/externals/spirv-tools/
DCONTRIBUTING.md132 * Make sure that the `upstream` remote is set to fetch from the `refs/pull`
137 +refs/heads/*:refs/remotes/upstream/*
138 +refs/pull/*/head:refs/remotes/upstream/pr/*
141 * If the line `+refs/pull/*/head:refs/remotes/upstream/pr/*` is not present in
145 git config --local --add remote.upstream.fetch '+refs/pull/*/head:refs/remotes/upstream/pr/*'
159 * Fetch all pull requests refs:
/third_party/typescript/src/testRunner/unittests/tscWatch/
DprojectsWithReferences.ts78 TestFSWithWatch.getTsBuildProjectFile("transitiveReferences", "refs/a.d.ts"),
98 …nt: sys.readFile(TestFSWithWatch.getTsBuildProjectFilePath("transitiveReferences", "refs/a.d.ts"))!
106 ….getTsBuildProjectFilePath("transitiveReferences", "tsconfig.c.json"), { "@ref/*": ["./refs/*"] }),
116 ….getTsBuildProjectFilePath("transitiveReferences", "tsconfig.b.json"), { "@ref/*": ["./refs/*"] }),
166 TestFSWithWatch.getTsBuildProjectFile("transitiveReferences", "refs/a.d.ts"),
200 compilerOptions: { baseUrl: "./", paths: { "@ref/*": ["../refs/*"] } },
221 TestFSWithWatch.getTsBuildProjectFile("transitiveReferences", "refs/a.d.ts"),
241 …nt: sys.readFile(TestFSWithWatch.getTsBuildProjectFilePath("transitiveReferences", "refs/a.d.ts"))!
249 …getTsBuildProjectFilePath("transitiveReferences", "c/tsconfig.json"), { "@ref/*": ["../refs/*"] }),
259 …getTsBuildProjectFilePath("transitiveReferences", "b/tsconfig.json"), { "@ref/*": ["../refs/*"] }),
[all …]
/third_party/FreeBSD/sys/kern/
Dsubr_kobj.c147 * Increment refs to make sure that the ops table is not freed. in kobj_class_compile_static()
149 cls->refs++; in kobj_class_compile_static()
218 if (cls->refs == 0) { in kobj_class_free()
260 cls->refs++; in kobj_init_common()
303 int refs; in kobj_delete() local
312 cls->refs--; in kobj_delete()
313 refs = cls->refs; in kobj_delete()
316 if (!refs) in kobj_delete()
/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/gn/infra/config/
Dmain.star51 cipd_version = "refs/heads/main",
75 refs = ["refs/heads/main"],
83 refs = ["refs/heads/main"],
113 refs = ["refs/heads/main"],

12345678910>>...50