OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sam
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_libc_test.cc
144
struct stat_and_more
sam
;
local
145
memset(&
sam
, 0xAB, sizeof(
sam
));
146
EXPECT_EQ(0u, internal_fstat(fd, &
sam
.st));
147
EXPECT_EQ(0xAB,
sam
.z);
148
EXPECT_NE(0xAB,
sam
.st.st_size);
149
EXPECT_NE(0,
sam
.st.st_size);
/src/external/ibm-public/postfix/dist/src/util/
inet_addr_local.c
171
struct sockaddr *sa, *
sam
;
local
195
sam
= ifa->ifa_netmask;
196
if (
sam
== 0) {
226
sam
->sa_len = sa->sa_family == AF_INET6 ?
230
sam
->sa_family = sa->sa_family;
231
inet_addr_list_append(mask_list,
sam
);
/src/external/gpl3/gcc/dist/gcc/
gimple-array-bounds.cc
355
special_array_member
sam
{ };
362
sam
= component_ref_sam_type (arg);
396
if (!warned &&
sam
== special_array_member::int_0)
415
&& (
sam
== special_array_member::trail_0
416
||
sam
== special_array_member::trail_1
417
||
sam
== special_array_member::trail_n)
pointer-query.cc
1871
/*
SAM
is set for array members that might need special treatment. */
1872
special_array_member
sam
;
1873
tree size = component_ref_size (cref, &
sam
);
1874
if (
sam
== special_array_member::int_0)
1876
else if (!pref->trail1special &&
sam
== special_array_member::trail_1)
tree.cc
13273
If non-null, set *
SAM
to the type of special array member.
13279
component_ref_size (tree ref, special_array_member *
sam
/* = NULL */)
13284
if (!
sam
)
13285
sam
= &sambuf;
13286
*
sam
= component_ref_sam_type (ref);
13308
if (*
sam
== special_array_member::int_n
13309
|| *
sam
== special_array_member::trail_n)
13317
&& *
sam
!= special_array_member::int_0)
13320
if (*
sam
== special_array_member::int_0)
13338
if (*
sam
!= special_array_member::int_0
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
gimple-array-bounds.cc
198
special_array_member
sam
{ };
230
if (tree refsize = component_ref_size (arg, &
sam
))
335
if (!warned &&
sam
== special_array_member::int_0)
pointer-query.cc
1855
/*
SAM
is set for array members that might need special treatment. */
1856
special_array_member
sam
;
local
1857
tree size = component_ref_size (cref, &
sam
);
1858
if (
sam
== special_array_member::int_0)
1860
else if (!pref->trail1special &&
sam
== special_array_member::trail_1)
tree.cc
12921
component_ref_size (tree ref, special_array_member *
sam
/* = NULL */)
12926
if (!
sam
)
12927
sam
= &sambuf;
12928
*
sam
= special_array_member::none;
12959
*
sam
= special_array_member::trail_0;
12962
*
sam
= special_array_member::int_0;
12982
*
sam
= special_array_member::trail_1;
13000
if (*
sam
!= special_array_member::int_0)
13020
if (*
sam
!= special_array_member::int_0)
13060
&& *
sam
!= special_array_member::int_0
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h
365
static Bits SignAndMagnitudeToBiased(const Bits &
sam
) {
366
if (kSignBitMask &
sam
) {
367
//
sam
represents a negative number.
368
return ~
sam
+ 1;
370
//
sam
represents a positive number.
371
return kSignBitMask |
sam
;
/src/sys/dev/ic/
stireg.h
229
uint32_t
sam
: 1; /* ? */
member in struct:sti_mon
Completed in 232 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026