HomeSort by relevance Sort by last modified time
    Searched refs:int_fast32_t (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/syslinux/com32/include/bitsize32/
stdint.h 11 typedef int int_fast32_t; typedef
  /external/syslinux/com32/include/bitsize64/
stdint.h 11 typedef long int int_fast32_t; typedef
  /external/tensorflow/tensorflow/contrib/nearest_neighbor/kernels/
heap.h 83 int_fast32_t rightmost = parent(num_elements_ - 1);
84 for (int_fast32_t cur_loc = rightmost; cur_loc >= 0; --cur_loc) {
94 int_fast32_t lchild(int_fast32_t x) { return 2 * x + 1; }
96 int_fast32_t rchild(int_fast32_t x) { return 2 * x + 2; }
98 int_fast32_t parent(int_fast32_t x) { return (x - 1) / 2; }
100 void SwapEntries(int_fast32_t a, int_fast32_t b)
    [all...]
hyperplane_lsh_probes.h 77 for (int_fast32_t ii = 0; ii < num_tables_; ++ii) {
79 for (int_fast32_t jj = 0; jj < num_hyperplanes_per_table_; ++jj) {
93 for (int_fast32_t ii = 0; ii < num_tables_; ++ii) {
95 for (int_fast32_t jj = 0; jj < num_hyperplanes_per_table_; ++jj) {
101 for (int_fast32_t ii = 0; ii < num_tables_; ++ii) {
111 for (int_fast32_t ii = 0; ii < num_tables_; ++ii) {
112 int_fast32_t best_index = sorted_hyperplane_indices_[ii][0];
132 bool GetNextProbe(HashType* cur_probe, int_fast32_t* cur_table) {
158 int_fast32_t cur_index =
164 int_fast32_t next_index
    [all...]
hyperplane_lsh_probes_test.cc 32 int_fast32_t cur_table;
42 const std::vector<std::pair<uint32, int_fast32_t>>& expected_result) {
44 int_fast32_t cur_table;
57 std::vector<std::pair<uint32, int_fast32_t>> expected_result = {{1, 0},
89 std::vector<std::pair<uint32, int_fast32_t>> expected_result = {
118 int_fast32_t cur_table;
  /bionic/tests/
stdint_test.cpp 28 ASSERT_EQ(8U, sizeof(int_fast32_t));
33 ASSERT_EQ(4U, sizeof(int_fast32_t));
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
stdint_invensense.h 33 typedef long int_fast32_t; typedef
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
stdint_invensense.h 33 typedef long int_fast32_t; typedef
  /prebuilts/misc/common/swig/include/2.0.11/
stdint.i 66 typedef long int int_fast32_t;
70 typedef int int_fast32_t;
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_mwgwtypes.h 72 typedef INT32 int_fast32_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_mwgwtypes.h 72 typedef INT32 int_fast32_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_mwgwtypes.h 72 typedef INT32 int_fast32_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_mwgwtypes.h 73 typedef INT32 int_fast32_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_mwgwtypes.h 72 typedef INT32 int_fast32_t; typedef
  /bionic/libc/tzcode/
localtime.c 100 int_fast32_t tt_gmtoff; /* UT offset in seconds */
149 int_fast32_t r_time; /* transition time of rule */
152 static struct tm *gmtsub(struct state const *, time_t const *, int_fast32_t,
155 static bool increment_overflow_time(time_t *, int_fast32_t);
156 static bool normalize_overflow32(int_fast32_t *, int *, int);
157 static struct tm *timesub(time_t const *, int_fast32_t, struct state const *,
208 init_ttinfo(struct ttinfo *s, int_fast32_t gmtoff, bool isdst, int abbrind)
217 static int_fast32_t
220 register int_fast32_t result;
222 int_fast32_t one = 1
    [all...]
tzfile.h 124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 80 int_fast32_t tt_gmtoff; /* UT offset in seconds */
122 int_fast32_t r_time; /* transition time of rule */
133 static int_fast32_t detzcode(const char * codep);
141 static const char * getsecs(const char * strp, int_fast32_t * secsp);
142 static const char * getoffset(const char * strp, int_fast32_t * offsetp);
145 static struct tm * gmtsub(const time_t * timep, int_fast32_t offset,
147 static struct tm * localsub(const time_t * timep, int_fast32_t offset,
151 static int increment_overflow32(int_fast32_t * number, int delta);
152 static int increment_overflow_time(time_t *t, int_fast32_t delta);
153 static int normalize_overflow32(int_fast32_t * tensptr
    [all...]
tzfile.h 124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
stdint.h 50 typedef __int_fast32_t int_fast32_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdint.h 94 typedef long int int_fast32_t; typedef
98 typedef int int_fast32_t; typedef
  /external/libcxx/test/std/utilities/function.objects/unord.hash/
integral.pass.cpp 79 test<int_fast32_t>();
  /external/syslinux/dos/
stdint.h 36 typedef signed int int_fast32_t; typedef
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/unord.hash/
integral.pass.cpp 79 test<int_fast32_t>();
  /bionic/tests/headers/posix/
stdint_h.c 55 TYPE(int_fast32_t);
  /external/libcxx/test/std/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 27 // typedef atomic<int_fast32_t> atomic_int_fast32_t;
58 static_assert((std::is_same<std::atomic< std::int_fast32_t>, std::atomic_int_fast32_t>::value), "");

Completed in 473 milliseconds

1 2 3 4 5