/third_party/glib/gobject/tests/ |
D | signals.c | 187 …ParamSpec *param, GBytes *bytes, gpointer ptr, Test *obj, GVariant *var, gint64 i64, guint64 ui64); 197 …ParamSpec *param, GBytes *bytes, gpointer ptr, Test *obj, GVariant *var, gint64 i64, guint64 ui64); 198 …ParamSpec *param, GBytes *bytes, gpointer ptr, Test *obj, GVariant *var, gint64 i64, guint64 ui64); 934 …GParamSpec *param, GBytes *bytes, gpointer ptr, Test *obj, GVariant *var, gint64 i64, guint64 ui64) in all_types_handler() argument 955 g_assert_cmpuint (ui64, ==, G_MAXUINT64 - 123456); in all_types_handler() 959 …Bytes *bytes, gpointer ptr, Test *obj, GVariant *var, gint64 i64, guint64 ui64, gpointer user_data) in all_types_handler_cb() argument 962 …_handler (test, i, b, c, uc, ui, l, ul, e, f, fl, db, str, param, bytes, ptr, obj, var, i64, ui64); in all_types_handler_cb() 987 guint64 ui64; in test_all_types() local 990 ui64 = G_MAXUINT64 - 123456; in test_all_types() 997 i, b, c, uc, ui, l, ul, e, f, fl, db, str, param, bytes, ptr, test, var, i64, ui64); in test_all_types() [all …]
|
/third_party/curl/include/curl/ |
D | system.h | 89 # define CURL_SUFFIX_CURL_OFF_TU ui64 107 # define CURL_SUFFIX_CURL_OFF_TU ui64 129 # define CURL_SUFFIX_CURL_OFF_TU ui64 194 # define CURL_SUFFIX_CURL_OFF_TU ui64 361 # define CURL_SUFFIX_CURL_OFF_TU ui64
|
/third_party/boost/libs/config/test/ |
D | cstdint_include_test.cpp | 26 boost::uint64_t ui64 = 0; in main() local 27 (void)ui64; in main()
|
D | boost_has_ms_int64.ipp | 20 unsigned __int64 ulli = 0ui64;
|
/third_party/libffi/testsuite/libffi.closures/ |
D | huge_struct.c | 237 uint64_t ui64 = 7; in main() local 279 argValues[6] = argValues[18] = argValues[30] = argValues[42] = &ui64; in main() 320 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p, in main() 321 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p, in main() 322 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p, in main() 323 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p, in main()
|
/third_party/boost/libs/multiprecision/test/ |
D | test_cpp_bin_float_conv.cpp | 140 ui64_t ui64(98); in main() local 141 cpp_bin_float_100 f100f(ui64); in main() 143 f100f = ui64.convert_to<cpp_bin_float_100>(); in main()
|
/third_party/libuv/src/unix/ |
D | sunos.c | 704 cpu_info->cpu_times.user = knp->value.ui64; in uv_cpu_info() 708 cpu_info->cpu_times.sys = knp->value.ui64; in uv_cpu_info() 712 cpu_info->cpu_times.idle = knp->value.ui64; in uv_cpu_info() 716 cpu_info->cpu_times.irq = knp->value.ui64; in uv_cpu_info()
|
/third_party/glib/glib/ |
D | gscanner.c | 2083 guint64 ui64 = 0; in g_scanner_get_token_ll() local 2087 ui64 = g_ascii_strtoull (gstring->str, &endptr, 2); in g_scanner_get_token_ll() 2090 ui64 = g_ascii_strtoull (gstring->str, &endptr, 8); in g_scanner_get_token_ll() 2093 ui64 = g_ascii_strtoull (gstring->str, &endptr, 10); in g_scanner_get_token_ll() 2096 ui64 = g_ascii_strtoull (gstring->str, &endptr, 16); in g_scanner_get_token_ll() 2101 value.v_int64 = ui64; in g_scanner_get_token_ll() 2103 value.v_int = ui64; in g_scanner_get_token_ll()
|
D | gstrfuncs.c | 1064 guint64 ui64; in g_parse_long_long() local 1117 ui64 = 0; in g_parse_long_long() 1130 if (ui64 > cutoff || (ui64 == cutoff && c > cutlim)) in g_parse_long_long() 1134 ui64 *= base; in g_parse_long_long() 1135 ui64 += c; in g_parse_long_long() 1154 return ui64; in g_parse_long_long()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
D | DataTypes.h | 168 #define UINT64_C(C) C##ui64
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | gstrfuncs.c | 651 guint64 ui64; 702 ui64 = 0; 715 if (ui64 > cutoff || (ui64 == cutoff && c > cutlim)) 719 ui64 *= base; 720 ui64 += c; 739 return ui64;
|
/third_party/boost/boost/ |
D | cstdint.hpp | 467 # define UINT64_C(value) value##ui64 471 # define UINTMAX_C(value) value##ui64
|
/third_party/openGLES/extensions/NV/ |
D | NV_vertex_attrib_integer_64bit.txt | 133 void VertexAttribL{1,2,3,4}{i64,ui64}EXT(uint index, T values); 134 void VertexAttribL{1,2,3,4}{i64,ui64}vEXT(uint index, T values); 140 integer types must be loaded with VertexAttribL*{i64,ui64}{v}. 151 * 64-bit signed or unsigned integers (VertexAttribL*{i64,ui64}*).
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_vertex_attrib_integer_64bit.txt | 133 void VertexAttribL{1,2,3,4}{i64,ui64}EXT(uint index, T values); 134 void VertexAttribL{1,2,3,4}{i64,ui64}vEXT(uint index, T values); 140 integer types must be loaded with VertexAttribL*{i64,ui64}{v}. 151 * 64-bit signed or unsigned integers (VertexAttribL*{i64,ui64}*).
|
D | NV_gpu_shader5.txt | 328 void Uniform{1,2,3,4}{i64,ui64}NV(int location, T value); 329 void Uniform{1,2,3,4}{i64,ui64}vNV(int location, T value); 332 Uniform*ui64{v}NV commands will load <count> sets of one to four 64-bit 1157 void ProgramUniform{1,2,3,4}{i64,ui64}NV 1159 void ProgramUniform{1,2,3,4}{i64,ui64}vNV 1554 void ProgramUniform{1,2,3,4}{i64,ui64}NV 1556 void ProgramUniform{1,2,3,4}{i64,ui64}vNV
|
/third_party/libuv/include/uv/ |
D | stdint-msvc2008.h | 238 #define UINT64_C(val) val##ui64
|
/third_party/ffmpeg/fftools/ |
D | cmdutils.h | 152 uint64_t ui64; member
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_gpu_shader_int64.txt | 195 void Uniform{1,2,3,4}{i64,ui64}ARB(int location, T value); 196 void Uniform{1,2,3,4}{i64,ui64}vARB(int location, const T *value); 207 void ProgramUniform{1,2,3,4}{i64,ui64}ARB(uint program, int location, 209 void ProgramUniform{1,2,3,4}{i64,ui64}vARB(uint program, int location,
|
D | ARB_timer_query.txt | 110 ui64 uint64 545 command suffixes will be i64 and ui64. These names clearly convey the 552 The i64 suffix already exists in OpenGL 3.2 and the ui64 suffix has been
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_gpu_shader_int64.txt | 221 void Uniform{1,2,3,4}{i64,ui64}NV(int location, T value); 222 void Uniform{1,2,3,4}{i64,ui64}vNV(int location, T value); 663 void ProgramUniform{1,2,3,4}{i64,ui64}NV 665 void ProgramUniform{1,2,3,4}{i64,ui64}vNV
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_gpu_shader_int64.txt | 221 void Uniform{1,2,3,4}{i64,ui64}NV(int location, T value); 222 void Uniform{1,2,3,4}{i64,ui64}vNV(int location, T value); 663 void ProgramUniform{1,2,3,4}{i64,ui64}NV 665 void ProgramUniform{1,2,3,4}{i64,ui64}vNV
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_gpu_shader_int64.txt | 185 void Uniform{1,2,3,4}{i64,ui64}ARB(int location, T value); 186 void Uniform{1,2,3,4}{i64,ui64}vARB(int location, const T *value); 197 void ProgramUniform{1,2,3,4}{i64,ui64}ARB(uint program, int location, 199 void ProgramUniform{1,2,3,4}{i64,ui64}vARB(uint program, int location,
|
D | ARB_timer_query.txt | 100 ui64 uint64 535 command suffixes will be i64 and ui64. These names clearly convey the 542 The i64 suffix already exists in OpenGL 3.2 and the ui64 suffix has been
|
/third_party/json/benchmarks/thirdparty/benchmark/src/ |
D | sysinfo.cc | 563 double clock_hz = knp->value.ui64; in GetCPUCyclesPerSecond()
|
/third_party/mbedtls/library/ |
D | sha512.c | 34 #define UL64(x) x##ui64
|