Home
last modified time | relevance | path

Searched refs:input (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.2/kernel/src/libs/
Dstdlib.c9 const char *ltoa(long input) in ltoa() argument
14 int neg = input < 0; in ltoa()
15 unsigned long n = neg ? -input : input; in ltoa()
/DragonOS-0.1.2/tools/
Dbatch_delete_loop.py3 start = int(input("Start from: "))
4 end = int(input("End at: "))
/DragonOS-0.1.2/kernel/src/common/
Dstdlib.h9 const char* ltoa(long input);
/DragonOS-0.1.2/kernel/
Dcbindgen.toml317 # A rule to use to rename function argument names. The renaming assumes the input
346 # A rule to use to rename struct field names. The renaming assumes the input is
419 # for how this applies to fields. Renaming of the variant assumes that the input