Home
last modified time | relevance | path

Searched defs:check_block (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/macros/src/
Dlib.rs204 let check_block = quote::quote! { in generate_profile_enabled_or_tokenstream() localVariable
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_validate.cpp960 auto check_block = [&program, &is_valid](bool success, const char* msg, in validate_cfg() local
/aosp_15_r20/external/e2fsprogs/misc/
H A De2image.c142 static int check_block(int fd, void *buf, void *cbuf, int blocksize) in check_block() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir.cpp599 void check_block(const Block* b) { in lint() function