Home
last modified time | relevance | path

Searched defs:c (Results 1 – 18 of 18) sorted by relevance

/include/linux/
A Dctype.h23 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) argument
24 #define iscntrl(c) ((__ismask(c)&(_C)) != 0) argument
25 #define isdigit(c) ((__ismask(c)&(_D)) != 0) argument
27 #define islower(c) ((__ismask(c)&(_L)) != 0) argument
29 #define ispunct(c) ((__ismask(c)&(_P)) != 0) argument
30 #define isspace(c) ((__ismask(c)&(_S)) != 0) argument
31 #define isupper(c) ((__ismask(c)&(_U)) != 0) argument
38 #define isblank(c) (c == ' ' || c == '\t') argument
41 #define toascii(c) (((unsigned char)(c))&0x7f) argument
57 #define tolower(c) __tolower(c) argument
[all …]
A Dutf.h9 u8 c; in utf8_to_utf16le() local
A Dcompiler_types.h19 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) argument
45 # define __cond_lock(x,c) (c) argument
A Dtime.h8 #define _DEFUN(a,b,c) a(c) argument
A Dmath64.h198 u64 c; in mul_u64_u64_shr() local
A Dcompat.h73 #define kmem_cache_create(a, sz, c, d, e) get_mem(sz) argument
134 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) argument
/include/
A Dctype.h23 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) argument
24 #define iscntrl(c) ((__ismask(c)&(_C)) != 0) argument
25 #define isdigit(c) ((__ismask(c)&(_D)) != 0) argument
27 #define islower(c) ((__ismask(c)&(_L)) != 0) argument
29 #define ispunct(c) ((__ismask(c)&(_P)) != 0) argument
30 #define isspace(c) ((__ismask(c)&(_S)) != 0) argument
31 #define isupper(c) ((__ismask(c)&(_U)) != 0) argument
38 #define isblank(c) (c == ' ' || c == '\t') argument
41 #define toascii(c) (((unsigned char)(c))&0x7f) argument
57 #define tolower(c) __tolower(c) argument
[all …]
A Dtime.h88 #define time_in_range(a,b,c) \ argument
95 #define time_in_range_open(a,b,c) \ argument
114 #define time_in_range64(a, b, c) \ argument
A Daltera.h20 #define COOKIE2SPI_BUS(c) (((c) >> 24) & 0xff) argument
21 #define COOKIE2SPI_DEV(c) (((c) >> 16) & 0xff) argument
22 #define COOKIE2CONFIG(c) (((c) >> 8) & 0xff) argument
23 #define COOKIE2DONE(c) ((c) & 0xff) argument
A Dstdio.h23 static inline void putc(const char c) in putc()
72 #define eputc(c) fputc(stderr, c) argument
A D_exports.h8 #define EXPORT_FUNC(a, b, c, ...) argument
A Dipu_pixfmt.h18 #define fourcc(a, b, c, d)\ argument
A Dcli.h200 #define CTL_CH(c) ((c) - 'a' + 1) argument
A Dtee.h134 u64 c; member
A Dsdhci.h51 #define SDHCI_MAKE_CMD(c, f) (((c & 0xff) << 8) | (f & 0xff)) argument
52 #define SDHCI_GET_CMD(c) ((c>>8) & 0x3f) argument
A Dfat.h55 #define ISDIRDELIM(c) ((c) == '/' || (c) == '\\') argument
A Dmmc.h24 #define MAKE_SDMMC_VERSION(a, b, c) \ argument
26 #define MAKE_SD_VERSION(a, b, c) \ argument
28 #define MAKE_MMC_VERSION(a, b, c) \ argument
A Defi.h144 #define EFI_GUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument

Completed in 33 milliseconds