OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tib
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/com32/hdt/
hdt-util.c
41
int
tib
= gib >> 10;
local
43
if (
tib
> 0)
44
sprintf(buffer, "%3d.%02d
TiB
",
tib
,sub(gib));
86
int
tib
= gib / 1000;
local
88
if (
tib
> 0)
89
sprintf(buffer, "%3d.%02d TB",
tib
,sub_dec(gib));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_os2.h
57
PTIB
tib
;
local
66
DosGetInfoBlocks(&
tib
, &pib);
67
return
tib
->tib_ptib2->tib2_ultid;
Completed in 601 milliseconds