| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lobject.h | 111 #define val_(o) ((o)->value_) argument 112 #define num_(o) (val_(o).n) argument 116 #define rttype(o) ((o)->tt_) argument 304 #define v_(o) ((o)->u.i.v__) argument 305 #define d_(o) ((o)->u.d__) argument 306 #define tt_(o) ((o)->u.i.tt__) argument 315 #define v_(o) ((o)->u.i.v__) argument 316 #define d_(o) ((o)->u.d__) argument 317 #define tt_(o) ((o)->u.i.tt__) argument 326 #define val_(o) v_(o) argument [all …]
|
| H A D | lapi.c | 55 TValue *o = ci->func + idx; in index2addr() local 247 StkId o = index2addr(L, idx); in lua_type() local 259 StkId o = index2addr(L, idx); in lua_iscfunction() local 387 StkId o = index2addr(L, idx); in lua_tolstring() local 405 StkId o = index2addr(L, idx); in lua_rawlen() local 416 StkId o = index2addr(L, idx); in lua_tocfunction() local 425 StkId o = index2addr(L, idx); in lua_touserdata() local 435 StkId o = index2addr(L, idx); in lua_tothread() local 713 StkId o; in lua_getuservalue() local 850 StkId o; in lua_setuservalue() local [all …]
|
| H A D | lstate.h | 199 #define gch(o) (&(o)->gch) argument 202 #define rawgco2ts(o) \ argument 204 #define gco2ts(o) (&rawgco2ts(o)->tsv) argument 206 #define gco2u(o) (&rawgco2u(o)->uv) argument 207 #define gco2lcl(o) check_exp((o)->gch.tt == LUA_TLCL, &((o)->cl.l)) argument 208 #define gco2ccl(o) check_exp((o)->gch.tt == LUA_TCCL, &((o)->cl.c)) argument 209 #define gco2cl(o) \ argument 211 #define gco2t(o) check_exp((o)->gch.tt == LUA_TTABLE, &((o)->h)) argument 212 #define gco2p(o) check_exp((o)->gch.tt == LUA_TPROTO, &((o)->p)) argument 213 #define gco2uv(o) check_exp((o)->gch.tt == LUA_TUPVAL, &((o)->uv)) argument [all …]
|
| H A D | lgc.c | 74 #define markvalue(g,o) { checkconsistency(o); \ argument 120 static int iscleared (global_State *g, const TValue *o) { in iscleared() 154 void luaC_barrierback_ (lua_State *L, GCObject *o) { in luaC_barrierback_() 190 GCObject *o = obj2gco(uv); in luaC_checkupvalcolor() local 215 GCObject *o = obj2gco(raw + offset); in luaC_newobj() local 311 GCObject *o; in markbeingfnz() local 496 StkId o = th->stack; in traversestack() local 522 GCObject *o = g->gray; in propagatemark() local 648 TValue *o = &h->array[i]; in clearvalues() local 662 static void freeobj (lua_State *L, GCObject *o) { in freeobj() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | bus.h | 830 #define bus_poke_1(r, o, v) \ argument 832 #define bus_peek_1(r, o, vp) \ argument 834 #define bus_read_1(r, o) \ argument 844 #define bus_write_1(r, o, v) \ argument 866 #define bus_poke_2(r, o, v) \ argument 868 #define bus_peek_2(r, o, vp) \ argument 870 #define bus_read_2(r, o) \ argument 902 #define bus_poke_4(r, o, v) \ argument 906 #define bus_read_4(r, o) \ argument 938 #define bus_poke_8(r, o, v) \ argument [all …]
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | object.c | 42 robj *o = zmalloc(sizeof(*o)); in createObject() local 69 robj *makeObjectShared(robj *o) { in makeObjectShared() 134 robj *o; in createStringObjectFromLongLongWithOptions() local 251 robj *o; in createZsetObject() local 287 void freeListObject(robj *o) { in freeListObject() 295 void freeSetObject(robj *o) { in freeSetObject() 308 void freeZsetObject(robj *o) { in freeZsetObject() 325 void freeHashObject(robj *o) { in freeHashObject() 349 void incrRefCount(robj *o) { in incrRefCount() 353 void decrRefCount(robj *o) { in decrRefCount() [all …]
|
| H A D | t_hash.c | 515 robj *o; in hsetnxCommand() local 532 robj *o; in hsetCommand() local 561 robj *o; in hincrbyCommand() local 597 robj *o; in hincrbyfloatCommand() local 680 robj *o; in hgetCommand() local 689 robj *o; in hmgetCommand() local 707 robj *o; in hdelCommand() local 735 robj *o; in hlenCommand() local 744 robj *o; in hstrlenCommand() local 771 robj *o; in genericHgetallCommand() local [all …]
|
| H A D | t_string.c | 158 robj *o; in getGenericCommand() local 185 robj *o; in setrangeCommand() local 245 robj *o; in getrangeCommand() local 290 robj *o = lookupKeyRead(c->db,c->argv[j]); in mgetCommand() local 341 robj *o, *new; in incrDecrCommand() local 401 robj *o, *new, *aux; in incrbyfloatCommand() local 435 robj *o, *append; in appendCommand() local 467 robj *o; in strlenCommand() local
|
| /f-stack/freebsd/arm64/include/ |
| H A D | bus.h | 288 #define __bs_rs(sz, t, h, o) \ argument 290 #define __bs_ws(sz, t, h, o, v) \ argument 294 #define __bs_set(type, sz, t, h, o, v, c) \ argument 300 #define __bs_rs_s(sz, t, h, o) \ argument 302 #define __bs_ws_s(sz, t, h, o, v) \ argument 304 #define __bs_peek(sz, t, h, o, vp) \ argument 306 #define __bs_poke(sz, t, h, o, v) \ argument 318 #define bus_space_subregion(t, h, o, s, hp) \ argument 333 #define bus_space_barrier(t, h, o, l, f) \ argument 449 #define bus_space_set_multi_1(t, h, o, v, c) \ argument [all …]
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.c | 32 struct ecore_exe_queue_obj *o, in ecore_exe_queue_init() 144 struct ecore_exe_queue_obj *o) in ecore_exe_queue_reset_pending() 163 struct ecore_exe_queue_obj *o, in ecore_exe_queue_step() 486 struct ecore_vlan_mac_obj *o) in __ecore_vlan_mac_h_read_lock() 643 ecore_vlan_mac_obj in ecore_check_mac_del() 797 struct ecore_vlan_mac_obj *o, in ecore_set_one_mac_e2() 2631 struct ecore_mcast_obj *o, in ecore_mcast_hdl_add() 2656 struct ecore_mcast_obj *o, in ecore_mcast_hdl_del() 2959 struct ecore_mcast_obj *o, in ecore_mcast_hdl_restore_e1h() 3280 ecore_credit_pool_obj *o, in ecore_credit_pool_always_TRUE() [all …]
|
| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | actbinfo.h | 351 #define ACPI_FLAG_OFFSET(d,f,o) (UINT16) (ACPI_OFFSET (d,f) + o) argument 355 #define ACPI_BGRT_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_BGRT,f,o) argument 356 #define ACPI_DRTM_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_DRTM,f,o) argument 358 #define ACPI_FADT_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_FADT,f,o) argument 359 #define ACPI_FACS_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_FACS,f,o) argument 360 #define ACPI_HPET_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_HPET,f,o) argument 362 #define ACPI_PPTT1_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_PPTT_CACHE,f,o) argument 368 #define ACPI_GTDT_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_GTDT,f,o) argument 373 #define ACPI_HMAT2_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_HMAT_CACHE,f,o) argument 374 #define ACPI_IORT3_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_IORT_SMMU,f,o) argument [all …]
|
| /f-stack/dpdk/examples/performance-thread/common/ |
| H A D | lthread_diag.h | 82 #define DIAG_COUNT_INIT(o, x) rte_atomic64_init(&((o)->count_##x)) argument 83 #define DIAG_COUNT_INC(o, x) rte_atomic64_inc(&((o)->count_##x)) argument 84 #define DIAG_COUNT_DEC(o, x) rte_atomic64_dec(&((o)->count_##x)) argument 85 #define DIAG_COUNT(o, x) rte_atomic64_read(&((o)->count_##x)) argument 99 #define DIAG_COUNT_INIT(o, x) do {} while (0) argument 100 #define DIAG_COUNT_INC(o, x) do {} while (0) argument 101 #define DIAG_COUNT_DEC(o, x) do {} while (0) argument 102 #define DIAG_COUNT(o, x) 0 argument
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | ar71xx_pci_bus_space.c | 161 pcimem_bs_r_1_s(void *t, bus_space_handle_t h, bus_size_t o) in pcimem_bs_r_1_s() 168 pcimem_bs_w_1_s(void *t, bus_space_handle_t h, bus_size_t o, u_int8_t v) in pcimem_bs_w_1_s() 175 pcimem_bs_r_2_s(void *t, bus_space_handle_t h, bus_size_t o) in pcimem_bs_r_2_s() 182 pcimem_bs_w_2_s(void *t, bus_space_handle_t h, bus_size_t o, uint16_t v) in pcimem_bs_w_2_s() 189 pcimem_bs_r_4_s(void *t, bus_space_handle_t h, bus_size_t o) in pcimem_bs_r_4_s() 196 pcimem_bs_w_4_s(void *t, bus_space_handle_t h, bus_size_t o, uint32_t v) in pcimem_bs_w_4_s()
|
| H A D | ar71xx_bus_space_reversed.c | 158 reversed_bs_r_1(void *t, bus_space_handle_t h, bus_size_t o) in reversed_bs_r_1() 165 reversed_bs_w_1(void *t, bus_space_handle_t h, bus_size_t o, u_int8_t v) in reversed_bs_w_1() 172 reversed_bs_r_2(void *t, bus_space_handle_t h, bus_size_t o) in reversed_bs_r_2() 179 reversed_bs_w_2(void *t, bus_space_handle_t h, bus_size_t o, uint16_t v) in reversed_bs_w_2()
|
| /f-stack/freebsd/mips/include/ |
| H A D | bus.h | 245 #define __bs_rs(sz, t, h, o) \ argument 247 #define __bs_ws(sz, t, h, o, v) \ argument 251 #define __bs_set(type, sz, t, h, o, v, c) \ argument 257 #define __bs_rs_s(sz, t, h, o) \ argument 259 #define __bs_ws_s(sz, t, h, o, v) \ argument 271 #define bus_space_subregion(t, h, o, s, hp) \ argument 286 #define bus_space_barrier(t, h, o, l, f) \ argument 405 #define bus_space_set_multi_1(t, h, o, v, c) \ argument 407 #define bus_space_set_multi_2(t, h, o, v, c) \ argument 409 #define bus_space_set_multi_4(t, h, o, v, c) \ argument [all …]
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lobject.h | 79 #define ttisnil(o) (ttype(o) == LUA_TNIL) argument 80 #define ttisnumber(o) (ttype(o) == LUA_TNUMBER) argument 81 #define ttisstring(o) (ttype(o) == LUA_TSTRING) argument 82 #define ttistable(o) (ttype(o) == LUA_TTABLE) argument 83 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) argument 84 #define ttisboolean(o) (ttype(o) == LUA_TBOOLEAN) argument 86 #define ttisthread(o) (ttype(o) == LUA_TTHREAD) argument 90 #define ttype(o) ((o)->tt) argument 95 #define tsvalue(o) (&rawtsvalue(o)->tsv) argument 97 #define uvalue(o) (&rawuvalue(o)->uv) argument [all …]
|
| H A D | lgc.c | 52 #define markvalue(g,o) { checkconsistency(o); \ argument 69 static void reallymarkobject (global_State *g, GCObject *o) { in reallymarkobject() 257 StkId o, lim; in traversestack() local 278 GCObject *o = g->gray; in propagatemark() local 337 static int iscleared (const TValue *o, int iskey) { in iscleared() 359 TValue *o = &h->array[i]; in cleartable() local 378 static void freeobj (lua_State *L, GCObject *o) { in freeobj() 661 void luaC_barrierf (lua_State *L, GCObject *o, GCObject *v) { in luaC_barrierf() 676 GCObject *o = obj2gco(t); in luaC_barrierback() local 685 void luaC_link (lua_State *L, GCObject *o, lu_byte tt) { in luaC_link() [all …]
|
| H A D | lapi.c | 204 StkId o; in lua_replace() local 243 StkId o = index2adr(L, idx); in lua_type() local 255 StkId o = index2adr(L, idx); in lua_iscfunction() local 344 StkId o = index2adr(L, idx); in lua_tolstring() local 362 StkId o = index2adr(L, idx); in lua_objlen() local 380 StkId o = index2adr(L, idx); in lua_tocfunction() local 568 StkId o; in lua_rawgeti() local 617 StkId o; in lua_getfenv() local 685 StkId o; in lua_rawseti() local 735 StkId o; in lua_setfenv() local [all …]
|
| H A D | lstate.h | 149 #define rawgco2ts(o) check_exp((o)->gch.tt == LUA_TSTRING, &((o)->ts)) argument 150 #define gco2ts(o) (&rawgco2ts(o)->tsv) argument 151 #define rawgco2u(o) check_exp((o)->gch.tt == LUA_TUSERDATA, &((o)->u)) argument 152 #define gco2u(o) (&rawgco2u(o)->uv) argument 153 #define gco2cl(o) check_exp((o)->gch.tt == LUA_TFUNCTION, &((o)->cl)) argument 154 #define gco2h(o) check_exp((o)->gch.tt == LUA_TTABLE, &((o)->h)) argument 155 #define gco2p(o) check_exp((o)->gch.tt == LUA_TPROTO, &((o)->p)) argument 156 #define gco2uv(o) check_exp((o)->gch.tt == LUA_TUPVAL, &((o)->uv)) argument 157 #define ngcotouv(o) \ argument 159 #define gco2th(o) check_exp((o)->gch.tt == LUA_TTHREAD, &((o)->th)) argument
|
| /f-stack/freebsd/arm/include/ |
| H A D | bus.h | 265 #define __bs_set(type, sz, t, h, o, v, c) \ argument 271 #define __bs_rs_s(sz, t, h, o) \ argument 273 #define __bs_ws_s(sz, t, h, o, v) \ argument 307 #define bus_space_subregion(t, h, o, s, hp) \ argument 322 #define bus_space_barrier(t, h, o, l, f) \ argument 344 #define bus_space_read_multi_1(t, h, o, a, c) \ argument 346 #define bus_space_read_multi_2(t, h, o, a, c) \ argument 441 #define bus_space_set_multi_1(t, h, o, v, c) \ argument 443 #define bus_space_set_multi_2(t, h, o, v, c) \ argument 445 #define bus_space_set_multi_4(t, h, o, v, c) \ argument [all …]
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_compat.h | 147 #define cpu_to_be16(o) rte_cpu_to_be_16(o) argument 148 #define cpu_to_be32(o) rte_cpu_to_be_32(o) argument 149 #define cpu_to_be64(o) rte_cpu_to_be_64(o) argument 150 #define cpu_to_le32(o) rte_cpu_to_le_32(o) argument 151 #define be16_to_cpu(o) rte_be_to_cpu_16(o) argument 152 #define be32_to_cpu(o) rte_be_to_cpu_32(o) argument 153 #define be64_to_cpu(o) rte_be_to_cpu_64(o) argument 157 #define ntohs(o) be16_to_cpu(o) argument 161 #define ntohl(o) be32_to_cpu(o) argument 165 #define htons(o) cpu_to_be16(o) argument [all …]
|
| /f-stack/freebsd/x86/include/ |
| H A D | bus.h | 1036 #define bus_space_read_multi_stream_1(t, h, o, a, c) \ argument 1038 #define bus_space_read_multi_stream_2(t, h, o, a, c) \ argument 1040 #define bus_space_read_multi_stream_4(t, h, o, a, c) \ argument 1043 #define bus_space_write_stream_1(t, h, o, v) \ argument 1045 #define bus_space_write_stream_2(t, h, o, v) \ argument 1047 #define bus_space_write_stream_4(t, h, o, v) \ argument 1057 #define bus_space_set_multi_stream_1(t, h, o, v, c) \ argument 1059 #define bus_space_set_multi_stream_2(t, h, o, v, c) \ argument 1061 #define bus_space_set_multi_stream_4(t, h, o, v, c) \ argument 1078 #define bus_space_set_region_stream_1(t, h, o, v, c) \ argument [all …]
|
| /f-stack/dpdk/drivers/raw/ifpga/base/osdep_rte/ |
| H A D | osdep_generic.h | 47 #define cpu_to_be16(o) rte_cpu_to_be_16(o) argument 48 #define cpu_to_be32(o) rte_cpu_to_be_32(o) argument 49 #define cpu_to_be64(o) rte_cpu_to_be_64(o) argument 50 #define cpu_to_le16(o) rte_cpu_to_le_16(o) argument 51 #define cpu_to_le32(o) rte_cpu_to_le_32(o) argument 52 #define cpu_to_le64(o) rte_cpu_to_le_64(o) argument
|
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_compat.h | 102 #define cpu_to_be16(o) rte_cpu_to_be_16(o) argument 103 #define cpu_to_be32(o) rte_cpu_to_be_32(o) argument 104 #define cpu_to_be64(o) rte_cpu_to_be_64(o) argument 105 #define cpu_to_le32(o) rte_cpu_to_le_32(o) argument 106 #define be16_to_cpu(o) rte_be_to_cpu_16(o) argument 107 #define be32_to_cpu(o) rte_be_to_cpu_32(o) argument 108 #define be64_to_cpu(o) rte_be_to_cpu_64(o) argument 109 #define le32_to_cpu(o) rte_le_to_cpu_32(o) argument
|
| /f-stack/dpdk/examples/cmdline/ |
| H A D | parse_obj_list.c | 38 struct object *o; in parse_obj_list() local 71 struct object *o; in complete_get_nb_obj_list() local 85 struct object *o; in complete_get_elt_obj_list() local
|