OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mod_value
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nxp/src/
phFriNfc_MifULFormat.c
649
uint8_t
mod_value
= 0;
local
654
/*
mod_value
is used to fill the only partial bits and
656
mod_value
= (uint8_t)(remaining_lock_bits % MFUL_BYTE_SIZE_IN_BITS);
673
mod_value
, 1);
682
mod_value
, 1);
[
all
...]
phFriNfc_TopazDynamicMap.c
966
uint8_t
mod_value
= 0;
local
968
mod_value
= (uint8_t)(remaining_lock_bits % TOPAZ_BYTES_PER_BLOCK);
970
if (
mod_value
)
974
if (
mod_value
> TOPAZ_BYTE_SIZE_IN_BITS)
990
mod_value
, 1);
[
all
...]
Completed in 238 milliseconds