HomeSort by relevance Sort by last modified time
    Searched refs:byte_mask (Results 1 - 8 of 8) sorted by null

  /external/syslinux/gpxe/src/drivers/bitbash/
spi_bit.c 95 unsigned int byte_mask; local
107 byte_mask = ( 1 << ( bit_offset % 8 ) );
116 bit = ( *byte & byte_mask );
132 *byte &= ~byte_mask;
133 *byte |= ( bit & byte_mask );
  /external/linux-kselftest/tools/testing/selftests/breakpoints/
breakpoint_test_arm64.c 87 const unsigned int byte_mask = ((1 << size) - 1) << offset; local
90 const unsigned int control = byte_mask << 5 | type << 3 | enable;
  /bionic/tests/
sys_ptrace_test.cpp 120 const unsigned byte_mask = (1 << size) - 1; local
123 const unsigned control = byte_mask << 5 | type << 3 | enable;
315 const unsigned byte_mask = 0xf; local
317 const unsigned control = byte_mask << 5 | enable;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
bits.c 69 static unsigned long byte_mask[sizeof(unsigned long)] = local
78 fprintf(f, format, (wd&byte_mask[i])>>(i*BitsPerByte));
  /external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/
test_packet_masks_metrics.cc 715 const uint8_t byte_mask =
719 (byte_mask & (1 << bit_position)) >> bit_position;
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-tilepro.c 3640 bfd_byte byte_mask = (bfd_byte)mask; local
    [all...]
elfxx-tilegx.c 4025 bfd_byte byte_mask = (bfd_byte)mask; local
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 15248 IRTemp byte_mask[17]; local
    [all...]

Completed in 287 milliseconds