Searched refs:flags_size (Results 1 – 2 of 2) sorted by relevance
610 size_t flags_size = sizeof(context_ppc64->context_flags); in Read() local612 reinterpret_cast<uint8_t*>(context_ppc64.get()) + flags_size; in Read()614 sizeof(MDRawContextPPC64) - flags_size)) { in Read()707 size_t flags_size = sizeof(context_arm64->context_flags); in Read() local709 reinterpret_cast<uint8_t*>(context_arm64.get()) + flags_size; in Read()711 sizeof(MDRawContextARM64_Old) - flags_size)) { in Read()796 size_t flags_size = sizeof(context_x86->context_flags); in Read() local798 reinterpret_cast<uint8_t*>(context_x86.get()) + flags_size; in Read()800 sizeof(MDRawContextX86) - flags_size)) { in Read()869 size_t flags_size = sizeof(context_ppc->context_flags); in Read() local[all …]
226 int flags_size = sizeof(flags) / sizeof(flags[0]); in cma_test_flags() local230 for (i = 0; i < flags_size; i++) { in cma_test_flags()