Home
last modified time | relevance | path

Searched defs:blks (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/libcap/libcap/
H A Dcap_text.c38 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 Docb.c359 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 Dgl_nir_link_uniform_blocks.c267 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 Dgl_nir_link_uniforms.c1041 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 Dload_store_elimination_test.cc79 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 Dandroid_boot.rs33 let blks = find_block_devices(&entry)?; in android_boot_demo() localVariable
H A Dfuchsia_boot.rs66 let blks = find_block_devices(&efi_entry)?; in fuchsia_boot_demo() localVariable
/aosp_15_r20/external/erofs-utils/lib/
H A Dcompress_hints.c24 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/
Dcrc32_braid.c123 uint64_t blks; in crc32_braid() local
/aosp_15_r20/external/e2fsprogs/contrib/android/
H A Dext2simg.c111 blk64_t blks = ext2fs_blocks_count(fs->super); in fs_blocks_count() local
/aosp_15_r20/external/squashfs-tools/kernel/fs/squashfs/
H A Dfile.c339 long long blks; in read_blocklist() local
/aosp_15_r20/external/sg3_utils/src/
H A Dsg_dd.c859 int res, blks, xferred; in sg_read() local
1236 int64_t blks; in calc_duration_throughput() local
H A Dsg_xcopy.c1135 int64_t blks; in calc_duration_throughput() local
/aosp_15_r20/external/freetype/src/gzip/
H A Dcrc32.c773 z_size_t blks; in crc32_z() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/zlib/
Dcrc32.c710 z_size_t blks; in crc32_z() local
/aosp_15_r20/external/zlib/
H A Dcrc32.c779 z_size_t blks; in crc32_z() local
/aosp_15_r20/external/blktrace/btt/
H A Dglobals.h97 struct avg_info blks; /* Blocks transferred */ member
/aosp_15_r20/external/e2fsprogs/e2fsck/
H A Djournal.c744 blk64_t blks; in ext4_fc_handle_inode() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_texture.c1484 unsigned blks = util_format_get_blocksize(format); in si_texture_commit() local
/aosp_15_r20/external/e2fsprogs/resize/
H A Dresize2fs.c2090 blk64_t blks[4]; member
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dext2fs.h688 #define EXT2FS_NUM_B2C(fs, blks) (((blks) + EXT2FS_CLUSTER_MASK(fs)) >> \ argument
/aosp_15_r20/external/f2fs-tools/include/
H A Df2fs_fs.h1798 #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 Dpartition_strategy.c876 const int blks = mb_rows * mb_cols; in av1_get_max_min_partition_features() local
/aosp_15_r20/external/sg3_utils/testing/
H A Dsg_mrq_dd.cpp367 int blks; member
H A Dsgh_dd.cpp346 int blks; member