Home
last modified time | relevance | path

Searched refs:c (Results 1 – 25 of 33) sorted by relevance

12

/include/linux/
A Dctype.h22 #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 Dutf.h9 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 Dcompiler_types.h19 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) argument
45 # define __cond_lock(x,c) (c) argument
A Dmath64.h198 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 Dtime.h8 #define _DEFUN(a,b,c) a(c) argument
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
A Dstring.h66 const char *strchrnul(const char *s, int c);
/include/
A Dctype.h22 #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 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.h13 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 Dtime.h88 #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 Dphysmem.h21 phys_addr_t arch_phys_memset(phys_addr_t s, int c, phys_size_t n);
A Dcyclic.h35 void (*func)(struct cyclic_info *c);
48 typedef void (*cyclic_func_t)(struct cyclic_info *c);
A Dthor.h19 int thor_add(struct usb_configuration *c);
A Dcli.h200 #define CTL_CH(c) ((c) - 'a' + 1) argument
A Dipu_pixfmt.h18 #define fourcc(a, b, c, d)\ argument
19 (((__u32)(a)<<0)|((__u32)(b)<<8)|((__u32)(c)<<16)|((__u32)(d)<<24))
A Dcharset.h315 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 Dusb_mass_storage.h30 int fsg_add(struct usb_configuration *c);
A Dfat.h55 #define ISDIRDELIM(c) ((c) == '/' || (c) == '\\') argument
A Dstdio_dev.h38 void (*putc)(struct stdio_dev *dev, const char c);
A Defi.h144 #define EFI_GUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
148 (c) & 0xff, ((c) >> 8) & 0xff, \
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
/include/linux/clk/
A Danalogbits-wrpll-cln28hpc.h71 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 Dcomposite.h411 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 Dx86.env4 * Copyright (c) 2011 The Chromium OS Authors.

Completed in 43 milliseconds

12