OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tags
(Results
1 - 25
of
486
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/gpl3/gdb/dist/gdb/arch/
aarch64-mte-linux.c
25
aarch64_mte_pack_tags (gdb::byte_vector &
tags
)
28
if (
tags
.empty ())
31
/* If the
tags
vector has an odd number of elements, add another
33
if ((
tags
.size () % 2) != 0)
34
tags
.emplace_back (0);
36
for (int unpacked = 0, packed = 0; unpacked <
tags
.size ();
38
tags
[packed] = (
tags
[unpacked + 1] << 4) |
tags
[unpacked];
41
tags
.resize (tags.size () / 2)
[
all
...]
aarch64-mte-linux.h
47
/* Given a
TAGS
vector containing 1 MTE tag per byte, pack the data as
48
2
tags
per byte and resize the vector. */
49
extern void aarch64_mte_pack_tags (gdb::byte_vector &
tags
);
51
/* Given a
TAGS
vector containing 2 MTE
tags
per byte, unpack the data as
54
extern void aarch64_mte_unpack_tags (gdb::byte_vector &
tags
, bool skip_first);
/src/external/mit/libcbor/dist/docs/doxygen/search/
files_a.js
3
['tags_2ec',['
tags
.c',['../tags_8c.html',1,'']]],
4
['tags_2eh',['
tags
.h',['../tags_8h.html',1,'']]]
/src/external/gpl3/gdb.old/dist/gdb/arch/
aarch64-mte-linux.c
25
aarch64_mte_pack_tags (gdb::byte_vector &
tags
)
28
if (
tags
.empty ())
31
/* If the
tags
vector has an odd number of elements, add another
33
if ((
tags
.size () % 2) != 0)
34
tags
.emplace_back (0);
36
for (int unpacked = 0, packed = 0; unpacked <
tags
.size ();
38
tags
[packed] = (
tags
[unpacked + 1] << 4) |
tags
[unpacked];
41
tags
.resize (tags.size () / 2)
[
all
...]
/src/sys/arch/dreamcast/
Makefile
3
# Makefile for dreamcast
tags
file and boot blocks
7
TDREAMCAST= ../dreamcast/
tags
11
# Directories in which to place
tags
links
14
.include "../../kern/Make.
tags
.inc"
16
tags
:
26
(cd $$i && rm -f
tags
; ln -s ../
tags
tags
); done
/src/sys/arch/epoc32/
Makefile
3
# Makefile for epoc32
tags
file and boot blocks
5
TEPOC32= ../epoc32/
tags
10
# Directories in which to place
tags
links
13
.include "../../kern/Make.
tags
.inc"
15
tags
:
25
cd $$i && rm -f
tags
; ln -s ../
tags
tags
; done
/src/sys/arch/evbsh3/
Makefile
3
# Makefile for evbsh3
tags
file and boot blocks
7
TEVBSH3= ../evbsh3/
tags
11
# Directories in which to place
tags
links
14
.include "../../kern/Make.
tags
.inc"
16
tags
:
26
(cd $$i && rm -f
tags
; ln -s ../
tags
tags
); done
/src/sys/arch/hpcsh/
Makefile
3
# Makefile for hpcsh
tags
file and boot blocks
7
TEVBSH3= ../hpcsh/
tags
11
# Directories in which to place
tags
links
14
.include "../../kern/Make.
tags
.inc"
16
tags
:
26
(cd $$i && rm -f
tags
; ln -s ../
tags
tags
); done
/src/sys/arch/mmeye/
Makefile
3
# Makefile for mmeye
tags
file and boot blocks
7
TMMEYE= ../mmeye/
tags
11
# Directories in which to place
tags
links
14
.include "../../kern/Make.
tags
.inc"
16
tags
:
26
(cd $$i && rm -f
tags
; ln -s ../
tags
tags
); done
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
nouveau_nvkm_core_memory.c
39
struct nvkm_tags *
tags
= *ptags;
local
40
if (
tags
) {
42
if (refcount_dec_and_test(&
tags
->refcount)) {
43
nvkm_mm_free(&fb->
tags
, &
tags
->mn);
44
kfree(memory->
tags
);
45
memory->
tags
= NULL;
58
struct nvkm_tags *
tags
;
local
61
if ((
tags
= memory->
tags
)) {
[
all
...]
/src/external/bsd/tre/dist/lib/
tre-compile.h
17
int *
tags
;
member in struct:__anon8188
/src/external/mpl/bind/dist/bin/tests/system/selftest/
tests_zone_analyzer.py
71
and return all
tags
expected from ZoneAnalyzer
73
tags
= LABEL2TAGS[name[0]].copy()
77
tags
.add("occluded")
79
if "occluded" not in
tags
:
80
tags
.add("all_existing_names")
81
if "delegations" in
tags
:
83
tags
.add("reachable_delegations")
84
elif "dnames" in
tags
:
85
tags
.add("reachable")
86
tags
.add("reachable_dnames"
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
attribute.d
237
string[]
tags
;
239
this(string[]
tags
...)
241
this.
tags
=
tags
;
/src/external/gpl3/gdb/dist/gdb/nat/
aarch64-mte-linux-ptrace.h
33
/* Maximum number of
tags
to pass at once to the kernel. */
36
/* Read the allocation
tags
from memory range [ADDRESS, ADDRESS + LEN)
37
into
TAGS
.
41
gdb::byte_vector &
tags
);
43
/* Write the allocation
tags
contained in
TAGS
into the memory range
48
const gdb::byte_vector &
tags
);
/src/external/gpl3/gdb.old/dist/gdb/nat/
aarch64-mte-linux-ptrace.h
33
/* Maximum number of
tags
to pass at once to the kernel. */
36
/* Read the allocation
tags
from memory range [ADDRESS, ADDRESS + LEN)
37
into
TAGS
.
41
gdb::byte_vector &
tags
);
43
/* Write the allocation
tags
contained in
TAGS
into the memory range
48
const gdb::byte_vector &
tags
);
/src/sys/arch/acorn32/
Makefile
3
# Makefile for acorn32
tags
file and boot blocks
5
TACORN32= ../acorn32/
tags
10
# Directories in which to place
tags
links
13
.include "../../kern/Make.
tags
.inc"
15
tags
:
25
cd $$i && rm -f
tags
; ln -s ../
tags
tags
; done
/src/sys/arch/amiga/
Makefile
3
# Makefile for amiga
tags
file and boot blocks
5
TAMIGA= ${SYSDIR}/arch/amiga/
tags
10
# Directories in which to place
tags
links
13
.include "../../kern/Make.
tags
.inc"
15
# Find where m68k source files are for inclusion in
tags
18
tags
:
28
cd ${.CURDIR}/$$i && rm -f
tags
; ln -s ../
tags
tags
; done
/src/sys/arch/cats/
Makefile
3
# Makefile for cats
tags
file and boot blocks
5
# Find where ARM source files are for inclusion in
tags
8
TCATS= ${SYSDIR}/arch/cats/
tags
12
# Directories in which to place
tags
links
15
.include "../../kern/Make.
tags
.inc"
17
tags
:
29
cd $$i && rm -f
tags
; ln -s ../
tags
tags
; done
/src/sys/arch/emips/
Makefile
3
# Makefile for emips
tags
file and boot blocks
5
# Find where mips source files are for inclusion in
tags
8
TEMIPS= ../emips/
tags
13
# Directories in which to place
tags
links
16
.include "../../kern/Make.
tags
.inc"
18
tags
:
27
cd $$i && rm -f
tags
; ln -s ../
tags
tags
; done
/src/sys/arch/hp300/
Makefile
3
# Makefile for hp300
tags
file and boot blocks
5
# Find where m68k source files are for inclusion in
tags
8
THP300= ../hp300/
tags
13
# Directories in which to place
tags
links
16
.include "../../kern/Make.
tags
.inc"
18
tags
:
28
cd $$i && rm -f
tags
; ln -s ../
tags
tags
; done
/src/sys/arch/hpcarm/
Makefile
3
# Makefile for hpcarm
tags
file and boot blocks
5
THPCARM= ../hpcarm/
tags
11
# Directories in which to place
tags
links
14
.include "../../kern/Make.
tags
.inc"
16
tags
:
26
cd $$i && rm -f
tags
; ln -s ../
tags
tags
; done
/src/sys/arch/iyonix/
Makefile
3
# Makefile for iyonix
tags
file and boot blocks
5
# Find where ARM source files are for inclusion in
tags
8
TIYONIX= ${SYSDIR}/arch/iyonix/
tags
12
# Directories in which to place
tags
links
15
.include "../../kern/Make.
tags
.inc"
17
tags
:
29
cd $$i && rm -f
tags
; ln -s ../
tags
tags
; done
/src/sys/arch/luna68k/
Makefile
3
# Makefile for luna68k
tags
file
5
# Find where m68k source files are for inclusion in
tags
8
TLUNA68K= ../luna68k/
tags
13
# Directories in which to place
tags
links
16
.include "../../kern/Make.
tags
.inc"
18
tags
:
28
cd $$i && rm -f
tags
; ln -s ../
tags
tags
; done
/src/sys/arch/mipsco/
Makefile
3
# Makefile for mipsco
tags
file
5
# Find where mips source files are for inclusion in
tags
8
TMIPSCO= ../mipsco/
tags
13
# Directories in which to place
tags
links
16
.include "../../kern/Make.
tags
.inc"
18
tags
:
28
cd $$i && rm -f
tags
; ln -s ../
tags
tags
; done
/src/sys/arch/netwinder/
Makefile
3
# Makefile for netwinder
tags
file and boot blocks
7
TNETWINDER= ${SYSDIR}/arch/netwinder/
tags
13
# Directories in which to place
tags
links
16
.include "../../kern/Make.
tags
.inc"
18
tags
:
30
cd $$i && rm -f
tags
; ln -s ../
tags
tags
; done
Completed in 42 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Mon Mar 02 05:31:46 UTC 2026