Home
last modified time | relevance | path

Searched defs:int32_t (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/external/cronet/third_party/protobuf/objectivec/
DGPBCodedOutputStream.m205 - (void)writeDouble:(int32_t)fieldNumber value:(double)value { argument
214 - (void)writeFloat:(int32_t)fieldNumber value:(float)value { argument
223 - (void)writeUInt64:(int32_t)fieldNumber value:(uint64_t)value { argument
232 - (void)writeInt64:(int32_t)fieldNumber value:(int64_t)value { argument
237 - (void)writeInt32NoTag:(int32_t)value { argument
241 - (void)writeInt32:(int32_t)fieldNumber value:(int32_t)value { argument
250 - (void)writeFixed64:(int32_t)fieldNumber value:(uint64_t)value { argument
259 - (void)writeFixed32:(int32_t)fieldNumber value:(uint32_t)value { argument
268 - (void)writeBool:(int32_t)fieldNumber value:(BOOL)value { argument
321 - (void)writeString:(int32_t)fieldNumber value:(NSString *)value { argument
[all …]
DGPBUnknownFieldSet.m107 - (BOOL)hasField:(int32_t)number { argument
112 - (GPBUnknownField *)getField:(int32_t)number { argument
253 + (BOOL)isFieldTag:(int32_t)tag { argument
270 - (GPBUnknownField *)mutableFieldForNumber:(int32_t)number create:(BOOL)create { argument
319 - (void)mergeVarintField:(int32_t)number value:(int32_t)value { argument
324 - (BOOL)mergeFieldFrom:(int32_t)tag input:(GPBCodedInputStream *)input { argument
364 - (void)mergeMessageSetMessage:(int32_t)number data:(NSData *)messageData { argument
369 - (void)addUnknownMapEntry:(int32_t)fieldNum value:(NSData *)data { argument
383 - (void)getTags:(int32_t *)tags {
DGPBDescriptor.m190 firstHasIndex:(int32_t)firstHasIndex { argument
221 - (void)setupExtensionRanges:(const GPBExtensionRange *)ranges count:(int32_t)count { argument
668 - (BOOL)isValidEnumValue:(int32_t)value { argument
792 enumVerifier:(GPBEnumValidationFunc)enumVerifier {
807 extraTextFormatInfo:(const char *)extraTextFormatInfo {
823 enumVerifier:(GPBEnumValidationFunc)enumVerifier {
857 - (NSString *)enumNameForValue:(int32_t)number { argument
866 - (BOOL)getValue:(int32_t *)outValue forEnumName:(NSString *)name {
894 - (BOOL)getValue:(int32_t *)outValue forEnumTextFormatName:(NSString *)textFormatName {
910 - (NSString *)textFormatNameForValue:(int32_t)number { argument
DGPBDictionary.m1630 count:(NSUInteger)count {
1766 - (BOOL)getInt32:(nullable int32_t *)value forKey:(uint32_t)key {
1783 - (void)setInt32:(int32_t)value forKey:(uint32_t)key { argument
2736 count:(NSUInteger)count {
2883 [self enumerateKeysAndRawValuesUsingBlock:^(uint32_t key, int32_t value, BOOL *stop) { argument
2889 - (BOOL)getEnum:(int32_t *)value forKey:(uint32_t)key {
2901 - (BOOL)getRawValue:(int32_t *)rawValue forKey:(uint32_t)key {
2937 - (void)setRawValue:(int32_t)value forKey:(uint32_t)key { argument
2952 - (void)setEnum:(int32_t)value forKey:(uint32_t)key { argument
3197 count:(NSUInteger)count {
[all …]
/external/protobuf/objectivec/
DGPBCodedOutputStream.m205 - (void)writeDouble:(int32_t)fieldNumber value:(double)value { argument
214 - (void)writeFloat:(int32_t)fieldNumber value:(float)value { argument
223 - (void)writeUInt64:(int32_t)fieldNumber value:(uint64_t)value { argument
232 - (void)writeInt64:(int32_t)fieldNumber value:(int64_t)value { argument
237 - (void)writeInt32NoTag:(int32_t)value { argument
241 - (void)writeInt32:(int32_t)fieldNumber value:(int32_t)value { argument
250 - (void)writeFixed64:(int32_t)fieldNumber value:(uint64_t)value { argument
259 - (void)writeFixed32:(int32_t)fieldNumber value:(uint32_t)value { argument
268 - (void)writeBool:(int32_t)fieldNumber value:(BOOL)value { argument
321 - (void)writeString:(int32_t)fieldNumber value:(NSString *)value { argument
[all …]
DGPBUnknownFieldSet.m107 - (BOOL)hasField:(int32_t)number { argument
112 - (GPBUnknownField *)getField:(int32_t)number { argument
253 + (BOOL)isFieldTag:(int32_t)tag { argument
270 - (GPBUnknownField *)mutableFieldForNumber:(int32_t)number create:(BOOL)create { argument
319 - (void)mergeVarintField:(int32_t)number value:(int32_t)value { argument
324 - (BOOL)mergeFieldFrom:(int32_t)tag input:(GPBCodedInputStream *)input { argument
364 - (void)mergeMessageSetMessage:(int32_t)number data:(NSData *)messageData { argument
369 - (void)addUnknownMapEntry:(int32_t)fieldNum value:(NSData *)data { argument
383 - (void)getTags:(int32_t *)tags {
DGPBDescriptor.m190 firstHasIndex:(int32_t)firstHasIndex { argument
221 - (void)setupExtensionRanges:(const GPBExtensionRange *)ranges count:(int32_t)count { argument
668 - (BOOL)isValidEnumValue:(int32_t)value { argument
792 enumVerifier:(GPBEnumValidationFunc)enumVerifier {
807 extraTextFormatInfo:(const char *)extraTextFormatInfo {
823 enumVerifier:(GPBEnumValidationFunc)enumVerifier {
857 - (NSString *)enumNameForValue:(int32_t)number { argument
866 - (BOOL)getValue:(int32_t *)outValue forEnumName:(NSString *)name {
894 - (BOOL)getValue:(int32_t *)outValue forEnumTextFormatName:(NSString *)textFormatName {
910 - (NSString *)textFormatNameForValue:(int32_t)number { argument
DGPBDictionary.m1630 count:(NSUInteger)count {
1766 - (BOOL)getInt32:(nullable int32_t *)value forKey:(uint32_t)key {
1783 - (void)setInt32:(int32_t)value forKey:(uint32_t)key { argument
2736 count:(NSUInteger)count {
2883 [self enumerateKeysAndRawValuesUsingBlock:^(uint32_t key, int32_t value, BOOL *stop) { argument
2889 - (BOOL)getEnum:(int32_t *)value forKey:(uint32_t)key {
2901 - (BOOL)getRawValue:(int32_t *)rawValue forKey:(uint32_t)key {
2937 - (void)setRawValue:(int32_t)value forKey:(uint32_t)key { argument
2952 - (void)setEnum:(int32_t)value forKey:(uint32_t)key { argument
3197 count:(NSUInteger)count {
[all …]
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_3x3_s1_output2x2_dot_depthfirst/
Dgeneric.cpp37 const int32_t *, // Bias, should be wrapped into the parameters in sve_u8q_nhwc_3x3_s1_output2x2_dot_depthfirst_impl()
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s1_output2x2_dot_depthfirst/
Dgeneric.cpp37 const int32_t *, // Bias, should be wrapped into the parameters in a64_s8q_nhwc_3x3_s1_output2x2_dot_depthfirst_impl()
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8qs_nhwc_3x3_s1_output2x2_dot_depthfirst/
Dgeneric.cpp37 const int32_t *, // Bias, should be wrapped into the parameters in a64_s8qs_nhwc_3x3_s1_output2x2_dot_depthfirst_impl()
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s1_output2x2_dot_depthfirst/
Dgeneric.cpp37 const int32_t *, // Bias, should be wrapped into the parameters in a64_u8q_nhwc_3x3_s1_output2x2_dot_depthfirst_impl()
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8qs_nhwc_3x3_s1_output2x2_dot_depthfirst/
Dgeneric.cpp37 const int32_t *, // Bias, should be wrapped into the parameters in sve_s8qs_nhwc_3x3_s1_output2x2_dot_depthfirst_impl()
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_3x3_s1_output2x2_dot_depthfirst/
Dgeneric.cpp37 const int32_t *, // Bias, should be wrapped into the parameters in sve_s8q_nhwc_3x3_s1_output2x2_dot_depthfirst_impl()
/external/cronet/third_party/icu/source/test/intltest/
Dreptest.cpp194 … void extractBetween(int32_t /*start*/, int32_t /*limit*/, UnicodeString& result) const override { in extractBetween() argument
198 …virtual void handleReplaceBetween(int32_t /*start*/, int32_t /*limit*/, const UnicodeString &/*tex… in handleReplaceBetween() argument
202 virtual void copy(int32_t /*start*/, int32_t /*limit*/, int32_t /*dest*/) override { in copy() argument
/external/icu/icu4c/source/test/intltest/
Dreptest.cpp194 … void extractBetween(int32_t /*start*/, int32_t /*limit*/, UnicodeString& result) const override { in extractBetween() argument
198 …virtual void handleReplaceBetween(int32_t /*start*/, int32_t /*limit*/, const UnicodeString &/*tex… in handleReplaceBetween() argument
202 virtual void copy(int32_t /*start*/, int32_t /*limit*/, int32_t /*dest*/) override { in copy() argument
/external/icu/icu4c/source/common/
Dustr_titlecase_brkiter.cpp111 int32_t WholeStringBreakIterator::following(int32_t /*offset*/) { return length; } in following() argument
112 int32_t WholeStringBreakIterator::preceding(int32_t /*offset*/) { return 0; } in preceding() argument
113 UBool WholeStringBreakIterator::isBoundary(int32_t /*offset*/) { return false; } in isBoundary() argument
114 int32_t WholeStringBreakIterator::next(int32_t /*n*/) { return length; } in next() argument
117 void * /*stackBuffer*/, int32_t & /*BufferSize*/, UErrorCode &errorCode) { in createBufferClone() argument
Dappendable.cpp55 Appendable::reserveAppendCapacity(int32_t /*appendCapacity*/) { in reserveAppendCapacity() argument
60 Appendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() argument
Dbytestream.cpp17 char* ByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer() argument
66 char* CheckedArrayByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer() argument
/external/cronet/third_party/icu/source/common/
Dustr_titlecase_brkiter.cpp111 int32_t WholeStringBreakIterator::following(int32_t /*offset*/) { return length; } in following() argument
112 int32_t WholeStringBreakIterator::preceding(int32_t /*offset*/) { return 0; } in preceding() argument
113 UBool WholeStringBreakIterator::isBoundary(int32_t /*offset*/) { return false; } in isBoundary() argument
114 int32_t WholeStringBreakIterator::next(int32_t /*n*/) { return length; } in next() argument
117 void * /*stackBuffer*/, int32_t & /*BufferSize*/, UErrorCode &errorCode) { in createBufferClone() argument
Dappendable.cpp55 Appendable::reserveAppendCapacity(int32_t /*appendCapacity*/) { in reserveAppendCapacity() argument
60 Appendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() argument
Dbytestream.cpp17 char* ByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer() argument
66 char* CheckedArrayByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer() argument
/external/tensorflow/tensorflow/compiler/mlir/tfrt/benchmarks/
Dreduction_benchmark.h36 std::array<int32_t, N> dims_to_reduce) { in ReducedTensorShape()
51 std::array<int32_t, N_DIMS_TO_REDUCE> dims_to_reduce) { in GetEigenSumF32Function()
69 std::array<int32_t, N_DIMS_TO_REDUCE> dims_to_reduce) { in GetEigenMeanF32Function()
Dtranspose_op_benchmark.cc52 static std::string Transpose3D(std::array<int32_t, 3> perm) { in Transpose3D()
57 static auto Shuffle(std::array<int32_t, size> perm) { in Shuffle()
/external/tensorflow/tensorflow/lite/kernels/
Dcpu_backend_gemm.h179 const GemmParams<int32_t, int16, quantization_flavor>& params, in Gemm()
203 const MatrixParams<int32_t>& dst_params, int32_t* dst_data, in Gemm() argument
204 const GemmParams<int32_t, int32_t, quantization_flavor>& params, in Gemm()

12345678910>>...13