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

1 2

  /src/usr.bin/flock/
flock.c 155 int cls = 0; local
200 cls = 1;
218 if (cls)
302 if (cls)
  /src/usr.bin/mixerctl/
mixerctl.c 444 int cls = fields[i].infp->mixer_class; local
445 if (cls >= 0 && cls < ndev)
446 fields[i].name = catstr(infos[cls].label.name,
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
der_get.c 346 Der_class cls; local
354 e = der_get_tag (p, len, &cls, &type, &tag, &l);
356 if (cls != ASN1_C_UNIV) {
620 Der_class *cls, Der_type *type,
626 *cls = (Der_class)(((*p) >> 6) & 0x03);
652 Der_class cls, Der_type type,
658 e = der_match_tag2(p, len, cls, &thistype, tag, size);
666 Der_class cls, Der_type *type,
676 if (cls != thisclass)
688 Der_class cls, Der_type *type, unsigned int tag
    [all...]
  /src/games/hack/
hack.pri.c 83 cls();
282 cls();
793 cls(void) function
  /src/external/gpl3/binutils/dist/gas/
macro.c 1215 char *copy, *cls; local
1230 for (cls = copy; *cls != '\0'; cls ++)
1231 *cls = TOLOWER (*cls);
  /src/external/gpl3/binutils/dist/opcodes/
or1k-asm.c 230 enum or1k_rclass cls = RCLASS_DIRECT;
252 cls = RCLASS_GOTPC;
257 cls = RCLASS_GOTOFF;
262 cls = RCLASS_TLSGD;
267 cls = RCLASS_TLSLDM;
272 cls = RCLASS_DTPOFF;
277 cls = RCLASS_GOTTPOFF;
282 cls = RCLASS_TPOFF;
287 cls = RCLASS_GOT;
305 else if (strncasecmp (str, "po(", 3) == 0 && cls != RCLASS_GOTTPOFF
229 enum or1k_rclass cls = RCLASS_DIRECT; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
macro.c 1254 char *copy, *cls; local
1269 for (cls = copy; *cls != '\0'; cls ++)
1270 *cls = TOLOWER (*cls);
  /src/external/gpl3/binutils.old/dist/opcodes/
or1k-asm.c 230 enum or1k_rclass cls = RCLASS_DIRECT;
252 cls = RCLASS_GOTPC;
257 cls = RCLASS_GOTOFF;
262 cls = RCLASS_TLSGD;
267 cls = RCLASS_TLSLDM;
272 cls = RCLASS_DTPOFF;
277 cls = RCLASS_GOTTPOFF;
282 cls = RCLASS_TPOFF;
287 cls = RCLASS_GOT;
305 else if (strncasecmp (str, "po(", 3) == 0 && cls != RCLASS_GOTTPOFF
229 enum or1k_rclass cls = RCLASS_DIRECT; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
ipa-icf.h 250 congruence_class *cls; member in class:ipa_icf::sem_item
487 class congruence_class *cls; member in struct:ipa_icf::traverse_split_pair
544 /* Adds a CLS to hashtable associated by hash value. */
545 void add_class (congruence_class *cls);
599 /* Adds a newly created congruence class CLS to worklist. */
600 void worklist_push (congruence_class *cls);
605 /* Every usage of a congruence class CLS is a candidate that can split the
608 void do_congruence_step (congruence_class *cls);
610 /* Tests if a class CLS used as INDEXth splits any congruence classes.
612 bool do_congruence_step_for_index (congruence_class *cls, unsigned int index)
    [all...]
ipa-icf.cc 2334 /* Adds a CLS to hashtable associated by hash value. */
2337 sem_item_optimizer::add_class (congruence_class *cls)
2339 gcc_assert (cls->members.length ());
2342 = get_group_by_hash (cls->members[0]->get_hash (),
2343 cls->members[0]->type);
2344 group->classes.safe_push (cls);
2548 /* Makes pairing between a congruence class CLS and semantic ITEM. */
2551 sem_item_optimizer::add_item_to_class (congruence_class *cls, sem_item *item)
2553 item->index_in_class = cls->members.length ();
2554 cls->members.safe_push (item)
2921 congruence_class *cls = (*it)->classes[i]; local
3180 congruence_class *cls; local
3222 congruence_class *cls; local
    [all...]
reload.cc 5263 enum reg_class cls;
5279 cls = base_reg_class (mode, as, MEM, GET_CODE (addend), insn);
5281 &XEXP (ad, op_index), cls,
5249 enum reg_class cls; local
5267 &XEXP (ad, op_index), cls, local
reload1.cc 1355 for reloading in CLS, and merge its contents into the reg set
1357 int cls = (int) NO_REGS;
1367 allowed |= reg_class_contents[cls];
1368 cls = NO_REGS;
1382 cls = (int) reg_class_subunion[cls][(int) GENERAL_REGS];
1388 cls = (int) reg_class_subunion[cls]
1392 cls = (int) reg_class_subunion[cls]
1352 int cls = (int) NO_REGS; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-icf.h 250 congruence_class *cls; member in class:ipa_icf::sem_item
483 class congruence_class *cls; member in struct:ipa_icf::traverse_split_pair
540 /* Adds a CLS to hashtable associated by hash value. */
541 void add_class (congruence_class *cls);
595 /* Adds a newly created congruence class CLS to worklist. */
596 void worklist_push (congruence_class *cls);
601 /* Every usage of a congruence class CLS is a candidate that can split the
604 void do_congruence_step (congruence_class *cls);
606 /* Tests if a class CLS used as INDEXth splits any congruence classes.
608 bool do_congruence_step_for_index (congruence_class *cls, unsigned int index)
    [all...]
ipa-icf.cc 2308 /* Adds a CLS to hashtable associated by hash value. */
2311 sem_item_optimizer::add_class (congruence_class *cls)
2313 gcc_assert (cls->members.length ());
2316 = get_group_by_hash (cls->members[0]->get_hash (),
2317 cls->members[0]->type);
2318 group->classes.safe_push (cls);
2522 /* Makes pairing between a congruence class CLS and semantic ITEM. */
2525 sem_item_optimizer::add_item_to_class (congruence_class *cls, sem_item *item)
2527 item->index_in_class = cls->members.length ();
2528 cls->members.safe_push (item)
2895 congruence_class *cls = (*it)->classes[i]; local
3154 congruence_class *cls; local
3195 congruence_class *cls; local
    [all...]
reload.cc 5266 enum reg_class cls;
5282 cls = base_reg_class (mode, as, MEM, GET_CODE (addend));
5284 &XEXP (ad, op_index), cls,
5252 enum reg_class cls; local
5270 &XEXP (ad, op_index), cls, local
reload1.cc 1355 for reloading in CLS, and merge its contents into the reg set
1357 int cls = (int) NO_REGS;
1367 allowed |= reg_class_contents[cls];
1368 cls = NO_REGS;
1382 cls = (int) reg_class_subunion[cls][(int) GENERAL_REGS];
1388 cls = (int) reg_class_subunion[cls]
1392 cls = (int) reg_class_subunion[cls]
1352 int cls = (int) NO_REGS; local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
or1k-asm.c 230 enum or1k_rclass cls = RCLASS_DIRECT;
252 cls = RCLASS_GOTPC;
257 cls = RCLASS_GOTOFF;
262 cls = RCLASS_TLSGD;
267 cls = RCLASS_TLSLDM;
272 cls = RCLASS_DTPOFF;
277 cls = RCLASS_GOTTPOFF;
282 cls = RCLASS_TPOFF;
287 cls = RCLASS_GOT;
305 else if (strncasecmp (str, "po(", 3) == 0 && cls != RCLASS_GOTTPOFF
229 enum or1k_rclass cls = RCLASS_DIRECT; local
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
or1k-asm.c 230 enum or1k_rclass cls = RCLASS_DIRECT;
252 cls = RCLASS_GOTPC;
257 cls = RCLASS_GOTOFF;
262 cls = RCLASS_TLSGD;
267 cls = RCLASS_TLSLDM;
272 cls = RCLASS_DTPOFF;
277 cls = RCLASS_GOTTPOFF;
282 cls = RCLASS_TPOFF;
287 cls = RCLASS_GOT;
305 else if (strncasecmp (str, "po(", 3) == 0 && cls != RCLASS_GOTTPOFF
229 enum or1k_rclass cls = RCLASS_DIRECT; local
    [all...]
  /src/sbin/newfs_msdos/
mkfs_msdos.c 263 u_int bss, rds, cls, dir, lsn, x, x1, x2; local
566 cls = (bpb.bsec - x1) / bpb.spc;
568 if (cls > x)
569 cls = x;
572 cls);
575 if (cls < mincls(o.fat_type)) {
581 warnx("%u clusters too few clusters for FAT%u, need %u", cls,
585 if (cls > maxcls(o.fat_type)) {
586 cls = maxcls(o.fat_type);
587 bpb.bsec = x1 + (cls + 1) * bpb.spc - 1
    [all...]
  /src/sys/dev/pci/
satalink.c 395 pcireg_t cls, reg; local
399 cls = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG);
400 cls = (cls >> PCI_CACHELINE_SHIFT) & PCI_CACHELINE_MASK;
401 cls *= 4;
402 if (cls > 224) {
403 cls = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG);
404 cls &= ~(PCI_CACHELINE_MASK << PCI_CACHELINE_SHIFT);
405 cls |= ((224/4) << PCI_CACHELINE_SHIFT);
406 pci_conf_write(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG, cls);
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
regcomp.c 1288 bin_tree_t *op, *cls, *tree1, *tree;
1303 cls = create_tree (dfa, NULL, NULL, OP_CLOSE_SUBEXP);
1304 tree1 = body ? create_tree (dfa, body, cls, CONCAT) : cls;
1306 if (BE (tree == NULL || tree1 == NULL || op == NULL || cls == NULL, 0))
1312 op->token.opr.idx = cls->token.opr.idx = node->token.opr.idx;
1313 op->token.opt_subexp = cls->token.opt_subexp = node->token.opt_subexp;
1281 bin_tree_t *op, *cls, *tree1, *tree; local
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_dataset.c 1567 prop_changelist_t **cls = NULL; local
1605 if ((cls = calloc(nvl_len, sizeof (prop_changelist_t *))) == NULL)
1624 cls[cl_idx] = changelist_gather(zhp, prop, 0, 0);
1625 if (cls[cl_idx] == NULL)
1630 changelist_haszonedchild(cls[cl_idx])) {
1653 if (cls[cl_idx] != NULL &&
1654 (ret = changelist_prefix(cls[cl_idx])) != 0)
1705 if (cls[cl_idx] != NULL) {
1706 int clp_err = changelist_postfix(cls[cl_idx]);
1723 if (cls != NULL)
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
DbeSession.cc 1597 ClassFile *cls = new ClassFile (); local
1598 cls->set_name (className);
1599 char *clpath = cls->get_java_file_name (className, true);
1600 cls->dbeFile = getDbeFile (clpath, DbeFile::F_JAVACLASS);
1602 Histable *obj = cls; // workaround for a C++ problem
1604 cls->id = objs->size () - 1;
1605 return cls;
2597 char *cls = strchr (full_name, ':'); local
2616 if (cls)
2618 len = arg - cls - 2; // and without 'class name
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DbeSession.cc 1597 ClassFile *cls = new ClassFile (); local
1598 cls->set_name (className);
1599 char *clpath = cls->get_java_file_name (className, true);
1600 cls->dbeFile = getDbeFile (clpath, DbeFile::F_JAVACLASS);
1602 Histable *obj = cls; // workaround for a C++ problem
1604 cls->id = objs->size () - 1;
1605 return cls;
2597 char *cls = strchr (full_name, ':'); local
2616 if (cls)
2618 len = arg - cls - 2; // and without 'class name
    [all...]
  /src/crypto/external/bsd/netpgp/dist/bindings/tcl/
netpgptcl_wrap.c 1175 swig_class *cls; local
1206 cls = inst->classptr;
1209 cls = cls_stack[cls_stack_top];
1211 if (!cls->bases[bi] && cls->base_names[bi]) {
1213 swig_type_info *info = SWIG_TypeQueryModule(cls->module, cls->module, cls->base_names[bi]);
1214 if (info) cls->bases[bi] = (swig_class *) info->clientdata;
1216 cls = cls->bases[bi]
    [all...]

Completed in 75 milliseconds

1 2