Home
last modified time | relevance | path

Searched defs:range (Results 1851 - 1875 of 2065) sorted by relevance

1...<<71727374757677787980>>...83

/third_party/lzma/C/
H A DLzmaEnc.c347 UInt32 range; member
782 UInt32 range, ttt, newBound; RangeEnc_EncodeBit_0() local
791 UInt32 range = p->range; LitEnc_Encode() local
808 UInt32 range = p->range; LitEnc_EncodeMatched() local
902 UInt32 range = rc->range; RcTree_ReverseEncode() local
930 UInt32 range, ttt, newBound; LenEnc_Encode() local
2102 UInt32 range; WriteEndMarker() local
2426 UInt32 range, ttt, newBound; LzmaEnc_CodeOneBlock() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.cc3330 AddRange(const Range& range) AddRange() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc5067 GetInstanceTypeRange(Register map, Register type_reg, InstanceType lower_limit, Register range) CallRecordWriteStub() argument
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.cc3186 GetInstanceTypeRange(Register map, Register type_reg, InstanceType lower_limit, Register range) CallRecordWriteStub() argument
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.cc309 std::pair<EntryMap::iterator, EntryMap::iterator> range = in PatchEntries() local
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc216 CollapseNaryExpression(Expression** x, Expression* y, Token::Value op, int pos, const SourceRange& range) CollapseNaryExpression() argument
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc297 Interval range = static_cast<DeferredClearCaptures*>(this)->range(); in Mentions() local
367 Interval range = static_cast<DeferredClearCaptures*>(action)->range(); in FindAffectedRegisters() local
664 ActionNode* ActionNode::ClearCaptures(Interval range, RegExpNod argument
1289 CharacterRange& range = ranges->at(i); EmitCharClass() local
1684 CharacterRange range = ranges->at(first_range); GetQuickCheckDetails() local
1851 RangeContainsLatin1Equivalents(CharacterRange range) RangeContainsLatin1Equivalents() argument
3866 CharacterRange& range = ranges->at(k); FillInBMInfo() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c4818 lp_build_sample_array_init_soa(struct lp_build_sample_array_switch *switch_info, struct gallivm_state *gallivm, const struct lp_sampler_params *params, LLVMValueRef idx, unsigned base, unsigned range) lp_build_sample_array_init_soa() argument
4907 lp_build_image_op_switch_soa(struct lp_build_img_op_array_switch *switch_info, struct gallivm_state *gallivm, const struct lp_img_params *params, LLVMValueRef idx, unsigned base, unsigned range) lp_build_image_op_switch_soa() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c779 create_bvci(struct zink_context *ctx, struct zink_resource *res, enum pipe_format format, uint32_t offset, uint32_t range) in create_bvci() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp1453 VkImageSubresourceRange range = { VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u }; in iterate() local
4031 const float range = isSigned ? 1.0f - (-1.0f) in getCompressedFormatThreshold() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateBasic.cpp3039 VkImageSubresourceRange range = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, i, 1u, 0u, 1u); in preRenderCommands() local
3046 VkImageSubresourceRange range = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, VK_REMAINING_ARRAY_LAYERS); in preRenderCommands() local
3053 VkImageSubresourceRange range = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, VK_REMAINING_MIP_LEVELS, 0u, VK_REMAINING_ARRAY_LAYERS); in preRenderCommands() local
3071 VkImageSubresourceRange range = makeImageSubresourceRange(VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BIT, m_data.dsBaseMipLevel, 1u, 0u, VK_REMAINING_ARRAY_LAYERS); in preRenderCommands() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp3127 VkImageSubresourceRange range = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateBasic.cpp2626 VkImageSubresourceRange range = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, i, 1u, 0u, 1u); in preRenderCommands() local
2633 VkImageSubresourceRange range = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, VK_REMAINING_ARRAY_LAYERS); in preRenderCommands() local
2640 VkImageSubresourceRange range = makeImageSubresourceRange(VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BIT, 0u, 1u, 0u, VK_REMAINING_ARRAY_LAYERS); in preRenderCommands() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL1.cpp307 bool ValidateDeleteLists(const Context *, angle::EntryPoint entryPoint, GLuint list, GLsizei range) in ValidateDeleteLists() argument
454 bool ValidateGenLists(const Context *, angle::EntryPoint entryPoint, GLsizei range) in ValidateGenLists() argument
H A DvalidationES2.cpp4458 ValidateGetShaderPrecisionFormat(const Context *context, angle::EntryPoint entryPoint, GLenum shadertype, GLenum precisiontype, const GLint *range, const GLint *precision) ValidateGetShaderPrecisionFormat() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DTextureVk.cpp2508 vk::ImageSubresourceRange range = in getMultiLayerRenderTarget() local
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp1190 auto& range = ranges.push_back(); in onCreateTexture() local
1786 VkImageSubresourceRange range; in onClearBackendTexture() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dentry_points.cpp515 GL_APICALL void GL_APIENTRY glGetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision) in glGetShaderPrecisionFormat() argument
H A DlibGLESv2.cpp3191 void GL_APIENTRY GetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision) in GetShaderPrecisionFormat() argument
/third_party/openssl/ohos_lite/include/openssl/
H A Dx509v3.h736 ASRange *range; member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DOS2Table.java477 public static UnicodeRange range(int bit) { in range() method in OS2Table.UnicodeRange
675 public static UnicodeRange range(int bit) { in range() method in OS2Table.CodePageRange
921 setUlUnicodeRange1(long range) setUlUnicodeRange1() argument
929 setUlUnicodeRange2(long range) setUlUnicodeRange2() argument
937 setUlUnicodeRange3(long range) setUlUnicodeRange3() argument
945 setUlUnicodeRange4(long range) setUlUnicodeRange4() argument
1054 setUlCodePageRange1(long range) setUlCodePageRange1() argument
1062 setUlCodePageRange2(long range) setUlCodePageRange2() argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.cpp1999 size_t range; in handle() local
H A Dspirv_cross_c.h136 size_t range; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-common.hh1507 const RangeRecord &range = rangeRecord.bsearch (glyph_id); get_coverage() local
1540 unsigned range = (unsigned) -1; serialize() local
2250 const auto& range = rangeRecord[i]; intersects() local
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_internal.h453 struct cil_levelrange *range; member
485 struct cil_levelrange *range; member
499 struct cil_levelrange *range; member
591 struct cil_levelrange *range; member
729 struct cil_levelrange *range; member

Completed in 141 milliseconds

1...<<71727374757677787980>>...83