Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Storable/t/
H A Dmalice.t92 my ($data, $sub, $magic_len, $what) = @_;
99 if ($i < $magic_len) {
/openbsd/sys/dev/ic/
H A Dqwx.c8495 size_t len, magic_len; in qwx_core_fetch_board_data_api_n() local
8511 magic_len = strlen(ATH11K_BOARD_MAGIC) + 1; in qwx_core_fetch_board_data_api_n()
8512 if (len < magic_len) { in qwx_core_fetch_board_data_api_n()
8519 if (memcmp(data, ATH11K_BOARD_MAGIC, magic_len)) { in qwx_core_fetch_board_data_api_n()
8525 magic_len = roundup(magic_len, 4); in qwx_core_fetch_board_data_api_n()
8526 if (len < magic_len) { in qwx_core_fetch_board_data_api_n()
8532 data += magic_len; in qwx_core_fetch_board_data_api_n()
8533 len -= magic_len; in qwx_core_fetch_board_data_api_n()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlguts.pod1470 { magic_get, magic_set, magic_len, 0, 0 }