Searched refs:bitmasks (Results 1 – 25 of 39) sorted by relevance
12
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
D | RangeSpecification.java | 118 StringBuilder bitmasks = new StringBuilder(); in parse() local 129 bitmasks.append(ALL_DIGITS_MASK); in parse() 136 bitmasks.append(parseRange(s, n, end)); in parse() 142 bitmasks.append((char) (1 << (c - '0'))); in parse() 147 return new RangeSpecification(bitmasks.toString()); in parse() 333 private static RangeSpecification fromBitmasks(int[] bitmasks) { 334 checkArgument(bitmasks.length <= DigitSequence.MAX_DIGITS, 336 StringBuilder s = new StringBuilder(bitmasks.length); 337 s.setLength(bitmasks.length); 338 for (int n = 0; n < bitmasks.length; n++) { [all …]
|
/third_party/mesa3d/src/vulkan/util/ |
D | gen_enum_to_str.py | 467 bitmasks = sorted(bitmask_factory.registry.values(), key=lambda e: e.name) 479 bitmasks=bitmasks,
|
/third_party/vk-gl-cts/external/vulkan-docs/src/style/ |
D | vuid.txt | 36 valid objects, required bitmasks, required array lengths, constraints on
|
D | markup.txt | 1028 | Technically correct. Vulkan bitmasks are just integers and 1160 This is particularly likely to come up when describing bitmasks.
|
/third_party/vk-gl-cts/external/vulkan-docs/src/xml/ |
D | README.adoc | 147 non-bitmasks) and VK_BIT macros to 'bitpos' attributes in the XML and
|
D | registry.rnc | 122 # pointers), VK_NULL_HANDLE (for handles) or 0 (for bitmasks/values) 322 # pointers), VK_NULL_HANDLE (for handles) or 0 (for bitmasks/values)
|
/third_party/popt/ |
D | CHANGES | 40 - jbj: permit type/group bitmasks to be changed (if needed somewhen).
|
/third_party/mesa3d/src/compiler/isaspec/ |
D | README.rst | 109 dontcare bitmasks are a combination of those defined at the leaf node and
|
/third_party/mesa3d/docs/drivers/freedreno/ |
D | isaspec.rst | 109 dontcare bitmasks are a combination of those defined at the leaf node and
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_async.txt | 141 * Should name spaces be specified using enums instead of bitmasks?
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_async.txt | 141 * Should name spaces be specified using enums instead of bitmasks?
|
/third_party/openGLES/extensions/NVX/ |
D | NVX_linked_gpu_multicast.txt | 128 bitmasks of the form 2^i, where i is the GPU index. A set of GPUs is specified by the union of
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NVX/ |
D | NVX_linked_gpu_multicast.txt | 128 bitmasks of the form 2^i, where i is the GPU index. A set of GPUs is specified by the union of
|
/third_party/openGLES/extensions/QCOM/ |
D | QCOM_tiled_rendering.txt | 181 extensions. Support could be added with some new bitmasks for the
|
/third_party/skia/third_party/externals/opengl-registry/extensions/QCOM/ |
D | QCOM_tiled_rendering.txt | 181 extensions. Support could be added with some new bitmasks for the
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_reusable_sync.txt | 481 overkill for this purposes when other bitmasks (surface type
|
D | EGL_KHR_create_context.txt | 530 using separate attributes rather than bitmasks. The reset notification
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_reusable_sync.txt | 481 overkill for this purposes when other bitmasks (surface type
|
D | EGL_KHR_create_context.txt | 530 using separate attributes rather than bitmasks. The reset notification
|
/third_party/rust/crates/aho-corasick/src/packed/teddy/ |
D | README.md | 144 and if `A` could contain our bitmasks, then we'd end up with something like
|
/third_party/skia/third_party/externals/opengl-registry/extensions/3DFX/ |
D | 3DFX_multisample.txt | 70 * Fragment masks are not computed for images or for bitmasks.
|
/third_party/openGLES/extensions/3DFX/ |
D | 3DFX_multisample.txt | 70 * Fragment masks are not computed for images or for bitmasks.
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
D | registry.txt | 589 ** `"bitmask"` corresponds to bitmasks and `VkBool32`, where set bits 662 * `bitmask` (enumeration types whose members are bitmasks) 2684 Note that 32-bit bitmasks must use an integer in the range [0,30] - C enums 2846 all scalar types, not just bitmasks and array sizes (internal issue
|
/third_party/libsnd/docs/ |
D | api.md | 111 also include bitmasks for separating major and minor file types. Not all
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_gpu_multicast.txt | 165 bitmasks of the form 2^i, where i is the GPU index. A set of GPUs is specified by the union
|
12