Searched defs:cfb (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/cipher/ |
D | cfb.go | 14 type cfb struct { struct 15 b Block 16 next []byte 17 out []byte 18 outUsed int 20 decrypt bool 23 func (x *cfb) XORKeyStream(dst, src []byte) {
|
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | kms_plane_cursor.c | 118 igt_fb_t *cfb, const rect_t *or, int x, int y) in test_cursor_pos() 169 igt_fb_t *cfb, const rect_t *or, int size) in test_cursor_spots() 206 igt_fb_t pfb, ofb, cfb; in test_cursor_overlay() local 239 igt_fb_t pfb, cfb; in test_cursor_primary() local 271 igt_fb_t pfb, ofb, cfb; in test_cursor_viewport() local
|
/aosp_15_r20/external/curl/lib/ |
H A D | cf-https-connect.c | 425 struct Curl_cfilter *cfb; in cf_get_max_baller_time() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrFragmentProcessors.cpp | 483 auto cfb = as_CFB(cf); in Make() local
|