Searched refs:src_bitmap (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/testing/fuzzers/ |
D | pdf_scanlinecompositor_fuzzer.cc | 43 auto src_bitmap = pdfium::MakeRetain<CFX_DIBitmap>(); in LLVMFuzzerTestOneInput() local 45 if (!src_bitmap->Create(width, height, src_format) || in LLVMFuzzerTestOneInput() 49 if (!src_bitmap->GetBuffer() || !dest_bitmap->GetBuffer()) { in LLVMFuzzerTestOneInput() 56 if (src_bitmap->IsAlphaMask()) { in LLVMFuzzerTestOneInput() 57 dest_bitmap->CompositeMask(dest_left, dest_top, width, height, src_bitmap, in LLVMFuzzerTestOneInput() 61 dest_bitmap->CompositeBitmap(dest_left, dest_top, width, height, src_bitmap, in LLVMFuzzerTestOneInput()
|
/external/selinux/libsepol/cil/src/ |
D | cil_binary.c | 1079 ebitmap_t src_bitmap, tgt_bitmap; in __cil_type_rule_to_avtab() local 1084 rc = __cil_expand_type(cil_rule->src, &src_bitmap); in __cil_type_rule_to_avtab() 1095 ebitmap_for_each_positive_bit(&src_bitmap, node1, i) { in __cil_type_rule_to_avtab() 1116 ebitmap_destroy(&src_bitmap); in __cil_type_rule_to_avtab() 1137 ebitmap_t src_bitmap, tgt_bitmap; in __cil_typetransition_to_avtab() local 1157 rc = __cil_expand_type(typetrans->src, &src_bitmap); in __cil_typetransition_to_avtab() 1168 ebitmap_for_each_positive_bit(&src_bitmap, node1, i) { in __cil_typetransition_to_avtab() 1217 ebitmap_destroy(&src_bitmap); in __cil_typetransition_to_avtab() 1428 ebitmap_t src_bitmap, tgt_bitmap; in __cil_avrule_to_avtab() local 1442 rc = __cil_expand_type(src, &src_bitmap); in __cil_avrule_to_avtab() [all …]
|
/external/selinux/checkpolicy/ |
D | module_compiler.c | 1374 ebitmap_t *src_bitmap = &src_scope->scope[i]; in copy_requirements() local 1376 if (ebitmap_union(dest_bitmap, src_bitmap)) { in copy_requirements() 1400 ebitmap_t *src_bitmap = &src_scope->class_perms_map[i]; in copy_requirements() local 1403 if (ebitmap_union(dest_bitmap, src_bitmap)) { in copy_requirements()
|
/external/f2fs-tools/fsck/ |
D | mount.c | 1690 char *src_bitmap, *dst_bitmap; in build_sit_info() local 1733 src_bitmap = __bitmap_ptr(sbi, SIT_BITMAP); in build_sit_info() 1741 memcpy(dst_bitmap, src_bitmap, bitmap_size); in build_sit_info()
|