/l4re-core-master/lua/lib/contrib/src/ |
A D | ltable.c | 84 #define hashstr(t,str) hashpow2(t, (str)->hash) argument 85 #define hashboolean(t,p) hashpow2(t, p) argument 87 #define hashint(t,i) hashpow2(t, i) argument 90 #define hashpointer(t,p) hashmod(t, point2uint(p)) argument 267 static int ispow2realasize (const Table *t) { in ispow2realasize() 272 static unsigned int setlimittosize (Table *t) { in setlimittosize() 360 static void freehash (lua_State *L, Table *t) { in freehash() 617 Table *t = gco2t(o); in luaH_new() local 627 void luaH_free (lua_State *L, Table *t) { in luaH_free() 634 static Node *getfreepos (Table *t) { in getfreepos() [all …]
|
A D | ltable.h | 13 #define gnode(t,i) (&(t)->node[i]) argument 23 #define invalidateTMcache(t) ((t)->flags &= ~maskflags) argument 27 #define isdummy(t) ((t)->lastfree == NULL) argument 31 #define allocsizenode(t) (isdummy(t) ? 0 : sizenode(t)) argument
|
A D | lmem.h | 44 #define luaM_limitN(n,t) \ argument 59 #define luaM_new(L,t) cast(t*, luaM_malloc_(L, sizeof(t), 0)) argument 60 #define luaM_newvector(L,n,t) cast(t*, luaM_malloc_(L, (n)*sizeof(t), 0)) argument 61 #define luaM_newvectorchecked(L,n,t) \ argument 66 #define luaM_growvector(L,v,nelems,size,t,limit,e) \ argument 70 #define luaM_reallocvector(L, v,oldn,n,t) \ argument 74 #define luaM_shrinkvector(L,v,size,fs,t) \ argument
|
A D | loslib.c | 68 #define l_pushtime(L,t) lua_pushinteger(L,(lua_Integer)(t)) argument 74 #define l_pushtime(L,t) lua_pushnumber(L,(lua_Number)(t)) argument 88 #define l_gmtime(t,r) gmtime_r(t,r) argument 89 #define l_localtime(t,r) localtime_r(t,r) argument 94 #define l_gmtime(t,r) ((void)(r)->tm_sec, gmtime(t)) argument 95 #define l_localtime(t,r) ((void)(r)->tm_sec, localtime(t)) argument 253 int t = lua_getfield(L, -1, key); /* get field and its type */ in getfield() local 294 l_timet t = l_gettime(L, arg); in l_checktime() local 307 time_t t = luaL_opt(L, l_checktime, 2, time(NULL)); in os_date() local 347 time_t t; in os_time() local
|
/l4re-core-master/uclibc/lib/libpthread/include/ |
A D | pthread-l4.h | 29 inline ::L4::Cap< ::L4::Thread> cap(pthread_t t) in cap() 32 inline l4_utcb_t *utcb(pthread_t t) in utcb() 47 pthread_l4_utcb(pthread_t t) in pthread_l4_utcb() 51 static inline l4_cap_idx_t pthread_getl4cap(pthread_t t) in pthread_getl4cap()
|
/l4re-core-master/cxx/lib/tl/include/bits/ |
A D | bst_iter.h | 55 __Bst_iter_b(Node const *t) in __Bst_iter_b() 59 __Bst_iter_b(Node const *t, Node const *r) in __Bst_iter_b() 104 __Bst_iter(Node const *t) : Base(t) {} in __Bst_iter() 105 __Bst_iter(Node const *t, Node const *r) : Base(t, r) {} in __Bst_iter()
|
/l4re-core-master/l4util/lib/src/ |
A D | llulc.cc | 83 static Lock *get_dummy(l4ullulock_t *t) in get_dummy() 86 void enqueue(l4ullulock_t *t) in enqueue() 106 static void shift(l4ullulock_t *t) in shift() 123 Lock *Lock::find(l4ullulock_t *t, l4_utcb_t *u) in find() 139 void Lock::wakeup_others(l4ullulock_t *t, l4_utcb_t *u) in wakeup_others() 153 void Lock::free_list(l4ullulock_t *t) in free_list() 169 static Lock *create_new_thread_lock(l4ullulock_t *t, l4_utcb_t *u) in create_new_thread_lock() 199 int l4ullulock_init(l4ullulock_t **t, in l4ullulock_init() 232 int l4ullulock_deinit(l4ullulock_t *t) in l4ullulock_deinit() 239 int l4ullulock_lock(l4ullulock_t *t, l4_utcb_t *u) in l4ullulock_lock() [all …]
|
A D | micros2l4to.c | 31 l4_timeout_s t; in l4util_micros2l4to() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | syscalls-common.h | 80 #define C_DECL_ARGS_1(t, v) t v argument 81 #define C_DECL_ARGS_2(t, v, args...) t v, C_DECL_ARGS_1(args) argument 82 #define C_DECL_ARGS_3(t, v, args...) t v, C_DECL_ARGS_2(args) argument 83 #define C_DECL_ARGS_4(t, v, args...) t v, C_DECL_ARGS_3(args) argument 84 #define C_DECL_ARGS_5(t, v, args...) t v, C_DECL_ARGS_4(args) argument 88 #define C_ARGS_1(t, v) v argument 89 #define C_ARGS_2(t, v, args...) v, C_ARGS_1(args) argument 90 #define C_ARGS_3(t, v, args...) v, C_ARGS_2(args) argument 91 #define C_ARGS_4(t, v, args...) v, C_ARGS_3(args) argument 92 #define C_ARGS_5(t, v, args...) v, C_ARGS_4(args) argument [all …]
|
/l4re-core-master/l4sys/include/ |
A D | types.h | 420 long l4_msgtag_label(l4_msgtag_t t) L4_NOTHROW in l4_msgtag_label() 424 unsigned l4_msgtag_words(l4_msgtag_t t) L4_NOTHROW in l4_msgtag_words() 428 unsigned l4_msgtag_items(l4_msgtag_t t) L4_NOTHROW in l4_msgtag_items() 432 unsigned l4_msgtag_flags(l4_msgtag_t t) L4_NOTHROW in l4_msgtag_flags() 437 unsigned l4_msgtag_has_error(l4_msgtag_t t) L4_NOTHROW in l4_msgtag_has_error() 442 L4_INLINE unsigned l4_msgtag_is_page_fault(l4_msgtag_t t) L4_NOTHROW in l4_msgtag_is_page_fault() 445 L4_INLINE unsigned l4_msgtag_is_preemption(l4_msgtag_t t) L4_NOTHROW in l4_msgtag_is_preemption() 448 L4_INLINE unsigned l4_msgtag_is_sys_exception(l4_msgtag_t t) L4_NOTHROW in l4_msgtag_is_sys_exception() 451 L4_INLINE unsigned l4_msgtag_is_exception(l4_msgtag_t t) L4_NOTHROW in l4_msgtag_is_exception() 454 L4_INLINE unsigned l4_msgtag_is_sigma0(l4_msgtag_t t) L4_NOTHROW in l4_msgtag_is_sigma0() [all …]
|
/l4re-core-master/sigma0/server/src/ |
A D | memmap.cc | 73 void map_free_page(unsigned size, l4_umword_t t, Answer *a) in map_free_page() 92 void map_mem(l4_fpage_t fp, Memory_type fn, l4_umword_t t, Answer *an) in map_mem() 157 handle_page_fault(l4_umword_t t, l4_utcb_t *utcb, Answer *answer) in handle_page_fault() 181 void handle_service_request(l4_umword_t t, l4_utcb_t *utcb, Answer *answer) in handle_service_request() 192 void handle_sigma0_request(l4_umword_t t, l4_utcb_t *utcb, Answer *answer) in handle_sigma0_request() 257 l4_umword_t t; in pager() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/c6x/bits/ |
A D | syscalls.h | 145 #define C_DECL_ARGS_1(t, v) t v argument 146 #define C_DECL_ARGS_2(t, v, args...) t v, C_DECL_ARGS_1(args) argument 147 #define C_DECL_ARGS_3(t, v, args...) t v, C_DECL_ARGS_2(args) argument 148 #define C_DECL_ARGS_4(t, v, args...) t v, C_DECL_ARGS_3(args) argument 149 #define C_DECL_ARGS_5(t, v, args...) t v, C_DECL_ARGS_4(args) argument 153 #define C_ARGS_1(t, v) v argument 154 #define C_ARGS_2(t, v, args...) v, C_ARGS_1(args) argument 155 #define C_ARGS_3(t, v, args...) v, C_ARGS_2(args) argument 156 #define C_ARGS_4(t, v, args...) v, C_ARGS_3(args) argument 157 #define C_ARGS_5(t, v, args...) v, C_ARGS_4(args) argument [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/termios/ |
A D | cfmakeraw.c | 22 void cfmakeraw (struct termios *t) in cfmakeraw()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | allocatestack.c | 945 setxid_mark_thread (struct xid_command *cmdp, struct pthread *t) in setxid_mark_thread() 967 setxid_unmark_thread (struct xid_command *cmdp, struct pthread *t) in setxid_unmark_thread() 988 setxid_signal_thread (struct xid_command *cmdp, struct pthread *t) in setxid_signal_thread() 1036 struct pthread *t = list_entry (runp, struct pthread, list); in __nptl_setxid() local 1046 struct pthread *t = list_entry (runp, struct pthread, list); in __nptl_setxid() local 1062 struct pthread *t = list_entry (runp, struct pthread, list); in __nptl_setxid() local 1071 struct pthread *t = list_entry (runp, struct pthread, list); in __nptl_setxid() local 1091 struct pthread *t = list_entry (runp, struct pthread, list); in __nptl_setxid() local 1100 struct pthread *t = list_entry (runp, struct pthread, list); in __nptl_setxid() local 1174 struct pthread *t = list_entry (runp, struct pthread, list); in __wait_lookup_done() local [all …]
|
/l4re-core-master/libc_backends/lib/l4re/lib/ |
A D | time.c | 12 time_t time(time_t *t) in time()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-cond7.c | 52 T *t = (T *) arg; in tf() local 89 T *t[N]; in do_test() local
|
A D | tst-timer5.c | 22 timer_t t; in setup_test() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/ |
A D | s_isinff.c | 16 int32_t ix,t; in __isinff() local
|
/l4re-core-master/ned/server/src/ |
A D | lua_platform_control.cc | 26 l4_msgtag_t t = pfc->system_suspend(extras); in __system_suspend() local 41 l4_msgtag_t t = pfc->system_shutdown(reboot); in __system_shutdown() local
|
A D | lua_exec.cc | 58 App_task *t = task.p; in op_wait() local 284 void set_task(App_task *t) { _task = t; } in set_task() 336 App_ptr *t = (App_ptr*)luaL_checkudata(l, i, APP_TASK_TYPE); in check_at() local 342 App_ptr t = check_at(l, 1); in __task_state() local 374 App_ptr t = check_at(l, 1); in __task_exit_code() local 385 App_ptr &t = check_at(l, 1); in __task_wait() local 402 App_ptr &t = check_at(l, 1); in __task_kill() local 426 App_ptr &t = check_at(l, 1); in __task_gc() local
|
/l4re-core-master/l4re_kernel/server/src/ |
A D | dispatcher.cc | 24 Dispatcher::dispatch(l4_msgtag_t t, l4_umword_t obj, l4_utcb_t *utcb) in dispatch()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/termios/ |
A D | termios.c | 10 struct termios t; in main() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/bits/ |
A D | arm_asm.h | 10 #define IT(t, cond) i##t cond argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/crypt/ |
A D | crypt.c | 29 int i,j,t; in get8() local 43 int i,j,t; in put8() local
|
/l4re-core-master/l4re_c/util/lib/ |
A D | kumem_alloc.cc | 26 L4::Cap<L4::Task> t(task); in l4re_util_kumem_alloc() local
|