Searched refs:dgt (Results 1 – 5 of 5) sorted by relevance
/third_party/uboot/u-boot-2020.01/lib/ |
D | tiny-printf.c | 30 static void out_dgt(struct printf_info *info, char dgt) in out_dgt() argument 32 out(info, dgt + (dgt < 10 ? '0' : 'a' - 10)); in out_dgt() 39 unsigned char dgt = 0; in div_out() local 43 dgt++; in div_out() 46 if (info->zs || dgt > 0) in div_out() 47 out_dgt(info, dgt); in div_out()
|
/third_party/toybox/lib/ |
D | lib.c | 1107 int human_readable_long(char *buf, unsigned long long num, int dgt, int style) in human_readable_long() argument 1115 for (unit = 0; snprintf(0, 0, "%llu", num)>dgt; unit++) in human_readable_long()
|
D | lib.h | 280 int human_readable_long(char *buf, unsigned long long num, int dgt, int style);
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 281 int human_readable_long(char *buf, unsigned long long num, int dgt, int style);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenAsmMatcher.inc | 4346 "dgt\005tdgti\003tdi\004tdle\005tdlei\005tdlge\006tdlgei\005tdlgt\006tdl"
|