| /src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| CTagsEmitter.cpp | 54 static SMLoc locate(const Record *R); 59 SMLoc CTagsEmitter::locate(const Record *R) { function in class:CTagsEmitter 71 Tags.push_back(Tag(C.first, locate(C.second.get()))); 73 Tags.push_back(Tag(D.first, locate(D.second.get())));
|
| /src/sys/dev/ |
| bio.c | 120 struct bio_locate *locate; local 175 locate = addr; 176 error = copyinstr(locate->bl_name, name, sizeof(name), NULL); 179 locate->bl_cookie = bio_lookup(name); 180 if (locate->bl_cookie == NULL)
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfs_sa.c | 203 zfs_acl_locator_cb_t locate = { 0 }; local 282 locate.cb_aclp = zp->z_acl_cached; 284 zfs_acl_data_locator, &locate, zp->z_acl_cached->z_acl_bytes);
|
| zfs_znode.c | 942 zfs_acl_locator_cb_t locate = { 0 }; local 1133 locate.cb_aclp = acl_ids->z_aclp; 1135 zfs_acl_data_locator, &locate,
|
| zfs_acl.c | 1169 zfs_acl_locator_cb_t locate = { 0 }; local 1212 locate.cb_aclp = aclp; 1214 zfs_acl_data_locator, &locate, aclp->z_acl_bytes);
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| aname_to_localname.c | 76 const krb5plugin_an2ln_ftable *locate = plug; local 82 return locate->an2ln(plugctx, context, plctx->rule, plctx->aname, set_res, plctx);
|
| kuserok.c | 63 const krb5plugin_kuserok_ftable *locate = plug; local 66 return locate->kuserok(plugctx, context, plctx->rule, plctx->flags,
|
| krbhst.c | 673 const krb5plugin_service_locate_ftable *locate = plug; local 676 if (locate->minor_version >= KRB5_PLUGIN_LOCATE_VERSION_2) 677 return locate->lookup(plugctx, plctx->flags, plctx->type, plctx->kd->realm, 0, 0, add_locate, plctx->kd); 680 return locate->old_lookup(plugctx, plctx->type, plctx->kd->realm, 0, 0, add_locate, plctx->kd);
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| PRBTree.cc | 460 PRBTree::locate (Key_t key, Time_t ts) function in class:PRBTree
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| PRBTree.cc | 460 PRBTree::locate (Key_t key, Time_t ts) function in class:PRBTree
|
| /src/sys/dev/tc/ |
| sfbplus.c | 102 void (*locate)(void *, struct hwcursor64 *); member in struct:hwops 280 sc->sc_hwops.locate = bt459locate; 287 sc->sc_hwops.locate = sfbplocate; 590 (*sc->sc_hwops.locate)(base, cc);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| calls.cc | 103 struct locate_and_pad_arg_data locate; member in struct:arg_data 1553 fndecl, args_size, &args[i].locate); 1558 args[i].locate.where_pad = 1565 args_size->constant += args[i].locate.size.constant; 1566 if (args[i].locate.size.var) 1567 ADD_PARM_SIZE (*args_size, args[i].locate.size.var); 1803 rtx offset = ARGS_SIZE_RTX (args[i].locate.offset); 1804 rtx slot_offset = ARGS_SIZE_RTX (args[i].locate.slot_offset); 1826 units_on_stack = args[i].locate.size.constant; 1839 boundary = args[i].locate.boundary 4135 struct locate_and_pad_arg_data locate; member in struct:arg [all...] |
| function.cc | 2349 struct locate_and_pad_arg_data locate; 2639 optimizations (see init_emit) and to locate arguments that are 2660 &all->stack_args_size, &data->locate); 2664 if (!in_regs && crtl->parm_stack_boundary < data->locate.boundary) 2665 crtl->parm_stack_boundary = data->locate.boundary; 2669 data->locate.slot_offset.constant += pretend_bytes; 2670 data->locate.offset.constant += pretend_bytes; 2702 all->stack_args_size.constant += data->locate.size.constant; 2703 if (data->locate.size.var) 2704 ADD_PARM_SIZE (all->stack_args_size, data->locate.size.var) 2336 struct locate_and_pad_arg_data locate; member in struct:assign_parm_data_one [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| calls.cc | 101 struct locate_and_pad_arg_data locate; member in struct:arg_data 1532 fndecl, args_size, &args[i].locate); 1537 args[i].locate.where_pad = 1544 args_size->constant += args[i].locate.size.constant; 1545 if (args[i].locate.size.var) 1546 ADD_PARM_SIZE (*args_size, args[i].locate.size.var); 1782 rtx offset = ARGS_SIZE_RTX (args[i].locate.offset); 1783 rtx slot_offset = ARGS_SIZE_RTX (args[i].locate.slot_offset); 1805 units_on_stack = args[i].locate.size.constant; 1818 boundary = args[i].locate.boundary 4069 struct locate_and_pad_arg_data locate; member in struct:arg [all...] |
| function.cc | 2337 struct locate_and_pad_arg_data locate; 2635 optimizations (see init_emit) and to locate arguments that are 2656 &all->stack_args_size, &data->locate); 2660 if (!in_regs && crtl->parm_stack_boundary < data->locate.boundary) 2661 crtl->parm_stack_boundary = data->locate.boundary; 2665 data->locate.slot_offset.constant += pretend_bytes; 2666 data->locate.offset.constant += pretend_bytes; 2698 all->stack_args_size.constant += data->locate.size.constant; 2699 if (data->locate.size.var) 2700 ADD_PARM_SIZE (all->stack_args_size, data->locate.size.var) 2324 struct locate_and_pad_arg_data locate; member in struct:assign_parm_data_one [all...] |