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

1 2 3

  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
eh_tm.cc 41 __cxa_dependent_exception *dep local
44 h = __get_refcounted_exception_header_from_obj (dep->primaryException);
46 __cxa_free_dependent_exception (dep);
eh_ptr.cc 167 __cxa_dependent_exception *dep = __get_dependent_exception_from_ue (exc); local
169 __get_refcounted_exception_header_from_obj (dep->primaryException);
178 __cxa_free_dependent_exception (dep);
197 __cxa_dependent_exception *dep = __cxa_allocate_dependent_exception (); local
198 dep->primaryException = obj;
203 dep->unexpectedHandler = get_unexpected ();
205 dep->terminateHandler = get_terminate ();
206 __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(dep->unwindHeader.exception_class);
207 dep->unwindHeader.exception_cleanup = __gxx_dependent_exception_cleanup;
213 _Unwind_SjLj_RaiseException (&dep->unwindHeader)
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
eh_tm.cc 41 __cxa_dependent_exception *dep local
44 h = __get_refcounted_exception_header_from_obj (dep->primaryException);
46 __cxa_free_dependent_exception (dep);
eh_ptr.cc 167 __cxa_dependent_exception *dep = __get_dependent_exception_from_ue (exc); local
169 __get_refcounted_exception_header_from_obj (dep->primaryException);
178 __cxa_free_dependent_exception (dep);
197 __cxa_dependent_exception *dep = __cxa_allocate_dependent_exception (); local
198 dep->primaryException = obj;
203 dep->unexpectedHandler = get_unexpected ();
205 dep->terminateHandler = get_terminate ();
206 __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(dep->unwindHeader.exception_class);
207 dep->unwindHeader.exception_cleanup = __gxx_dependent_exception_cleanup;
213 _Unwind_SjLj_RaiseException (&dep->unwindHeader)
    [all...]
  /src/external/bsd/am-utils/dist/fsinfo/
fsi_dict.c 112 dict_ent **dep = &dp->de[dict_hash(k)]; local
114 de->de_next = *dep;
115 *dep = de;
  /src/external/gpl2/gmake/dist/
dep.h 21 `struct dep' in the chain returned by `read_all_makefiles'. */
32 dep line of static pattern rule or NULL.
36 struct dep struct
38 struct dep *next;
77 extern struct dep *alloc_dep PARAMS ((void));
78 extern void free_dep PARAMS ((struct dep *d));
79 extern struct dep *copy_dep_chain PARAMS ((const struct dep *d));
80 extern void free_dep_chain PARAMS ((struct dep *d));
82 extern struct dep *read_all_makefiles PARAMS ((char **makefiles))
    [all...]
rule.h 27 struct dep *deps; /* Dependencies of the rule. */
36 char *target, *dep, *commands; member in struct:pspec
58 struct dep *deps,
implicit.c 22 #include "dep.h"
73 struct idep *next; /* struct dep -compatible interface */
265 struct dep *dep, *expl_d;
271 struct dep **d_ptr;
490 for (dep = rule->deps; dep != 0; dep = dep->next)
505 p = get_next_word (dep->name, &len)
263 struct dep *dep, *expl_d; local
    [all...]
rule.c 20 #include "dep.h"
86 register struct dep *dep;
99 for (dep = rule->deps; dep != 0; dep = dep->next)
101 unsigned int len = strlen (dep->name);
104 char *p = strrchr (dep->name, ']');
107 p = strrchr (dep->name, ':')
84 register struct dep *dep; local
414 register struct dep *dep; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/
depend.c 60 struct dependency *dep;
65 for (dep = dep_chain; dep != NULL; dep = dep->next)
67 if (!filename_cmp (filename, dep->file))
71 dep = XNEW (struct dependency);
72 dep->file = xstrdup (filename);
73 dep->next = dep_chain;
74 dep_chain = dep;
59 struct dependency *dep; local
186 struct dependency *dep; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
depend.c 60 struct dependency *dep;
65 for (dep = dep_chain; dep != NULL; dep = dep->next)
67 if (!filename_cmp (filename, dep->file))
71 dep = XNEW (struct dependency);
72 dep->file = xstrdup (filename);
73 dep->next = dep_chain;
74 dep_chain = dep;
59 struct dependency *dep; local
186 struct dependency *dep; local
    [all...]
  /src/sys/fs/tmpfs/
tmpfs_rename.c 389 struct tmpfs_dirent **dep = de; local
395 KASSERT(dep != NULL);
405 KASSERT((*dep)->td_node == VP_TO_TMPFS_NODE(vp));
407 tmpfs_dir_detach(dnode, *dep);
408 tmpfs_free_dirent(VFS_TO_TMPFS(mp), *dep); local
  /src/crypto/external/apache2/openssl/dist/Configurations/platform/
BASE.pm 44 sub dep { return __base($_[1], '.o') . $_[0]->depext() } # <- objname subroutine
  /src/crypto/external/bsd/openssl/dist/Configurations/platform/
BASE.pm 44 sub dep { return __base($_[1], '.o') . $_[0]->depext() } # <- objname subroutine
  /src/external/gpl3/gcc/dist/gcc/config/i386/
x86-tune-sched-atom.cc 50 dep_t dep; local
81 FOR_EACH_DEP (insn, SD_LIST_FORW, sd_it, dep)
84 con = DEP_CON (dep);
129 dep_t dep; local
157 FOR_EACH_DEP (top, SD_LIST_RES_BACK, sd_it, dep)
160 pro = DEP_PRO (dep);
166 FOR_EACH_DEP (next, SD_LIST_RES_BACK, sd_it, dep)
169 pro = DEP_PRO (dep);
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
x86-tune-sched-atom.cc 50 dep_t dep; local
81 FOR_EACH_DEP (insn, SD_LIST_FORW, sd_it, dep)
84 con = DEP_CON (dep);
129 dep_t dep; local
157 FOR_EACH_DEP (top, SD_LIST_RES_BACK, sd_it, dep)
160 pro = DEP_PRO (dep);
166 FOR_EACH_DEP (next, SD_LIST_RES_BACK, sd_it, dep)
169 pro = DEP_PRO (dep);
  /src/sys/fs/filecorefs/
filecore_vnops.c 298 struct filecore_direntry *dep = NULL; local
351 dep = fcdirentry(bp->b_data, i - 2);
352 if (dep->attr & FILECORE_ATTR_DIR)
356 if (filecore_fn2unix(dep->name, de->d_name,
  /src/sys/dev/acpi/
acpi_cpu.c 741 struct acpicpu_dep *dep; local
801 dep = &sc->sc_cstate_dep;
804 "%u CPUs, domain %u, type %s\n", dep->dep_ncpus,
805 dep->dep_domain, acpicpu_debug_print_dep(dep->dep_type));
810 dep = &sc->sc_pstate_dep;
813 "%u CPUs, domain %u, type %s\n", dep->dep_ncpus,
814 dep->dep_domain, acpicpu_debug_print_dep(dep->dep_type));
819 dep = &sc->sc_tstate_dep
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_scheduler.c 310 struct i915_dependency *dep, *p; local
334 * list_for_each_entry(dep, &node->signalers_list, signal_link)
335 * update_priorities(dep->signal, prio)
347 list_for_each_entry(dep, &dfs, dfs_link) {
348 struct i915_sched_node *node = dep->signaler;
361 GEM_BUG_ON(p == dep); /* no cycles! */
393 list_for_each_entry_safe_reverse(dep, p, &dfs, dfs_link) {
394 INIT_LIST_HEAD(&dep->dfs_link);
396 node = dep->signaler;
489 i915_dependency_free(struct i915_dependency *dep)
539 struct i915_dependency *dep; local
555 struct i915_dependency *dep, *tmp; local
    [all...]
  /src/sys/fs/msdosfs/
msdosfs_denode.c 333 msdosfs_deupdat(struct denode *dep, int waitfor)
336 return (msdosfs_update(DETOV(dep), NULL, NULL,
341 * Truncate the file described by dep to the length specified by length.
344 msdosfs_detrunc(struct denode *dep, u_long length, int flags, kauth_cred_t cred)
352 int isadir = dep->de_Attributes & ATTR_DIRECTORY;
354 struct msdosfsmount *pmp = dep->de_pmp;
357 printf("detrunc(): file %s, length %lu, flags %x\n", dep->de_Name, length, flags);
368 if ((DETOV(dep)->v_vflag & VV_ROOT) && !FAT32(pmp)) {
370 dep->de_dirclust, dep->de_diroffset)
538 struct denode *dep = VTODE(vp); local
576 struct denode *dep = VTODE(vp); local
641 struct denode *dep = VTODE(vp); local
    [all...]
msdosfs_lookup.c 120 struct direntry *dep; local
247 dep = (struct direntry *)((char *)bp->b_data + blkoff);
257 if (dep->deName[0] == SLOT_EMPTY ||
258 dep->deName[0] == SLOT_DELETED) {
268 if (dep->deName[0] == SLOT_EMPTY) {
283 if (dep->deAttributes == ATTR_WIN95) {
289 (struct winentry *)dep,
299 if (dep->deAttributes & ATTR_VOLUME) {
308 (chksum == msdosfs_winChksum(dep->deName));
311 memcmp(&dosfilename[0],dep->deName,8) |
    [all...]
msdosfs_vfsops.c 1016 struct denode *dep; local
1020 dep = VTODE(vp);
1022 dep == NULL || (((dep->de_flag &
1121 struct denode *dep; local
1130 dep = VTODE(vp);
1133 defh.defid_dirclust = dep->de_dirclust;
1134 defh.defid_dirofs = dep->de_diroffset;
1135 error = msdosfs_fh_enter(pmp, dep->de_dirclust, dep->de_diroffset
    [all...]
  /src/sys/kern/
sys_lwp.c 355 lwpid_t dep; local
358 error = lwp_wait(l, SCARG(uap, wait_for), &dep, false);
362 error = copyout(&dep, SCARG(uap, departed), sizeof(dep));
  /src/usr.sbin/makefs/msdos/
msdosfs_vnops.c 98 msdosfs_times(struct msdosfsmount *pmp, struct denode *dep,
116 msdosfs_unix2dostime(&at, pmp->pm_gmtoff, &dep->de_ADate,
118 msdosfs_unix2dostime(&mt, pmp->pm_gmtoff, &dep->de_MDate,
119 &dep->de_MTime, NULL);
151 struct direntry *dep; local
214 dep = (struct direntry *)((char *)bp->b_data + blkoff);
224 if (dep->deName[0] == SLOT_EMPTY ||
225 dep->deName[0] == SLOT_DELETED) {
235 if (dep->deName[0] == SLOT_EMPTY) {
250 if (dep->deAttributes == ATTR_WIN95)
356 struct denode *dep; local
547 struct denode *dep; local
    [all...]
  /src/external/bsd/ntp/dist/ntpq/
libntpq.c 63 char* dep = resultbuf + maxlen - 1; local
72 while ((dst != dep) && (src != sep) && (ch = (u_char)*src++) != 0) {

Completed in 29 milliseconds

1 2 3