Home
last modified time | relevance | path

Searched refs:uint_fast32_t (Results 1 – 25 of 38) sorted by relevance

12

/external/tensorflow/tensorflow/core/framework/
Drun_handler.cc37 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()
Drun_handler_util.h39 std::vector<std::uint_fast32_t>* start_vec,
40 std::vector<std::uint_fast32_t>* end_vec);
Drun_handler_util.cc26 std::vector<std::uint_fast32_t>* start_vec, in ComputeInterOpSchedulingRanges()
27 std::vector<std::uint_fast32_t>* end_vec) { in ComputeInterOpSchedulingRanges()
Drun_handler_util_test.cc32 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/
Dcstdint132 uint_fast32_t
180 using::uint_fast32_t;
/external/tensorflow/tensorflow/core/kernels/
Drandom_op_test.cc128 uint_fast32_t val = 1; in BM_StdMTRandom()
132 uint_fast32_t sample = gen(); in BM_StdMTRandom()
/external/elfutils/libelf/
Delf_gnu_hash.c42 uint_fast32_t h = 5381; in elf_gnu_hash()
/external/mesa3d/src/glx/
Dglx_error.h39 uint_fast32_t resourceID, uint_fast16_t minorCode,
Dglx_error.c38 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID, in __glXSendError()
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
Dresult_type.pass.cpp27 std::uint_fast32_t>::value), ""); in test1()
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
Dresult_type.pass.cpp29 std::uint_fast32_t>::value), ""); in test1()
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/
Dresult_type.pass.cpp27 std::uint_fast32_t>::value), ""); in test1()
/external/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp139 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/
Dcstdint.pass.cpp140 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/
Dintegral.pass.cpp97 test<uint_fast32_t>(); in main()
/external/libcxx/test/std/atomics/atomics.types.generic/
Dcstdint_typedefs.pass.cpp59 …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/
Dstdint.h110 typedef uint32_t uint_fast32_t; typedef
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h110 typedef uint32_t uint_fast32_t; typedef
/external/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h95 typedef uint32_t uint_fast32_t; typedef
/external/libusb/msvc/
Dstdint.h116 typedef unsigned __int32 uint_fast32_t; typedef
/external/clang/lib/Headers/
Dstdatomic.h119 typedef _Atomic(uint_fast32_t) atomic_uint_fast32_t;
Dstdint.h198 typedef __uint_least32_t uint_fast32_t; typedef
/external/elfutils/libdwfl/
Doffline.c67 uint_fast32_t skip_alloc = 0; in dwfl_offline_section_address()
/external/mesa3d/src/glx/tests/
Dcreate_context_unittest.cpp116 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID, in __glXSendError()
/external/elfutils/libebl/
Deblobjnote.c301 uint_fast32_t i; in ebl_object_note()

12