OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abss
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/ext2fs/
dosio.c
88
unsigned long
abss
;
local
91
abss
= (lba_addr >> 9) + part->start;
92
chs->cyl =
abss
/ (part->sects * part->heads);
93
chs->head = (
abss
/ part->sects) % part->heads;
94
chs->sector = (
abss
% part->sects) + 1;
/external/icu4c/test/intltest/
apicoll.cpp
149
UnicodeString
abss
=UNICODE_STRING_SIMPLE("\\x61\\x62\\xdf").unescape();
local
152
uiter_setReplaceable(&abssIter, &
abss
);
[
all
...]
Completed in 37 milliseconds