Home
last modified time | relevance | path

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

123

/external/ltp/testcases/kernel/device-drivers/tbio/tbio_user/
Dtbio.c145 tbio_interface_t bif; in tbio_to_dev() local
147 memset(&bif, 0, sizeof(tbio_interface_t)); in tbio_to_dev()
148 rc = posix_memalign(&bif.data, 512, 1024); in tbio_to_dev()
154 strcpy(bif.data, "User space data"); in tbio_to_dev()
155 bif.data_len = 1024; in tbio_to_dev()
156 bif.direction = TBIO_TO_DEV; in tbio_to_dev()
157 bif.cmd = SAFE_MALLOC(cleanup, 6); in tbio_to_dev()
158 if (bif.cmd == NULL) { in tbio_to_dev()
160 free(bif.data); in tbio_to_dev()
163 strcpy(bif.cmd, "WRITE"); in tbio_to_dev()
[all …]
/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/swiftshader/third_party/llvm-7.0/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/capstone/suite/MC/AArch64/
Dneon-bitwise-instructions.s.cs10 0x20,0x1c,0xe2,0x2e = bif v0.8b, v1.8b, v2.8b
11 0x20,0x1c,0xe2,0x6e = bif v0.16b, v1.16b, v2.16b
/external/libavc/common/armv8/
Dih264_deblk_luma_av8.s187 bif v16.16b, v6.16b , v24.16b //Q8 = (i_macro >= 0 ) ? (p0+delta) : (p0-delta)
188 bif v0.16b, v14.16b , v24.16b //Q0 = (i_macro >= 0 ) ? (q0-delta) : (q0+delta)
317 bif v4.16b, v16.16b , v18.16b //choose q0 or filtered q0
331 bif v12.16b, v8.16b , v22.16b //choose q1 or filtered value of q1
335 bif v0.16b, v14.16b , v22.16b //choose q2 or filtered q2
378 bif v6.16b, v2.16b , v18.16b //choosing between p0 and filtered value of p0
645 bif v6.16b, v22.16b , v28.16b //p0
646 bif v8.16b, v24.16b , v28.16b //q0
920 bif v24.16b, v22.16b , v14.16b //p0' or p0 "
947 bif v6.16b, v24.16b , v22.16b //final p0
[all …]
Dih264_deblk_chroma_av8.s404 bif v16.16b, v4.16b , v8.16b //Q8 = (i_macro >= 0 ) ? (p0+delta) : (p0-delta)
405 bif v0.16b, v18.16b , v8.16b //Q0 = (i_macro >= 0 ) ? (q0-delta) : (q0+delta)
/external/u-boot/tools/
Dzynqmpbif.c821 char *bif, *bifp, *bifpn; in zynqmpbif_copy_image() local
834 bif = read_full_file(mparams->datafile, NULL); in zynqmpbif_copy_image()
835 if (!bif) in zynqmpbif_copy_image()
839 bifp = bif; in zynqmpbif_copy_image()
/external/selinux/libsepol/cil/src/
Dcil_reset_ast.c407 static void cil_reset_booleanif(struct cil_booleanif *bif) in cil_reset_booleanif() argument
409 cil_list_destroy(&bif->datum_expr, CIL_FALSE); in cil_reset_booleanif()
Dcil_verify.c877 struct cil_booleanif *bif = node->parent->parent->data; in __cil_verify_booleanif_helper() local
884 if (bif->preserved_tunable) { in __cil_verify_booleanif_helper()
947 if (bif->preserved_tunable) { in __cil_verify_booleanif_helper()
964 struct cil_booleanif *bif = (struct cil_booleanif*)node->data; in __cil_verify_booleanif() local
977 if (bif->preserved_tunable) { in __cil_verify_booleanif()
Dcil.c2176 void cil_boolif_init(struct cil_booleanif **bif) in cil_boolif_init() argument
2178 *bif = cil_malloc(sizeof(**bif)); in cil_boolif_init()
2180 (*bif)->str_expr = NULL; in cil_boolif_init()
2181 (*bif)->datum_expr = NULL; in cil_boolif_init()
Dcil_tree.c1029 struct cil_booleanif *bif = node->data; in cil_tree_print_node() local
1033 cil_tree_print_expr(bif->datum_expr, bif->str_expr); in cil_tree_print_node()
Dcil_build_ast.c2840 struct cil_booleanif *bif = NULL; in cil_gen_boolif() local
2854 cil_boolif_init(&bif); in cil_gen_boolif()
2855 bif->preserved_tunable = tunableif; in cil_gen_boolif()
2857 rc = cil_gen_expr(parse_current->next, CIL_BOOL, &bif->str_expr); in cil_gen_boolif()
2888 ast_node->data = bif; in cil_gen_boolif()
2898 cil_destroy_boolif(bif); in cil_gen_boolif()
2902 void cil_destroy_boolif(struct cil_booleanif *bif) in cil_destroy_boolif() argument
2904 if (bif == NULL) { in cil_destroy_boolif()
2908 cil_list_destroy(&bif->str_expr, CIL_TRUE); in cil_destroy_boolif()
2909 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.h1020 void cil_boolif_init(struct cil_booleanif **bif);
Dcil_resolve_ast.c3235 struct cil_booleanif *bif = (struct cil_booleanif*)current->data; in cil_resolve_boolif() local
3237 rc = cil_resolve_expr(CIL_BOOLEANIF, bif->str_expr, &bif->datum_expr, current, extra_args); in cil_resolve_boolif()
/external/iproute2/lib/
Dll_types.c72 __PF(BIF,bif) in ll_type_n2a()
/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/icu/icu4c/source/data/misc/
DkeyTypeData.txt202 bif{""}
/external/libnl/lib/
Dutils.c687 __ADD(ARPHRD_BIF,bif)
/external/v8/src/arm64/
Dmacro-assembler-arm64.h389 V(bif, Bif) \
/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…

123