Home
last modified time | relevance | path

Searched refs:_JBLEN (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/tests/unit/mocks/
H A Dstd_safe.h181 # define _JBLEN ((9 * 2) + 3 + 16) macro
183 # define _JBLEN (18) macro
185 # define _JBLEN (10 + 16 + 2) macro
187 # define _JBLEN ((14 + 8 + 2) * 2) macro
192 typedef int jmp_buf[_JBLEN];
/xnu-12377.1.9/san/memory/
H A Dkasan_internal.h55 # define _JBLEN ((9 * 2) + 3 + 16) macro
57 # define _JBLEN ((14 + 8 + 2) * 2) macro
H A Dkasan-test.c48 typedef int jmp_buf[_JBLEN];