Searched defs:check_compile_time (Results 1 – 6 of 6) sorted by relevance
105 check_compile_time(sizeof(QueryStats) <= 64); function141 check_compile_time(sizeof(DNSHist) <= 512); function162 check_compile_time(countof(kResponseLatencyMsLimits) == 54); function188 check_compile_time(kQuerySizeBinWidth > 0); function189 check_compile_time(kQuerySizeBinCount > 0); function190 check_compile_time((kQuerySizeBinMax % kQuerySizeBinWidth) == 0); function196 check_compile_time(kResponseSizeBinWidth > 0); function197 check_compile_time(kResponseSizeBinCount > 0); function198 check_compile_time((kResponseSizeBinMax % kResponseSizeBinWidth) == 0); function207 check_compile_time(sizeof(DNSMessageSizeStats) <= 264); function[all …]
1431 #define check_compile_time( expr ) __Check_Compile_Time( expr ) macro
1436 #define check_compile_time( expr ) __Check_Compile_Time( expr ) macro
499 #define check_compile_time( X ) extern int debug_compile_time_name[ ( X ) ? 1 : -1 ] macro