/aosp_15_r20/external/libcap/libcap/ |
H A D | cap_text.c | 38 static void setbits(cap_t a, const __u32 *b, cap_flag_t set, unsigned blks) in setbits() 46 static void clrbits(cap_t a, const __u32 *b, cap_flag_t set, unsigned blks) in clrbits() 69 static void forceall(__u32 *flat, __u32 value, unsigned blks) in forceall()
|
/aosp_15_r20/system/keymaster/key_blob_utils/ |
H A D | ocb.c | 359 static inline void AES_ecb_encrypt_blks(block* blks, unsigned nblks, AES_KEY* key) { in AES_ecb_encrypt_blks() 366 static inline void AES_ecb_decrypt_blks(block* blks, unsigned nblks, AES_KEY* key) { in AES_ecb_decrypt_blks() 405 static void AES_ecb_encrypt_blks(block* blks, unsigned nblks, AES_KEY* key) { in AES_ecb_encrypt_blks() 412 void AES_ecb_decrypt_blks(block* blks, unsigned nblks, AES_KEY* key) { in AES_ecb_decrypt_blks() 586 static inline void AES_ecb_encrypt_blks(block* blks, unsigned nblks, AES_KEY* key) { in AES_ecb_encrypt_blks() 598 static inline void AES_ecb_decrypt_blks(block* blks, unsigned nblks, AES_KEY* key) { in AES_ecb_decrypt_blks()
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_link_uniform_blocks.c | 267 struct gl_uniform_block *blks = NULL; in nir_interstage_cross_validate_uniform_blocks() local 1135 size_t name_length, struct gl_uniform_block *blks, in fill_block_array() 1197 struct gl_uniform_block *blks = *blocks; in link_linked_shader_uniform_blocks() local
|
H A D | gl_nir_link_uniforms.c | 1041 struct gl_uniform_block *blks = nir_variable_is_in_ubo(var) ? in find_and_update_previous_uniform_storage() local
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | load_store_elimination_test.cc | 79 void PerformLSE(const AdjacencyListGraph& blks) { in PerformLSE() 1730 AdjacencyListGraph blks(SetupFromAdjacencyList("entry", in TEST_F() local 1941 AdjacencyListGraph blks(SetupFromAdjacencyList("entry", in TEST_F() local 2031 AdjacencyListGraph blks(SetupFromAdjacencyList("entry", in TEST_F() local 2168 AdjacencyListGraph blks(SetupFromAdjacencyList("entry", in TEST_F() local
|
/aosp_15_r20/bootable/libbootloader/gbl/efi/src/ |
H A D | android_boot.rs | 33 let blks = find_block_devices(&entry)?; in android_boot_demo() localVariable
|
H A D | fuchsia_boot.rs | 66 let blks = find_block_devices(&efi_entry)?; in fuchsia_boot_demo() localVariable
|
/aosp_15_r20/external/erofs-utils/lib/ |
H A D | compress_hints.c | 24 static int erofs_insert_compress_hints(const char *s, unsigned int blks, in erofs_insert_compress_hints()
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/ |
D | crc32_braid.c | 123 uint64_t blks; in crc32_braid() local
|
/aosp_15_r20/external/e2fsprogs/contrib/android/ |
H A D | ext2simg.c | 111 blk64_t blks = ext2fs_blocks_count(fs->super); in fs_blocks_count() local
|
/aosp_15_r20/external/squashfs-tools/kernel/fs/squashfs/ |
H A D | file.c | 339 long long blks; in read_blocklist() local
|
/aosp_15_r20/external/sg3_utils/src/ |
H A D | sg_dd.c | 859 int res, blks, xferred; in sg_read() local 1236 int64_t blks; in calc_duration_throughput() local
|
H A D | sg_xcopy.c | 1135 int64_t blks; in calc_duration_throughput() local
|
/aosp_15_r20/external/freetype/src/gzip/ |
H A D | crc32.c | 773 z_size_t blks; in crc32_z() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/zlib/ |
D | crc32.c | 710 z_size_t blks; in crc32_z() local
|
/aosp_15_r20/external/zlib/ |
H A D | crc32.c | 779 z_size_t blks; in crc32_z() local
|
/aosp_15_r20/external/blktrace/btt/ |
H A D | globals.h | 97 struct avg_info blks; /* Blocks transferred */ member
|
/aosp_15_r20/external/e2fsprogs/e2fsck/ |
H A D | journal.c | 744 blk64_t blks; in ext4_fc_handle_inode() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_texture.c | 1484 unsigned blks = util_format_get_blocksize(format); in si_texture_commit() local
|
/aosp_15_r20/external/e2fsprogs/resize/ |
H A D | resize2fs.c | 2090 blk64_t blks[4]; member
|
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | ext2fs.h | 688 #define EXT2FS_NUM_B2C(fs, blks) (((blks) + EXT2FS_CLUSTER_MASK(fs)) >> \ argument
|
/aosp_15_r20/external/f2fs-tools/include/ |
H A D | f2fs_fs.h | 1798 #define SEG_ALIGN(blks) SIZE_ALIGN(blks, c.blks_per_seg) argument 1799 #define ZONE_ALIGN(blks) SIZE_ALIGN(blks, c.blks_per_seg * \ argument
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | partition_strategy.c | 876 const int blks = mb_rows * mb_cols; in av1_get_max_min_partition_features() local
|
/aosp_15_r20/external/sg3_utils/testing/ |
H A D | sg_mrq_dd.cpp | 367 int blks; member
|
H A D | sgh_dd.cpp | 346 int blks; member
|