Home
last modified time | relevance | path

Searched refs:INT32 (Results 1 - 25 of 198) sorted by relevance

12345678

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dtzdst.c43 STATIC const INT32 g_monLengths[2][MONSPERYEAR] = {
123 STATIC INLINE INT32 StringToDigital(CHAR high, CHAR low) in StringToDigital()
138 INT32 hour; in settimezone()
139 INT32 minute; in settimezone()
140 INT32 second; in settimezone()
202 INT32 g_dstForwardSeconds = 0;
206 INT32 DstForwardSecondGet(VOID) in DstForwardSecondGet()
211 STATIC INT32 GetMonthFromString(const CHAR *strMonth) in GetMonthFromString()
224 STATIC INT32 GetWeekDayFromString(const CHAR *strWeekDay) in GetWeekDayFromString()
230 return (INT32)inde in GetWeekDayFromString()
[all...]
H A Dlinux_wakelock.c52 STATIC INT32 FindEmptyBit(UINT32 bitmap) in FindEmptyBit()
55 INT32 i; in FindEmptyBit()
77 INT32 pos; in linux_wake_lock_init()
129 INT32 ret; in linux_wake_lock_active()
H A Dadp.c64 INT32 ret; in fs_show()
88 if ((INT32)m < 0) { in msecs_to_jiffies()
151 INT32 do_div_s64_imp(INT64 *n, INT32 base) in do_div_s64_imp()
153 INT32 r; in do_div_s64_imp()
H A Dlinux_interrupt.c44 irqParam.swIrq = (INT32)irq; in linux_request_irq()
52 return (INT32)ret; in linux_request_irq()
63 irqParam.swIrq = (INT32)irq; in linux_free_irq()
H A Dlinux_timer.c106 INT32 ret = 0; in linux_del_timer()
124 INT32 ret = 0; in linux_mod_timer()
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dcmp-sext.c7 _Bool cmpe_sextp(ARGS(INT32)) { return TEST(UINT64, UINT32, a, ==, 0x7fffffff); } in ARGS()
8 _Bool cmps_sextp(ARGS(INT32)) { return TEST( INT64, INT32, a, < , 0x7fffffff); } in ARGS()
9 _Bool cmpu_sextp(ARGS(INT32)) { return TEST(UINT64, UINT32, a, < , 0x7fffffff); } in ARGS()
10 _Bool cmpe_sextn(ARGS(INT32)) { return TEST(UINT64, UINT32, a, ==, -1); } in ARGS()
11 _Bool cmps_sextn(ARGS(INT32)) { return TEST( INT64, INT32, a, < , -1); } in ARGS()
12 _Bool cmpu_sextn(ARGS(INT32)) { return TEST(UINT64, UINT32, a, < , -1); } in ARGS()
H A Dcmp-sext-sext.c7 _Bool cmpe_sext_sext(ARGS(INT32)) { return TEST(UINT64, UINT32, a, ==, b); } in ARGS()
8 _Bool cmps_sext_sext(ARGS(INT32)) { return TEST( INT64, INT32, a, < , b); } in ARGS()
9 _Bool cmpu_sext_sext(ARGS(INT32)) { return TEST(UINT64, UINT32, a, < , b); } in ARGS()
/third_party/protobuf/php/tests/
H A Dundefined_test.php18 $arr = new RepeatedField(GPBType::INT32);
27 $arr = new RepeatedField(GPBType::INT32);
37 $arr = new RepeatedField(GPBType::INT32);
46 $arr = new RepeatedField(GPBType::INT32);
373 $arr = new RepeatedField(GPBType::INT32);
388 $arr = new RepeatedField(GPBType::INT32);
398 $arr = new RepeatedField(GPBType::INT32);
408 $arr = new RepeatedField(GPBType::INT32);
418 $arr = new RepeatedField(GPBType::INT32);
647 $map_int32_message = new MapField(GPBType::INT32,
[all...]
H A DMapFieldTest.php17 $arr = new MapField(GPBType::INT32, GPBType::INT32);
61 $arr = new MapField(GPBType::INT32, GPBType::INT32);
256 $arr = new MapField(GPBType::INT32, GPBType::FLOAT);
278 $arr = new MapField(GPBType::INT32, GPBType::DOUBLE);
410 $arr = new MapField(GPBType::INT32,
422 $arr = new MapField(GPBType::INT32,
489 // $arr = new MapField(GPBType::INT32,
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_asn1.c59 ASN1_EMBED(CMS_SignerInfo, version, INT32),
79 ASN1_EMBED(CMS_SignedData, version, INT32),
99 ASN1_EMBED(CMS_KeyTransRecipientInfo, version, INT32),
165 ASN1_EMBED(CMS_KeyAgreeRecipientInfo, version, INT32),
179 ASN1_EMBED(CMS_KEKRecipientInfo, version, INT32),
186 ASN1_EMBED(CMS_PasswordRecipientInfo, version, INT32),
228 ASN1_EMBED(CMS_EnvelopedData, version, INT32),
236 ASN1_EMBED(CMS_DigestedData, version, INT32),
243 ASN1_EMBED(CMS_EncryptedData, version, INT32),
250 ASN1_EMBED(CMS_AuthEnvelopedData, version, INT32),
[all...]
/third_party/openssl/crypto/cms/
H A Dcms_asn1.c60 ASN1_EMBED(CMS_SignerInfo, version, INT32),
80 ASN1_EMBED(CMS_SignedData, version, INT32),
110 ASN1_EMBED(CMS_KeyTransRecipientInfo, version, INT32),
176 ASN1_EMBED(CMS_KeyAgreeRecipientInfo, version, INT32),
190 ASN1_EMBED(CMS_KEKRecipientInfo, version, INT32),
197 ASN1_EMBED(CMS_PasswordRecipientInfo, version, INT32),
239 ASN1_EMBED(CMS_EnvelopedData, version, INT32),
247 ASN1_EMBED(CMS_DigestedData, version, INT32),
254 ASN1_EMBED(CMS_EncryptedData, version, INT32),
261 ASN1_EMBED(CMS_AuthEnvelopedData, version, INT32),
[all...]
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/
H A DDescriptor.php25 ->repeated('public_dependency', \Google\Protobuf\Internal\GPBType::INT32, 10)
26 ->repeated('weak_dependency', \Google\Protobuf\Internal\GPBType::INT32, 11)
50 ->optional('start', \Google\Protobuf\Internal\GPBType::INT32, 1)
51 ->optional('end', \Google\Protobuf\Internal\GPBType::INT32, 2)
56 ->optional('start', \Google\Protobuf\Internal\GPBType::INT32, 1)
57 ->optional('end', \Google\Protobuf\Internal\GPBType::INT32, 2)
66 ->optional('number', \Google\Protobuf\Internal\GPBType::INT32, 3)
72 ->optional('oneof_index', \Google\Protobuf\Internal\GPBType::INT32, 9)
119 ->optional('start', \Google\Protobuf\Internal\GPBType::INT32, 1)
120 ->optional('end', \Google\Protobuf\Internal\GPBType::INT32,
[all...]
/third_party/node/benchmark/buffers/
H A Dbuffer-write.js37 const INT32 = 0x7fffffff;
53 writeInt32BE: INT32,
54 writeInt32LE: INT32,
62 writeIntLE: INT32,
H A Ddataview-set.js28 const INT32 = 0x7fffffff;
31 const UINT32 = INT32 * 2;
36 setInt32: INT32,
/third_party/mesa3d/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp127 // output: INT32 : At most 24 bits from LSB are meaningful, depending
135 typedef int INT32; typedef
137 INT32 floatToIDotF( const float& input ) in floatToIDotF()
165 const INT32 c_iMinResult = (c_bSigned ? INT32( -1 ) << (c_uIBits + c_uFBits - 1) : 0); in floatToIDotF()
166 const INT32 c_iMaxResult = ~c_iMinResult; in floatToIDotF()
173 const INT32 _fltExponentBias = (INT32( 1 ) << (_fltExponentBitCount - 1)) - 1; in floatToIDotF()
174 const INT32 _fltHiddenBit = INT32( in floatToIDotF()
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dwait.h155 INT32 ret = 0; \
194 INT32 tmpTimeout; \
212 tmpTimeout = (INT32)((timeout) - (UINT32)(LOS_TickCountGet() - ticksnow)); \
H A Dkernel.h246 extern INT32 do_div_s64_imp(INT64 *n, INT32 base);
325 static inline INT64 div_s64_rem(INT64 dividend, INT32 divisor, INT32 *remainder) in div_s64_rem()
404 static inline INT64 div_s64(INT64 dividend, INT32 divisor) in div_s64()
406 INT32 remainder; in div_s64()
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
H A Dnv_control.h204 INT32 value B32;
235 INT32 value B32;
248 INT32 value B32;
341 INT32 attr_type B32;
342 INT32 min B32;
343 INT32 max B32;
356 INT32 attr_type B32;
382 INT32 attr_type B32;
/third_party/node/src/
H A Dnode_win32_etw_provider-inl.h249 INT32 id = (INT32)addr1; in NODE_V8SYMBOL_ADD()
252 INT32 col = 1; in NODE_V8SYMBOL_ADD()
253 INT32 line = 1; in NODE_V8SYMBOL_ADD()
/third_party/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/
H A DLocation.php244 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT32);
278 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT32);
/third_party/protobuf/js/binary/
H A Dconstants.js193 INT32: 5,
239 case fieldTypes.INT32:
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMapField.php161 case GPBType::INT32:
261 case GPBType::INT32:
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DProto2MessageInfoFactory.java133 field("fieldInt325_"), 5, FieldType.INT32, bitField0, 0x00000010, false, null)); in lookupFieldsByName()
248 builder.withField(forOneofMemberField(57, FieldType.INT32, oneof, Integer.class, false, null)); in lookupFieldsByName()
309 FieldType.INT32, in lookupFieldsByName()
435 FieldType.INT32, in newMessageInfoForFieldGroup49()
451 FieldType.INT32, in newMessageInfoForFieldGroupList51()
467 FieldType.INT32, in newMessageInfoForFieldGroup69()
483 FieldType.INT32, in newMessageInfoForRequiredNestedMessage()
499 FieldType.INT32, in newMessageInfoForFieldRequiredGroup88()
527 FieldType.INT32, in newMessageInfoForExtensionFieldGroup49()
543 FieldType.INT32, in newMessageInfoForExtensionFieldGroupList51()
[all...]
/third_party/protobuf/java/lite/src/test/java/com/google/protobuf/
H A DProto2MessageLiteInfoFactory.java286 FieldType.INT32, in lookupFieldsByName()
596 builder.withField(forOneofMemberField(57, FieldType.INT32, oneof, Integer.class, false, null)); in lookupFieldsByName()
657 FieldType.INT32, in lookupFieldsByName()
789 FieldType.INT32, in newMessageInfoForFieldGroup49()
805 FieldType.INT32, in newMessageInfoForFieldGroupList51()
821 FieldType.INT32, in newMessageInfoForFieldGroup69()
837 FieldType.INT32, in newMessageInfoForRequiredNestedMessage()
853 FieldType.INT32, in newMessageInfoForFieldRequiredGroup88()
881 FieldType.INT32, in newMessageInfoForExtensionFieldGroup49()
897 FieldType.INT32, in newMessageInfoForExtensionFieldGroupList51()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingDataSpillTests.cpp71 INT32 = 0, member in vkt::RayTracing::__anon28522::DataType
144 case DataType::INT32: dataSize = sizeof(deInt32); break; in getElementSize()
253 if (dataTypeIdx >= static_cast<int>(DataType::INT32) && dataTypeIdx <= static_cast<int>(DataType::FLOAT16)) in getGLSLInputValDecl()
258 std::make_pair(std::make_pair(DataType::INT32, VectorType::SCALAR), "int32_t"), in getGLSLInputValDecl()
259 std::make_pair(std::make_pair(DataType::INT32, VectorType::V2), "i32vec2"), in getGLSLInputValDecl()
260 std::make_pair(std::make_pair(DataType::INT32, VectorType::V3), "i32vec3"), in getGLSLInputValDecl()
261 std::make_pair(std::make_pair(DataType::INT32, VectorType::V4), "i32vec4"), in getGLSLInputValDecl()
262 std::make_pair(std::make_pair(DataType::INT32, VectorType::A5), "int32_t"), in getGLSLInputValDecl()
638 if (m_params.dataType == DataType::INT32) in initPrograms()
958 case DataType::INT32 in initPrograms()
[all...]

Completed in 17 milliseconds

12345678