Home
last modified time | relevance | path

Searched refs:item_addr (Results 1 – 25 of 122) sorted by relevance

12345

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/marvell/mwifiex/
H A Dutil.c30 item_addr(debug_mask), 1},
32 item_addr(int_counter), 1},
42 item_addr(tx_buf_size), 1},
46 item_addr(ps_mode), 1},
48 item_addr(ps_state), 1},
50 item_addr(is_deep_sleep), 1},
58 item_addr(hs_activated), 1},
60 item_addr(num_tx_timeout), 1},
64 item_addr(timeout_cmd_id), 1},
111 item_addr(cmd_sent), 1},
[all …]
H A Dutil.h40 #define item_addr(n) (offsetof(struct mwifiex_debug_info, n)) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/marvell/mwifiex/
H A Dutil.c30 item_addr(debug_mask), 1},
32 item_addr(int_counter), 1},
42 item_addr(tx_buf_size), 1},
46 item_addr(ps_mode), 1},
48 item_addr(ps_state), 1},
50 item_addr(is_deep_sleep), 1},
58 item_addr(hs_activated), 1},
60 item_addr(num_tx_timeout), 1},
64 item_addr(timeout_cmd_id), 1},
111 item_addr(cmd_sent), 1},
[all …]
H A Dutil.h40 #define item_addr(n) (offsetof(struct mwifiex_debug_info, n)) macro
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/marvell/mwifiex/
H A Dutil.c30 item_addr(debug_mask), 1},
32 item_addr(int_counter), 1},
42 item_addr(tx_buf_size), 1},
46 item_addr(ps_mode), 1},
48 item_addr(ps_state), 1},
50 item_addr(is_deep_sleep), 1},
58 item_addr(hs_activated), 1},
60 item_addr(num_tx_timeout), 1},
64 item_addr(timeout_cmd_id), 1},
111 item_addr(cmd_sent), 1},
[all …]
H A Dutil.h40 #define item_addr(n) (offsetof(struct mwifiex_debug_info, n)) macro
/dports/games/alienarena/alienarena-7.66/source/qcommon/
H A Dhtable.c553 void * item_addr; in _HT_KeyFromEntryII() local
554 item_addr = (void*)( ( (char*)entry ) + sizeof( struct tentry_t ) ); in _HT_KeyFromEntryII()
555 return (char *)( ( (char*)item_addr ) + key_offset ); in _HT_KeyFromEntryII()
560 void * item_addr; in _HT_KeyFromEntryIP() local
561 item_addr = (void*)( ( (char*)entry ) + sizeof( struct tentry_t ) ); in _HT_KeyFromEntryIP()
562 return *(char **)( ( (char*)item_addr ) + key_offset ); in _HT_KeyFromEntryIP()
567 void * item_addr; in _HT_KeyFromEntryPI() local
568 item_addr = *(void**)( ( (char*)entry ) + sizeof( struct tentry_t ) ); in _HT_KeyFromEntryPI()
569 return (char *)( ( (char*)item_addr ) + key_offset ); in _HT_KeyFromEntryPI()
574 void * item_addr; in _HT_KeyFromEntryPP() local
[all …]
/dports/games/alienarena-data/alienarena-7.66/source/qcommon/
H A Dhtable.c553 void * item_addr; in _HT_KeyFromEntryII() local
554 item_addr = (void*)( ( (char*)entry ) + sizeof( struct tentry_t ) ); in _HT_KeyFromEntryII()
555 return (char *)( ( (char*)item_addr ) + key_offset ); in _HT_KeyFromEntryII()
560 void * item_addr; in _HT_KeyFromEntryIP() local
561 item_addr = (void*)( ( (char*)entry ) + sizeof( struct tentry_t ) ); in _HT_KeyFromEntryIP()
562 return *(char **)( ( (char*)item_addr ) + key_offset ); in _HT_KeyFromEntryIP()
567 void * item_addr; in _HT_KeyFromEntryPI() local
568 item_addr = *(void**)( ( (char*)entry ) + sizeof( struct tentry_t ) ); in _HT_KeyFromEntryPI()
569 return (char *)( ( (char*)item_addr ) + key_offset ); in _HT_KeyFromEntryPI()
574 void * item_addr; in _HT_KeyFromEntryPP() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/marvell/libertas/
H A Ddebugfs.c778 #define item_addr(n) (offsetof(struct lbs_private, n)) macro
790 {"psmode", item_size(psmode), item_addr(psmode)},
791 {"psstate", item_size(psstate), item_addr(psstate)},
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/marvell/libertas/
H A Ddebugfs.c778 #define item_addr(n) (offsetof(struct lbs_private, n)) macro
790 {"psmode", item_size(psmode), item_addr(psmode)},
791 {"psstate", item_size(psstate), item_addr(psstate)},
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/marvell/libertas/
H A Ddebugfs.c778 #define item_addr(n) (offsetof(struct lbs_private, n)) macro
790 {"psmode", item_size(psmode), item_addr(psmode)},
791 {"psstate", item_size(psstate), item_addr(psstate)},
/dports/net/norm/norm-1.5r6/protolib/examples/
H A Dting.cpp344 {return item_addr;} in GetAddress()
348 {return ((item_addr.GetLength()+2) << 3);} in GetAddressKeysize()
351 ProtoAddress item_addr; member in AddressableItem
631 : item_addr(theAddr) in PROTO_INSTANTIATE_APP()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Commands/
H A DCommandObjectMemory.cpp801 addr_t item_addr = addr + (i * item_byte_size); in DoExecute() local
802 Address address(item_addr); in DoExecute()
804 name_strm.Printf("0x%" PRIx64, item_addr); in DoExecute()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp801 addr_t item_addr = addr + (i * item_byte_size); in DoExecute() local
802 Address address(item_addr); in DoExecute()
804 name_strm.Printf("0x%" PRIx64, item_addr); in DoExecute()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Commands/
H A DCommandObjectMemory.cpp801 addr_t item_addr = addr + (i * item_byte_size); in DoExecute() local
802 Address address(item_addr); in DoExecute()
804 name_strm.Printf("0x%" PRIx64, item_addr); in DoExecute()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Commands/
H A DCommandObjectMemory.cpp801 addr_t item_addr = addr + (i * item_byte_size); in DoExecute() local
802 Address address(item_addr); in DoExecute()
804 name_strm.Printf("0x%" PRIx64, item_addr); in DoExecute()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Commands/
H A DCommandObjectMemory.cpp801 addr_t item_addr = addr + (i * item_byte_size); in DoExecute() local
802 Address address(item_addr); in DoExecute()
804 name_strm.Printf("0x%" PRIx64, item_addr); in DoExecute()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp816 addr_t item_addr = addr + (i * item_byte_size); in DoExecute() local
817 Address address(item_addr); in DoExecute()
819 name_strm.Printf("0x%" PRIx64, item_addr); in DoExecute()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Commands/
H A DCommandObjectMemory.cpp817 addr_t item_addr = addr + (i * item_byte_size); in DoExecute() local
818 Address address(item_addr); in DoExecute()
820 name_strm.Printf("0x%" PRIx64, item_addr); in DoExecute()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Commands/
H A DCommandObjectMemory.cpp816 addr_t item_addr = addr + (i * item_byte_size); in DoExecute() local
817 Address address(item_addr); in DoExecute()
819 name_strm.Printf("0x%" PRIx64, item_addr); in DoExecute()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp817 addr_t item_addr = addr + (i * item_byte_size); in DoExecute() local
818 Address address(item_addr); in DoExecute()
820 name_strm.Printf("0x%" PRIx64, item_addr); in DoExecute()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Commands/
H A DCommandObjectMemory.cpp816 addr_t item_addr = addr + (i * item_byte_size); in DoExecute() local
817 Address address(item_addr); in DoExecute()
819 name_strm.Printf("0x%" PRIx64, item_addr); in DoExecute()
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcmd_open.c993 #define __is_inside_section(item_addr, section)\ argument
994 (item_addr >= old_base + section->vaddr && item_addr <= old_base + section->vaddr + section->vsize)
/dports/www/squid/squid-4.15/compat/
H A DGnuRegex.c2101 #define DEBUG_POP(item_addr) *(item_addr) = POP_FAILURE_ITEM () argument
2104 #define DEBUG_POP(item_addr) argument
/dports/biology/hyphy/hyphy-2.5.33/src/contrib/
H A Dregex.cpp2446 #define DEBUG_POP(item_addr) *(item_addr) = POP_FAILURE_ITEM () argument
2449 #define DEBUG_POP(item_addr) argument

12345