Home
last modified time | relevance | path

Searched defs:b (Results 1 – 6 of 6) sorted by relevance

/samples/rust/hostprogs/
Dsingle.rs6 mod b; module
/samples/rust/
Drust_print_main.rs23 let b = UniqueArc::new("hello, world", GFP_KERNEL)?; in arc_print() localVariable
/samples/crypto/
Dfips140_lab_util.c49 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
50 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
99 static const char *booltostr(bool b) in booltostr()
/samples/bpf/
Dtest_lru_dist.c23 #define min(a, b) ((a) < (b) ? (a) : (b)) argument
171 char *b, *l; in read_keys() local
Dxdp_sample.bpf.c35 #define IN_SET(a, b) \ argument
Dxdp_sample_user.c1488 static void swap(struct stats_record **a, struct stats_record **b) in swap()