Home
last modified time | relevance | path

Searched refs:new_sp (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dphotorec.c214 new_sp->list.prev=&new_sp->list; in init_search_space()
215 new_sp->list.next=&new_sp->list; in init_search_space()
893 new_sp->list.prev=&new_sp->list; in file_block_remove_from_sp_aux()
894 new_sp->list.next=&new_sp->list; in file_block_remove_from_sp_aux()
981 new_sp->list.prev=&new_sp->list; in file_block_truncate_aux()
982 new_sp->list.next=&new_sp->list; in file_block_truncate_aux()
994 new_sp->list.prev=&new_sp->list; in file_block_truncate_aux()
995 new_sp->list.next=&new_sp->list; in file_block_truncate_aux()
1023 new_sp->list.prev=&new_sp->list; in file_block_truncate_zero_aux()
1036 new_sp->list.prev=&new_sp->list; in file_block_truncate_zero_aux()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/glog/src/
H A Dstacktrace_x86-inl.h52 void **new_sp = (void **) *old_sp; in NextStackFrame() local
59 if (new_sp <= old_sp) return NULL; in NextStackFrame()
61 if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL; in NextStackFrame()
65 if (new_sp == old_sp) return NULL; in NextStackFrame()
67 if ((new_sp > old_sp) in NextStackFrame()
68 && ((uintptr_t)new_sp - (uintptr_t)old_sp > 1000000)) return NULL; in NextStackFrame()
70 if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL; in NextStackFrame()
75 if ((uintptr_t)new_sp >= 0xffffe000) return NULL; in NextStackFrame()
85 void *new_sp_aligned = (void *)((uintptr_t)new_sp & ~(page_size - 1)); in NextStackFrame()
90 return new_sp; in NextStackFrame()
H A Dstacktrace_powerpc-inl.h50 void **new_sp = (void **) *old_sp; in NextStackFrame() local
57 if (new_sp <= old_sp) return NULL; in NextStackFrame()
59 if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL; in NextStackFrame()
63 if (new_sp == old_sp) return NULL; in NextStackFrame()
65 if ((new_sp > old_sp) in NextStackFrame()
66 && ((uintptr_t)new_sp - (uintptr_t)old_sp > 1000000)) return NULL; in NextStackFrame()
68 if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL; in NextStackFrame()
69 return new_sp; in NextStackFrame()
/dports/graphics/blender/blender-2.91.0/extern/glog/src/
H A Dstacktrace_x86-inl.h52 void **new_sp = (void **) *old_sp; in NextStackFrame() local
59 if (new_sp <= old_sp) return NULL; in NextStackFrame()
61 if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL; in NextStackFrame()
65 if (new_sp == old_sp) return NULL; in NextStackFrame()
67 if ((new_sp > old_sp) in NextStackFrame()
68 && ((uintptr_t)new_sp - (uintptr_t)old_sp > 1000000)) return NULL; in NextStackFrame()
70 if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL; in NextStackFrame()
75 if ((uintptr_t)new_sp >= 0xffffe000) return NULL; in NextStackFrame()
85 void *new_sp_aligned = (void *)((uintptr_t)new_sp & ~(page_size - 1)); in NextStackFrame()
90 return new_sp; in NextStackFrame()
H A Dstacktrace_powerpc-inl.h50 void **new_sp = (void **) *old_sp; in NextStackFrame() local
57 if (new_sp <= old_sp) return NULL; in NextStackFrame()
59 if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL; in NextStackFrame()
63 if (new_sp == old_sp) return NULL; in NextStackFrame()
65 if ((new_sp > old_sp) in NextStackFrame()
66 && ((uintptr_t)new_sp - (uintptr_t)old_sp > 1000000)) return NULL; in NextStackFrame()
68 if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL; in NextStackFrame()
69 return new_sp; in NextStackFrame()
/dports/devel/glog/glog-0.5.0/src/
H A Dstacktrace_x86-inl.h52 void **new_sp = (void **) *old_sp; in main()
59 if (new_sp <= old_sp) return NULL; in main()
61 if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL; in main()
65 if (new_sp == old_sp) return NULL; in main()
67 if ((new_sp > old_sp) in main()
68 && ((uintptr_t)new_sp - (uintptr_t)old_sp > 1000000)) return NULL; in main()
70 if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL; in main()
75 if ((uintptr_t)new_sp >= 0xffffe000) return NULL; in main()
85 void *new_sp_aligned = (void *)((uintptr_t)new_sp & ~(page_size - 1)); in main()
90 return new_sp; in main()
H A Dstacktrace_powerpc-inl.h50 void **new_sp = (void **) *old_sp; in NextStackFrame() local
57 if (new_sp <= old_sp) return NULL; in NextStackFrame()
59 if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL; in NextStackFrame()
63 if (new_sp == old_sp) return NULL; in NextStackFrame()
65 if ((new_sp > old_sp) in NextStackFrame()
66 && ((uintptr_t)new_sp - (uintptr_t)old_sp > 1000000)) return NULL; in NextStackFrame()
68 if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL; in NextStackFrame()
69 return new_sp; in NextStackFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/
H A Dstacktrace_powerpc-darwin-inl.h52 void **new_sp = (void **) *old_sp; in NextStackFrame() local
59 if (new_sp <= old_sp) return NULL; in NextStackFrame()
61 if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL; in NextStackFrame()
65 if (new_sp == old_sp) return NULL; in NextStackFrame()
67 if ((new_sp > old_sp) in NextStackFrame()
68 && ((uintptr_t)new_sp - (uintptr_t)old_sp > 1000000)) return NULL; in NextStackFrame()
70 if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL; in NextStackFrame()
71 return new_sp; in NextStackFrame()
H A Dstacktrace_arm-inl.h60 void **new_sp = (void**) old_sp[-1]; in NextStackFrame() local
67 if (new_sp <= old_sp) return NULL; in NextStackFrame()
69 if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL; in NextStackFrame()
73 if (new_sp == old_sp) return NULL; in NextStackFrame()
75 if ((new_sp > old_sp) in NextStackFrame()
76 && ((uintptr_t)new_sp - (uintptr_t)old_sp > 1000000)) return NULL; in NextStackFrame()
78 if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL; in NextStackFrame()
79 return new_sp; in NextStackFrame()
H A Dstacktrace_x86-inl.h144 void **new_sp = (void **) *old_sp; in NextStackFrame() local
194 if (new_sp == reg_ebp && in NextStackFrame()
221 new_sp = reinterpret_cast<void **>( in NextStackFrame()
235 if (new_sp <= old_sp) return NULL; in NextStackFrame()
237 if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL; in NextStackFrame()
241 if (new_sp == old_sp) return NULL; in NextStackFrame()
242 if (new_sp > old_sp) { in NextStackFrame()
244 const uintptr_t delta = (uintptr_t)new_sp - (uintptr_t)old_sp; in NextStackFrame()
251 if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL; in NextStackFrame()
256 if ((uintptr_t)new_sp >= 0xffffe000) return NULL; in NextStackFrame()
[all …]
H A Dstacktrace_powerpc-inl.h64 uintptr_t new_sp = (uintptr_t)(current->next); in NextStackFrame() local
71 if (new_sp <= old_sp) in NextStackFrame()
74 if (new_sp - old_sp > 100000) in NextStackFrame()
79 if (new_sp == old_sp) in NextStackFrame()
82 if ((new_sp > old_sp) && (new_sp - old_sp > 1000000)) in NextStackFrame()
85 if (new_sp & (sizeof(void *) - 1)) in NextStackFrame()
H A Dstacktrace_powerpc-linux-inl.h85 uintptr_t new_sp = (uintptr_t)(current->next); in NextStackFrame() local
92 if (new_sp <= old_sp) in NextStackFrame()
95 if (new_sp - old_sp > 100000) in NextStackFrame()
100 if (new_sp == old_sp) in NextStackFrame()
103 if ((new_sp > old_sp) && (new_sp - old_sp > 1000000)) in NextStackFrame()
106 if (new_sp & (sizeof(void *) - 1)) in NextStackFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/
H A Dstacktrace_powerpc-darwin-inl.h52 void **new_sp = (void **) *old_sp; in NextStackFrame() local
59 if (new_sp <= old_sp) return NULL; in NextStackFrame()
61 if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL; in NextStackFrame()
65 if (new_sp == old_sp) return NULL; in NextStackFrame()
67 if ((new_sp > old_sp) in NextStackFrame()
68 && ((uintptr_t)new_sp - (uintptr_t)old_sp > 1000000)) return NULL; in NextStackFrame()
70 if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL; in NextStackFrame()
71 return new_sp; in NextStackFrame()
H A Dstacktrace_arm-inl.h60 void **new_sp = (void**) old_sp[-1]; in NextStackFrame() local
67 if (new_sp <= old_sp) return NULL; in NextStackFrame()
69 if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL; in NextStackFrame()
73 if (new_sp == old_sp) return NULL; in NextStackFrame()
75 if ((new_sp > old_sp) in NextStackFrame()
76 && ((uintptr_t)new_sp - (uintptr_t)old_sp > 1000000)) return NULL; in NextStackFrame()
78 if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL; in NextStackFrame()
79 return new_sp; in NextStackFrame()
H A Dstacktrace_x86-inl.h144 void **new_sp = (void **) *old_sp; in NextStackFrame() local
194 if (new_sp == reg_ebp && in NextStackFrame()
221 new_sp = reinterpret_cast<void **>( in NextStackFrame()
235 if (new_sp <= old_sp) return NULL; in NextStackFrame()
237 if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL; in NextStackFrame()
241 if (new_sp == old_sp) return NULL; in NextStackFrame()
242 if (new_sp > old_sp) { in NextStackFrame()
244 const uintptr_t delta = (uintptr_t)new_sp - (uintptr_t)old_sp; in NextStackFrame()
251 if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL; in NextStackFrame()
256 if ((uintptr_t)new_sp >= 0xffffe000) return NULL; in NextStackFrame()
[all …]
H A Dstacktrace_powerpc-inl.h64 uintptr_t new_sp = (uintptr_t)(current->next); in NextStackFrame() local
71 if (new_sp <= old_sp) in NextStackFrame()
74 if (new_sp - old_sp > 100000) in NextStackFrame()
79 if (new_sp == old_sp) in NextStackFrame()
82 if ((new_sp > old_sp) && (new_sp - old_sp > 1000000)) in NextStackFrame()
85 if (new_sp & (sizeof(void *) - 1)) in NextStackFrame()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/gperftools-2.5/src/
H A Dstacktrace_powerpc-darwin-inl.h52 void **new_sp = (void **) *old_sp; in NextStackFrame() local
59 if (new_sp <= old_sp) return NULL; in NextStackFrame()
61 if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL; in NextStackFrame()
65 if (new_sp == old_sp) return NULL; in NextStackFrame()
67 if ((new_sp > old_sp) in NextStackFrame()
68 && ((uintptr_t)new_sp - (uintptr_t)old_sp > 1000000)) return NULL; in NextStackFrame()
70 if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL; in NextStackFrame()
71 return new_sp; in NextStackFrame()
H A Dstacktrace_arm-inl.h60 void **new_sp = (void**) old_sp[-1]; in NextStackFrame() local
67 if (new_sp <= old_sp) return NULL; in NextStackFrame()
69 if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL; in NextStackFrame()
73 if (new_sp == old_sp) return NULL; in NextStackFrame()
75 if ((new_sp > old_sp) in NextStackFrame()
76 && ((uintptr_t)new_sp - (uintptr_t)old_sp > 1000000)) return NULL; in NextStackFrame()
78 if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL; in NextStackFrame()
79 return new_sp; in NextStackFrame()
H A Dstacktrace_x86-inl.h144 void **new_sp = (void **) *old_sp; in NextStackFrame() local
194 if (new_sp == reg_ebp && in NextStackFrame()
221 new_sp = reinterpret_cast<void **>( in NextStackFrame()
235 if (new_sp <= old_sp) return NULL; in NextStackFrame()
237 if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL; in NextStackFrame()
241 if (new_sp == old_sp) return NULL; in NextStackFrame()
242 if (new_sp > old_sp) { in NextStackFrame()
244 const uintptr_t delta = (uintptr_t)new_sp - (uintptr_t)old_sp; in NextStackFrame()
251 if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL; in NextStackFrame()
256 if ((uintptr_t)new_sp >= 0xffffe000) return NULL; in NextStackFrame()
[all …]
H A Dstacktrace_powerpc-inl.h64 uintptr_t new_sp = (uintptr_t)(current->next); in NextStackFrame() local
71 if (new_sp <= old_sp) in NextStackFrame()
74 if (new_sp - old_sp > 100000) in NextStackFrame()
79 if (new_sp == old_sp) in NextStackFrame()
82 if ((new_sp > old_sp) && (new_sp - old_sp > 1000000)) in NextStackFrame()
85 if (new_sp & (sizeof(void *) - 1)) in NextStackFrame()
/dports/devel/google-perftools/gperftools-2.9.1/src/
H A Dstacktrace_powerpc-darwin-inl.h53 void **new_sp = (void **) *old_sp; in NextStackFrame() local
60 if (new_sp <= old_sp) return NULL; in NextStackFrame()
62 if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL; in NextStackFrame()
66 if (new_sp == old_sp) return NULL; in NextStackFrame()
68 if ((new_sp > old_sp) in NextStackFrame()
69 && ((uintptr_t)new_sp - (uintptr_t)old_sp > 1000000)) return NULL; in NextStackFrame()
71 if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL; in NextStackFrame()
72 return new_sp; in NextStackFrame()
H A Dstacktrace_arm-inl.h60 void **new_sp = (void**) old_sp[-1]; in NextStackFrame() local
67 if (new_sp <= old_sp) return NULL; in NextStackFrame()
69 if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL; in NextStackFrame()
73 if (new_sp == old_sp) return NULL; in NextStackFrame()
75 if ((new_sp > old_sp) in NextStackFrame()
76 && ((uintptr_t)new_sp - (uintptr_t)old_sp > 1000000)) return NULL; in NextStackFrame()
78 if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL; in NextStackFrame()
79 return new_sp; in NextStackFrame()
H A Dstacktrace_x86-inl.h144 void **new_sp = (void **) *old_sp; in NextStackFrame() local
194 if (new_sp == reg_ebp && in NextStackFrame()
221 new_sp = reinterpret_cast<void **>( in NextStackFrame()
235 if (new_sp <= old_sp) return NULL; in NextStackFrame()
237 if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL; in NextStackFrame()
241 if (new_sp == old_sp) return NULL; in NextStackFrame()
242 if (new_sp > old_sp) { in NextStackFrame()
244 const uintptr_t delta = (uintptr_t)new_sp - (uintptr_t)old_sp; in NextStackFrame()
251 if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL; in NextStackFrame()
256 if ((uintptr_t)new_sp >= 0xffffe000) return NULL; in NextStackFrame()
[all …]
H A Dstacktrace_powerpc-inl.h64 uintptr_t new_sp = (uintptr_t)(current->next); in NextStackFrame() local
71 if (new_sp <= old_sp) in NextStackFrame()
74 if (new_sp - old_sp > 100000) in NextStackFrame()
79 if (new_sp == old_sp) in NextStackFrame()
82 if ((new_sp > old_sp) && (new_sp - old_sp > 1000000)) in NextStackFrame()
85 if (new_sp & (sizeof(void *) - 1)) in NextStackFrame()
H A Dstacktrace_powerpc-linux-inl.h85 uintptr_t new_sp = (uintptr_t)(current->next); in NextStackFrame() local
92 if (new_sp <= old_sp) in NextStackFrame()
95 if (new_sp - old_sp > 100000) in NextStackFrame()
100 if (new_sp == old_sp) in NextStackFrame()
103 if ((new_sp > old_sp) && (new_sp - old_sp > 1000000)) in NextStackFrame()
106 if (new_sp & (sizeof(void *) - 1)) in NextStackFrame()

12345678910>>...16