/ndk/sources/android/libthread_db/gdb-6.6/ |
D | thread_db.h | 61 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);
|
D | libthread_db.c | 277 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/ |
D | stdlib.in.h | 57 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);
|
D | regex_internal.h | 291 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()
|
D | stdint.in.h | 130 #undef int32_t 134 #define int32_t gl_int32_t macro 197 #define int_least32_t int32_t
|
D | regcomp.c | 375 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 …]
|
D | regexec.c | 3893 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/ |
D | test_fenv.c | 45 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/ |
D | elf_file.h | 213 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()
|
D | elff_elf.h | 48 typedef int32_t Elf_Sword;
|
/ndk/sources/android/libthread_db/gdb-7.3.x/ |
D | thread_db.h | 66 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);
|
D | libthread_db.c | 304 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/ |
D | cstdint | 107 int32_t 155 using::int32_t;
|
D | __locale | 125 int32_t __id_; 127 static int32_t __next_id;
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | dwarf_helper.cc | 182 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/ |
D | stdint_h.pass.cpp | 33 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/ |
D | cstdint.pass.cpp | 33 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/ |
D | stdint.m4 | 83 int32_t a3 = INT32_MAX; 84 int32_t a3min = INT32_MIN;
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 880 std::int32_t i3 = 0; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/src/ |
D | locale.cpp | 588 int32_t locale::id::__next_id = 0;
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | configure | 20088 int32_t a3 = INT32_MAX; 20089 int32_t a3min = INT32_MIN;
|