Searched refs:MiDi (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libgcc/config/libbid/
H A Dbid64_string.c49 UINT32 MiDi[12], *ptr; local
150 of MiDi returned. Note that the character sequence
154 Millenial Digits "MiDi" and then uses table lookup to get the
185 ptr = MiDi;
187 len = ptr - MiDi;
191 /* now convert the MiDi into character strings */
192 __L0_MiDi2Str_Lead (MiDi[0], c_ptr);
194 __L0_MiDi2Str (MiDi[k_lcv], c_ptr);
H A Dbid128_string.c60 UINT32 MiDi[12], *ptr; local
163 of MiDi returned. Note that the character sequence
167 Millenial Digits "MiDi" and then uses table lookup to get the
200 ptr = MiDi;
207 len = ptr - MiDi;
211 /* now convert the MiDi into character strings */
212 __L0_MiDi2Str_Lead (MiDi[0], c_ptr);
214 __L0_MiDi2Str (MiDi[k_lcv], c_ptr);

Completed in 114 milliseconds