Searched refs:db (Results 1 – 4 of 4) sorted by relevance
/lib/ |
A D | debugobjects.c | 734 struct debug_bucket *db; in __debug_object_init() local 807 struct debug_bucket *db; in debug_object_activate() local 864 struct debug_bucket *db; in debug_object_deactivate() local 875 obj = lookup_object(addr, db); in debug_object_deactivate() 907 struct debug_bucket *db; in debug_object_destroy() local 954 struct debug_bucket *db; in debug_object_free() local 996 struct debug_bucket *db; in debug_object_assert_init() local 1037 struct debug_bucket *db; in debug_object_active_state() local 1074 struct debug_bucket *db; in __debug_check_no_obj_freed() local 1084 db = get_bucket(paddr); in __debug_check_no_obj_freed() [all …]
|
A D | test_bpf.c | 848 int di, si, bt, db, sb; in __bpf_fill_pattern() local 873 for (db = -(block1 / 2); in __bpf_fill_pattern() 874 db < (block1 + 1) / 2; db++) in __bpf_fill_pattern() 879 dst = value(di, db, sgn[k][0]); in __bpf_fill_pattern() 892 for (db = -(block2 / 2); db < (block2 + 1) / 2; db++) in __bpf_fill_pattern() 897 dst = value(bt % dbits, db, sgn[k][0]); in __bpf_fill_pattern()
|
/lib/raid6/ |
A D | recov_neon_inner.c | 51 uint8x16_t vx, vy, px, qx, db; in __raid6_2data_recov_neon() local 65 db = veorq_u8(vx, qx); in __raid6_2data_recov_neon() 67 vst1q_u8(dq, db); in __raid6_2data_recov_neon() 68 vst1q_u8(dp, veorq_u8(db, px)); in __raid6_2data_recov_neon()
|
A D | recov.c | 23 u8 px, qx, db; in raid6_2data_recov_intx1() local 56 *dq++ = db = pbmul[px] ^ qx; /* Reconstructed B */ in raid6_2data_recov_intx1() 57 *dp++ = db ^ px; /* Reconstructed A */ in raid6_2data_recov_intx1()
|
Completed in 22 milliseconds