Home
last modified time | relevance | path

Searched refs:bif (Results 1 – 25 of 37) sorted by relevance

12

/external/v8/test/mjsunit/regress/
Dregress-334.js44 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/
Dneon-bitwise-instructions.s41 bif v0.8b, v1.8b, v2.8b
42 bif v0.16b, v1.16b, v2.16b
Darm64-advsimd.s543 bif.8b v0, v0, v0
550 ; CHECK: bif.8b v0, v0, v0 ; encoding: [0x00,0x1c,0xe0,0x2e]
/external/libavc/common/armv8/
Dih264_deblk_luma_av8.s186 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 …]
Dih264_deblk_chroma_av8.s403 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/
Dfilterfastbounds.cpp147 SkAutoTUnref<SkImageFilter> bif(SkBlurImageFilter::Create(3, 3, source)); in create_paints() local
149 add_paint(bif, paints); in create_paints()
/external/iproute2/lib/
Dll_types.c73 __PF(BIF,bif) in ll_type_n2a()
/external/selinux/libsepol/cil/src/
Dcil_reset_ast.c393 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()
Dcil_verify.c872 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()
Dcil.c2100 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()
Dcil_tree.c928 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()
Dcil_build_ast.c2829 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 …]
Dcil_build_ast.h130 void cil_destroy_boolif(struct cil_booleanif *bif);
Dcil_internal.h970 void cil_boolif_init(struct cil_booleanif **bif);
Dcil_policy.c888 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()
Dcil_resolve_ast.c3134 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/
Duseless-if-before-free182 …'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/
DkeyTypeData.txt166 bif{""}
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c3566 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 …]
Dtest_cil_resolve_ast.c6806 …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/
DThreadSafetyAnalysis.rst497 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/
Dutils.c521 __ADD(ARPHRD_BIF,bif)
/external/vixl/src/vixl/a64/
Dsimulator-a64.h1632 LogicVRegister bif(VectorFormat vform,
/external/ImageMagick/PerlMagick/t/reference/write/read/
Dinput_mat.miff168 LzGb�����͙9+ALR]diuy}{���~|{|z~��������r`bif\Y[Zi����α���}zqd\\ULONH> #-5���I+3#Got…
/external/valgrind/none/tests/arm64/
Dfp_and_simd.c2792 GEN_BINARY_TEST(bif, 16b, 16b, 16b)
2793 GEN_BINARY_TEST(bif, 8b, 8b, 8b)

12