Home
last modified time | relevance | path

Searched refs:current_bit (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-os2-unicode-ranges.py21 current_bit = 0 variable
28 current_bit = fields[0] variable
38 v = tuple((int(ranges[0], 16), int(ranges[1], 16), int(current_bit), name))
/third_party/spirv-tools/source/opt/
H A Dfold_spec_constant_op_and_composite_pass.cpp276 for (uint32_t current_bit = bits_per_word; current_bit < bit_width; in EncodeIntegerAsWords()
277 current_bit += bits_per_word) { in EncodeIntegerAsWords()
/third_party/cJSON/tests/unity/src/
H A Dunity.c235 UNITY_UINT current_bit = (UNITY_UINT)1 << (UNITY_INT_WIDTH - 1); in UnityPrintMask() local
240 if (current_bit & mask) in UnityPrintMask()
242 if (current_bit & number) in UnityPrintMask()
255 current_bit = current_bit >> 1; in UnityPrintMask()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dfold_spec_constant_op_and_composite_pass.cpp365 for (uint32_t current_bit = bits_per_word; current_bit < bit_width; in EncodeIntegerAsWords()
366 current_bit += bits_per_word) { in EncodeIntegerAsWords()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfold_spec_constant_op_and_composite_pass.cpp365 for (uint32_t current_bit = bits_per_word; current_bit < bit_width; in EncodeIntegerAsWords()
366 current_bit += bits_per_word) { in EncodeIntegerAsWords()
/third_party/unity/src/
H A Dunity.c300 UNITY_UINT current_bit = (UNITY_UINT)1 << (UNITY_INT_WIDTH - 1); in UnityPrintMask() local
305 if (current_bit & mask) in UnityPrintMask()
307 if (current_bit & number) in UnityPrintMask()
320 current_bit = current_bit >> 1; in UnityPrintMask()

Completed in 8 milliseconds