/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | bitmaps.c | 134 ext2fs_generic_bitmap bmap; in ext2fs_allocate_subcluster_bitmap() local 169 ext2fs_generic_bitmap_64 bmap = (ext2fs_generic_bitmap_64) bitmap; in ext2fs_get_bitmap_granularity() local 219 ext2fs_inode_bitmap bmap) in ext2fs_resize_inode_bitmap() 226 ext2fs_inode_bitmap bmap) in ext2fs_resize_inode_bitmap2() 232 ext2fs_block_bitmap bmap) in ext2fs_resize_block_bitmap() 239 ext2fs_block_bitmap bmap) in ext2fs_resize_block_bitmap2() 258 errcode_t ext2fs_set_inode_bitmap_range(ext2fs_inode_bitmap bmap, in ext2fs_set_inode_bitmap_range() 267 errcode_t ext2fs_set_inode_bitmap_range2(ext2fs_inode_bitmap bmap, in ext2fs_set_inode_bitmap_range2() 274 errcode_t ext2fs_get_inode_bitmap_range(ext2fs_inode_bitmap bmap, in ext2fs_get_inode_bitmap_range() 283 errcode_t ext2fs_get_inode_bitmap_range2(ext2fs_inode_bitmap bmap, in ext2fs_get_inode_bitmap_range2() [all …]
|
H A D | gen_bitmap64.c | 246 ext2fs_generic_bitmap_64 bmap = (ext2fs_generic_bitmap_64) gen_bmap; in ext2fs_free_generic_bmap() local 351 ext2fs_generic_bitmap_64 bmap = (ext2fs_generic_bitmap_64) gen_bmap; in ext2fs_resize_generic_bmap() local 555 ext2fs_generic_bitmap_64 bmap = (ext2fs_generic_bitmap_64) gen_bmap; in ext2fs_set_generic_bmap_range() local 582 ext2fs_generic_bitmap_64 bmap = (ext2fs_generic_bitmap_64) gen_bmap; in ext2fs_get_generic_bmap_range() local 644 ext2fs_generic_bitmap_64 bmap = (ext2fs_generic_bitmap_64) gen_bmap; in ext2fs_set_generic_bmap_padding() local 661 ext2fs_generic_bitmap_64 bmap = (ext2fs_generic_bitmap_64) gen_bmap; in ext2fs_test_block_bitmap_range2() local 706 ext2fs_generic_bitmap_64 bmap = (ext2fs_generic_bitmap_64) gen_bmap; in ext2fs_mark_block_bitmap_range2() local 747 ext2fs_generic_bitmap_64 bmap = (ext2fs_generic_bitmap_64) gen_bmap; in ext2fs_unmark_block_bitmap_range2() local 803 ext2fs_generic_bitmap_64 bmap, cmap; in ext2fs_convert_subcluster_bitmap() local
|
H A D | gen_bitmap.c | 44 #define EXT2FS_IS_32_BITMAP(bmap) \ argument 49 #define EXT2FS_IS_64_BITMAP(bmap) \ argument 329 ext2fs_generic_bitmap_32 bmap = (ext2fs_generic_bitmap_32) gen_bmap; in ext2fs_resize_generic_bitmap() local 413 ext2fs_generic_bitmap_32 bmap = (ext2fs_generic_bitmap_32) gen_bmap; in ext2fs_get_generic_bitmap_range() local 430 ext2fs_generic_bitmap_32 bmap = (ext2fs_generic_bitmap_32) gen_bmap; in ext2fs_set_generic_bitmap_range() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | map.go | 143 type bmap struct { struct 147 tophash [abi.MapBucketCount]uint8 196 func evacuated(b *bmap) bool { 201 func (b *bmap) overflow(t *maptype) *bmap { 205 func (b *bmap) setoverflow(t *maptype, ovf *bmap) { 209 func (b *bmap) keys() unsafe.Pointer { 1624 func moveToBmap(t *maptype, h *hmap, dst *bmap, pos int, src *bmap) (*bmap, int) { 1824 func copyKeys(t *maptype, h *hmap, b *bmap, s *slice, offset uint8) { 1887 func copyValues(t *maptype, h *hmap, b *bmap, s *slice, offset uint8) {
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_TCPOPTSTRIP.h | 22 #define tcpoptstrip_set_bit(bmap,idx) (bmap[(idx) >> 5] |= 1U << (idx & 31)) argument 23 #define tcpoptstrip_test_bit(bmap,idx) (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0) argument
|
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/linux/netfilter/ |
D | xt_TCPOPTSTRIP.h | 10 #define tcpoptstrip_set_bit(bmap,idx) (bmap[(idx) >> 5] |= 1U << (idx & 31)) argument 11 #define tcpoptstrip_test_bit(bmap,idx) (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0) argument
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_TCPOPTSTRIP.h | 22 #define tcpoptstrip_set_bit(bmap,idx) (bmap[(idx) >> 5] |= 1U << (idx & 31)) argument 23 #define tcpoptstrip_test_bit(bmap,idx) (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0) argument
|
/aosp_15_r20/bionic/libc/kernel/uapi/linux/netfilter/ |
H A D | xt_TCPOPTSTRIP.h | 10 #define tcpoptstrip_set_bit(bmap,idx) (bmap[(idx) >> 5] |= 1U << (idx & 31)) argument 11 #define tcpoptstrip_test_bit(bmap,idx) (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0) argument
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86/include/bionic/libc/kernel/uapi/linux/netfilter/ |
H A D | xt_TCPOPTSTRIP.h | 10 #define tcpoptstrip_set_bit(bmap,idx) (bmap[(idx) >> 5] |= 1U << (idx & 31)) argument 11 #define tcpoptstrip_test_bit(bmap,idx) (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0) argument
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/linux_bionic/include/bionic/libc/kernel/uapi/linux/netfilter/ |
H A D | xt_TCPOPTSTRIP.h | 10 #define tcpoptstrip_set_bit(bmap,idx) (bmap[(idx) >> 5] |= 1U << (idx & 31)) argument 11 #define tcpoptstrip_test_bit(bmap,idx) (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0) argument
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_TCPOPTSTRIP.h | 22 #define tcpoptstrip_set_bit(bmap,idx) (bmap[(idx) >> 5] |= 1U << (idx & 31)) argument 23 #define tcpoptstrip_test_bit(bmap,idx) (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0) argument
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_TCPOPTSTRIP.h | 22 #define tcpoptstrip_set_bit(bmap,idx) (bmap[(idx) >> 5] |= 1U << (idx & 31)) argument 23 #define tcpoptstrip_test_bit(bmap,idx) (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0) argument
|
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/linux/netfilter/ |
H A D | xt_TCPOPTSTRIP.h | 10 #define tcpoptstrip_set_bit(bmap,idx) (bmap[(idx) >> 5] |= 1U << (idx & 31)) argument 11 #define tcpoptstrip_test_bit(bmap,idx) (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0) argument
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_TCPOPTSTRIP.h | 22 #define tcpoptstrip_set_bit(bmap,idx) (bmap[(idx) >> 5] |= 1U << (idx & 31)) argument 23 #define tcpoptstrip_test_bit(bmap,idx) (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0) argument
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_TCPOPTSTRIP.h | 22 #define tcpoptstrip_set_bit(bmap,idx) (bmap[(idx) >> 5] |= 1U << (idx & 31)) argument 23 #define tcpoptstrip_test_bit(bmap,idx) (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0) argument
|
/aosp_15_r20/external/kernel-headers/original/uapi/linux/netfilter/ |
H A D | xt_TCPOPTSTRIP.h | 7 #define tcpoptstrip_set_bit(bmap, idx) \ argument 9 #define tcpoptstrip_test_bit(bmap, idx) \ argument
|
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/linux/netfilter/ |
H A D | xt_TCPOPTSTRIP.h | 10 #define tcpoptstrip_set_bit(bmap,idx) (bmap[(idx) >> 5] |= 1U << (idx & 31)) argument 11 #define tcpoptstrip_test_bit(bmap,idx) (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0) argument
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/linux/netfilter/ |
D | xt_TCPOPTSTRIP.h | 6 #define tcpoptstrip_set_bit(bmap, idx) \ argument 8 #define tcpoptstrip_test_bit(bmap, idx) \ argument
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_TCPOPTSTRIP.h | 22 #define tcpoptstrip_set_bit(bmap,idx) (bmap[(idx) >> 5] |= 1U << (idx & 31)) argument 23 #define tcpoptstrip_test_bit(bmap,idx) (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0) argument
|
/aosp_15_r20/external/iptables/include/linux/netfilter/ |
H A D | xt_TCPOPTSTRIP.h | 6 #define tcpoptstrip_set_bit(bmap, idx) \ argument 8 #define tcpoptstrip_test_bit(bmap, idx) \ argument
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_TCPOPTSTRIP.h | 22 #define tcpoptstrip_set_bit(bmap,idx) (bmap[(idx) >> 5] |= 1U << (idx & 31)) argument 23 #define tcpoptstrip_test_bit(bmap,idx) (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0) argument
|
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/linux/netfilter/ |
H A D | xt_TCPOPTSTRIP.h | 10 #define tcpoptstrip_set_bit(bmap,idx) (bmap[(idx) >> 5] |= 1U << (idx & 31)) argument 11 #define tcpoptstrip_test_bit(bmap,idx) (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0) argument
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_TCPOPTSTRIP.h | 22 #define tcpoptstrip_set_bit(bmap,idx) (bmap[(idx) >> 5] |= 1U << (idx & 31)) argument 23 #define tcpoptstrip_test_bit(bmap,idx) (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0) argument
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_TCPOPTSTRIP.h | 22 #define tcpoptstrip_set_bit(bmap,idx) (bmap[(idx) >> 5] |= 1U << (idx & 31)) argument 23 #define tcpoptstrip_test_bit(bmap,idx) (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0) argument
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm64/include/bionic/libc/kernel/uapi/linux/netfilter/ |
H A D | xt_TCPOPTSTRIP.h | 10 #define tcpoptstrip_set_bit(bmap,idx) (bmap[(idx) >> 5] |= 1U << (idx & 31)) argument 11 #define tcpoptstrip_test_bit(bmap,idx) (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0) argument
|