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

  /src/sys/fs/cd9660/
iso_rrip.h 66 struct iso_mnt *imp; /* mount structure */ member in struct:__anon6719
75 struct iso_node *inop, struct iso_mnt *imp);
78 ino_t *inump, struct iso_mnt *imp);
81 struct iso_mnt *imp);
83 struct iso_mnt *imp);
cd9660_lookup.c 102 struct iso_mnt *imp; /* file system that directory is in */ local
132 imp = dp->i_mnt;
164 assoc = (imp->iso_ftype != ISO_FTYPE_RRIP && *name == ASSOCCHAR);
181 bmask = imp->im_bmask;
225 (dp->i_offset & ~bmask) + imp->logical_block_size;
233 if (entryoffsetinblock + reclen > imp->logical_block_size)
246 switch (imp->iso_ftype) {
258 dp->i_ino = isodirino(ep, imp);
266 imp->im_joliet_level))) {
268 ino = isodirino(ep, imp);
385 struct iso_mnt *imp; local
    [all...]
cd9660_node.c 151 struct iso_mnt *imp; local
167 && ((imp = inop->i_mnt)->im_flags & ISOFSMNT_EXTATT)
169 cd9660_blkatoff(ITOV(inop), (off_t)-(off << imp->im_bshift),
212 struct iso_mnt *imp; local
217 && ((imp = inop->i_mnt)->im_flags & ISOFSMNT_EXTATT)
219 cd9660_blkatoff(ITOV(inop), (off_t)-(off << imp->im_bshift),
328 isodirino(struct iso_directory_record *isodir, struct iso_mnt *imp)
335 * ip->iso_start = ino >> imp->im_bshift;
340 isonum_711(isodir->ext_attr_length)) << imp->im_bshift;
cd9660_vfsops.c 181 iso_checkupdate(const struct vnode *devvp, const struct iso_mnt *imp,
185 if (devvp != imp->im_devvp && devvp->v_rdev != imp->im_devvp->v_rdev)
188 if (((imp->im_flags & ISOFSMNT_UID) && args->uid != imp->im_uid) ||
189 ((imp->im_flags & ISOFSMNT_GID) && args->gid != imp->im_gid) ||
190 args->fmask != imp->im_fmask || args->dmask != imp->im_dmask)
197 iso_copyidmask(struct iso_args *args, const struct iso_mnt *imp)
255 struct iso_mnt *imp = VFSTOISOFS(mp); local
643 struct iso_mnt *imp = VFSTOISOFS(mp); local
757 struct iso_mnt *imp; local
    [all...]
cd9660_vnops.c 232 struct iso_mnt *imp; local
246 imp = ip->i_mnt;
267 lbn = cd9660_lblkno(imp, uio->uio_offset);
268 on = cd9660_blkoff(imp, uio->uio_offset);
269 n = MIN(imp->logical_block_size - on, uio->uio_resid);
275 size = cd9660_blksize(imp, ip, lbn);
277 if (cd9660_lblktosize(imp, rablock) < ip->i_size) {
278 rasize = cd9660_blksize(imp, ip, rablock);
398 struct iso_mnt *imp; local
414 imp = dp->i_mnt
598 ISOMNT *imp; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
driver-aarch64.cc 65 #define AARCH64_CORE(CORE_NAME, CORE_IDENT, SCHED, ARCH, FLAGS, COSTS, IMP, PART, VARIANT) \
66 { CORE_NAME, #ARCH, IMP, PART, VARIANT, FLAGS },
266 unsigned char imp = INVALID_IMP; local
314 if (imp == INVALID_IMP)
315 imp = cimp;
317 else if (imp != cimp)
413 if (imp == INVALID_IMP)
414 imp = cimp;
416 else if (imp != cimp)
531 || imp == INVALID_IMP
    [all...]
  /src/external/gpl3/gcc.old/dist/libobjc/
sendmsg.c 60 IMP (*__objc_msg_forward) (SEL) = NULL;
61 IMP (*__objc_msg_forward2) (id, SEL) = NULL;
72 static IMP __objc_get_prepared_imp (Class cls,SEL sel);
95 extern IMP __objc_get_forward_imp (id, SEL);
98 IMP
107 IMP result;
113 IMP result;
128 return (IMP)__objc_block_forward;
130 return (IMP)__objc_double_forward;
132 return (IMP)__objc_word_forward
888 IMP imp; local
1132 IMP imp; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range-gori.cc 205 // Add either IMP or the import list B to the import set of DATA.
208 range_def_chain::set_import (struct rdc &data, tree imp, bitmap b)
211 if (imp == NULL_TREE && !b)
215 if (imp != NULL_TREE)
216 bitmap_set_bit (data.m_import, SSA_NAME_VERSION (imp));
529 bitmap imp = get_imports (name); local
531 if (imp)
532 bitmap_ior_into (m_incoming[bb->index], imp);
599 bitmap imp = imports (bb); local
600 if (!bitmap_empty_p (imp))
    [all...]
  /src/sys/arch/amiga/dev/
grf_cv3d.c 1762 u_char *imp, *mp;
1767 mp = mask, imp = image;
1779 *imp++ = (~bp10) & bp11;
1780 *imp++ = (~bp20) & bp21;
1889 u_char *imp, *mp; local
1948 for (row = 0, mp = mask, imp = image;
1953 im1 = *(unsigned short *)imp & *(unsigned short *)mp;
1955 imp += 2;
1958 im2 = *(unsigned short *)imp & *(unsigned short *)mp;
1960 imp += 2
    [all...]
grf_rh.c 1942 u_char *imp, *mp; local
1962 mp = mask, imp = image;
1974 *imp++ = (~bp10) & bp11;
1975 *imp++ = (~bp20) & bp21;
1984 mp = mask, imp = image;
1992 *imp++ = (~bp10) & bp11;
2021 u_char *imp, *mp; local
2053 for (row = 0, mp = mask, imp = image;
2058 im1 = *(unsigned long *)imp;
2059 imp += 4
    [all...]
grf_cv.c 1900 u_char *imp, *mp;
1905 mp = mask, imp = image;
1917 *imp++ = (~bp10) & bp11;
1918 *imp++ = (~bp20) & bp21;
2026 u_char *imp, *mp; local
2091 for (row = 0, mp = mask, imp = image;
2096 im1 = *(unsigned short *)imp & *(unsigned short *)mp;
2098 imp += 2;
2101 im2 = *(unsigned short *)imp & *(unsigned short *)mp;
2103 imp += 2
    [all...]
  /src/external/gpl3/binutils/dist/ld/
pe-dll.c 3257 def_file_import *imp; local
3259 imp = pe_def_file->imports;
3268 if (imp[i].module == module)
3279 for (; i < pe_def_file->num_imports && imp[i].module == module; i++)
3283 int lead_at = (*imp[i].internal_name == '@');
3285 size_t len = strlen (imp[i].internal_name);
3291 if (!lead_at && strchr (imp[i].internal_name, '@') == NULL)
3295 sprintf (name, "%s", imp[i].internal_name);
3297 sprintf (name, "%s%s",U (""), imp[i].internal_name);
3307 sprintf (name, "%s%s", "__imp_", imp[i].internal_name)
3618 def_file_import *imp; local
3647 def_file_import *imp; local
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
pe-dll.c 3255 def_file_import *imp; local
3257 imp = pe_def_file->imports;
3266 if (imp[i].module == module)
3277 for (; i < pe_def_file->num_imports && imp[i].module == module; i++)
3281 int lead_at = (*imp[i].internal_name == '@');
3283 size_t len = strlen (imp[i].internal_name);
3289 if (!lead_at && strchr (imp[i].internal_name, '@') == NULL)
3293 sprintf (name, "%s", imp[i].internal_name);
3295 sprintf (name, "%s%s",U (""), imp[i].internal_name);
3305 sprintf (name, "%s%s", "__imp_", imp[i].internal_name)
3616 def_file_import *imp; local
3645 def_file_import *imp; local
    [all...]
  /src/sys/dev/pci/
ips.c 597 const struct ips_ident *imp; local
600 for (i = 0, imp = ips_ids; i < __arraycount(ips_ids); i++, imp++) {
601 if (PCI_VENDOR(pa->pa_id) == imp->vendor &&
602 PCI_PRODUCT(pa->pa_id) == imp->product)
603 return imp;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 166 /// automatic IMP caching and speculative inlining.
679 /// The GCC ABI message lookup function. Returns an IMP pointing to the
684 /// arguments. Returns the IMP for the corresponding method.
695 llvm::CallBase *imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); variable
696 imp->setMetadata(msgSendMDKind, node);
697 return imp;
710 // IMP objc_msg_lookup(id, SEL);
712 // IMP objc_msg_lookup_super(struct objc_super*, SEL);
721 /// that contains (among other things) the IMP.
781 // Load the imp from the slo
782 llvm::Value *imp = Builder.CreateAlignedLoad( variable
2061 llvm::CallBase *imp; variable
2610 llvm::Value *imp = LookupIMPSuper(CGF, ObjCSuper, cmd, MSI); local
2620 CGCallee callee(CGCalleeInfo(), imp); local
2704 llvm::Value *imp; local
2740 CGCallee callee(CGCalleeInfo(), imp); local
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 3400 uint64_t vtable; // IMP * (64-bit pointer)
3408 uint32_t vtable; /* IMP * (32-bit pointer) */
3460 uint64_t imp; /* IMP (64-bit pointer) */ member in struct:__anon3370::method64_t
3466 uint32_t imp; /* IMP (32-bit pointer) */ member in struct:__anon3370::method32_t
3594 uint64_t imp; /* IMP (64-bit pointer) */ member in struct:__anon3370::message_ref64
3599 uint32_t imp; /* IMP (32-bit pointer) * member in struct:__anon3370::message_ref32
    [all...]

Completed in 93 milliseconds