OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Range
(Results
1 - 20
of
20
) sorted by relevancy
/src/sys/lib/libunwind/
AddressSpace.hpp
61
rangeCmp, rangeCmpKey, offsetof(
Range
, range_link), NULL
64
dsoTableCmp, dsoTableCmpKey, offsetof(
Range
, dso_link), NULL
245
Range
*n;
248
n = (
Range
*)rb_tree_find_node(&segmentTree, &pc);
286
Range
*n = (
Range
*)malloc(sizeof(*n));
295
if (static_cast<
Range
*>(rb_tree_insert_node(&segmentTree, n)) == n) {
306
Range
*n = static_cast<
Range
*>(rb_tree_find_node(&segmentTree, &pcStart));
326
Range
*n
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingBuffer.c
26
#define PROFILE_RANGE_SIZE(
Range
) (
Range
##End -
Range
##Begin)
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_handlers_cxx.cc
63
<<
Range
(Pointer, Pointer + sizeof(uptr), "possibly invalid vptr");
67
<<
Range
(Pointer, Pointer + sizeof(uptr), "invalid vptr");
72
<<
Range
(Pointer, Pointer + sizeof(uptr), "vptr for %0");
80
<<
Range
(Pointer, Pointer + sizeof(uptr),
ubsan_diag.h
102
/// \brief Annotation for a
range
of locations in a diagnostic.
103
class
Range
{
108
Range
() : Start(), End(), Text() {}
109
Range
(MemoryLocation Start, MemoryLocation End, const char *Text)
189
Range
Ranges[MaxRanges];
198
Diag &AddRange(
Range
A) {
220
Diag &operator<<(const
Range
&R) { return AddRange(R); }
ubsan_diag.cc
226
/// Find the earliest-starting
range
in Ranges which ends after Loc.
227
static
Range
*upperBound(MemoryLocation Loc,
Range
*Ranges,
229
Range
*Best = 0;
250
Range
*Ranges, unsigned NumRanges,
283
Range
*InRange = upperBound(Min, Ranges, NumRanges);
318
// FIXME: We only support naming one
range
for now!
331
// * If we have a pointer-size, pointer-aligned
range
highlighted,
332
// determine whether the value of that
range
is a pointer to an
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/
k3-am64.dtsi
91
/* MCU Domain
Range
*/
k3-am65.dtsi
75
/* MCUSS
Range
*/
k3-j7200.dtsi
134
/* MCUSS_WKUP
Range
*/
k3-j721e.dtsi
146
/* MCUSS_WKUP
Range
*/
/src/common/dist/zlib/contrib/ada/
mtest.adb
28
subtype Visible_Symbols is Stream_Element
range
16#20# .. 16#7E#;
114
for J in Buffer'
Range
loop
read.adb
48
is Stream_Element
range
16#20# .. 16#7E#;
117
for Level in ZLib.Compression_Level'
Range
loop
test.adb
202
subtype Visible_Symbols is Stream_Element
range
16#20# .. 16#7E#;
296
for Level in ZLib.Compression_Level'
Range
loop
/src/sys/arch/prep/pnpbus/
pnpbus.c
169
io->minbase = (p->
Range
[0] | (p->
Range
[1] << 8)) & 0x3ff;
/src/sys/arch/ibmnws/include/
pnp.h
217
#define L1_Packet 0x81 /* Memory
range
*/
228
#define L6_Packet 0x86 /* 32-bit Fixed Loc Mem
Range
Desc */
514
/* bit(7:1) cmd in
range
x31-x37 */
515
/* bit(7:0) cmd in
range
x28-x3f (opt)*/
565
unsigned char
Range
[2]; /* base address 10 bits */
585
struct _L1_Pack{ /* MEMORY
RANGE
PACKET */
/src/sys/arch/prep/include/
pnp.h
217
#define L1_Packet 0x81 /* Memory
range
*/
228
#define L6_Packet 0x86 /* 32-bit Fixed Loc Mem
Range
Desc */
539
/* bit(7:1) cmd in
range
x31-x37 */
540
/* bit(7:0) cmd in
range
x28-x3f (opt)*/
590
unsigned char
Range
[2]; /* base address 10 bits */
610
struct _L1_Pack{ /* MEMORY
RANGE
PACKET */
/src/sys/arch/prep/prep/
residual.c
770
ioport = (p->
Range
[0] | (p->
Range
[1] << 8)) & 0x3ff;
1126
printf(" Memory
Range
:\n");
/src/sys/external/bsd/acpica/dist/include/
actbl1.h
1433
UINT64
Range
;
2212
ACPI_HMAT_TYPE_ADDRESS_RANGE = 0, /* Memory subsystem address
range
*/
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/apm/
apm-shadowcat.dtsi
119
ranges = <0 0 0 0x79000000 0x0 0x800000>; /* MSI
Range
*/
625
bus-
range
= <0x00 0xff>;
651
bus-
range
= <0x00 0xff>;
/src/sys/arch/m68k/060sp/dist/
pfpsp.s
6051
# Shift value is > 65 and out of
range
. All bits are shifted off.
7365
# NORMs(in
range
) can be stored out by a simple "fmov.s"
7603
# NORMs(in
range
) can be stored out by a simple "fmov.d"
9189
# The destination was In
Range
and the source was a ZERO. The result,
9209
# The destination was an INF w/ an In
Range
or ZERO source, the result is
12291
# According to the index value in d1 which can
range
from zero #
13208
mov.l (%sp),%d1 # load expA for
range
test
fpsp.s
7618
# an exponent of $3fff and is returned in fp0. The
range
of #
9346
# check
range
of offset
9350
cmpi.b %d1,&0x0a # check
range
$01 - $0a
9351
ble.b z_val # if in this
range
, return zero
9352
cmpi.b %d1,&0x0e # check
range
$0b - $0e
9353
ble.b sm_tbl # valid constants in this
range
9354
cmpi.b %d1,&0x2f # check
range
$10 - $2f
9355
ble.b z_val # if in this
range
, return zero
9356
cmpi.b %d1,&0x3f # check
range
$30 - $3f
9357
ble.b bg_tbl # valid constants in this
range
[
all
...]
Completed in 81 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025