/external/tensorflow/tensorflow/core/framework/ |
D | run_handler.cc | 37 void set_inter_op_scheduling_range(std::uint_fast32_t start, in set_inter_op_scheduling_range() 38 std::uint_fast32_t limit) { in set_inter_op_scheduling_range() 43 std::uint_fast32_t inter_op_scheduling_range() const { in inter_op_scheduling_range() 63 std::uint_fast32_t EncodePartition(std::uint_fast32_t start, in EncodePartition() 64 std::uint_fast32_t limit) { in EncodePartition() 68 void DecodePartition(std::uint_fast32_t val, std::uint_fast32_t* start, in DecodePartition() 69 std::uint_fast32_t* limit) { in DecodePartition() 196 std::vector<std::uint_fast32_t> inter_op_start_ GUARDED_BY(mu_); 197 std::vector<std::uint_fast32_t> inter_op_limit_ GUARDED_BY(mu_); 245 std::uint_fast32_t start = 0, limit = 0; in ScheduleInterOpClosure()
|
D | run_handler_util.h | 39 std::vector<std::uint_fast32_t>* start_vec, 40 std::vector<std::uint_fast32_t>* end_vec);
|
D | run_handler_util.cc | 26 std::vector<std::uint_fast32_t>* start_vec, in ComputeInterOpSchedulingRanges() 27 std::vector<std::uint_fast32_t>* end_vec) { in ComputeInterOpSchedulingRanges()
|
D | run_handler_util_test.cc | 32 std::vector<std::uint_fast32_t> start(num_active_requests); in VerifyFunction() 33 std::vector<std::uint_fast32_t> end(num_active_requests); in VerifyFunction()
|
/external/libcxx/include/ |
D | cstdint | 132 uint_fast32_t 180 using::uint_fast32_t;
|
/external/tensorflow/tensorflow/core/kernels/ |
D | random_op_test.cc | 128 uint_fast32_t val = 1; in BM_StdMTRandom() 132 uint_fast32_t sample = gen(); in BM_StdMTRandom()
|
/external/elfutils/libelf/ |
D | elf_gnu_hash.c | 42 uint_fast32_t h = 5381; in elf_gnu_hash()
|
/external/mesa3d/src/glx/ |
D | glx_error.h | 39 uint_fast32_t resourceID, uint_fast16_t minorCode,
|
D | glx_error.c | 38 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID, in __glXSendError()
|
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/ |
D | result_type.pass.cpp | 27 std::uint_fast32_t>::value), ""); in test1()
|
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/ |
D | result_type.pass.cpp | 29 std::uint_fast32_t>::value), ""); in test1()
|
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/ |
D | result_type.pass.cpp | 27 std::uint_fast32_t>::value), ""); in test1()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 139 static_assert(sizeof(uint_fast32_t)*CHAR_BIT >= 32, in main() 141 static_assert(std::is_unsigned<uint_fast32_t>::value, in main()
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 140 static_assert(sizeof(std::uint_fast32_t)*CHAR_BIT >= 32, in main() 142 static_assert(std::is_unsigned<std::uint_fast32_t>::value, in main()
|
/external/libcxx/test/std/utilities/function.objects/unord.hash/ |
D | integral.pass.cpp | 97 test<uint_fast32_t>(); in main()
|
/external/libcxx/test/std/atomics/atomics.types.generic/ |
D | cstdint_typedefs.pass.cpp | 59 …static_assert((std::is_same<std::atomic<std::uint_fast32_t>, std::atomic_uint_fast32_t>::value), "… in main()
|
/external/jemalloc/include/msvc_compat/C99/ |
D | stdint.h | 110 typedef uint32_t uint_fast32_t; typedef
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 110 typedef uint32_t uint_fast32_t; typedef
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | vcstdint.h | 95 typedef uint32_t uint_fast32_t; typedef
|
/external/libusb/msvc/ |
D | stdint.h | 116 typedef unsigned __int32 uint_fast32_t; typedef
|
/external/clang/lib/Headers/ |
D | stdatomic.h | 119 typedef _Atomic(uint_fast32_t) atomic_uint_fast32_t;
|
D | stdint.h | 198 typedef __uint_least32_t uint_fast32_t; typedef
|
/external/elfutils/libdwfl/ |
D | offline.c | 67 uint_fast32_t skip_alloc = 0; in dwfl_offline_section_address()
|
/external/mesa3d/src/glx/tests/ |
D | create_context_unittest.cpp | 116 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID, in __glXSendError()
|
/external/elfutils/libebl/ |
D | eblobjnote.c | 301 uint_fast32_t i; in ebl_object_note()
|