Searched defs:new (Results 1 - 25 of 51) sorted by relevance

123

/barrelfish-2018-10-04/lib/libc/arm/gen/
H A Dfpsetmask_vfp.c43 fp_except old, new; local
H A Dfpsetround_vfp.c41 uint32_t old, new; local
H A Dfpsetsticky_vfp.c43 fp_except old, new; local
/barrelfish-2018-10-04/lib/libc/aarch64/gen/
H A Dfpsetmask.c41 uint64_t old, new; local
/barrelfish-2018-10-04/lib/libc/gen/
H A Dualarm.c49 struct itimerval new, old; local
/barrelfish-2018-10-04/include/arch/x86_64/concurrent/arch/
H A Dcas.h25 cas_ret_act(volatile uintptr_t *address, uintptr_t old, uintptr_t new) argument
41 cas(volatile uintptr_t *address, uintptr_t old, uintptr_t new) argument
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dnew.cpp[all...]
/barrelfish-2018-10-04/lib/cxx/cxxabi/
H A Dcxa_new_delete.cpp[all...]
/barrelfish-2018-10-04/lib/libc/locale/
H A Dlnumeric.c97 struct xlocale_numeric *new = calloc(sizeof(struct xlocale_numeric), 1); local
H A Dlmessages.c96 struct xlocale_messages *new = calloc(sizeof(struct xlocale_messages), 1); local
H A Dsetlocale.c231 char *new = new_categories[category]; local
[all...]
H A Dlmonetary.c158 struct xlocale_monetary *new = calloc(sizeof(struct xlocale_monetary), 1); local
H A Dxlocale.c205 locale_t new = calloc(sizeof(struct _xlocale), 1); local
213 copyflags(locale_t new, locale_t old) argument
221 dupcomponent(int type, locale_t base, locale_t new) argument
259 locale_t new = alloc_locale(); local
305 locale_t new = alloc_locale(); local
[all...]
/barrelfish-2018-10-04/lib/posixcompat/
H A Drename.c21 int rename(const char *old, const char *new) argument
H A Dinet_pton.c91 u_int new = *tp * 10 + (pch - digits); local
/barrelfish-2018-10-04/usr/bench/shared_mem_clock/
H A Dclock.c25 cas(volatile uintptr_t *address, uintptr_t old, uintptr_t new) argument
/barrelfish-2018-10-04/lib/libc/stdtime/
H A Dtimelocal.c145 struct xlocale_time *new = calloc(sizeof(struct xlocale_time), 1); local
/barrelfish-2018-10-04/include/vm/
H A Dvm_unix.c80 vm_offset_t new, old, base; local
[all...]
/barrelfish-2018-10-04/lib/libc/inet/
H A Dinet_pton.c92 u_int new = *tp * 10 + (pch - digits); local
/barrelfish-2018-10-04/lib/libc/net/
H A Dlinkaddr.c57 int byte = 0, state = NAMING, new; local
/barrelfish-2018-10-04/lib/barrelfish/slot_alloc/
H A Drange_slot_alloc.c149 struct cnode_meta *new = slab_alloc(&alloc->slab); local
[all...]
H A Dsingle_slot_alloc.c86 struct cnode_meta *new = slab_alloc(&sca->slab); local
123 struct cnode_meta *new = walk->next; local
/barrelfish-2018-10-04/lib/libc/isc/
H A Dev_streams.c70 evStream *new; local
104 evStream *new; local
[all...]
/barrelfish-2018-10-04/doc/023-coreboot/
H A Dcoreboot.tex[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Dlist.h98 static inline void _list_add(struct list_head *new, struct list_head *prev, argument
141 static inline void list_add(struct list_head *new, struct list_head *head) { argument
145 static inline void list_add_tail(struct list_head *new, struct list_head *head) { argument
285 hlist_move_list(struct hlist_head *old, struct hlist_head *new) argument
[all...]

Completed in 197 milliseconds

123