/external/v8/test/mjsunit/regress/ |
D | regress-334.js | 44 object.bif = func2; 62 assertEquals(func2, object.bif, "read bif"); 84 assertTrue(delete object.bif, "delete bif"); 86 assertEquals(func1, object.bif, "read bif 2"); 88 assertTrue(delete object.bif, "delete bif 2"); 90 assertEquals(func1, object.bif, "read bif3");
|
/external/llvm/test/MC/AArch64/ |
D | neon-bitwise-instructions.s | 41 bif v0.8b, v1.8b, v2.8b 42 bif v0.16b, v1.16b, v2.16b
|
D | arm64-advsimd.s | 543 bif.8b v0, v0, v0 550 ; CHECK: bif.8b v0, v0, v0 ; encoding: [0x00,0x1c,0xe0,0x2e]
|
/external/libavc/common/armv8/ |
D | ih264_deblk_luma_av8.s | 186 bif v16.16b, v6.16b , v24.16b //Q8 = (i_macro >= 0 ) ? (p0+delta) : (p0-delta) 187 bif v0.16b, v14.16b , v24.16b //Q0 = (i_macro >= 0 ) ? (q0-delta) : (q0+delta) 315 bif v4.16b, v16.16b , v18.16b //choose q0 or filtered q0 329 bif v12.16b, v8.16b , v22.16b //choose q1 or filtered value of q1 333 bif v0.16b, v14.16b , v22.16b //choose q2 or filtered q2 376 bif v6.16b, v2.16b , v18.16b //choosing between p0 and filtered value of p0 642 bif v6.16b, v22.16b , v28.16b //p0 643 bif v8.16b, v24.16b , v28.16b //q0 917 bif v24.16b, v22.16b , v14.16b //p0' or p0 " 944 bif v6.16b, v24.16b , v22.16b //final p0 [all …]
|
D | ih264_deblk_chroma_av8.s | 403 bif v16.16b, v4.16b , v8.16b //Q8 = (i_macro >= 0 ) ? (p0+delta) : (p0-delta) 404 bif v0.16b, v18.16b , v8.16b //Q0 = (i_macro >= 0 ) ? (q0-delta) : (q0+delta)
|
/external/skia/gm/ |
D | filterfastbounds.cpp | 147 SkAutoTUnref<SkImageFilter> bif(SkBlurImageFilter::Create(3, 3, source)); in create_paints() local 149 add_paint(bif, paints); in create_paints()
|
/external/iproute2/lib/ |
D | ll_types.c | 73 __PF(BIF,bif) in ll_type_n2a()
|
/external/selinux/libsepol/cil/src/ |
D | cil_reset_ast.c | 393 static void cil_reset_booleanif(struct cil_booleanif *bif) in cil_reset_booleanif() argument 395 cil_list_destroy(&bif->datum_expr, CIL_FALSE); in cil_reset_booleanif()
|
D | cil_verify.c | 872 struct cil_booleanif *bif = node->parent->parent->data; in __cil_verify_booleanif_helper() local 879 if (bif->preserved_tunable) { in __cil_verify_booleanif_helper() 944 if (bif->preserved_tunable) { in __cil_verify_booleanif_helper() 963 struct cil_booleanif *bif = (struct cil_booleanif*)node->data; in __cil_verify_booleanif() local 976 if (bif->preserved_tunable) { in __cil_verify_booleanif()
|
D | cil.c | 2100 void cil_boolif_init(struct cil_booleanif **bif) in cil_boolif_init() argument 2102 *bif = cil_malloc(sizeof(**bif)); in cil_boolif_init() 2104 (*bif)->str_expr = NULL; in cil_boolif_init() 2105 (*bif)->datum_expr = NULL; in cil_boolif_init()
|
D | cil_tree.c | 928 struct cil_booleanif *bif = node->data; in cil_tree_print_node() local 932 cil_tree_print_expr(bif->datum_expr, bif->str_expr); in cil_tree_print_node()
|
D | cil_build_ast.c | 2829 struct cil_booleanif *bif = NULL; in cil_gen_boolif() local 2843 cil_boolif_init(&bif); in cil_gen_boolif() 2844 bif->preserved_tunable = tunableif; in cil_gen_boolif() 2846 rc = cil_gen_expr(parse_current->next, CIL_BOOL, &bif->str_expr); in cil_gen_boolif() 2877 ast_node->data = bif; in cil_gen_boolif() 2889 cil_destroy_boolif(bif); in cil_gen_boolif() 2893 void cil_destroy_boolif(struct cil_booleanif *bif) in cil_destroy_boolif() argument 2895 if (bif == NULL) { in cil_destroy_boolif() 2899 cil_list_destroy(&bif->str_expr, CIL_TRUE); in cil_destroy_boolif() 2900 cil_list_destroy(&bif->datum_expr, CIL_FALSE); in cil_destroy_boolif() [all …]
|
D | cil_build_ast.h | 130 void cil_destroy_boolif(struct cil_booleanif *bif);
|
D | cil_internal.h | 970 void cil_boolif_init(struct cil_booleanif **bif);
|
D | cil_policy.c | 888 struct cil_booleanif *bif = node->data; in cil_booleanif_to_policy() local 889 struct cil_list *expr = bif->datum_expr; in cil_booleanif_to_policy()
|
D | cil_resolve_ast.c | 3134 struct cil_booleanif *bif = (struct cil_booleanif*)current->data; in cil_resolve_boolif() local 3136 rc = cil_resolve_expr(CIL_BOOLEANIF, bif->str_expr, &bif->datum_expr, current, extra_args); in cil_resolve_boolif()
|
/external/bison/build-aux/ |
D | useless-if-before-free | 182 …'s/\bif\s*\(\s*(\S+?)(?:\s*!=\s*(?:0|NULL))?\s*\)\s+('"$free"'\s*\((?:\s*\([^)]+\))?\s*\1\s*\)\s*;… 191 …'s/\bif\s*\(\s*(\S+?)(?:\s*!=\s*(?:0|NULL))?\s*\)\s*\{\s*('"$free"'\s*\((?:\s*\([^)]+\))?\s*\1\s*\…
|
/external/icu/icu4c/source/data/misc/ |
D | keyTypeData.txt | 166 bif{""}
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_build_ast.c | 3566 struct cil_booleanif *bif; in test_cil_gen_expr_stack_and() local 3567 cil_boolif_init(&bif); in test_cil_gen_expr_stack_and() 3569 int rc = cil_gen_expr_stack(test_tree->root->cl_head->cl_head->next, CIL_BOOL, &bif->expr_stack); in test_cil_gen_expr_stack_and() 3589 struct cil_booleanif *bif; in test_cil_gen_expr_stack_or() local 3590 cil_boolif_init(&bif); in test_cil_gen_expr_stack_or() 3592 int rc = cil_gen_expr_stack(test_tree->root->cl_head->cl_head->next, CIL_BOOL, &bif->expr_stack); in test_cil_gen_expr_stack_or() 3612 struct cil_booleanif *bif; in test_cil_gen_expr_stack_xor() local 3613 cil_boolif_init(&bif); in test_cil_gen_expr_stack_xor() 3615 int rc = cil_gen_expr_stack(test_tree->root->cl_head->cl_head->next, CIL_BOOL, &bif->expr_stack); in test_cil_gen_expr_stack_xor() 3635 struct cil_booleanif *bif; in test_cil_gen_expr_stack_not() local [all …]
|
D | test_cil_resolve_ast.c | 6806 …struct cil_booleanif *bif = (struct cil_booleanif*)test_db->ast->root->cl_head->next->next->next->… in test_cil_resolve_expr_stack_bools() local 6808 …int rc = cil_resolve_expr_stack(bif->expr_stack, test_db->ast->root->cl_head->next->next->next, ar… in test_cil_resolve_expr_stack_bools() 6928 …struct cil_booleanif *bif = (struct cil_booleanif*)test_db->ast->root->cl_head->next->next->next->… in test_cil_resolve_expr_stack_neg() local 6930 …int rc = cil_resolve_expr_stack(bif->expr_stack,test_db->ast->root->cl_head->next->next->next, arg… in test_cil_resolve_expr_stack_neg() 6953 …struct cil_booleanif *bif = (struct cil_booleanif*)test_db->ast->root->cl_head->next->next->next->… in test_cil_resolve_expr_stack_emptystr_neg() local 6954 ((struct cil_conditional*)bif->expr_stack->head->data)->str = NULL; in test_cil_resolve_expr_stack_emptystr_neg() 6956 …int rc = cil_resolve_expr_stack(bif->expr_stack,test_db->ast->root->cl_head->next->next->next, arg… in test_cil_resolve_expr_stack_emptystr_neg()
|
/external/clang/docs/ |
D | ThreadSafetyAnalysis.rst | 497 bif(); // No warning. (Should have EXCLUDES(mu)). 500 void bif() EXCLUDES(mu); 531 bif(); // WARNING! Missing REQUIRES(!mu). 534 void bif() REQUIRES(!mu);
|
/external/libnl/lib/ |
D | utils.c | 521 __ADD(ARPHRD_BIF,bif)
|
/external/vixl/src/vixl/a64/ |
D | simulator-a64.h | 1632 LogicVRegister bif(VectorFormat vform,
|
/external/ImageMagick/PerlMagick/t/reference/write/read/ |
D | input_mat.miff | 168 LzGb�����͙9+ALR]diuy}{���~|{|z~��������r`bif\Y[Zi����α���}zqd\\ULONH> #-5���I+3#Got…
|
/external/valgrind/none/tests/arm64/ |
D | fp_and_simd.c | 2792 GEN_BINARY_TEST(bif, 16b, 16b, 16b) 2793 GEN_BINARY_TEST(bif, 8b, 8b, 8b)
|