Home
last modified time | relevance | path

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

/external/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()
/external/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()
/external/libtextclassifier/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;
/external/openscreen/third_party/abseil/src/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;
/external/webrtc/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;
/external/rust/crates/grpcio-sys/grpc/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;
/external/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;