Home
last modified time | relevance | path

Searched refs:bitmasks (Results 1 – 10 of 10) sorted by relevance

/external/tcpdump/
Dutil-print.c620 uint32_t bitmasks[33] = { in mask2plen() local
635 if (bitmasks[prefix_len] == mask) in mask2plen()
645 u_char bitmasks[9] = { in mask62plen() local
656 for (bits = 0; bits < (sizeof (bitmasks) / sizeof (bitmasks[0])); bits++) { in mask62plen()
657 if (mask[byte] == bitmasks[bits]) { in mask62plen()
/external/syzkaller/pkg/csource/
Dcommon.go65 bitmasks, csums := prog.RequiredFeatures(p)
69 "SYZ_USE_BITMASKS": bitmasks,
/external/syzkaller/prog/
Danalysis.go158 func RequiredFeatures(p *Prog) (bitmasks, csums bool) {
163 bitmasks = true
/external/e2fsprogs/doc/RelNotes/
Dv1.03.txt4 Change the m68k bit numbering for bitmasks to match the bit numbering
Dv1.36.txt160 Tune2fs will not mark rewrite the superblock if the feature bitmasks
/external/libchrome/mojo/public/cpp/system/
DREADME.md190 the signal bitmasks. Whereas when using the C API you might write:
/external/libchrome/mojo/public/c/system/
DREADME.md607 and `satisfiable_signals`. Both of these are bitmasks of the type
/external/google-styleguide/
Dobjcguide.md832 Unsigned integers may be used for flags and bitmasks, though often NS_OPTIONS or
/external/strace/
DNEWS755 * Enhanced decoding of signal bitmasks.
/external/e2fsprogs/debian/
Dchangelog2294 * e2fsck: update the backup superblocks if the feature bitmasks are changed