HomeSort by: relevance | last modified time | path
    Searched defs:voffset (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/d/
types.cc 368 tree voffset = DECL_FIELD_OFFSET (fields); local
369 DECL_FIELD_OFFSET (fields) = size_binop (MINUS_EXPR, voffset, offset);
types.cc 368 tree voffset = DECL_FIELD_OFFSET (fields); local
369 DECL_FIELD_OFFSET (fields) = size_binop (MINUS_EXPR, voffset, offset);
typeinfo.cc 471 unsigned voffset = base_vtable_offset (cd, b); local
472 gcc_assert (voffset != 0u);
473 value = build_offset (csym, size_int (voffset));
typeinfo.cc 471 unsigned voffset = base_vtable_offset (cd, b); local
472 gcc_assert (voffset != 0u);
473 value = build_offset (csym, size_int (voffset));
  /src/sys/arch/dreamcast/dev/
pvr.c 467 int modulo = 1, voffset, hoffset; local
481 voffset = 36;
503 voffset = 18;
517 voffset = 28;
549 DIWVSTRT_V1(voffset) | DIWVSTRT_V2(voffset));
pvr.c 467 int modulo = 1, voffset, hoffset; local
481 voffset = 36;
503 voffset = 18;
517 voffset = 28;
549 DIWVSTRT_V1(voffset) | DIWVSTRT_V2(voffset));
  /src/sys/external/bsd/drm2/dist/drm/
drm_client_modeset.c 351 int hoffset = 0, voffset = 0; local
367 voffset += modes[i]->vdisplay;
370 offsets[idx].y = voffset;
371 DRM_DEBUG_KMS("returned %d %d for %d %d\n", hoffset, voffset, h_idx, v_idx);
drm_client_modeset.c 351 int hoffset = 0, voffset = 0; local
367 voffset += modes[i]->vdisplay;
370 offsets[idx].y = voffset;
371 DRM_DEBUG_KMS("returned %d %d for %d %d\n", hoffset, voffset, h_idx, v_idx);
  /src/external/gpl3/gdb/dist/gdb/
gnu-v3-abi.c 524 which has virtual table index VOFFSET. The method has an associated
528 gnuv3_find_method_in (struct type *domain, CORE_ADDR voffset,
549 if (TYPE_FN_FIELD_VOFFSET (f, j) == voffset)
567 voffset. */
569 return gnuv3_find_method_in (basetype, voffset, adjustment - pos);
587 LONGEST voffset, adjustment; local
597 voffset = extract_signed_integer (contents,
605 vbit = voffset & 1;
606 voffset = voffset ^ vbit
645 CORE_ADDR voffset; local
785 LONGEST voffset; local
858 int voffset = TYPE_FN_FIELD_VOFFSET (fn, j); local
    [all...]
gnu-v3-abi.c 524 which has virtual table index VOFFSET. The method has an associated
528 gnuv3_find_method_in (struct type *domain, CORE_ADDR voffset,
549 if (TYPE_FN_FIELD_VOFFSET (f, j) == voffset)
567 voffset. */
569 return gnuv3_find_method_in (basetype, voffset, adjustment - pos);
587 LONGEST voffset, adjustment; local
597 voffset = extract_signed_integer (contents,
605 vbit = voffset & 1;
606 voffset = voffset ^ vbit
645 CORE_ADDR voffset; local
785 LONGEST voffset; local
858 int voffset = TYPE_FN_FIELD_VOFFSET (fn, j); local
    [all...]
gdbtypes.h 1661 unsigned int voffset:16; member in struct:fn_field
2010 #define TYPE_FN_FIELD_VOFFSET(thisfn, n) ((thisfn)[n].voffset-2)
2011 #define TYPE_FN_FIELD_VIRTUAL_P(thisfn, n) ((thisfn)[n].voffset > 1)
2012 #define TYPE_FN_FIELD_STATIC_P(thisfn, n) ((thisfn)[n].voffset == VOFFSET_STATIC)
  /src/sys/external/bsd/drm2/dist/drm/i2c/
ch7006_priv.h 61 int voffset; member in struct:ch7006_tv_norm_info
ch7006_priv.h 61 int voffset; member in struct:ch7006_tv_norm_info
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
defs.h 253 int voffset;
252 int voffset; member in struct:nameblock
defs.h 253 int voffset;
252 int voffset; member in struct:nameblock
  /src/external/gpl3/binutils/dist/binutils/
stabs.c 2738 bfd_vma voffset; local
2838 voffset = parse_number (pp, (bool *) NULL, p_end);
2845 voffset &= 0x7fffffff;
2885 voffset = 0;
2893 voffset = 0;
2899 voffset = 0;
2940 voffset, context);
stabs.c 2738 bfd_vma voffset; local
2838 voffset = parse_number (pp, (bool *) NULL, p_end);
2845 voffset &= 0x7fffffff;
2885 voffset = 0;
2893 voffset = 0;
2899 voffset = 0;
2940 voffset, context);
debug.c 347 bfd_vma voffset; member in struct:debug_method_variant_s
348 /* If voffset is VOFFSET_STATIC_METHOD, this is a static method. */
1780 bfd_vma voffset, debug_type context)
1792 m->voffset = voffset;
1818 m->voffset = VOFFSET_STATIC_METHOD;
2787 if (v->voffset != VOFFSET_STATIC_METHOD)
2793 v->voffset,
3366 || v1->voffset != v2->voffset
    [all...]
debug.c 347 bfd_vma voffset; member in struct:debug_method_variant_s
348 /* If voffset is VOFFSET_STATIC_METHOD, this is a static method. */
1780 bfd_vma voffset, debug_type context)
1792 m->voffset = voffset;
1818 m->voffset = VOFFSET_STATIC_METHOD;
2787 if (v->voffset != VOFFSET_STATIC_METHOD)
2793 v->voffset,
3366 || v1->voffset != v2->voffset
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
stabs.c 2738 bfd_vma voffset; local
2838 voffset = parse_number (pp, (bool *) NULL, p_end);
2845 voffset &= 0x7fffffff;
2885 voffset = 0;
2893 voffset = 0;
2899 voffset = 0;
2940 voffset, context);
stabs.c 2738 bfd_vma voffset; local
2838 voffset = parse_number (pp, (bool *) NULL, p_end);
2845 voffset &= 0x7fffffff;
2885 voffset = 0;
2893 voffset = 0;
2899 voffset = 0;
2940 voffset, context);
debug.c 347 bfd_vma voffset; member in struct:debug_method_variant_s
348 /* If voffset is VOFFSET_STATIC_METHOD, this is a static method. */
1780 bfd_vma voffset, debug_type context)
1792 m->voffset = voffset;
1818 m->voffset = VOFFSET_STATIC_METHOD;
2786 if (v->voffset != VOFFSET_STATIC_METHOD)
2792 v->voffset,
3361 || v1->voffset != v2->voffset
    [all...]
debug.c 347 bfd_vma voffset; member in struct:debug_method_variant_s
348 /* If voffset is VOFFSET_STATIC_METHOD, this is a static method. */
1780 bfd_vma voffset, debug_type context)
1792 m->voffset = voffset;
1818 m->voffset = VOFFSET_STATIC_METHOD;
2786 if (v->voffset != VOFFSET_STATIC_METHOD)
2792 v->voffset,
3361 || v1->voffset != v2->voffset
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-v3-abi.c 523 which has virtual table index VOFFSET. The method has an associated
527 gnuv3_find_method_in (struct type *domain, CORE_ADDR voffset,
548 if (TYPE_FN_FIELD_VOFFSET (f, j) == voffset)
566 voffset. */
568 return gnuv3_find_method_in (basetype, voffset, adjustment - pos);
586 LONGEST voffset, adjustment; local
596 voffset = extract_signed_integer (contents,
604 vbit = voffset & 1;
605 voffset = voffset ^ vbit
644 CORE_ADDR voffset; local
784 LONGEST voffset; local
891 int voffset = TYPE_FN_FIELD_VOFFSET (fn, j); local
    [all...]
gnu-v3-abi.c 523 which has virtual table index VOFFSET. The method has an associated
527 gnuv3_find_method_in (struct type *domain, CORE_ADDR voffset,
548 if (TYPE_FN_FIELD_VOFFSET (f, j) == voffset)
566 voffset. */
568 return gnuv3_find_method_in (basetype, voffset, adjustment - pos);
586 LONGEST voffset, adjustment; local
596 voffset = extract_signed_integer (contents,
604 vbit = voffset & 1;
605 voffset = voffset ^ vbit
644 CORE_ADDR voffset; local
784 LONGEST voffset; local
891 int voffset = TYPE_FN_FIELD_VOFFSET (fn, j); local
    [all...]

Completed in 88 milliseconds

1 2