HomeSort by relevance Sort by last modified time
    Searched refs:byte_mask (Results 1 - 9 of 9) 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 94 const unsigned int byte_mask = ((1 << size) - 1) << offset; local
97 const unsigned int control = byte_mask << 5 | type << 3 | enable;
  /external/aac/libFDK/src/
FDK_bitbuffer.cpp 203 UINT byte_mask = hBitBuf->bufSize - 1; local
204 UINT cache = (hBitBuf->Buffer[(byteOffset - 3) & byte_mask] << 24) |
205 (hBitBuf->Buffer[(byteOffset - 2) & byte_mask] << 16) |
206 (hBitBuf->Buffer[(byteOffset - 1) & byte_mask] << 8) |
207 hBitBuf->Buffer[(byteOffset - 0) & byte_mask];
211 ((UINT)hBitBuf->Buffer[(byteOffset - 4) & byte_mask]
  /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;
305 const unsigned byte_mask = 0xf; local
307 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.27/bfd/
elf32-tilepro.c 3646 bfd_byte byte_mask = (bfd_byte)mask; local
    [all...]
elfxx-tilegx.c 4033 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 405 milliseconds