| /include/linux/ |
| A D | ctype.h | 22 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0) argument 23 #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 57 #define tolower(c) __tolower(c) argument [all …]
|
| A D | utf.h | 9 u8 c; in utf8_to_utf16le() local 18 if ((c & 0x80)) { in utf8_to_utf16le() 26 c = (u8) *s++; in utf8_to_utf16le() 29 c &= 0x3f; in utf8_to_utf16le() 30 uchar |= c; in utf8_to_utf16le() 39 c = (u8) *s++; in utf8_to_utf16le() 42 c &= 0x3f; in utf8_to_utf16le() 45 c = (u8) *s++; in utf8_to_utf16le() 48 c &= 0x3f; in utf8_to_utf16le() 49 uchar |= c; in utf8_to_utf16le() [all …]
|
| A D | compiler_types.h | 19 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) argument 45 # define __cond_lock(x,c) (c) argument
|
| A D | math64.h | 198 u64 c; in mul_u64_u64_shr() local 213 rl.l.high = c = (u64)rl.l.high + rm.l.low + rn.l.low; in mul_u64_u64_shr() 214 rh.l.low = c = (c >> 32) + rm.l.high + rn.l.high + rh.l.low; in mul_u64_u64_shr() 215 rh.l.high = (c >> 32) + rh.l.high; in mul_u64_u64_shr()
|
| A D | time.h | 8 #define _DEFUN(a,b,c) a(c) argument
|
| A D | compat.h | 73 #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
|
| A D | string.h | 66 const char *strchrnul(const char *s, int c);
|
| /include/ |
| A D | ctype.h | 22 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0) argument 23 #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 57 #define tolower(c) __tolower(c) argument [all …]
|
| A D | altera.h | 20 #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 D | stdio.h | 13 void putc(const char c); 23 static inline void putc(const char c) in putc() argument 72 #define eputc(c) fputc(stderr, c) argument 79 void fputc(int file, const char c);
|
| A D | time.h | 88 #define time_in_range(a,b,c) \ argument 90 time_before_eq(a,c)) 95 #define time_in_range_open(a,b,c) \ argument 97 time_before(a,c)) 114 #define time_in_range64(a, b, c) \ argument 116 time_before_eq64(a, c))
|
| A D | physmem.h | 21 phys_addr_t arch_phys_memset(phys_addr_t s, int c, phys_size_t n);
|
| A D | cyclic.h | 35 void (*func)(struct cyclic_info *c); 48 typedef void (*cyclic_func_t)(struct cyclic_info *c);
|
| A D | thor.h | 19 int thor_add(struct usb_configuration *c);
|
| A D | cli.h | 200 #define CTL_CH(c) ((c) - 'a' + 1) argument
|
| A D | ipu_pixfmt.h | 18 #define fourcc(a, b, c, d)\ argument 19 (((__u32)(a)<<0)|((__u32)(b)<<8)|((__u32)(c)<<16)|((__u32)(d)<<24))
|
| A D | charset.h | 315 int utf_to_cp(s32 *c, const u16 *codepage); 324 int utf8_to_cp437_stream(u8 c, char *buffer); 343 int utf8_to_utf32_stream(u8 c, char *buffer);
|
| A D | usb_mass_storage.h | 30 int fsg_add(struct usb_configuration *c);
|
| A D | fat.h | 55 #define ISDIRDELIM(c) ((c) == '/' || (c) == '\\') argument
|
| A D | stdio_dev.h | 38 void (*putc)(struct stdio_dev *dev, const char c);
|
| A D | efi.h | 144 #define EFI_GUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 148 (c) & 0xff, ((c) >> 8) & 0xff, \
|
| A D | sdhci.h | 51 #define SDHCI_MAKE_CMD(c, f) (((c & 0xff) << 8) | (f & 0xff)) argument 52 #define SDHCI_GET_CMD(c) ((c>>8) & 0x3f) argument
|
| /include/linux/clk/ |
| A D | analogbits-wrpll-cln28hpc.h | 71 int wrpll_configure_for_rate(struct wrpll_cfg *c, u32 target_rate, 74 unsigned int wrpll_calc_max_lock_us(const struct wrpll_cfg *c); 76 unsigned long wrpll_calc_output_rate(const struct wrpll_cfg *c,
|
| /include/linux/usb/ |
| A D | composite.h | 411 extern int usb_string_id(struct usb_composite_dev *c); 412 extern int usb_string_ids_tab(struct usb_composite_dev *c, 414 extern int usb_string_ids_n(struct usb_composite_dev *c, unsigned n);
|
| /include/env/ |
| A D | x86.env | 4 * Copyright (c) 2011 The Chromium OS Authors.
|