Searched refs:from_ptr (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_java.cpp152 jptr __tsan_java_find(jptr *from_ptr, jptr to) { argument
154 DPrintf("#%d: java_find(&%p, %p)\n", *from_ptr, to);
155 CHECK_EQ((*from_ptr) % kHeapAlignment, 0);
157 CHECK_GE(*from_ptr, jctx->heap_begin);
159 for (uptr from = *from_ptr; from < to; from += kHeapAlignment) {
162 *from_ptr = from;
H A Dtsan_interface_java.h59 // Finds the first allocated memory block in the [*from_ptr, to) range, saves
60 // its address in *from_ptr and returns its size. Returns 0 if there are no
62 jptr __tsan_java_find(jptr *from_ptr, jptr to) INTERFACE_ATTRIBUTE;
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c881 struct name_table_entry const *from_ptr; local
914 from_ptr = _nc_find_entry(ap->from, _nc_get_hash_table(TRUE));
917 if (!from_ptr || !to_ptr) /* should never happen! */
920 if (WANTED(tp->Strings[from_ptr->nte_index])) {
926 const char *s = tp->Strings[from_ptr->nte_index];
941 bp = tp->Strings[from_ptr->nte_index];

Completed in 62 milliseconds