Home
last modified time | relevance | path

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

12345

/lib/lwip/lwip/src/include/lwip/
A Darch.h220 #define lwip_isdigit(c) lwip_in_range((c), '0', '9') argument
222 #define lwip_islower(c) lwip_in_range((c), 'a', 'z') argument
224 #define lwip_isupper(c) lwip_in_range((c), 'A', 'Z') argument
225 #define lwip_tolower(c) (lwip_isupper(c) ? (c) - 'A' + 'a' : c) argument
229 #define lwip_isdigit(c) isdigit((unsigned char)(c)) argument
230 #define lwip_isxdigit(c) isxdigit((unsigned char)(c)) argument
231 #define lwip_islower(c) islower((unsigned char)(c)) argument
232 #define lwip_isspace(c) isspace((unsigned char)(c)) argument
233 #define lwip_isupper(c) isupper((unsigned char)(c)) argument
234 #define lwip_tolower(c) tolower((unsigned char)(c)) argument
[all …]
/lib/crypt/
A Dalg-sha256.h10 #define SHA256_Update(c, i, l) sha256_update(c, (const void *)i, l) argument
11 #define SHA256_Final(b, c) sha256_finish(c, b) argument
A Dalg-sha512.h10 #define SHA512_Update(c, i, l) sha512_update(c, (const void *)i, l) argument
11 #define SHA512_Final(b, c) sha512_finish(c, b) argument
/lib/lwip/lwip/contrib/ports/unix/port/netif/
A Dfifo.c27 u8_t c; in fifoGet() local
53 u16_t c; in fifoGetNonBlock() local
/lib/efi_selftest/
A Defi_selftest_unicode_collation.c81 const u16 c[] = u"Das U-Boot"; in test_metai_match() local
151 u16 c[] = u"U-Boot"; in test_str_lwr() local
164 u16 c[] = u"U-Boot"; in test_str_upr() local
A Defi_selftest_console.c25 u16 c; in mac() local
57 u16 c; in printx() local
107 u16 c; in uint2dec() local
169 const char *c; in efi_st_printc() local
/lib/lwip/lwip/src/core/ipv6/
A Dicmp6.c220 icmp6_dest_unreach(struct pbuf *p, enum icmp6_dur_code c) in icmp6_dest_unreach()
252 icmp6_time_exceeded(struct pbuf *p, enum icmp6_te_code c) in icmp6_time_exceeded()
273 icmp6_time_exceeded_with_addrs(struct pbuf *p, enum icmp6_te_code c, in icmp6_time_exceeded_with_addrs()
292 icmp6_param_problem(struct pbuf *p, enum icmp6_pp_code c, const void *pointer) in icmp6_param_problem()
/lib/lwip/lwip/src/netif/
A Dslipif.c121 u8_t c; in slipif_output() local
207 slipif_rxbyte(struct netif *netif, u8_t c) in slipif_rxbyte()
310 slipif_rxbyte_input(struct netif *netif, u8_t c) in slipif_rxbyte_input()
332 u8_t c; in slipif_loop_thread() local
428 u8_t c; in slipif_poll() local
/lib/zlib/
A Dzutil.h106 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} argument
107 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;} argument
113 # define Tracec(c,x) argument
114 # define Tracecv(c,x) argument
/lib/mbedtls/external/mbedtls/library/
A Daria.c110 uint32_t *c, uint32_t *d) in aria_a()
142 uint32_t *c, uint32_t *d, in aria_sl()
277 uint32_t a, b, c, d; in aria_fo_xor() local
299 uint32_t a, b, c, d; in aria_fe_xor() local
447 uint32_t a, b, c, d; in mbedtls_aria_crypt_ecb() local
571 unsigned char c; in mbedtls_aria_crypt_cfb128() local
628 int c, i; in mbedtls_aria_crypt_ctr() local
A Dx509write_crt.c166 unsigned char *c = buf + sizeof(buf); in mbedtls_x509write_crt_set_basic_constraints() local
201 unsigned char *c = buf + sizeof(buf); in mbedtls_x509write_crt_set_key_identifier() local
285 unsigned char *c; in mbedtls_x509write_crt_set_key_usage() local
326 unsigned char *c = buf + sizeof(buf); in mbedtls_x509write_crt_set_ext_key_usage() local
367 unsigned char *c; in mbedtls_x509write_crt_set_ns_cert_type() local
423 unsigned char *c, *c2; in mbedtls_x509write_crt_der() local
A Dx509_create.c119 static int hex_to_int(char c) in hex_to_int()
143 const char *c; in parse_attribute_value_string() local
235 int c = hexpair_to_int(s + 2 * i); in parse_attribute_value_hex_der_encoded() local
285 const char *s = name, *c = s; in mbedtls_x509_string_to_names() local
A Dx509write_csr.c86 unsigned char *c; in mbedtls_x509write_csr_set_key_usage() local
110 unsigned char *c; in mbedtls_x509write_csr_set_ns_cert_type() local
140 unsigned char *c, *c2; in x509write_csr_der_internal() local
A Dbn_mul.h38 #define MBEDTLS_BYTES_TO_T_UINT_4(a, b, c, d) \ argument
47 #define MBEDTLS_BYTES_TO_T_UINT_8(a, b, c, d, e, f, g, h) \ argument
53 #define MBEDTLS_BYTES_TO_T_UINT_8(a, b, c, d, e, f, g, h) \ argument
63 #define MBEDTLS_BYTES_TO_T_UINT_4(a, b, c, d) \ argument
/lib/
A Dphysmem.c17 phys_addr_t __weak arch_phys_memset(phys_addr_t s, int c, phys_size_t n) in arch_phys_memset()
A Dcharset.c95 u8 c; in read_string() local
123 s32 c; in console_read_unicode() local
513 int utf_to_cp(s32 *c, const u16 *codepage) in utf_to_cp()
534 int utf8_to_cp437_stream(u8 c, char *buffer) in utf8_to_cp437_stream()
558 int utf8_to_utf32_stream(u8 c, char *buffer) in utf8_to_utf32_stream()
A Dstring.c257 char * strchr(const char * s, int c) in strchr()
266 const char *strchrnul(const char *s, int c) in strchrnul()
280 char * strrchr(const char * s, int c) in strrchr()
525 __used void * memset(void * s,int c,size_t count) in memset()
656 void * memscan(void * addr, int c, size_t size) in memscan()
735 void *memchr(const void *s, int c, size_t n) in memchr()
767 void *memchr_inv(const void *start, int c, size_t bytes) in memchr_inv()
A Dsscanf.c60 unsigned char c; in str_to_int_convert() local
236 int c, n, v; in __sccl() local
366 int c; /* character from format, or conversion */ in vsscanf() local
/lib/blake2/
A Dblake2-impl.h146 static BLAKE2_INLINE uint32_t rotr32( const uint32_t w, const unsigned c ) in rotr32()
151 static BLAKE2_INLINE uint64_t rotr64( const uint64_t w, const unsigned c ) in rotr64()
/lib/lwip/lwip/src/netif/ppp/polarssl/
A Dmd4.c115 #define P(a,b,c,d,x,s) { a += F(b,c,d) + x; a = S(a,s); } in md4_process() argument
138 #define P(a,b,c,d,x,s) { a += F(b,c,d) + x + 0x5A827999; a = S(a,s); } in md4_process() argument
161 #define P(a,b,c,d,x,s) { a += F(b,c,d) + x + 0x6ED9EBA1; a = S(a,s); } in md4_process() argument
/lib/lwip/lwip/src/apps/altcp_tls/
A Daltcp_tls_mbedtls_mem.c87 size_t c; member
103 tls_malloc(size_t c, size_t len) in tls_malloc()
/lib/efi_loader/
A Dhelloworld.c46 u16 c; in uint2dec() local
85 u16 c; in uint2hex() local
A Defi_unicode_collation.c255 u16 c; in efi_fat_to_str() local
289 s32 c; in efi_str_to_fat() local
/lib/mbedtls/external/mbedtls/programs/test/
A Dzeroize.c42 int c; in main() local
/lib/lwip/lwip/src/core/
A Dip.c126 const char *c; in ipaddr_aton() local

Completed in 52 milliseconds

12345