| /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
| asan_fake_stack_test.cc | 52 uptr frame_size = FakeStack::BytesInSizeClass(class_id); local 53 uptr num_flags = stack_size / frame_size;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| s12z-tdep.c | 310 int frame_size = 0; local 349 saved_frame_size = frame_size; 353 frame_size = saved_frame_size; 356 frame_size += push_pull_get_stack_adjustment (n_operands, operands); 359 frame_size -= push_pull_get_stack_adjustment (n_operands, operands); 376 frame_size -= simm; 396 this_sp_for_id = this_sp - frame_size; 405 /* The stack pointer of the prev frame is frame_size greater 409 this_sp + frame_size + 3); 410 trad_frame_set_reg_addr (info, REG_P, this_sp + frame_size); [all...] |
| mn10300-tdep.c | 61 int frame_size; member in struct:mn10300_prologue 1008 result->frame_size = regs[E_SP_REGNUM].k; 1093 return sp - p->frame_size;
|
| or1k-tdep.c | 462 int frame_size = 0; 497 frame_size = -simm; 512 && (simm == frame_size)); 846 l.addi r1,r1,-frame_size # SP now points to end of new stack frame 852 l.addi r2,r1,frame_size # FP now points to base of new stack frame 903 int frame_size = 0; 974 frame_size = 0; 989 frame_size = -simm; 1003 this_sp_for_id = this_sp + frame_size; 1010 frame is frame_size greater than the stack pointer of thi 460 int frame_size = 0; local 900 int frame_size = 0; local [all...] |
| rx-tdep.c | 101 int frame_size; member in struct:rx_prologue 346 result->frame_size = reg[RX_SP_REGNUM].k; 489 return sp - p->frame_size;
|
| alpha-tdep.c | 1156 FRAME_SIZE and PC after its execution. Otherwise, return with PC and 1157 FRAME_SIZE unchanged. */ 1161 int *frame_size) 1164 int cur_frame_size = *frame_size; 1182 changing PC and FRAME_SIZE. Otherwise, PC will point immediately 1183 after this sequence, and FRAME_SIZE will be updated. */ 1253 *frame_size = cur_frame_size; 1265 int frame_reg, frame_size, return_reg, reg; 1280 frame_size = 0; 1300 if (frame_size == 0 1257 int frame_reg, frame_size, return_reg, reg; local [all...] |
| msp430-tdep.c | 137 int frame_size; member in struct:msp430_prologue 430 result->frame_size = reg[MSP430_SP_REGNUM].k; 495 return sp - p->frame_size;
|
| hppa-tdep.c | 1863 long frame_size; 1963 frame_size = 0; 1968 || frame_size < (u->Total_frame_size << 3)) 1986 frame_size += prologue_inst_adjust_sp (inst); 2164 cache->base = this_sp - frame_size; 2313 unsigned int frame_size = 0; 2337 frame_size += prologue_inst_adjust_sp (insn); 2356 gdb_printf (gdb_stdlog, " frame_size=%d, found_rp=%d }\n", 2357 frame_size, found_rp); 2360 cache->base -= frame_size; 1860 long frame_size; local 2310 unsigned int frame_size = 0; local [all...] |
| m32c-tdep.c | 1047 LONGEST frame_size; 1814 /* Is the frame size a known constant? Remember that frame_size is 1820 prologue->frame_size = st.sp.k; 1914 return sp - p->frame_size; 2582 *frame_offset = p.frame_size; 1042 LONGEST frame_size; member in struct:m32c_prologue
|
| rl78-tdep.c | 244 int frame_size; member in struct:rl78_prologue 1014 result->frame_size = reg[RL78_SP_REGNUM].k; 1128 return rl78_make_data_address (sp - p->frame_size);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| s12z-tdep.c | 310 int frame_size = 0; local 349 saved_frame_size = frame_size; 353 frame_size = saved_frame_size; 356 frame_size += push_pull_get_stack_adjustment (n_operands, operands); 359 frame_size -= push_pull_get_stack_adjustment (n_operands, operands); 376 frame_size -= simm; 396 this_sp_for_id = this_sp - frame_size; 405 /* The stack pointer of the prev frame is frame_size greater 409 this_sp + frame_size + 3); 410 trad_frame_set_reg_addr (info, REG_P, this_sp + frame_size); [all...] |
| mn10300-tdep.c | 61 int frame_size; member in struct:mn10300_prologue 1008 result->frame_size = regs[E_SP_REGNUM].k; 1093 return sp - p->frame_size;
|
| or1k-tdep.c | 462 int frame_size = 0; 497 frame_size = -simm; 512 && (simm == frame_size)); 846 l.addi r1,r1,-frame_size # SP now points to end of new stack frame 852 l.addi r2,r1,frame_size # FP now points to base of new stack frame 903 int frame_size = 0; 974 frame_size = 0; 989 frame_size = -simm; 1003 this_sp_for_id = this_sp + frame_size; 1010 frame is frame_size greater than the stack pointer of thi 460 int frame_size = 0; local 900 int frame_size = 0; local [all...] |
| rx-tdep.c | 101 int frame_size; member in struct:rx_prologue 346 result->frame_size = reg[RX_SP_REGNUM].k; 489 return sp - p->frame_size;
|
| alpha-tdep.c | 1156 FRAME_SIZE and PC after its execution. Otherwise, return with PC and 1157 FRAME_SIZE unchanged. */ 1161 int *frame_size) 1164 int cur_frame_size = *frame_size; 1182 changing PC and FRAME_SIZE. Otherwise, PC will point immediately 1183 after this sequence, and FRAME_SIZE will be updated. */ 1253 *frame_size = cur_frame_size; 1265 int frame_reg, frame_size, return_reg, reg; 1280 frame_size = 0; 1300 if (frame_size == 0 1257 int frame_reg, frame_size, return_reg, reg; local [all...] |
| msp430-tdep.c | 137 int frame_size; member in struct:msp430_prologue 430 result->frame_size = reg[MSP430_SP_REGNUM].k; 495 return sp - p->frame_size;
|
| /src/sys/dev/ic/ |
| athrate-sample.c | 371 int frame_size = 0; local 375 size_bin = size_to_bin(frame_size); // TODO: it's correct that frame_size always 0 ? 396 int frame_size, 414 size_bin = size_to_bin(frame_size); 495 int final_rate, short_tries, long_tries, frame_size; local 502 frame_size = ds0->ds_ctl0 & 0x0fff; /* low-order 12 bits of ds_ctl0 */ 503 if (frame_size == 0) /* NB: should not happen */ 504 frame_size = 1500; 510 bin_to_size(size_to_bin(frame_size)), [all...] |
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_vblank.c | 577 int frame_size = mode->crtc_htotal * mode->crtc_vtotal; local 585 framedur_ns = div_u64((u64) frame_size * 1000000, dotclock);
|
| /src/external/gpl3/gcc/dist/gcc/config/fr30/ |
| fr30.cc | 103 unsigned int frame_size; /* # Bytes in current frame. */ member in struct:fr30_frame_info 257 current_frame_info.frame_size = args_size + var_size; 330 if (current_frame_info.frame_size < ((1 << 10) - UNITS_PER_WORD)) 332 int enter_size = current_frame_info.frame_size + UNITS_PER_WORD; 378 if (current_frame_info.frame_size == 0) 381 && current_frame_info.frame_size < ((1 << 10) - UNITS_PER_WORD)) 383 else if (current_frame_info.frame_size <= 512) 386 (GEN_INT (- (signed) current_frame_info.frame_size))); 392 insn = emit_insn (gen_movsi (tmp, GEN_INT (current_frame_info.frame_size))); 421 if (current_frame_info.frame_size > 0 [all...] |
| /src/external/gpl3/gcc/dist/libgcc/ |
| generic-morestack.c | 128 __generic_morestack (size_t *frame_size, void *old_stack, size_t param_size) 381 /* Allocate a new stack segment. FRAME_SIZE is the required frame 385 allocate_segment (size_t frame_size) 400 if (allocate < frame_size) 401 allocate = ((frame_size + overhead + pagesize - 1) 588 size_t frame_size = *pframe_size; local 601 if (*pp != NULL && (*pp)->size < frame_size) 609 current = allocate_segment (frame_size + param_size);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/fr30/ |
| fr30.cc | 103 unsigned int frame_size; /* # Bytes in current frame. */ member in struct:fr30_frame_info 257 current_frame_info.frame_size = args_size + var_size; 330 if (current_frame_info.frame_size < ((1 << 10) - UNITS_PER_WORD)) 332 int enter_size = current_frame_info.frame_size + UNITS_PER_WORD; 378 if (current_frame_info.frame_size == 0) 381 && current_frame_info.frame_size < ((1 << 10) - UNITS_PER_WORD)) 383 else if (current_frame_info.frame_size <= 512) 386 (GEN_INT (- (signed) current_frame_info.frame_size))); 392 insn = emit_insn (gen_movsi (tmp, GEN_INT (current_frame_info.frame_size))); 421 if (current_frame_info.frame_size > 0 [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| generic-morestack.c | 128 __generic_morestack (size_t *frame_size, void *old_stack, size_t param_size) 381 /* Allocate a new stack segment. FRAME_SIZE is the required frame 385 allocate_segment (size_t frame_size) 400 if (allocate < frame_size) 401 allocate = ((frame_size + overhead + pagesize - 1) 588 size_t frame_size = *pframe_size; local 601 if (*pp != NULL && (*pp)->size < frame_size) 609 current = allocate_segment (frame_size + param_size);
|
| /src/external/bsd/libpcap/dist/ |
| pcap-linux.c | 2930 unsigned int frame_size; local 3008 frame_size = handle->snapshot; 3027 if (frame_size > max_frame_len) 3028 frame_size = max_frame_len; 3070 req.tp_frame_size = TPACKET_ALIGN(macoff + frame_size);
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| mips-dis.c | 1360 and the frame size FRAME_SIZE. */ 1366 unsigned int frame_size) 1399 infprintf (is, dis_style_immediate, "%d", frame_size); 1950 unsigned int frame_size = (((insn >> 15) & 0xf0) 1953 frame_size); 2186 unsigned int frame_size = ((extend & 0xf0) | (insn & 0x0f)) * 8; 2187 if (frame_size == 0 && !use_extend) 2188 frame_size = 128; 2189 mips_print_save_restore (info, amask, nsreg, ra, s0, s1, frame_size); 1947 unsigned int frame_size = (((insn >> 15) & 0xf0) local 2181 unsigned int frame_size = ((extend & 0xf0) | (insn & 0x0f)) * 8; local
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| mips-dis.c | 1360 and the frame size FRAME_SIZE. */ 1366 unsigned int frame_size) 1399 infprintf (is, dis_style_immediate, "%d", frame_size); 1950 unsigned int frame_size = (((insn >> 15) & 0xf0) 1953 frame_size); 2186 unsigned int frame_size = ((extend & 0xf0) | (insn & 0x0f)) * 8; 2187 if (frame_size == 0 && !use_extend) 2188 frame_size = 128; 2189 mips_print_save_restore (info, amask, nsreg, ra, s0, s1, frame_size); 1947 unsigned int frame_size = (((insn >> 15) & 0xf0) local 2181 unsigned int frame_size = ((extend & 0xf0) | (insn & 0x0f)) * 8; local
|