Home
last modified time | relevance | path

Searched refs:uppercase (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dmalloc_io.c58 static char *u2s(uintmax_t x, unsigned base, bool uppercase, char *s,
65 static char *x2s(uintmax_t x, bool alt_form, bool uppercase, char *s,
235 u2s(uintmax_t x, unsigned base, bool uppercase, char *s, size_t *slen_p) { in u2s() argument
249 const char *digits = (uppercase) in u2s()
260 const char *digits = (uppercase) in u2s()
316 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p) { in x2s() argument
317 s = u2s(x, 16, uppercase, s, slen_p); in x2s()
321 memcpy(s, uppercase ? "0X" : "0x", 2); in x2s()
/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/
H A Dcpus.txt21 name with all uppercase letters converted to lowercase, indicates that
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dcnxt,cx92755-pinctrl.txt60 is an uppercase character from 'A' to 'R', and y is a digit from 0 to 7.
/f-stack/dpdk/doc/guides/contributing/
H A Dcoding_style.rst116 …ones that have side effects), and the names of macros for manifest constants, are all in uppercase.
119 …a function, the function name is all in lowercase and the macro has the same name all in uppercase.
183 * Enumeration values are all uppercase.
227 * Do not use uppercase letters - either in the form of ALL_UPPERCASE, or CamelCase - in variable na…
538 * Do not use uppercase letters - either in the form of ALL_UPPERCASE, or CamelCase - in function na…
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim2031 " simple module to uppercase/lowercase strings in the nginx config
/f-stack/app/nginx-1.16.1/
H A DCHANGES1567 *) Change: URI escaping now uses uppercase hexadecimal digits.
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt7715 non-hex prefix (such as "PNP" or "ACPI") must be uppercase, and the
14291 U is an uppercase letter and N is a hex digit.
17058 uppercase letters and 4 hex digits.