Home
last modified time | relevance | path

Searched defs:bit_position (Results 1 – 4 of 4) sorted by relevance

/external/skia/tests/
DRandomTest.cpp155 for (int bit_position = 0; bit_position < 32; ++bit_position) { in test_gorilla() local
/external/skqp/tests/
DRandomTest.cpp155 for (int bit_position = 0; bit_position < 32; ++bit_position) { in test_gorilla() local
/external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/
Dtest_packet_masks_metrics.cc717 const int bit_position = (7 - j % 8); in GetPacketMaskConvertToBitMask() local
/external/v8/src/
Dobjects.h4238 static inline bool get(int value, int bit_position) { in get()
4242 static inline int set(int value, int bit_position, bool v) { in set()