Home
last modified time | relevance | path

Searched refs:slot (Results 1 – 25 of 26) sorted by relevance

12

/l4re-core-master/lua/lib/contrib/src/
A Dlvm.h85 #define luaV_fastget(L,t,k,slot,f) \ argument
87 ? (slot = NULL, 0) /* not a table; 'slot' is NULL and result is 0 */ \
88 : (slot = f(hvalue(t), k), /* else, do raw access */ \
89 !isempty(slot))) /* result not empty? */
96 #define luaV_fastgeti(L,t,k,slot) \ argument
99 : (slot = (l_castS2U(k) - 1u < hvalue(t)->alimit) \
101 !isempty(slot))) /* result not empty? */
108 #define luaV_finishfastset(L,t,slot,v) \ argument
109 { setobj2t(L, cast(TValue *,slot), v); \
124 StkId val, const TValue *slot);
[all …]
A Dlvm.c300 lua_assert(isempty(slot)); in luaV_finishget()
1223 const TValue *slot; in luaV_execute() local
1228 setobj2s(L, ra, slot); in luaV_execute()
1235 const TValue *slot; in luaV_execute() local
1249 const TValue *slot; in luaV_execute() local
1263 const TValue *slot; in luaV_execute() local
1275 const TValue *slot; in luaV_execute() local
1288 const TValue *slot; in luaV_execute() local
1302 const TValue *slot; in luaV_execute() local
1316 const TValue *slot; in luaV_execute() local
[all …]
A Dlapi.c634 const TValue *slot; in auxgetstr() local
637 setobj2s(L, L->top, slot); in auxgetstr()
669 const TValue *slot; in lua_gettable() local
674 setobj2s(L, L->top - 1, slot); in lua_gettable()
691 const TValue *slot; in lua_geti() local
694 if (luaV_fastgeti(L, t, n, slot)) { in lua_geti()
695 setobj2s(L, L->top, slot); in lua_geti()
824 const TValue *slot; in auxsetstr() local
851 const TValue *slot; in lua_settable() local
873 const TValue *slot; in lua_seti() local
[all …]
A Dlfunc.c198 TValue *slot = &uv->u.value; /* new position for value */ in luaF_closeupval() local
201 setobj(L, slot, uv->v); /* move value to upvalue slot */ in luaF_closeupval()
202 uv->v = slot; /* now current value lives here */ in luaF_closeupval()
205 luaC_barrier(L, uv, slot); in luaF_closeupval()
A Dltable.c801 const TValue *slot, TValue *value) { in luaH_finishset() argument
802 if (isabstkey(slot)) in luaH_finishset()
805 setobj2t(L, cast(TValue *, slot), value); in luaH_finishset()
814 const TValue *slot = luaH_get(t, key); in luaH_set() local
815 luaH_finishset(L, t, key, slot, value); in luaH_set()
A Dltable.h49 const TValue *slot, TValue *value);
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/
A Dinline-hashtab.h98 void **slot = htab->entries + index; in find_empty_slot_for_expand() local
101 if (! *slot) in find_empty_slot_for_expand()
102 return slot; in find_empty_slot_for_expand()
111 slot = htab->entries + index; in find_empty_slot_for_expand()
112 if (! *slot) in find_empty_slot_for_expand()
113 return slot; in find_empty_slot_for_expand()
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/fdpic/
A Ddl-inlines.h280 struct funcdesc_value **slot = htab->entries + index; in find_empty_slot_for_expand() local
283 if (!*slot) in find_empty_slot_for_expand()
284 return slot; in find_empty_slot_for_expand()
292 slot = htab->entries + index; in find_empty_slot_for_expand()
293 if (!*slot) in find_empty_slot_for_expand()
294 return slot; in find_empty_slot_for_expand()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/microblaze/
A Dcrtn.S25 addik r1, r1, 32 # Delay slot
38 addik r1, r1, 32 # Delay slot
/l4re-core-master/l4re/util/include/
A Dname_space_svr242 * \param[in] data Label or in the local case the capability slot of
244 * \param[in] is_local If true, a local capability slot was supplied, if
257 * free_epiface is called. In particular, the capability slot must
266 * \param[out] cap Capability slot with the received capability. Must
271 * store the capability and return the final capability slot.
272 * Typical implementations return the capability slot in the receive
282 * Counterpart of #copy_receive_cap. Free the capability slot when
A Dcap_alloc212 * Allocate a capability slot and wrap it in a Ref_cap.
214 * \tparam T Type of capability the slot is used for.
221 * Allocate a capability slot and wrap it in a Ref_del_cap.
223 * \tparam T Type of capability the slot is used for.
A Dbitmap_cap_alloc61 * \brief Allocate a capability slot.
79 * \brief Free a capability slot.
A Dunique_cap60 * Allocate a capability slot and wrap it in an Unique_cap.
103 * Allocate a capability slot and wrap it in an Unique_del_cap.
A Dcounting_cap_alloc56 * Allocator for capability slots that automatically frees the slot
130 * Allocate a new capability slot.
132 * \return The newly allocated capability slot, invalid if the allocator
A Dshared_cap65 * Allocate a capability slot and wrap it in a Shared_cap.
115 * Allocate a capability slot and wrap it in a Shared_del_cap.
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/nios/
A DNM_Macros.S25 ; BEQ address SKPS cc_nz and BR, has delay slot
26 ; BNE address SKPS cc_z and BR, has delay slot
27 ; BLE address SKPS cc_gt and BR, has delay slot
28 ; BLT address SKPS cc_ge and BR, has delay slot
35 ; to have branch delay slot after them.
209 ADDI %sp,2 ; branch delay slot
/l4re-core-master/l4sys/include/
A Dfactory128 * caller must allocate the capability slot. The kernel
129 * stores the new object's capability into this slot.
257 * must allocate the capability slot. The kernel stores
258 * the new objects's capability into this slot.
322 * this slot.
350 * this slot.
377 * into this slot.
/l4re-core-master/l4sys/include/cxx/
A Dipc_epiface75 * \brief Get capability slot allocated to the given receive buffer.
80 * \return Capability slot currently allocated to the given receive buffer.
117 * \return Capability slot currently allocated to the given receive buffer.
130 * \return Capability slot currently allocated to the given capability
361 * The function may allocate a capability slot for the object. In that
362 * case unregister_obj() is responsible for freeing the slot as well.
377 * The function may allocate a capability slot for the object. In that
378 * case unregister_obj() is responsible for freeing the slot as well.
A Dipc_types265 * that refers to an empty capability slot must be inserted into the
274 * \param cap Capability slot where to save the capability.
435 * The capability itself can then be retrieved from the cap slot
/l4re-core-master/l4re/include/
A Dunique_cap48 * Allocate a capability slot and wrap it in an Unique_cap.
81 * Allocate a capability slot and wrap it in an Unique_del_cap.
A Dshared_cap50 * Allocate a capability slot and wrap it in a Shared_cap.
86 * Allocate a capability slot and wrap it in a Shared_del_cap.
A Dmem_alloc92 * \param[out] mem Capability slot where the capability to the
A Dnamespace110 * \param[out] cap Capability slot where the received capability will
/l4re-core-master/l4re/include/video/
A Dgoos276 * \param rbuf Capability slot to point the buffer dataspace to.
287 * \param rbuf Capability slot to point the buffer dataspace to.
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/
A Dtst-regex2.dat1985 now-unused dtv slot, reset the slot to TLS_DTV_UNALLOCATED.

Completed in 29 milliseconds

12