Home
last modified time | relevance | path

Searched refs:int32 (Results 301 - 325 of 416) sorted by relevance

1...<<11121314151617

/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H A Dability_mgr_service_slite.cpp217 int32 ret = AbilityRecordManager::GetInstance().StartAbility(want); in StartAbility()
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.cpp45 int32 GalliumContext::fDisplayRefCount = 0;
/third_party/protobuf/editors/
H A Dproto.vim63 syn keyword pbType int32 int64 uint32 uint64 sint32 sint64
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dtype_aligned.hpp196 GLM_ALIGNED_TYPEDEF(int32, aligned_int32, 4);
/third_party/skia/tools/fm/fm_bot/
H A Dfm_bot.go197 var failures int32 = 0
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_enum.cc52 int32 max_value = descriptor->value(0)->number(); in ShouldGenerateArraySize()
128 "std::numeric_limits<$int32$>::min(),\n" in GenerateDefinition()
130 "std::numeric_limits<$int32$>::max()"); in GenerateDefinition()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dtime_test.cc234 int32 nanos; in TEST()
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectsource.h275 // Utility to read int64 and int32 values from a message type in stream_.
277 std::pair<int64, int32> ReadSecondsAndNanos(
/foundation/graphic/graphic_surface/surface/test/systemtest/
H A Dnative_window_test.cpp189 int32_t int32; in GetData() local
192 buffer->GetExtraData()->ExtraGet("123", int32); in GetData()
195 if ((int32 != 0x123) || (int64 != 0x345) || (str != "567")) { in GetData()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_string.cpp1555 int32 *match_offset) const in Contains()
1621 int32 match_offset = -1; in Replace()
2156 int32 dng_string::Compare (const dng_string &s) const in Compare()
H A Ddng_ifd.cpp1362 int32 spaces = 4; in ParseTag()
1374 spaces = 9 - (int32) strlen (name); in ParseTag()
3804 if (Round_int32 (fDefaultCropSizeH.As_real64 ()) != (int32) fImageWidth || in IsValidDNG()
3805 Round_int32 (fDefaultCropSizeV.As_real64 ()) != (int32) fImageLength) in IsValidDNG()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h424 // optional int32 foo = 1;
599 TYPE_INT32 = 5, // int32, varint on the wire. Negative numbers
612 TYPE_SFIXED32 = 15, // int32, exactly four bytes on the wire
614 TYPE_SINT32 = 17, // int32, ZigZag-encoded varint on the wire
729 int32 default_value_int32() const;
899 int32 default_value_int32_;
2040 PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, default_value_int32, int32)
H A Dparse_context.h562 std::pair<const char*, int32> ReadSizeFallback(const char* p, uint32 first);
564 // it makes sure the unsigned value fits a int32, otherwise returns nullptr.
601 inline int32 ReadVarintZigZag32(const char** p) { in ReadVarintZigZag32()
/third_party/mesa3d/src/mesa/main/
H A Ddlist.c698 GLint int32[2]; member
721 n[idx].i = tmp.int32[0]; \
722 n[idx+1].i = tmp.int32[1]; \
12078 x.int32[0] = n[2].i; in execute_list()
12079 x.int32[1] = n[3].i; in execute_list()
12088 x.int32[0] = n[2].i; in execute_list()
12089 x.int32[1] = n[3].i; in execute_list()
12090 y.int32[0] = n[4].i; in execute_list()
12091 y.int32[1] = n[5].i; in execute_list()
12101 x.int32[ in execute_list()
[all...]
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_structs.h740 size += vn_sizeof_int32_t_array(val->int32, 4); in vn_sizeof_VkClearColorValue_tag()
770 vn_encode_int32_t_array(enc, val->int32, 4); in vn_encode_VkClearColorValue_tag()
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_message.cc1218 StrCat(static_cast<int32>(tag))); in GenerateParsingConstructor()
1234 StrCat(static_cast<int32>(packed_tag))); in GenerateParsingConstructor()
/third_party/protobuf/src/google/protobuf/util/
H A Dfield_mask_util.cc555 const int32 field_count = descriptor->field_count(); in AddRequiredFieldPath()
592 const int32 field_count = descriptor->field_count(); in TrimMessage()
H A Dmessage_differencer.cc69 int32 GetNumDiffs() const { return num_diffs_; } in GetNumDiffs()
97 int32 num_diffs_;
1602 std::vector<int32> num_diffs_list1; in MatchRepeatedFieldIndices()
1672 const int32 num_diffs = num_diffs_reporter.GetNumDiffs(); in MatchRepeatedFieldIndices()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp1903 clearValues[2].color.int32[0] = (usesSignedIntFormat ? -1 : 1) * rng.getInt(minIntValue, maxIntValue); in generateRandomClearValues()
1904 clearValues[2].color.int32[1] = (usesSignedIntFormat ? -1 : 1) * rng.getInt(minIntValue, maxIntValue); in generateRandomClearValues()
1905 clearValues[2].color.int32[2] = (usesSignedIntFormat ? -1 : 1) * rng.getInt(minIntValue, maxIntValue); in generateRandomClearValues()
1906 clearValues[2].color.int32[3] = (usesSignedIntFormat ? -1 : 1) * rng.getInt(minIntValue, maxIntValue); in generateRandomClearValues()
2344 IVec4(params.clearValues[2].color.int32[0], params.clearValues[2].color.int32[1], params.clearValues[2].color.int32[2], params.clearValues[2].color.int32[3]), in testEnd()
3257 IVec4(regionClearValues[2].color.int32[0], regionClearValues[2].color.int32[ in dispatchVerifyClearAttachments()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp1882 clearValues[2].color.int32[0] = (usesSignedIntFormat ? -1 : 1) * rng.getInt(minIntValue, maxIntValue); in generateRandomClearValues()
1883 clearValues[2].color.int32[1] = (usesSignedIntFormat ? -1 : 1) * rng.getInt(minIntValue, maxIntValue); in generateRandomClearValues()
1884 clearValues[2].color.int32[2] = (usesSignedIntFormat ? -1 : 1) * rng.getInt(minIntValue, maxIntValue); in generateRandomClearValues()
1885 clearValues[2].color.int32[3] = (usesSignedIntFormat ? -1 : 1) * rng.getInt(minIntValue, maxIntValue); in generateRandomClearValues()
2334 IVec4(params.clearValues[2].color.int32[0], params.clearValues[2].color.int32[1], params.clearValues[2].color.int32[2], params.clearValues[2].color.int32[3]), in testEnd()
3241 IVec4(regionClearValues[2].color.int32[0], regionClearValues[2].color.int32[ in dispatchVerifyClearAttachments()
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c550 int32 baseVertexLocation) in SVGA3D_vgpu10_DrawIndexed()
586 int32 baseVertexLocation, in SVGA3D_vgpu10_DrawIndexedInstanced()
982 int32 depthBias, in SVGA3D_vgpu10_DefineRasterizerState()
1813 int32 depthBias, in SVGA3D_sm5_DefineRasterizerState_v2()
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c986 const int32 (*ivalues)[4]; in dump_constants()
1003 ivalues = (const int32 (*)[4]) buf; in dump_constants()
1015 ivalues = (const int32 (*)[4]) buf; in dump_constants()
1027 ivalues = (const int32 (*)[4]) buf; in dump_constants()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1813 int int32 = (int)(constInt->getZExtValue()); in bufferLEByte() local
1814 ConvertIntToBytes<>(ptr, int32); in bufferLEByte()
1820 int int32 = (int)(constInt->getZExtValue()); in bufferLEByte() local
1821 ConvertIntToBytes<>(ptr, int32); in bufferLEByte()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Ddefs.c857 CONVERT(INT32, int32); in ruby_to_fieldtype()
879 CONVERT(INT32, int32); in fieldtype_to_ruby()
906 CONVERT(INT32, int32); in ruby_to_descriptortype()
935 CONVERT(INT32, int32); in descriptortype_to_ruby()
980 * :int32, :int64, :uint32, :uint64, :float, :double, :bool, :string,
1685 * type must be :int32/:uint32/:int64/:uint64, :bool, or :string. The value type
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp685 clearValue.color.int32[0] = values[0]; in clearBufferiv()
686 clearValue.color.int32[1] = values[1]; in clearBufferiv()
687 clearValue.color.int32[2] = values[2]; in clearBufferiv()
688 clearValue.color.int32[3] = values[3]; in clearBufferiv()
2288 clearValue.color.int32[3] = kEmulatedAlphaValue; in getCorrectedColorClearValue()

Completed in 67 milliseconds

1...<<11121314151617