Home
last modified time | relevance | path

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

123456

/external/protobuf/objectivec/
DGPBCodedOutputStream.m210 - (void)writeDouble:(int32_t)fieldNumber value:(double)value { argument
219 - (void)writeFloat:(int32_t)fieldNumber value:(float)value { argument
228 - (void)writeUInt64:(int32_t)fieldNumber value:(uint64_t)value { argument
237 - (void)writeInt64:(int32_t)fieldNumber value:(int64_t)value { argument
242 - (void)writeInt32NoTag:(int32_t)value { argument
246 - (void)writeInt32:(int32_t)fieldNumber value:(int32_t)value { argument
255 - (void)writeFixed64:(int32_t)fieldNumber value:(uint64_t)value { argument
264 - (void)writeFixed32:(int32_t)fieldNumber value:(uint32_t)value { argument
273 - (void)writeBool:(int32_t)fieldNumber value:(BOOL)value { argument
330 - (void)writeString:(int32_t)fieldNumber value:(NSString *)value { argument
[all …]
DGPBUnknownFieldSet.m134 - (BOOL)hasField:(int32_t)number { argument
139 - (GPBUnknownField *)getField:(int32_t)number { argument
280 + (BOOL)isFieldTag:(int32_t)tag { argument
301 - (GPBUnknownField *)mutableFieldForNumber:(int32_t)number create:(BOOL)create { argument
350 - (void)mergeVarintField:(int32_t)number value:(int32_t)value { argument
355 - (BOOL)mergeFieldFrom:(int32_t)tag input:(GPBCodedInputStream *)input { argument
394 - (void)mergeMessageSetMessage:(int32_t)number data:(NSData *)messageData { argument
399 - (void)addUnknownMapEntry:(int32_t)fieldNum value:(NSData *)data { argument
413 - (void)getTags:(int32_t *)tags {
DGPBDescriptor.m176 firstHasIndex:(int32_t)firstHasIndex { argument
207 - (void)setupExtensionRanges:(const GPBExtensionRange *)ranges count:(int32_t)count { argument
520 - (BOOL)isValidEnumValue:(int32_t)value { argument
644 enumVerifier:(GPBEnumValidationFunc)enumVerifier {
659 extraTextFormatInfo:(const char *)extraTextFormatInfo {
675 enumVerifier:(GPBEnumValidationFunc)enumVerifier {
708 - (NSString *)enumNameForValue:(int32_t)number { argument
721 - (BOOL)getValue:(int32_t *)outValue forEnumName:(NSString *)name {
748 - (NSString *)textFormatNameForValue:(int32_t)number { argument
DGPBDictionary.m1729 forKey:(uint32_t)key { argument
1739 count:(NSUInteger)count {
1763 count:(NSUInteger)count {
1889 - (BOOL)valueForKey:(uint32_t)key value:(int32_t *)value {
1906 - (void)setValue:(int32_t)value forKey:(uint32_t)key { argument
2979 forKey:(uint32_t)key { argument
2991 count:(NSUInteger)count {
3022 count:(NSUInteger)count {
3159 [self enumerateKeysAndRawValuesUsingBlock:^(uint32_t key, int32_t value, BOOL *stop) { argument
3165 - (BOOL)valueForKey:(uint32_t)key value:(int32_t *)value {
[all …]
DGPBCodedInputStream.m323 - (void)checkLastTagWas:(int32_t)value { argument
327 - (BOOL)skipField:(int32_t)tag { argument
422 - (void)readUnknownGroup:(int32_t)fieldNumber argument
438 int32_t length = ReadRawVarint32(&state_); argument
DGPBArray.m307 + (instancetype)arrayWithValue:(int32_t)value { argument
331 - (instancetype)initWithValues:(const int32_t [])values count:(NSUInteger)count {
442 - (void)addValue:(int32_t)value { argument
446 - (void)addValues:(const int32_t [])values count:(NSUInteger)count {
460 - (void)insertValue:(int32_t)value atIndex:(NSUInteger)index { argument
481 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(int32_t)value { argument
2042 rawValue:(int32_t)value { argument
2077 count:(NSUInteger)count {
2254 - (void)addRawValue:(int32_t)value { argument
2258 - (void)addRawValues:(const int32_t [])values count:(NSUInteger)count {
[all …]
/external/webrtc/webrtc/test/channel_transport/
Dudp_socket_posix.cc172 bool UdpSocketPosix::SetQos(int32_t /*serviceType*/, in SetQos() argument
/external/gemmlowp/test/
Dtest_fixedpoint.cc10 void test_convert(FixedPoint<int32_t, tIntegerBits> x) { in test_convert()
17 void test_Rescale(FixedPoint<int32_t, tIntegerBits_a> a) { in test_Rescale()
34 void test_mul(FixedPoint<int32_t, tIntegerBits_a> a, in test_mul()
62 void test_ExactMulByPot(FixedPoint<int32_t, tIntegerBits_a> a) { in test_ExactMulByPot()
78 FixedPoint<int32_t, 0> a) { in test_exp_on_interval_between_negative_one_quarter_and_0_excl()
98 void test_exp_on_negative_values(FixedPoint<int32_t, tIntegerBits> a) { in test_exp_on_negative_values()
117 void test_one_minus_x_over_one_plus_x_for_x_in_0_1(FixedPoint<int32_t, 0> a) { in test_one_minus_x_over_one_plus_x_for_x_in_0_1()
138 void test_tanh(FixedPoint<int32_t, tIntegerBits> a) { in test_tanh()
/external/icu/icu4c/source/i18n/
Dfphdlimp.cpp26 FieldPositionHandler::addAttribute(int32_t, int32_t, int32_t) { in addAttribute() argument
30 FieldPositionHandler::shiftLast(int32_t) { in shiftLast() argument
Dtzrule.cpp147 InitialTimeZoneRule::getFirstStart(int32_t /*prevRawOffset*/, in getFirstStart() argument
154 InitialTimeZoneRule::getFinalStart(int32_t /*prevRawOffset*/, in getFinalStart() argument
162 int32_t /*prevRawOffset*/, in getNextStart() argument
171 int32_t /*prevRawOffset*/, in getPreviousStart() argument
Dbasictz.cpp550 BasicTimeZone::getOffsetFromLocal(UDate /*date*/, int32_t /*nonExistingTimeOpt*/, int32_t /*duplica… in getOffsetFromLocal() argument
551int32_t& /*rawOffset*/, int32_t& /*dstOffset*/, UErrorCode& status) const { in getOffsetFromLocal() argument
/external/icu/icu4c/source/test/intltest/
Dreptest.cpp194 void extractBetween(int32_t /*start*/, int32_t /*limit*/, UnicodeString& result) const { 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*/) { in copy() argument
/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int32.m48 + (instancetype)dictionaryWithValue:(int32_t)value forKey:(int32_t)key; argument
51 count:(NSUInteger)count;
67 + (instancetype)dictionaryWithValue:(int32_t)value forKey:(int32_t)key { argument
77 count:(NSUInteger)count {
DGPBUnknownFieldSetTest.m38 - (void)getTags:(int32_t*)tags; argument
63 - (GPBUnknownField *)getField:(int32_t)number { argument
DGPBCodedInputStreamTests.m44 - (NSData*)bytes_with_sentinel:(int32_t)unused, ... { argument
103 - (void)assertReadLittleEndian32:(NSData*)data value:(int32_t)value { argument
DGPBDictionaryTests+String.m48 + (instancetype)dictionaryWithValue:(int32_t)value forKey:(NSString *)key; argument
51 count:(NSUInteger)count;
67 + (instancetype)dictionaryWithValue:(int32_t)value forKey:(NSString *)key { argument
77 count:(NSUInteger)count {
DGPBCodedOuputStreamTests.m62 - (NSData*)bytes_with_sentinel:(int32_t)unused, ... { argument
82 - (void)assertWriteLittleEndian32:(NSData*)data value:(int32_t)value { argument
DGPBDictionaryTests+UInt32.m48 + (instancetype)dictionaryWithValue:(int32_t)value forKey:(uint32_t)key; argument
51 count:(NSUInteger)count;
67 + (instancetype)dictionaryWithValue:(int32_t)value forKey:(uint32_t)key { argument
77 count:(NSUInteger)count {
DGPBArrayTests.m40 + (instancetype)arrayWithValue:(int32_t)value; argument
42 count:(NSUInteger)count;
69 + (instancetype)arrayWithValue:(int32_t)value { argument
75 count:(NSUInteger)count {
DGPBDictionaryTests+Int64.m48 + (instancetype)dictionaryWithValue:(int32_t)value forKey:(int64_t)key; argument
51 count:(NSUInteger)count;
67 + (instancetype)dictionaryWithValue:(int32_t)value forKey:(int64_t)key { argument
77 count:(NSUInteger)count {
/external/icu/icu4c/source/common/
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
60 char* CheckedArrayByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer() argument
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
Defibind.h39 typedef __int32 int32_t; typedef
48 typedef int int32_t; typedef
60 typedef int int32_t; typedef
72 typedef int int32_t; typedef
/external/syslinux/efi32/include/efi/ia32/
Defibind.h39 typedef __int32 int32_t; typedef
48 typedef int int32_t; typedef
60 typedef int int32_t; typedef
72 typedef int int32_t; typedef
/external/gemmlowp/public/
Doutput_stages.h119 MakeStandardOutputPipeline(const VectorMap<const std::int32_t, tShape>& in MakeStandardOutputPipeline()

123456