OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mod_value
(Results
1 - 3
of
3
) 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
963
uint8_t
mod_value
= 0;
local
965
mod_value
= (uint8_t)(remaining_lock_bits % TOPAZ_BYTES_PER_BLOCK);
967
if (
mod_value
)
971
if (
mod_value
> TOPAZ_BYTE_SIZE_IN_BITS)
987
mod_value
, 1);
[
all
...]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py
661
mod_value
= self.MODIFIERS[modifier]
662
self._modifier_to_tests[
mod_value
].add(test)
663
self._test_to_modifiers[test].add(
mod_value
)
[
all
...]
Completed in 644 milliseconds