Home
last modified time | relevance | path

Searched refs:int32_t (Results 1 – 21 of 21) sorted by relevance

/ndk/sources/android/libthread_db/gdb-6.6/
Dthread_db.h61 typedef int32_t td_err_e;
103 int32_t ti_lid; // the kernel's id for the thread
135 … td_thr_state_e state, int32_t prio, sigset_t * sigmask, uint32_t user_flags);
Dlibthread_db.c277 int32_t err; in td_ta_event_addr()
299 td_thr_state_e state, int32_t prio, sigset_t * sigmask, uint32_t user_flags) in td_ta_thr_iter()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdlib.in.h57 int32_t *fptr; /* Front pointer. */
58 int32_t *rptr; /* Rear pointer. */
59 int32_t *state; /* Array of state values. */
63 int32_t *end_ptr; /* Pointer behind state table. */
254 int random_r (struct random_data *buf, int32_t *result);
Dregex_internal.h291 int32_t *coll_syms;
296 int32_t *equiv_classes;
835 const int32_t *table, *indirect; in internal_function()
836 int32_t tmp; in internal_function()
842 table = (const int32_t *) _NL_CURRENT (LC_COLLATE, _NL_COLLATE_TABLEMB); in internal_function()
845 indirect = (const int32_t *) _NL_CURRENT (LC_COLLATE, in internal_function()
Dstdint.in.h130 #undef int32_t
134 #define int32_t gl_int32_t macro
197 #define int_least32_t int32_t
Dregcomp.c375 const int32_t *table = (const int32_t *) in re_compile_fastmap_iter()
2762 int32_t table_size; in parse_bracket_exp()
2763 const int32_t *symb_table; in parse_bracket_exp()
2770 auto inline int32_t in parse_bracket_exp()
2776 int32_t hash = elem_hash ((const char *) name, name_len); in parse_bracket_exp()
2777 int32_t elem = hash % table_size; in parse_bracket_exp()
2780 int32_t second = hash % (table_size - 2) + 1; in parse_bracket_exp()
2835 int32_t elem, idx; in parse_bracket_exp()
2967 int32_t elem, idx; in parse_bracket_exp()
2998 int32_t *new_coll_syms = re_realloc (mbcset->coll_syms, int32_t, in parse_bracket_exp()
[all …]
Dregexec.c3893 const int32_t *table, *indirect; in check_node_accept_bytes()
3896 int32_t idx; in check_node_accept_bytes()
3946 table = (const int32_t *) in check_node_accept_bytes()
3952 indirect = (const int32_t *) in check_node_accept_bytes()
3958 int32_t equiv_class_idx = cset->equiv_classes[i]; in check_node_accept_bytes()
4031 int32_t idx; in find_collation_sequence_value()
4034 int32_t extrasize = (const unsigned char *) in find_collation_sequence_value()
4041 int32_t elem_mbs_len; in find_collation_sequence_value()
/ndk/tests/device/fenv/jni/
Dtest_fenv.c45 int32_t ix0, iy0, ix, iy; in float_eq()
50 ix = ix0 = *(int32_t *)&x; in float_eq()
51 iy = iy0 = *(int32_t *)&y; in float_eq()
/ndk/sources/host-tools/ndk-stack/elff/
Delf_file.h213 int32_t pull_val(const int32_t* val) const { in pull_val()
214 return static_cast<int32_t> in pull_val()
217 int32_t pull_val(const int32_t& val) const { in pull_val()
218 return static_cast<int32_t> in pull_val()
Delff_elf.h48 typedef int32_t Elf_Sword;
/ndk/sources/android/libthread_db/gdb-7.3.x/
Dthread_db.h66 typedef int32_t td_err_e;
109 int32_t ti_lid; // the kernel's id for the thread
155 … td_thr_state_e state, int32_t prio, sigset_t * sigmask, uint32_t user_flags);
Dlibthread_db.c304 int32_t err; in td_ta_event_addr()
335 td_thr_state_e state, int32_t prio, sigset_t * sigmask, uint32_t user_flags) in td_ta_thr_iter()
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcstdint107 int32_t
155 using::int32_t;
D__locale125 int32_t __id_;
127 static int32_t __next_id;
/ndk/sources/cxx-stl/gabi++/src/
Ddwarf_helper.cc182 result = static_cast<uintptr_t>(static_cast<int32_t>(readUData4(p))); in readEncodedPointer()
183 p += sizeof(int32_t); in readEncodedPointer()
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
Dstdint_h.pass.cpp33 static_assert(sizeof(int32_t)*CHAR_BIT == 32, in main()
35 static_assert(std::is_signed<int32_t>::value, in main()
/ndk/sources/cxx-stl/llvm-libc++/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp33 static_assert(sizeof(std::int32_t)*CHAR_BIT == 32, in main()
35 static_assert(std::is_signed<std::int32_t>::value, in main()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m483 int32_t a3 = INT32_MAX;
84 int32_t a3min = INT32_MIN;
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp880 std::int32_t i3 = 0; in main()
/ndk/sources/cxx-stl/llvm-libc++/src/
Dlocale.cpp588 int32_t locale::id::__next_id = 0;
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20088 int32_t a3 = INT32_MAX;
20089 int32_t a3min = INT32_MIN;