Home
last modified time | relevance | path

Searched refs:old_fp (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom.c74 struct st_program *old_fp = st->fp; in check_program_state() local
115 if (unlikely(new_fp != &old_fp->Base)) { in check_program_state()
116 if (old_fp) in check_program_state()
117 dirty |= old_fp->affected_states; in check_program_state()
/third_party/libxml2/
Dxmlmemory.c692 FILE *old_fp = fp; in xmlMemDisplayLast() local
722 if (old_fp == NULL) in xmlMemDisplayLast()
743 if (old_fp == NULL) in xmlMemDisplayLast()
768 FILE *old_fp = fp; in xmlMemDisplay() local
803 if (old_fp == NULL) in xmlMemDisplay()
823 if (old_fp == NULL) in xmlMemDisplay()
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlmemory.c723 FILE *old_fp = fp; in xmlMemDisplayLast() local
753 if (old_fp == NULL) in xmlMemDisplayLast()
774 if (old_fp == NULL) in xmlMemDisplayLast()
799 FILE *old_fp = fp; in xmlMemDisplay() local
834 if (old_fp == NULL) in xmlMemDisplay()
854 if (old_fp == NULL) in xmlMemDisplay()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Dstacktrace_x86-inl.inc161 static void **NextStackFrame(void **old_fp, const void *uc) {
162 void **new_fp = (void **)*old_fp;
209 old_fp[1] == kernel_rt_sigreturn_address) {
240 const uintptr_t old_fp_u = reinterpret_cast<uintptr_t>(old_fp);
243 // Check that the transition from frame pointer old_fp to frame
264 if (new_fp == old_fp) return nullptr;
/third_party/abseil-cpp/absl/debugging/internal/
Dstacktrace_x86-inl.inc162 static void **NextStackFrame(void **old_fp, const void *uc) {
163 void **new_fp = (void **)*old_fp;
210 old_fp[1] == kernel_rt_sigreturn_address) {
241 const uintptr_t old_fp_u = reinterpret_cast<uintptr_t>(old_fp);
244 // Check that the transition from frame pointer old_fp to frame
265 if (new_fp == old_fp) return nullptr;
/third_party/chromium/patch/
D0001-cve.patch134460 FILE *old_fp = fp;