/picolibc-3.5.0-3.4.0/newlib/libc/search/ |
D | db_local.h | 101 int (*del)(const struct __db *, const DBT *, u_int); 102 int (*get)(const struct __db *, const DBT *, DBT *, u_int); 103 int (*put)(const struct __db *, DBT *, const DBT *, u_int); 104 int (*seq)(const struct __db *, DBT *, DBT *, u_int); 105 int (*sync)(const struct __db *, u_int); 117 u_int cachesize; /* bytes to cache */ 120 u_int psize; /* page size */ 133 u_int bsize; /* bucket size */ 134 u_int ffactor; /* fill factor */ 135 u_int nelem; /* number of elements */ [all …]
|
D | hash.c | 63 static int hash_delete(const DB *, const DBT *, u_int); 65 static int hash_get(const DB *, const DBT *, DBT *, u_int); 66 static int hash_put(const DB *, DBT *, const DBT *, u_int); 68 static int hash_seq(const DB *, DBT *, DBT *, u_int); 69 static int hash_sync(const DB *, u_int); 489 hash_sync(const DB *dbp, u_int flags) 566 u_int flag) 582 u_int flag) 603 u_int flag) /* Ignored */ 755 u_int flag)
|
/picolibc-3.5.0-3.4.0/newlib/libc/xdr/ |
D | xdr_array.c | 60 u_int * sizep, in xdr_array() 61 u_int maxsize, in xdr_array() 62 u_int elsize, in xdr_array() 65 u_int i; in xdr_array() 67 u_int c; /* the actual element count */ in xdr_array() 69 u_int nodesize; in xdr_array() 143 u_int nelem, in xdr_vector() 144 u_int elemsize, in xdr_vector() 147 u_int i; in xdr_vector()
|
D | xdr_stdio.c | 57 static bool_t xdrstdio_getbytes (XDR *, char *, u_int); 58 static bool_t xdrstdio_putbytes (XDR *, const char *, u_int); 59 static u_int xdrstdio_getpos (XDR *); 60 static bool_t xdrstdio_setpos (XDR *, u_int); 61 static int32_t * xdrstdio_inline (XDR *, u_int); 135 u_int len) in xdrstdio_getbytes() 146 u_int len) in xdrstdio_putbytes() 154 static u_int 157 return ((u_int) ftell ((FILE *) xdrs->x_private)); in xdrstdio_getpos() 162 u_int pos) in xdrstdio_setpos() [all …]
|
D | xdr_mem.c | 62 static bool_t xdrmem_getbytes (XDR *, char *, u_int); 63 static bool_t xdrmem_putbytes (XDR *, const char *, u_int); 65 static u_int xdrmem_getpos (XDR *); 66 static bool_t xdrmem_setpos (XDR *, u_int); 67 static int32_t * xdrmem_inline_aligned (XDR *, u_int); 68 static int32_t * xdrmem_inline_unaligned (XDR *, u_int); 107 u_int size, in xdrmem_create() 181 u_int len) in xdrmem_getbytes() 194 u_int len) in xdrmem_putbytes() 204 static u_int [all …]
|
D | xdr_sizeof.c | 59 u_int len) in x_putbytes() 66 static u_int 75 u_int pos) in x_setpostn() 85 u_int len) in x_inline() 91 if (len < (u_int) (uintptr_t) xdrs->x_base) in x_inline() 152 typedef bool_t (*dummyfunc2) (XDR *, caddr_t, u_int); in xdr_sizeof()
|
D | xdr_reference.c | 48 #define LASTUNSIGNED ((u_int)0-1) 62 u_int size, in xdr_reference() 122 u_int obj_size, in xdr_pointer()
|
D | xdr_rec.c | 78 static bool_t xdrrec_getbytes (XDR *, char *, u_int); 79 static bool_t xdrrec_putbytes (XDR *, const char *, u_int); 80 static u_int xdrrec_getpos (XDR *); 81 static bool_t xdrrec_setpos (XDR *, u_int); 82 static int32_t * xdrrec_inline (XDR *, u_int); 139 u_int sendsize; /* must be <= INT_MAX */ 140 u_int recvsize; /* must be <= INT_MAX */ 152 static u_int fix_buf_size (u_int); 174 u_int sendsize, in xdrrec_create() 175 u_int recvsize, in xdrrec_create() [all …]
|
D | xdr.c | 55 #define LASTUNSIGNED ((u_int) 0-1) 125 u_int * up) in xdr_u_int() 140 *up = (u_int) (u_long) l; in xdr_u_int() 509 u_int u; in xdr_u_char() 595 u_int cnt) in xdr_opaque() 597 u_int rndup; in xdr_opaque() 643 u_int * sizep, in xdr_bytes() 644 u_int maxsize) in xdr_bytes() 647 u_int nodesize; in xdr_bytes() 767 u_int maxsize) in xdr_string() [all …]
|
/picolibc-3.5.0-3.4.0/newlib/libc/include/rpc/ |
D | xdr.h | 120 bool_t (*x_getbytes) (struct __rpc_xdr *, char *, u_int); 123 bool_t (*x_putbytes) (struct __rpc_xdr *, const char *, u_int); 126 u_int (*x_getpostn) (struct __rpc_xdr *); 129 bool_t (*x_setpostn) (struct __rpc_xdr *, u_int); 132 int32_t * (*x_inline) (struct __rpc_xdr *, u_int); 147 u_int x_handy; /* extra private word */ 299 extern bool_t xdr_u_int (XDR *, u_int *); 318 extern bool_t xdr_array (XDR *, char **, u_int *, u_int, u_int, xdrproc_t); 319 extern bool_t xdr_bytes (XDR *, char **, u_int *, u_int); 320 extern bool_t xdr_opaque (XDR *, char *, u_int); [all …]
|
/picolibc-3.5.0-3.4.0/newlib/libc/include/sys/ |
D | types.h | 106 typedef unsigned int u_int; typedef
|
D | time.h | 106 bintime_mul(struct bintime *_bt, u_int _x) in bintime_mul()
|
/picolibc-3.5.0-3.4.0/newlib/libc/stdio/ |
D | nano-vfprintf_local.h | 158 (u_long)GET_ARG (N, (*ap), u_int))
|
D | vfwprintf.c | 288 u_int val_u_int; 543 (u_long)GET_ARG (N, ap, u_int)) in VFWPRINTF() 554 (u_long)GET_ARG (N, ap, u_int)) in VFWPRINTF()
|
D | vfprintf.c | 572 u_int val_u_int; 809 (u_long)GET_ARG (N, ap, u_int)) 820 (u_long)GET_ARG (N, ap, u_int))
|
/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/ |
D | chacha_private.h | 112 u_int i; in chacha_encrypt_bytes()
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | ChangeLog-2015 | 2008 * libc/search/hash.c (hash_delete): Change __uint32_t to u_int. 2721 (u_short, u_int, u_long, caddr_t, daddr_t): Ditto.
|