| /kernel/linux/linux-5.10/net/rds/ |
| H A D | threads.c | 267 int rds_addr_cmp(const struct in6_addr *addr1, in rds_addr_cmp() argument
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | branch.c | 5 static bool cross_area(u64 addr1, u64 addr2, int size) in cross_area() argument
|
| /kernel/linux/linux-5.10/lib/ |
| H A D | find_bit.c | 31 static unsigned long _find_next_bit(const unsigned long *addr1, in _find_next_bit() argument 94 unsigned long find_next_and_bit(const unsigned long *addr1, in find_next_and_bit() argument
|
| /kernel/linux/linux-5.10/kernel/kcsan/ |
| H A D | encoding.h | 90 static __always_inline bool matching_access(unsigned long addr1, size_t size1, in matching_access() argument
|
| /kernel/linux/linux-6.6/kernel/kcsan/ |
| H A D | encoding.h | 93 static __always_inline bool matching_access(unsigned long addr1, size_t size1, in matching_access() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| H A D | bind_wildcard.c | 111 bind_sockets(struct __test_metadata *_metadata, FIXTURE_DATA(bind_wildcard) *self, int expected_errno, struct sockaddr *addr1, socklen_t addrlen1, struct sockaddr *addr2, socklen_t addrlen2) bind_sockets() argument
|
| /kernel/linux/linux-6.6/net/rds/ |
| H A D | threads.c | 269 int rds_addr_cmp(const struct in6_addr *addr1, in rds_addr_cmp() argument
|
| /third_party/libuv/test/ |
| H A D | test-tcp-bind-error.c | 188 struct sockaddr_in addr1; in TEST_IMPL() local
|
| /third_party/ltp/testcases/kernel/syscalls/msync/ |
| H A D | msync03.c | 57 static char *addr1; variable
|
| /third_party/mesa3d/src/util/ |
| H A D | futex.h | 41 static inline long sys_futex(void *addr1, int op, int val1, const struct timespec *timeout, void *addr2, int val3) in sys_futex() argument
|
| /third_party/skia/tests/ |
| H A D | PathOpsTightBoundsTest.cpp | 86 uint32_t* addr1 = data->fBitmap->getAddr32(0, y); in testTightBoundsQuads() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
| H A D | rs_motion_blur_filter_test.cpp | 216 int addr1 = 1; in HWTEST_F() local
|
| H A D | rs_foreground_effect_filter_test.cpp | 128 int addr1 = 1; in HWTEST_F() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
| H A D | btm_wl.c | 77 static bool IsSameAddress(const BtAddr *addr1, const BtAddr *addr2) in IsSameAddress() argument
|
| /kernel/linux/linux-6.6/arch/s390/boot/ |
| H A D | boot.h | 96 intersects(unsigned long addr0, unsigned long size0, unsigned long addr1, unsigned long size1) intersects() argument
|
| /kernel/linux/linux-6.6/arch/sh/include/asm/ |
| H A D | cacheflush.h | 61 unsigned long addr1, addr2; member
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/ |
| H A D | islpci_eth.h | 27 u8 addr1[ETH_ALEN]; member
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
| H A D | hwsq.h | 35 hwsq_reg2(u32 addr1, u32 addr2) in hwsq_reg2() argument
|
| /kernel/linux/linux-5.10/drivers/pci/controller/cadence/ |
| H A D | pcie-cadence.c | 36 u32 addr0, addr1, desc0, desc1; in cdns_pcie_set_outbound_region() local 107 u32 addr0, addr1, desc0, desc1; in cdns_pcie_set_outbound_region_for_normal_msg() local
|
| /kernel/linux/linux-6.6/drivers/pci/controller/cadence/ |
| H A D | pcie-cadence.c | 37 u32 addr0, addr1, desc0, desc1; in cdns_pcie_set_outbound_region() local 108 u32 addr0, addr1, desc0, desc1; in cdns_pcie_set_outbound_region_for_normal_msg() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
| H A D | hwsq.h | 35 hwsq_reg2(u32 addr1, u32 addr2) in hwsq_reg2() argument
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | branch.c | 5 static bool cross_area(u64 addr1, u64 addr2, int size) in cross_area() argument
|
| /kernel/linux/linux-6.6/lib/ |
| H A D | find_bit.c | 110 unsigned long _find_first_and_bit(const unsigned long *addr1, in _find_first_and_bit() argument 144 unsigned long __find_nth_and_bit(const unsigned long *addr1, const unsigned long *addr2, in __find_nth_and_bit() argument 151 unsigned long __find_nth_andnot_bit(const unsigned long *addr1, const unsigned long *addr2, in __find_nth_andnot_bit() argument 158 unsigned long __find_nth_and_andnot_bit(const unsigned long *addr1, in __find_nth_and_andnot_bit() argument 168 unsigned long _find_next_and_bit(const unsigned long *addr1, const unsigned long *addr2, in _find_next_and_bit() argument 177 _find_next_andnot_bit(const unsigned long *addr1, const unsigned long *addr2, unsigned long nbits, unsigned long start) _find_next_andnot_bit() argument 186 _find_next_or_bit(const unsigned long *addr1, const unsigned long *addr2, unsigned long nbits, unsigned long start) _find_next_or_bit() argument [all...] |
| /test/xts/hats/kernel/mmap/ |
| H A D | MmapApiTest.cpp | 264 void *addr1 = mmap(addReserve, lenLeftMap, PROT_READ, MAP_ANON | MAP_PRIVATE | MAP_FIXED, -1, 0); in HWTEST_F() local 307 void *addr1 = mmap(addReserve, lenLeftMap, PROT_READ, MAP_ANON | MAP_PRIVATE | MAP_FIXED, -1, 0); in HWTEST_F() local
|
| /third_party/popt/tests/ |
| H A D | test2.c | 33 static char *addr1 = NULL; variable
|