/third_party/ffmpeg/libavcodec/mips/ |
H A D | mpegvideo_mmi.c | 33 mips_reg addr[1]; in ff_dct_unquantize_h263_intra_mmi() local 94 [addr0]"=&r"(addr[0]) in ff_dct_unquantize_h263_intra_mmi() 109 mips_reg addr[1]; in ff_dct_unquantize_h263_inter_mmi() local 155 [addr0]"=&r"(addr[0]) in ff_dct_unquantize_h263_inter_mmi() 171 mips_reg addr[1]; in ff_dct_unquantize_mpeg1_intra_mmi() local 246 [addr0]"=&r"(addr[0]) in ff_dct_unquantize_mpeg1_intra_mmi() 264 mips_reg addr[1]; in ff_dct_unquantize_mpeg1_inter_mmi() local 336 [addr0]"=&r"(addr[0]) in ff_dct_unquantize_mpeg1_inter_mmi() 353 mips_reg addr[1]; in ff_dct_unquantize_mpeg2_intra_mmi() local 427 [addr0]"=&r"(addr[ in ff_dct_unquantize_mpeg2_intra_mmi() 444 mips_reg addr[1]; ff_denoise_dct_mmi() local [all...] |
/third_party/elfutils/libdwfl/ |
H A D | dwfl_module_addrsym.c | 38 GElf_Addr addr; member 70 return value == state->addr; in same_section() 79 v = state->addr; in same_section() 91 state->addr); in same_section() 142 if (sym->st_size == 0 || state->addr - value < sym->st_size) in try_sym_value() 214 && value <= state->addr in search_table() 229 && adjusted_st_value <= state->addr) in search_table() 254 .addr = _addr, in __libdwfl_addrsym() 289 && (state.sizeless_name == NULL || state.sizeless_value != state.addr)) in __libdwfl_addrsym() 305 *off = state.addr in __libdwfl_addrsym() 318 dwfl_module_addrsym(Dwfl_Module *mod, GElf_Addr addr, GElf_Sym *closest_sym, GElf_Word *shndxp) dwfl_module_addrsym() argument [all...] |
H A D | cu.c | 47 addrarange (Dwfl_Module *mod, Dwarf_Addr addr, struct dwfl_arange **arange) in addrarange() argument 95 addr = dwfl_deadjust_dwarf_addr (mod, addr); in addrarange() 102 Dwarf_Addr start = dwar (mod, idx)->addr; in addrarange() 103 if (addr < start) in addrarange() 108 else if (addr > start) in addrarange() 112 if (addr >= dwar (mod, idx + 1)->addr) in addrarange() 123 if (addr > last->addr in addrarange() 313 __libdwfl_addrcu(Dwfl_Module *mod, Dwarf_Addr addr, struct dwfl_cu **cu) __libdwfl_addrcu() argument [all...] |
/third_party/cmsis/CMSIS/Core/Include/m-profile/ |
H A D | armv7m_cachel1.h | 110 \param[in] addr address 113 __STATIC_FORCEINLINE void SCB_InvalidateICache_by_Addr (volatile void *addr, int32_t isize) in SCB_InvalidateICache_by_Addr() argument 117 int32_t op_size = isize + (((uint32_t)addr) & (__SCB_ICACHE_LINE_SIZE - 1U)); in SCB_InvalidateICache_by_Addr() 118 uint32_t op_addr = (uint32_t)addr /* & ~(__SCB_ICACHE_LINE_SIZE - 1U) */; in SCB_InvalidateICache_by_Addr() 353 \param[in] addr address 356 __STATIC_FORCEINLINE void SCB_InvalidateDCache_by_Addr (volatile void *addr, int32_t dsize) in SCB_InvalidateDCache_by_Addr() argument 360 int32_t op_size = dsize + (((uint32_t)addr) & (__SCB_DCACHE_LINE_SIZE - 1U)); in SCB_InvalidateDCache_by_Addr() 361 uint32_t op_addr = (uint32_t)addr /* & ~(__SCB_DCACHE_LINE_SIZE - 1U) */; in SCB_InvalidateDCache_by_Addr() 383 \param[in] addr address 386 __STATIC_FORCEINLINE void SCB_CleanDCache_by_Addr (volatile void *addr, int32_ argument 416 SCB_CleanInvalidateDCache_by_Addr(volatile void *addr, int32_t dsize) SCB_CleanInvalidateDCache_by_Addr() argument [all...] |
/third_party/node/deps/cares/src/lib/ |
H A D | ares_gethostbyname.c | 55 static size_t get_address_index(const struct in_addr *addr, 57 static size_t get6_address_index(const struct ares_in6_addr *addr, 158 /* Find the first entry in sortlist which matches addr. Return nsort 161 static size_t get_address_index(const struct in_addr *addr, in get_address_index() argument 169 memcpy(&aaddr.addr.addr4, addr, 4); in get_address_index() 172 if (sortlist[i].addr.family != AF_INET) { in get_address_index() 176 if (ares__subnet_match(&aaddr, &sortlist[i].addr, sortlist[i].mask)) { in get_address_index() 214 /* Find the first entry in sortlist which matches addr. Return nsort 217 static size_t get6_address_index(const struct ares_in6_addr *addr, in get6_address_index() argument [all...] |
/third_party/ltp/testcases/network/stress/tcp/multi-diffip/ |
H A D | tcp4-multi-diffip01 | 221 ip addr add ${lhost_addr}/${network_mask} broadcast $network_broadcast dev $lhost_ifname 223 ip addr del ${lhost_addr}/${network_mask} broadcast $network_broadcast dev $lhost_ifname 2>&1 224 ip addr add ${lhost_addr}/${network_mask} broadcast $network_broadcast dev $lhost_ifname 236 ret=`$LTP_RSH $RHOST 'PATH=/sbin:/usr/sbin:$PATH ip' addr add ${rhost_addr}/${network_mask} broadcast $network_broadcast dev $rhost_ifname' ; echo $?'` 239 $LTP_RSH $RHOST 'PATH=/sbin:/usr/sbin:$PATH ip' addr del ${rhost_addr}/${network_mask} broadcast $network_broadcast dev $rhost_ifname 240 ret=`$LTP_RSH $RHOST 'PATH=/sbin:/usr/sbin:$PATH ip' addr add ${rhost_addr}/${network_mask} broadcast $network_broadcast dev $rhost_ifname' ; echo $?'` 264 ip addr add ${lhost_addr}/${network_mask} dev $lhost_ifname 267 ip addr del ${lhost_addr}/${network_mask} dev $lhost_ifname 2>&1 268 ip addr add ${lhost_addr}/${network_mask} dev $lhost_ifname 281 ret=`$LTP_RSH $RHOST 'PATH=/sbin:/usr/sbin:$PATH ip' addr ad [all...] |
/third_party/ltp/testcases/network/stress/udp/multi-diffip/ |
H A D | udp4-multi-diffip01 | 187 ip addr add ${lhost_addr}/${network_mask} broadcast $network_broadcast dev $lhost_ifname 191 ip addr del ${lhost_addr}/${network_mask} broadcast $network_broadcast dev $lhost_ifname 2>&1 192 ip addr add ${lhost_addr}/${network_mask} broadcast $network_broadcast dev $lhost_ifname 205 ret=`$LTP_RSH $RHOST 'PATH=/sbin:/usr/sbin:$PATH ip' addr add ${rhost_addr}/${network_mask} broadcast $network_broadcast dev $rhost_ifname' ; echo $?'` 207 $LTP_RSH $RHOST 'PATH=/sbin:/usr/sbin:$PATH ip' addr del ${rhost_addr}/${network_mask} broadcast $network_broadcast dev $rhost_ifname 208 ret=`$LTP_RSH $RHOST 'PATH=/sbin:/usr/sbin:$PATH ip' addr add ${rhost_addr}/${network_mask} broadcast $network_broadcast dev $rhost_ifname' ; echo $?'` 231 ip addr add ${lhost_addr}/${network_mask} dev $lhost_ifname 234 ip addr del ${lhost_addr}/${network_mask} dev $lhost_ifname 2>&1 235 ip addr add ${lhost_addr}/${network_mask} dev $lhost_ifname 248 ret=`$LTP_RSH $RHOST 'PATH=/sbin:/usr/sbin:$PATH ip' addr ad [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_wired.c | 103 event.new_sta.addr = sa; in handle_data() 162 event.new_sta.addr = mac_address; in handle_dhcp() 172 struct sockaddr_ll addr; in wired_init_sockets() local 197 os_memset(&addr, 0, sizeof(addr)); in wired_init_sockets() 198 addr.sll_family = AF_PACKET; in wired_init_sockets() 199 addr.sll_ifindex = ifr.ifr_ifindex; in wired_init_sockets() 201 addr.sll_ifindex); in wired_init_sockets() 203 if (bind(drv->common.sock, (struct sockaddr *) &addr, sizeof(addr)) < in wired_init_sockets() 286 wired_send_eapol(void *priv, const u8 *addr, const u8 *data, size_t data_len, int encrypt, const u8 *own_addr, u32 flags) wired_send_eapol() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_wired.c | 103 event.new_sta.addr = sa; in handle_data() 162 event.new_sta.addr = mac_address; in handle_dhcp() 172 struct sockaddr_ll addr; in wired_init_sockets() local 197 os_memset(&addr, 0, sizeof(addr)); in wired_init_sockets() 198 addr.sll_family = AF_PACKET; in wired_init_sockets() 199 addr.sll_ifindex = ifr.ifr_ifindex; in wired_init_sockets() 201 addr.sll_ifindex); in wired_init_sockets() 203 if (bind(drv->common.sock, (struct sockaddr *) &addr, sizeof(addr)) < in wired_init_sockets() 286 wired_send_eapol(void *priv, const u8 *addr, const u8 *data, size_t data_len, int encrypt, const u8 *own_addr, u32 flags) wired_send_eapol() argument [all...] |
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | mc146818rtc.h | 17 #define CMOS_READ(addr) ({ \ 18 atari_outb_p((addr), ATARI_RTC_PORT(0)); \ 21 #define CMOS_WRITE(val, addr) ({ \ 22 atari_outb_p((addr), ATARI_RTC_PORT(0)); \
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | mc146818rtc.h | 19 #define CMOS_READ(addr) ({ \ 20 outb_p((addr),RTC_PORT(0)); \ 23 #define CMOS_WRITE(val, addr) ({ \ 24 outb_p((addr),RTC_PORT(0)); \
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | mc146818rtc.h | 22 #define CMOS_READ(addr) ({ \ 23 outb_p((addr),RTC_PORT(0)); \ 26 #define CMOS_WRITE(val, addr) ({ \ 27 outb_p((addr),RTC_PORT(0)); \
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
H A D | slice.h | 8 #define GET_LOW_SLICE_INDEX(addr) ((addr) >> SLICE_LOW_SHIFT) 12 #define GET_HIGH_SLICE_INDEX(addr) ((addr) >> SLICE_HIGH_SHIFT)
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | mc146818rtc_32.h | 19 #define CMOS_READ(addr) ({ \ 20 outb_p((addr),RTC_PORT(0)); \ 23 #define CMOS_WRITE(val, addr) ({ \ 24 outb_p((addr),RTC_PORT(0)); \
|
H A D | mc146818rtc_64.h | 20 #define CMOS_READ(addr) ({ \ 21 outb_p((addr),RTC_PORT(0)); \ 24 #define CMOS_WRITE(val, addr) ({ \ 25 outb_p((addr),RTC_PORT(0)); \
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | sections.h | 14 static inline bool in_entry_text(unsigned long addr) in in_entry_text() argument 17 (void *)addr, 1); in in_entry_text() 20 static inline bool in_idmap_text(unsigned long addr) in in_idmap_text() argument 22 void *a = (void *)addr; in in_idmap_text()
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | patching.h | 7 int aarch64_insn_read(void *addr, u32 *insnp); 8 int aarch64_insn_write(void *addr, u32 insn); 10 int aarch64_insn_write_literal_u64(void *addr, u64 val); 12 int aarch64_insn_patch_text_nosync(void *addr, u32 insn);
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | mc146818rtc.h | 17 #define CMOS_READ(addr) ({ \ 18 atari_outb_p((addr), ATARI_RTC_PORT(0)); \ 21 #define CMOS_WRITE(val, addr) ({ \ 22 atari_outb_p((addr), ATARI_RTC_PORT(0)); \
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | mc146818rtc.h | 22 #define CMOS_READ(addr) ({ \ 23 outb_p((addr),RTC_PORT(0)); \ 26 #define CMOS_WRITE(val, addr) ({ \ 27 outb_p((addr),RTC_PORT(0)); \
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | sections.h | 14 static inline bool in_entry_text(unsigned long addr) in in_entry_text() argument 17 (void *)addr, 1); in in_entry_text() 20 static inline bool in_idmap_text(unsigned long addr) in in_idmap_text() argument 22 void *a = (void *)addr; in in_idmap_text()
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | mc146818rtc.h | 19 #define CMOS_READ(addr) ({ \ 20 outb_p((addr),RTC_PORT(0)); \ 23 #define CMOS_WRITE(val, addr) ({ \ 24 outb_p((addr),RTC_PORT(0)); \
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | mc146818rtc_32.h | 19 #define CMOS_READ(addr) ({ \ 20 outb_p((addr),RTC_PORT(0)); \ 23 #define CMOS_WRITE(val, addr) ({ \ 24 outb_p((addr),RTC_PORT(0)); \
|
H A D | mc146818rtc_64.h | 20 #define CMOS_READ(addr) ({ \ 21 outb_p((addr),RTC_PORT(0)); \ 24 #define CMOS_WRITE(val, addr) ({ \ 25 outb_p((addr),RTC_PORT(0)); \
|
/kernel/linux/linux-5.10/tools/include/asm-generic/bitops/ |
H A D | find.h | 8 * @addr: The address to base the search on 15 extern unsigned long find_next_bit(const unsigned long *addr, unsigned long 39 * @addr: The address to base the search on 46 unsigned long find_next_zero_bit(const unsigned long *addr, unsigned long size, 54 * @addr: The address to start the search at 60 extern unsigned long find_first_bit(const unsigned long *addr, 69 * @addr: The address to start the search at 75 unsigned long find_first_zero_bit(const unsigned long *addr, unsigned long size);
|
H A D | atomic.h | 8 static inline void set_bit(int nr, unsigned long *addr) in set_bit() argument 10 addr[nr / __BITS_PER_LONG] |= 1UL << (nr % __BITS_PER_LONG); in set_bit() 13 static inline void clear_bit(int nr, unsigned long *addr) in clear_bit() argument 15 addr[nr / __BITS_PER_LONG] &= ~(1UL << (nr % __BITS_PER_LONG)); in clear_bit()
|