Home
last modified time | relevance | path

Searched defs:cmp_header (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/AFLplusplus/include/
H A Dcmplog.h44 struct cmp_header { struct
46 unsigned hits : 24;
47 unsigned id : 24;
48 unsigned shape : 5;
49 unsigned type : 2;
50 unsigned attribute : 4;
51 unsigned overflow : 1;
52 unsigned reserved : 4;
/aosp_15_r20/external/libwebsockets/lib/secure-streams/system/auth-sigv4/
H A Dsign.c82 cmp_header(const void * a, const void * b) in cmp_header() function