OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ext2
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/m68k/m68k/
db_disasm.c
338
u_short
ext2
;
local
341
ext2
= *(dbuf->val + 2);
351
PRINT_DREG(dbuf, BITFIELD(
ext2
,2,0));
356
PRINT_DREG(dbuf, BITFIELD(
ext2
,8,6));
365
if (ISBITSET(
ext2
,15))
366
PRINT_AREG(dbuf, BITFIELD(
ext2
,14,12));
368
PRINT_DREG(dbuf, BITFIELD(
ext2
,14,12));
/src/tests/lib/libprop/
t_proplib.c
165
char *
ext2
;
local
169
ext2
= prop_dictionary_externalize(dict2);
170
ATF_REQUIRE(
ext2
!= NULL);
171
ATF_REQUIRE_STREQ(ext1,
ext2
);
173
free(
ext2
);
Completed in 26 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026