OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stack_ptr
(Results
1 - 3
of
3
) sorted by null
/external/grub/stage2/
tparm.c
139
static int
stack_ptr
;
variable
192
if (
stack_ptr
< STACKSIZE) {
193
stack[
stack_ptr
].num_type = TRUE;
194
stack[
stack_ptr
].data.num = x;
195
stack_ptr
++;
203
if (
stack_ptr
> 0) {
204
stack_ptr
--;
205
if (stack[
stack_ptr
].num_type)
206
result = stack[
stack_ptr
].data.num;
214
if (
stack_ptr
< STACKSIZE)
[
all
...]
/system/core/libcorkscrew/arch-x86/
backtrace-x86.c
321
dwarf_state_t* stack, uint8_t*
stack_ptr
) {
434
if (*
stack_ptr
== DWARF_STATES_STACK) {
435
ALOGE("DW_CFA_remember_state: states stack overflow %d", *
stack_ptr
);
438
stack[(*
stack_ptr
)++] = *dstate;
439
ALOGV("DW_CFA_remember_state: stacktop moves to %d", *
stack_ptr
);
444
if (*
stack_ptr
== 1) {
450
*dstate = stack[--*
stack_ptr
];
452
ALOGV("DW_CFA_restore_state: stacktop moves to %d", *
stack_ptr
);
567
uint8_t
stack_ptr
= 0;
local
704
stack_ptr
= 1
[
all
...]
/external/chromium_org/native_client_sdk/src/libraries/error_handling/
error_handling.c
99
ssprintf(ss, "\"
stack_ptr
\": %u,\n", portable_context->
stack_ptr
);
Completed in 3020 milliseconds