| /src/external/apache2/llvm/dist/llvm/utils/testgen/ |
| mc-bundling-x86-gen.py | 57 base_offset = ntest * 2 * BUNDLE_SIZE 58 inst_orig_offset = base_offset + offset # had it not been padded... 75 offset_to_end = base_offset + (BUNDLE_SIZE - instlen) 80 offset_to_nearest_bundle = base_offset + BUNDLE_SIZE 81 offset_to_end = base_offset + (BUNDLE_SIZE * 2 - instlen)
|
| /src/sys/dev/isa/ |
| nca_isa.c | 179 bus_size_t base_offset, reg_offset = 0; local 191 for (base_offset = 0; base_offset < max_offset; base_offset += 0x08) { 193 printf("%s: testing offset 0x%x\n", __func__, (int)base_offset); 197 if (bus_space_read_1(iot, ioh, base_offset) == 0xff) 212 base_offset + C400_CSR, 224 if (nca_isa_test(iot, ioh, base_offset+reg_offset)) { 225 epd->sc_reg_offset = base_offset;
|
| /src/sys/external/gpl2/dts/dist/include/dt-bindings/pinctrl/ |
| omap.h | 76 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset))
|
| /src/external/gpl3/gcc.old/dist/gcc/lto/ |
| lto-object.cc | 202 off_t base_offset; member in struct:lto_obj_add_section_data 232 new_slot->start = loasd->base_offset + offset; 270 loasd.base_offset = lo->base.offset;
|
| /src/sys/ufs/lfs/ |
| ulfs_extattr.c | 967 off_t base_offset; local 976 base_offset = sizeof(struct ulfs_extattr_fileheader) + 990 aio.uio_offset = base_offset; 1031 *bap = base_offset; 1081 off_t base_offset; local 1111 error = ulfs_extattr_get_header(vp, attribute, &ueh, &base_offset); 1122 uio->uio_offset = base_offset + sizeof(struct 1367 off_t base_offset; local 1408 base_offset = sizeof(struct ulfs_extattr_fileheader) + 1425 local_aio.uio_offset = base_offset; 1485 off_t base_offset; local [all...] |
| /src/sys/ufs/ufs/ |
| ufs_extattr.c | 959 off_t base_offset; local 968 base_offset = sizeof(struct ufs_extattr_fileheader) + 982 aio.uio_offset = base_offset; 1023 *bap = base_offset; 1073 off_t base_offset; local 1103 error = ufs_extattr_get_header(vp, attribute, &ueh, &base_offset); 1114 uio->uio_offset = base_offset + sizeof(struct 1359 off_t base_offset; local 1400 base_offset = sizeof(struct ufs_extattr_fileheader) + 1417 local_aio.uio_offset = base_offset; 1477 off_t base_offset; local [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| s12z-opc.h | 241 int base_offset; member in struct:memory_operand
|
| s12z-dis.c | 287 (*info->fprintf_func) (info->stream, (mo->n_regs == 0) ? "%d" : "%d,", mo->base_offset);
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| s12z-opc.h | 241 int base_offset; member in struct:memory_operand
|
| s12z-dis.c | 287 (*info->fprintf_func) (info->stream, (mo->n_regs == 0) ? "%d" : "%d,", mo->base_offset);
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_dsi_vbt.c | 71 #define VLV_GPIO_PCONF0(base_offset) (base_offset) 72 #define VLV_GPIO_PAD_VAL(base_offset) ((base_offset) + 8) 75 u16 base_offset; member in struct:gpio_map 260 pconf0 = VLV_GPIO_PCONF0(map->base_offset); 261 padval = VLV_GPIO_PAD_VAL(map->base_offset);
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_r600_cs.c | 360 u64 base_offset, base_align; local 384 base_offset = track->cb_color_bo_mc[i] + track->cb_color_bo_offset[i]; 427 if (!IS_ALIGNED(base_offset, base_align)) { 429 base_offset, base_align, array_mode); 528 u64 base_offset, base_align; local 578 base_offset = track->db_bo_mc + track->db_offset; 617 if (!IS_ALIGNED(base_offset, base_align)) { 619 base_offset, base_align, array_mode); 1475 u64 base_offset, 1494 base_offset <<= 8 1958 u32 size, offset, base_offset, mip_offset; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| asan.cc | 1813 HOST_WIDE_INT base_offset = offsets[length - 1]; local 1815 HOST_WIDE_INT asan_frame_size = offsets[0] - base_offset; 1841 pp_wide_integer (&asan_pp, offsets[l] - base_offset); 1920 gen_int_mode (base_offset - base_align_bias, Pmode), 1965 - base_offset, Pmode), 2003 prev_offset = base_offset; 2012 bool extra_byte = (offset - base_offset) & (ASAN_SHADOW_GRANULARITY - 1); 2020 = base_offset + ((offset - base_offset) 2110 prev_offset = base_offset; [all...] |
| dwarf2cfi.cc | 542 cfa->base_offset = 0; 628 cfa->base_offset = ptr->dw_loc_oprnd1.v.val_int; 772 || known_eq (loc1->base_offset, loc2->base_offset))); 943 || !new_cfa->base_offset.is_constant ()) 1320 pat = strip_offset (XEXP (pat, 0), &cur_cfa->base_offset); 1704 cfa.base_offset = -cfa_store.offset 1711 cfa.base_offset = -cfa_store.offset 1718 cfa.base_offset = -/+ <const_int> - {cfa_store,cfa_temp}.offset 1723 cfa.base_offset = -{cfa_store,cfa_temp}.offse [all...] |
| dwarf2out.h | 157 It can now be either REG + CFA_OFFSET or *(REG + BASE_OFFSET) + CFA_OFFSET. 162 poly_int64_pod base_offset; variable
|
| ipa-param-manipulation.cc | 828 poly_int64 base_offset; local 829 base = get_addr_base_and_unit_offset (base, &base_offset); 845 base_offset + apm->unit_offset); 853 base_offset + apm->unit_offset);
|
| tree-sra.cc | 1626 poly_int64 base_offset; local 1639 base = get_addr_base_and_unit_offset (base, &base_offset); 1665 base_offset + byte_offset); 1672 base_offset + byte_offset); 1782 poly_int64 base_offset; local 1789 base = get_addr_base_and_unit_offset (base, &base_offset); 1795 base_offset + offset / BITS_PER_UNIT); 1802 base_offset + offset / BITS_PER_UNIT);
|
| function.cc | 591 poly_int64 base_offset; 778 if (known_in_range_p (offset, p->base_offset, p->full_size)) 858 p->base_offset = best_p->base_offset + rounded_size; 913 p->base_offset = frame_offset; 918 p->base_offset = frame_offset_old; 1079 if (known_eq (p->base_offset + p->full_size, q->base_offset)) 1086 else if (known_eq (q->base_offset + q->full_size, p->base_offset)) 587 poly_int64 base_offset; variable [all...] |
| postreload.cc | 2000 HOST_WIDE_INT base_offset = reg_offset[REGNO (src)]; 2004 + base_offset 2041 = trunc_int_for_mode (added_offset + base_offset, 1998 HOST_WIDE_INT base_offset = reg_offset[REGNO (src)]; local
|
| tree-vect-data-refs.cc | 4836 tree base_offset = unshare_expr (get_dr_vinfo_offset (vinfo, dr_info, true)); 4843 base_offset = ssize_int (0); 4848 /* Create base_offset */ 4849 base_offset = size_binop (PLUS_EXPR, 4850 fold_convert (sizetype, base_offset), 4856 base_offset = fold_build2 (PLUS_EXPR, sizetype, 4857 base_offset, offset); 4860 /* base + base_offset */ 4862 addr_base = fold_build_pointer_plus (data_ref_base, base_offset);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/iq2000/ |
| iq2000.cc | 1854 HOST_WIDE_INT base_offset; 1863 base_reg_rtx = 0, base_offset = 0; 1890 base_reg_rtx = stack_pointer_rtx, base_offset = 0; 1898 base_offset = gp_offset - ((reg_save_count - 1) * 4); 1899 base_reg_rtx = iq2000_add_large_offset_to_sp (base_offset); 1910 GEN_INT (gp_offset - base_offset))); 1835 HOST_WIDE_INT base_offset; local
|
| /src/external/bsd/tmux/dist/ |
| server-client.c | 2842 __func__, c->name, wpo->used - wp->base_offset, new_size, 2849 minimum -= wp->base_offset; 2862 if (wp->base_offset > SIZE_MAX - minimum) { 2864 wp->offset.used -= wp->base_offset; 2866 wp->pipe_offset.used -= wp->base_offset; 2872 wpo->used -= wp->base_offset; 2874 wp->base_offset = minimum; 2876 wp->base_offset += minimum;
|
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/ |
| llvm_debuginfo.ml | 430 base_offset:int ->
|
| llvm_debuginfo.mli | 510 base_offset:int ->
|
| /src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| nds32-md-auxiliary.cc | 1228 nds32_emit_push_fpr_callee_saved (int base_offset) 1241 base_offset)); 1242 base_offset += 8;
|