Searched refs:comment (Results 1 – 6 of 6) sorted by relevance
969 brk_comment_is_ptrauth(uint16_t comment) in brk_comment_is_ptrauth() argument971 return comment >= ptrauth_brk_comment_base && in brk_comment_is_ptrauth()972 comment <= ptrauth_brk_comment_base + ptrauth_key_asdb; in brk_comment_is_ptrauth()995 brk_comment_is_kasan_failure(uint16_t comment) in brk_comment_is_kasan_failure() argument997 return comment >= KASAN_TBI_ESR_BASE && in brk_comment_is_kasan_failure()998 comment <= KASAN_TBI_ESR_TOP; in brk_comment_is_kasan_failure()1004 brk_comment_is_ubsan(uint16_t comment) in brk_comment_is_ubsan() argument1006 return comment >= UBSAN_MINIMAL_TRAPS_START && in brk_comment_is_ubsan()1007 comment < UBSAN_MINIMAL_TRAPS_END; in brk_comment_is_ubsan()1014 uint16_t comment = ISS_BRK_COMMENT(esr); in handle_kernel_breakpoint() local[all …]
759 state->head->comment != Z_NULL && in inflate()761 state->head->comment[state->length++] = (Bytef)len; in inflate()770 state->head->comment = Z_NULL; in inflate()
629 (s->gzhead->comment == Z_NULL ? 0 : 16) in deflate()740 if (s->gzhead->comment != NULL) { in deflate()756 val = s->gzhead->comment[s->gzindex++]; in deflate()
146 Bytef *comment;/* pointer to zero-terminated comment or Z_NULL */ member
28 # the attribute selector list, found in a comment at the end of
356 …* if a class variable is supposed to hold non native type of object, it is good idea to comment wh…