Home
last modified time | relevance | path

Searched defs:byte_mask (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/bionic/tests/
H A Dsys_ptrace_test.cpp110 const unsigned byte_mask = (1 << size) - 1; in set_watchpoint() local
299 const unsigned byte_mask = 0xf; in set_breakpoint() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test_arm64.c85 const unsigned int byte_mask = ((1 << size) - 1) << offset; in set_watchpoint() local
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/test/testFec/
H A Dtest_fec.cc208 const uint8_t byte_mask = in RunTest() local
H A Dtest_packet_masks_metrics.cc699 const uint8_t byte_mask = in GetPacketMaskConvertToBitMask() local
/aosp_15_r20/external/aac/libFDK/src/
H A DFDK_bitbuffer.cpp199 UINT byte_mask = hBitBuf->bufSize - 1; in FDK_get32() local
/aosp_15_r20/external/autotest/client/site_tests/graphics_Gbm/src/
H A Dgbmtest.c756 uint8_t byte_mask; in test_gem_map_format() local
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libdram/
H A Ddram-tune-ddr3.c498 uint64_t byte_mask; member
/aosp_15_r20/external/openscreen/discovery/mdns/
H A Dmdns_records.cc409 const uint8_t byte_mask = 0x80 >> (block_position & 0x07); // Last 3 bits. in NsecRecordRdata() local