HomeSort by: relevance | last modified time | path
    Searched defs:lazy (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
ptree.cc 328 unsigned lazy = slot.get_lazy (); local
329 fprintf (file, "%s snum:%u", pfx, lazy);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
ptree.cc 315 unsigned lazy = slot.get_lazy (); local
316 fprintf (file, "%s snum:%u", pfx, lazy);
  /src/external/gpl3/gdb/dist/gdb/python/
py-lazy-string.c 1 /* Python interface to lazy strings.
29 /* Holds the address of the lazy string. */
46 For example if the lazy string was created from a C "char*" then TYPE
188 _("A lazy string's type cannot be NULL."));
218 _("Cannot create a lazy string with address 0x0, " \
252 Python lazy string. */
259 /* Return the type of a character in lazy string LAZY. */
262 stpy_lazy_string_elt_type (lazy_string_object *lazy)
264 struct type *type = type_object_to_type (lazy->type)
289 lazy_string_object *lazy; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-lazy-string.c 1 /* Python interface to lazy strings.
29 /* Holds the address of the lazy string. */
46 For example if the lazy string was created from a C "char*" then TYPE
188 _("Cannot create a lazy string with address 0x0, " \
196 _("A lazy string's type cannot be NULL."));
247 Python lazy string. */
254 /* Return the type of a character in lazy string LAZY. */
257 stpy_lazy_string_elt_type (lazy_string_object *lazy)
259 struct type *type = type_object_to_type (lazy->type)
286 lazy_string_object *lazy; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
value.h 154 /* Allocate a lazy value for type TYPE. Its actual content is
162 /* Allocate a lazy value representing register REGNUM in the frame previous
169 /* Same as `allocate_register_lazy`, but make the value non-lazy.
270 watched by hardware watchpoints. If the lazy flag is set for some
275 element. If you ever change the way lazy flag is set and reset, be
278 bool lazy () const function in struct:value
413 uses the stuff above. Not valid if lazy is nonzero. Target
433 _not_ be lazy. */
436 /* Load the actual content of a lazy value. Fetch the data from the
437 user's process and clear the lazy flag to indicate that the data i
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
value.h 154 /* Allocate a lazy value for type TYPE. Its actual content is
162 /* Allocate a lazy value representing register REGNUM in the frame previous
169 /* Same as `allocate_register_lazy`, but make the value non-lazy.
270 watched by hardware watchpoints. If the lazy flag is set for some
275 element. If you ever change the way lazy flag is set and reset, be
278 bool lazy () const function in struct:value
413 uses the stuff above. Not valid if lazy is nonzero. Target
433 _not_ be lazy. */
436 /* Load the actual content of a lazy value. Fetch the data from the
437 user's process and clear the lazy flag to indicate that the data i
    [all...]
  /src/sys/miscfs/genfs/
genfs_io.c 1444 const bool lazy = (flags & PGO_LAZY) == 0; local
1497 else if (async || lazy)
  /src/external/gpl3/binutils/dist/gas/config/
obj-macho.c 978 Lazy will remain in place. */
979 #define LAZY 0x01
1047 s->n_desc &= ~LAZY; /* The native tool switches this off too. */
1068 s->n_desc |= (REFE | LAZY | BFD_MACH_O_N_NO_DEAD_STRIP);
1411 s->n_desc &= ~(REFE | LAZY);
1757 unsigned lazy = 0; local
1771 lazy = LAZY;
1827 If the section is lazy-bound, we need to keep the
1837 else if (S_IS_LOCAL (isym->sym) && ! lazy)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-macho.c 978 Lazy will remain in place. */
979 #define LAZY 0x01
1047 s->n_desc &= ~LAZY; /* The native tool switches this off too. */
1068 s->n_desc |= (REFE | LAZY | BFD_MACH_O_N_NO_DEAD_STRIP);
1411 s->n_desc &= ~(REFE | LAZY);
1757 unsigned lazy = 0; local
1771 lazy = LAZY;
1827 If the section is lazy-bound, we need to keep the
1837 else if (S_IS_LOCAL (isym->sym) && ! lazy)
    [all...]
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
vmwgfx_drm.h 620 * @lazy: Set to 1 if timing is not critical. Allow more than a kernel tick
633 __s32 lazy; member in struct:drm_vmw_fence_wait_arg
  /src/external/gpl3/gcc/dist/libcpp/include/
cpplib.h 771 /* Callback that can change a user lazy into normal macro. */
888 /* Non-zero if this is a user-lazy macro, value provided by user. */
889 unsigned char lazy; variable
  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 4818 /* chunks, and also uses a lazy carry strategy to minimise expensive */
4861 /* lazy carry evaluation */
4877 Int lazy; /* lazy carry counter */ local
5017 lazy=FASTLAZY; /* carry delay count */
5023 lazy--;
5024 if (lazy>0 && rip!=rmsi) continue;
5025 lazy=FASTLAZY; /* reset delay count */
  /src/external/gpl3/gcc.old/dist/libcpp/include/
cpplib.h 724 /* Callback that can change a user lazy into normal macro. */
841 /* Non-zero if this is a user-lazy macro, value provided by user. */
842 unsigned char lazy; variable
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 4818 /* chunks, and also uses a lazy carry strategy to minimise expensive */
4861 /* lazy carry evaluation */
4877 Int lazy; /* lazy carry counter */ local
5017 lazy=FASTLAZY; /* carry delay count */
5023 lazy--;
5024 if (lazy>0 && rip!=rmsi) continue;
5025 lazy=FASTLAZY; /* reset delay count */
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 4818 /* chunks, and also uses a lazy carry strategy to minimise expensive */
4861 /* lazy carry evaluation */
4877 Int lazy; /* lazy carry counter */ local
5017 lazy=FASTLAZY; /* carry delay count */
5023 lazy--;
5024 if (lazy>0 && rip!=rmsi) continue;
5025 lazy=FASTLAZY; /* reset delay count */
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 4818 /* chunks, and also uses a lazy carry strategy to minimise expensive */
4861 /* lazy carry evaluation */
4877 Int lazy; /* lazy carry counter */ local
5017 lazy=FASTLAZY; /* carry delay count */
5023 lazy--;
5024 if (lazy>0 && rip!=rmsi) continue;
5025 lazy=FASTLAZY; /* reset delay count */

Completed in 66 milliseconds