Home
last modified time | relevance | path

Searched refs:UINT32_MAX (Results 1 – 25 of 30) sorted by relevance

12

/external/webkit/JavaScriptCore/icu/unicode/
Dumachine.h192 #ifndef UINT32_MAX
194 # define UINT32_MAX ((uint32_t)(4294967295U)) macro
/external/icu4c/common/unicode/
Dumachine.h176 #ifndef UINT32_MAX
178 # define UINT32_MAX ((uint32_t)(4294967295U)) macro
Dunistr.h4091 …th, dst, dst!=0 ? ((dst >= (char*)((size_t)-1) - UINT32_MAX) ? (((char*)UINT32_MAX) - dst) : UINT3… in extract()
/external/webkit/JavaScriptGlue/icu/unicode/
Dumachine.h192 #ifndef UINT32_MAX
194 # define UINT32_MAX ((uint32_t)(4294967295U)) macro
/external/chromium/third_party/icu/public/common/unicode/
Dumachine.h169 #ifndef UINT32_MAX
171 # define UINT32_MAX ((uint32_t)(4294967295U)) macro
/external/webkit/WebCore/icu/unicode/
Dumachine.h192 #ifndef UINT32_MAX
194 # define UINT32_MAX ((uint32_t)(4294967295U)) macro
/external/webkit/WebKit/mac/icu/unicode/
Dumachine.h192 #ifndef UINT32_MAX
194 # define UINT32_MAX ((uint32_t)(4294967295U)) macro
/external/protobuf/python/google/protobuf/internal/
Dwire_format_test.py130 [wire_format.UInt32ByteSize, wire_format.UINT32_MAX, 5],
154 [wire_format.Fixed32ByteSize, wire_format.UINT32_MAX, 4],
181 [wire_format.EnumByteSize, wire_format.UINT32_MAX, 5],
Dwire_format.py59 UINT32_MAX = (1 << 32) - 1 variable
/external/qemu/
Dtargphys.h15 #define TARGET_PHYS_ADDR_MAX UINT32_MAX
/external/chromium/third_party/icu/source/common/
Ducnv_io.c349 return UINT32_MAX; in getTagNumber()
573 return UINT32_MAX; in findConverter()
585 lastMid = UINT32_MAX; in findConverter()
624 return UINT32_MAX; in findConverter()
702 return UINT32_MAX; in findTaggedAliasListsOffset()
745 return UINT32_MAX; in findTaggedConverterNum()
Duresdata.c131 lastMid = UINT32_MAX; in _res_findTableItem()
/external/icu4c/common/
Ducnv_io.c349 return UINT32_MAX; in getTagNumber()
573 return UINT32_MAX; in findConverter()
585 lastMid = UINT32_MAX; in findConverter()
624 return UINT32_MAX; in findConverter()
702 return UINT32_MAX; in findTaggedAliasListsOffset()
745 return UINT32_MAX; in findTaggedConverterNum()
/external/bison/src/
Dsystem.h36 # undef UINT32_MAX
Dscan-skel.c92 #ifndef UINT32_MAX
93 #define UINT32_MAX (4294967295U) macro
Dscan-gram.c92 #ifndef UINT32_MAX
93 #define UINT32_MAX (4294967295U) macro
/external/icu4c/io/
Duscanf_p.c405 *(int32_t*)(args[0].ptrValue) = (int32_t)(UINT32_MAX & info->fWidth); in u_scanf_count_handler()
679 *(int32_t*)num = (int32_t)(UINT32_MAX & result); in u_scanf_integer_handler()
1034 *(int32_t*)num = (int32_t)(UINT32_MAX & result); in u_scanf_hex_handler()
1081 *(int32_t*)num = (int32_t)(UINT32_MAX & result); in u_scanf_octal_handler()
Duprntf_p.c428 num &= UINT32_MAX; in u_printf_hex_handler()
463 num &= UINT32_MAX; in u_printf_octal_handler()
499 num &= UINT32_MAX; in u_printf_uinteger_handler()
/external/chromium/third_party/icu/source/io/
Duscanf_p.c405 *(int32_t*)(args[0].ptrValue) = (int32_t)(UINT32_MAX & info->fWidth); in u_scanf_count_handler()
679 *(int32_t*)num = (int32_t)(UINT32_MAX & result); in u_scanf_integer_handler()
1034 *(int32_t*)num = (int32_t)(UINT32_MAX & result); in u_scanf_hex_handler()
1081 *(int32_t*)num = (int32_t)(UINT32_MAX & result); in u_scanf_octal_handler()
Duprntf_p.c428 num &= UINT32_MAX; in u_printf_hex_handler()
463 num &= UINT32_MAX; in u_printf_octal_handler()
499 num &= UINT32_MAX; in u_printf_uinteger_handler()
/external/qemu/audio/
Dmixeng.c129 #define IN_MAX UINT32_MAX
/external/bluetooth/bluez/tools/
Dlexer.c75 #ifndef UINT32_MAX
76 #define UINT32_MAX (4294967295U) macro
/external/qemu/hw/
Dscsi-disk.c760 if (nb_sectors > UINT32_MAX) in scsi_send_command()
761 nb_sectors = UINT32_MAX; in scsi_send_command()
/external/libpcap/
Dscanner.c75 #ifndef UINT32_MAX
76 #define UINT32_MAX (4294967295U) macro
/external/libvpx/nestegg/m4/
Dax_create_stdint_h.m4642 # define UINT32_MAX (4294967295U)
659 # define UINT_LEAST32_MAX UINT32_MAX

12