OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Given
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
report.py
254
""" Generate a unique sequence of crashes from
given
output directory. """
263
""" Generate a unique sequence of bugs from
given
output directory.
287
""" Reads and merges all .sarif files in the
given
output directory.
299
Given
a SARIF object, checks its dictionary entries for a 'message' property.
326
Given
a SARIF message object, checks if the text property contains an embedded link and
/src/usr.bin/make/unit-tests/
varparse-errors.mk
54
#
Given
that this is an edge case and the error message is wrong and thus
/src/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/
cnd_sub_n.asm
61
C *
Given
that we have a dedicated cnd_add_n, it might look strange that this
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/fast_float/
README.md
37
Given
a successful parse, the pointer (`ptr`) in the returned value is set to point right after the
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
README.md
30
Given
a successful parse, the pointer (`ptr`) in the returned value is set to point right after the
/src/external/gpl3/gdb/dist/gdb/
gdbarch_components.py
1141
file
given
by LM_ADDR. If that block of thread-local storage hasn't
1240
Given
a pointer for the architecture, this hook removes all the
1259
Given
a pointer for the architecture, this hook removes all the
1278
Given
a pointer for the architecture, this hook removes all the
1470
is defined to return a non-zero value if either the
given
addr is one
1684
Given
a bfd OBFD, segment ADDRESS and SIZE, create a memory tag section to be dumped to a core file
1694
Given
a memory tag section OSEC, fill OSEC's contents with the appropriate tag data
2370
True if the
given
ADDR does not contain the instruction sequence
2780
Return a string containing any flags for the
given
PC in the
given
FRAME
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
gdbarch_components.py
1141
file
given
by LM_ADDR. If that block of thread-local storage hasn't
1239
Given
a pointer for the architecture, this hook removes all the
1433
is defined to return a non-zero value if either the
given
addr is one
1647
Given
a bfd OBFD, segment ADDRESS and SIZE, create a memory tag section to be dumped to a core file
1657
Given
a memory tag section OSEC, fill OSEC's contents with the appropriate tag data
2333
True if the
given
ADDR does not contain the instruction sequence
2743
Return a string containing any flags for the
given
PC in the
given
FRAME.
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
utf.d
262
Check whether the
given
Unicode code point is valid.
1035
Given
`index` into `str` and assuming that `index` is at the start
1084
Given
a UCS index `n` into `str`, returns the UTF index.
1471
// For the
given
range, code unit values less than this
numeric.d
1076
*
Given
a function `f` and a range `[a .. b]` such that `f(a)`
1699
Given
a function `f` and a range `(ax .. bx)`,
2505
needed. The examples above are
given
with words, but any sequences
2657
Constructs an object
given
two ranges `s` and `t` and a penalty
2939
The greatest common divisor of the
given
arguments.
3220
The least common multiple of the
given
arguments.
/src/external/mit/isl/dist/doc/
implementation.tex
108
basic set or basic relation that contains a
given
set or relation.
115
expensive to compute
given
only an implicit representation.
195
Given
some affine constraints on the variables,
250
If a
given
$x_i$ is a column variable, then the corresponding row
404
Given
an equality involving at least one unknown, we pivot
675
introduction of many integer divisions. Within a
given
context,
812
Given
a valid solution for the original problem, we need to find
821
Conversely,
given
a solution to the new problem, we need to find
878
That is,
given
a relation $R$, we will compute a relation $T$
1651
This is a reasonable assumption if $R$ maps elements of a
given
[
all
...]
/src/external/bsd/jemalloc/dist/bin/
jeprof.in
184
--add_lib=<file> Read additional symbols and line info from the
given
library
201
--symbols Print demangled symbol names found at
given
addresses
612
# each stack trace so a
given
entry exists at most once.
627
# (only matters when --heapcheck is
given
but we must be
1077
Generates callgrind file. If no filename is
given
, kcachegrind is called.
2234
# Dot sometimes segfaults if
given
edge weights that are too large, so
2330
*
Given
an unique existing element with id "viewport", including the
2410
* Instance an SVGPoint object with
given
event coordinates.
3100
# Reduce profile to granularity
given
by user
3417
# Reads a symbol map from the file handle name
given
as $1, returnin
[
all
...]
/src/external/bsd/jemalloc.old/dist/bin/
jeprof.in
184
--add_lib=<file> Read additional symbols and line info from the
given
library
201
--symbols Print demangled symbol names found at
given
addresses
599
# each stack trace so a
given
entry exists at most once.
614
# (only matters when --heapcheck is
given
but we must be
1062
Generates callgrind file. If no filename is
given
, kcachegrind is called.
2219
# Dot sometimes segfaults if
given
edge weights that are too large, so
2315
*
Given
an unique existing element with id "viewport", including the
2395
* Instance an SVGPoint object with
given
event coordinates.
3039
# Reduce profile to granularity
given
by user
3356
# Reads a symbol map from the file handle name
given
as $1, returnin
[
all
...]
/src/external/gpl3/binutils/dist/gprofng/doc/
texinfo.tex
33
% The texinfo.tex in any
given
distribution could well be out
807
% (if RIGHT-TEXT is
given
, use TEXT for left page, RIGHT-TEXT for right;
2905
%
Given
-foo (with a single dash), we do not want to allow a break
2919
% E.g.,
given
--posix, we do not want to allow a break after either -.
2920
%
Given
--foo-bar, we do want to allow a break between the - and the b.
2981
% arg (if
given
), and not the url (which is then just the link target).
3004
\unhbox0 % third arg
given
, show only that
3034
\urefcode{#1}% only url
given
, so show it
4214
% If we were
given
no argument, pretend we were
given
`1'
[
all
...]
/src/external/gpl3/binutils.old/dist/gprofng/doc/
texinfo.tex
33
% The texinfo.tex in any
given
distribution could well be out
807
% (if RIGHT-TEXT is
given
, use TEXT for left page, RIGHT-TEXT for right;
2905
%
Given
-foo (with a single dash), we do not want to allow a break
2919
% E.g.,
given
--posix, we do not want to allow a break after either -.
2920
%
Given
--foo-bar, we do want to allow a break between the - and the b.
2981
% arg (if
given
), and not the url (which is then just the link target).
3004
\unhbox0 % third arg
given
, show only that
3034
\urefcode{#1}% only url
given
, so show it
4214
% If we were
given
no argument, pretend we were
given
`1'
[
all
...]
/src/external/gpl3/gcc/dist/gcc/doc/include/
texinfo.tex
33
% The texinfo.tex in any
given
distribution could well be out
762
% (if RIGHT-TEXT is
given
, use TEXT for left page, RIGHT-TEXT for right;
2947
% E.g.,
given
--posix, we do not want to allow a break after either -.
2948
%
Given
--foo-bar, we do want to allow a break between the - and the b.
2961
%
Given
-foo (with a single dash), we do not want to allow a break
3015
% arg (if
given
), and not the url (which is then just the link target).
3038
\unhbox0 % third arg
given
, show only that
3068
\urefcode{#1}% only url
given
, so show it
4236
% If we were
given
no argument, pretend we were
given
`1'
[
all
...]
/src/external/lgpl3/mpc/dist/build-aux/
texinfo.tex
33
% The texinfo.tex in any
given
distribution could well be out
807
% (if RIGHT-TEXT is
given
, use TEXT for left page, RIGHT-TEXT for right;
2917
%
Given
-foo (with a single dash), we do not want to allow a break
2931
% E.g.,
given
--posix, we do not want to allow a break after either -.
2932
%
Given
--foo-bar, we do want to allow a break between the - and the b.
2993
% arg (if
given
), and not the url (which is then just the link target).
3016
\unhbox0 % third arg
given
, show only that
3046
\urefcode{#1}% only url
given
, so show it
4226
% If we were
given
no argument, pretend we were
given
`1'
[
all
...]
/src/external/lgpl3/mpfr/dist/doc/
texinfo.tex
33
% The texinfo.tex in any
given
distribution could well be out
765
% (if RIGHT-TEXT is
given
, use TEXT for left page, RIGHT-TEXT for right;
2932
%
Given
-foo (with a single dash), we do not want to allow a break
2946
% E.g.,
given
--posix, we do not want to allow a break after either -.
2947
%
Given
--foo-bar, we do want to allow a break between the - and the b.
3008
% arg (if
given
), and not the url (which is then just the link target).
3031
\unhbox0 % third arg
given
, show only that
3061
\urefcode{#1}% only url
given
, so show it
4238
% If we were
given
no argument, pretend we were
given
`1'
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/
package.d
172
property of a
given
normalization form.
429
of a code point.
Given
the the codespace of about 1 million $(CODEPOINTS),
5520
the amount of bits required to represent a
given
type
5521
or a return type of a
given
functor.
6173
//test if a
given
string starts with hex number of maxDigit that's a valid codepoint
6810
Fetch a set of $(CODEPOINTS) that have the
given
hangul syllable type.
6890
Parse unicode codepoint set from
given
`range` using standard regex
7429
/// Gets a $(CODEPOINT) at the
given
index in this cluster.
7437
Writes a $(CODEPOINT) `ch` at
given
index in this cluster.
8697
// canonically recompose
given
slice of code points, works in-place and mutates dat
[
all
...]
Completed in 153 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026