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

1 2

  /src/external/bsd/mdocml/dist/
eqn_parse.h 28 struct eqn_def *defs; /* Array of definitions. */ member in struct:eqn_node
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/gpio/
nouveau_nvkm_subdev_gpio_gf119.c 43 u8 defs = !!(data & 0x00000080); local
52 nvkm_gpio_set(gpio, 0, func, line, defs);
nouveau_nvkm_subdev_gpio_nv50.c 45 u8 defs = !!(data & 0x01000000); local
56 nvkm_gpio_set(gpio, 0, func, line, defs);
  /src/external/bsd/openldap/dist/libraries/liblutil/
sasl.c 56 lutilSASLdefaults *defs = defaults; local
58 assert( defs != NULL );
60 if (defs->mech) ber_memfree(defs->mech);
61 if (defs->realm) ber_memfree(defs->realm);
62 if (defs->authcid) ber_memfree(defs->authcid);
63 if (defs->passwd) ber_memfree(defs->passwd)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gengenrtl.cc 36 static const struct rtx_definition defs[] = variable in typeref:struct:rtx_definition
40 #define NUM_RTX_CODE ARRAY_SIZE (defs)
129 return strcmp (defs[idx].enumname, "SET") == 0;
139 return (strcmp (defs[idx].enumname, "EXPR_LIST") == 0
140 || strcmp (defs[idx].enumname, "INSN_LIST") == 0
141 || strcmp (defs[idx].enumname, "INSN") == 0
142 || strcmp (defs[idx].enumname, "CONST_INT") == 0
143 || strcmp (defs[idx].enumname, "REG") == 0
144 || strcmp (defs[idx].enumname, "SUBREG") == 0
145 || strcmp (defs[idx].enumname, "MEM") ==
    [all...]
dce.cc 208 /* Artificial defs are always needed and they do not have an insn.
325 struct df_link *defs; local
326 for (defs = DF_REF_CHAIN (use); defs; defs = defs->next)
327 if (! DF_REF_IS_ARTIFICIAL (defs->ref))
330 if (defs == NULL)
333 rtx set = single_set (DF_REF_INSN (defs->ref));
550 struct df_link *defs; local
714 struct df_link *defs; local
730 struct df_link *defs; local
    [all...]
read-md.cc 809 /* Add a NAME = VALUE definition to md_constants-style hash table DEFS,
814 add_constant (htab_t defs, char *name, char *value,
821 entry_ptr = htab_find_slot (defs, &tmp_def, INSERT);
851 htab_t defs; local
856 defs = m_md_constants;
867 add_constant (defs, xstrdup (name.string), xstrdup (value.string), 0);
871 m_md_constants = defs;
ree.cc 753 /* This function goes through all reaching defs of the source
931 struct df_link *defs local
933 if (defs == NULL || defs->next)
937 rtx_insn *def_insn2 = DF_REF_INSN (defs->ref);
1009 /* Go through the defs vector and try to merge all the definitions
1113 struct df_link *defs, *def; local
1134 defs = get_defs (insn, reg, NULL);
1135 if (!defs)
1148 for (def = defs; def; def = def->next
    [all...]
shrink-wrap.cc 148 USES and DEFS are the set of registers that are used and defined
155 const_hard_reg_set defs,
262 if (overlaps_hard_reg_set_p (defs, GET_MODE (src), sregno))
270 || overlaps_hard_reg_set_p (defs, GET_MODE (dest), dregno))
366 DF_REF_CONDITIONAL defs. So if DF_LIVE doesn't exist, i.e.
439 HARD_REG_SET uses, defs; local
456 CLEAR_HARD_REG_SET (defs);
460 && !move_insn_for_shrink_wrap (entry_block, insn, uses, defs,
463 /* Add all defined registers to DEFs. */
469 SET_HARD_REG_BIT (defs, i)
    [all...]
tree-ssa-dse.cc 970 according to downstream uses and defs. Sets *BY_CLOBBER_P to true
1008 auto_vec<gimple *, 10> defs; local
1056 defs.safe_push (use_stmt);
1083 defs.safe_push (use_stmt);
1104 need to walk the defs uses. */
1106 defs.safe_push (use_stmt);
1119 defs uses. */
1121 defs.safe_push (use_stmt);
1138 if (defs.is_empty ())
1167 /* Process defs and remove those we need not process further. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gengenrtl.cc 36 static const struct rtx_definition defs[] = variable in typeref:struct:rtx_definition
40 #define NUM_RTX_CODE ARRAY_SIZE (defs)
129 return strcmp (defs[idx].enumname, "SET") == 0;
139 return (strcmp (defs[idx].enumname, "EXPR_LIST") == 0
140 || strcmp (defs[idx].enumname, "INSN_LIST") == 0
141 || strcmp (defs[idx].enumname, "INSN") == 0
142 || strcmp (defs[idx].enumname, "CONST_INT") == 0
143 || strcmp (defs[idx].enumname, "REG") == 0
144 || strcmp (defs[idx].enumname, "SUBREG") == 0
145 || strcmp (defs[idx].enumname, "MEM") ==
    [all...]
dce.cc 208 /* Artificial defs are always needed and they do not have an insn.
325 struct df_link *defs; local
326 for (defs = DF_REF_CHAIN (use); defs; defs = defs->next)
327 if (! DF_REF_IS_ARTIFICIAL (defs->ref))
330 if (defs == NULL)
333 rtx set = single_set (DF_REF_INSN (defs->ref));
550 struct df_link *defs; local
714 struct df_link *defs; local
730 struct df_link *defs; local
    [all...]
read-md.cc 809 /* Add a NAME = VALUE definition to md_constants-style hash table DEFS,
814 add_constant (htab_t defs, char *name, char *value,
821 entry_ptr = htab_find_slot (defs, &tmp_def, INSERT);
851 htab_t defs; local
856 defs = m_md_constants;
867 add_constant (defs, xstrdup (name.string), xstrdup (value.string), 0);
871 m_md_constants = defs;
ree.cc 753 /* This function goes through all reaching defs of the source
931 struct df_link *defs local
933 if (defs == NULL || defs->next)
937 rtx_insn *def_insn2 = DF_REF_INSN (defs->ref);
1009 /* Go through the defs vector and try to merge all the definitions
1113 struct df_link *defs, *def; local
1134 defs = get_defs (insn, reg, NULL);
1135 if (!defs)
1148 for (def = defs; def; def = def->next
    [all...]
shrink-wrap.cc 148 USES and DEFS are the set of registers that are used and defined
155 const_hard_reg_set defs,
262 if (overlaps_hard_reg_set_p (defs, GET_MODE (src), sregno))
270 || overlaps_hard_reg_set_p (defs, GET_MODE (dest), dregno))
366 DF_REF_CONDITIONAL defs. So if DF_LIVE doesn't exist, i.e.
439 HARD_REG_SET uses, defs; local
456 CLEAR_HARD_REG_SET (defs);
460 && !move_insn_for_shrink_wrap (entry_block, insn, uses, defs,
463 /* Add all defined registers to DEFs. */
469 SET_HARD_REG_BIT (defs, i)
    [all...]
  /src/lib/libterminfo/
termcap.c 494 int defs[__arraycount(def_infos)], fv; local
499 len += __arraycount(def_infos) * (5 + 4 + 3); /* reserve for defs */
504 memset(defs, 0, sizeof(defs));
547 defs[nl] = 1;
590 if (defs[nl] == 0) {
  /src/external/gpl3/gdb/dist/sim/sh/
gencode.c 44 const char * const defs; member in struct:__anon19960
3661 /* Do the defs. */
3663 for (r = p->defs; *r; r++)
  /src/external/gpl3/gdb.old/dist/sim/sh/
gencode.c 44 const char * const defs; member in struct:__anon22699
3661 /* Do the defs. */
3663 for (r = p->defs; *r; r++)
  /src/usr.bin/vgrind/
vfontedpr.c 139 char *defs; local
228 * get the language definition from the defs file
230 i = cgetent(&defs, defsfile, language);
242 if (cgetustr(defs, "kw", &cp) == -1)
258 cgetustr(defs, "pb", &cp);
260 cgetustr(defs, "cb", &cp);
262 cgetustr(defs, "ce", &cp);
264 cgetustr(defs, "ab", &cp);
266 cgetustr(defs, "ae", &cp);
268 cgetustr(defs, "sb", &cp)
    [all...]
  /src/external/gpl3/gcc/dist/libcpp/
pch.cc 115 cpp_hashnode **defs; member in struct:cpp_savedstate
285 ss->defs[ss->n_defs] = hn;
323 ss->defs = XNEWVEC (cpp_hashnode *, ss->n_defs);
328 qsort (ss->defs, ss->n_defs, sizeof (cpp_hashnode *), &comp_hashnodes);
332 size_t len = NODE_LEN (ss->defs[i]);
333 memcpy (definedstrs, NODE_NAME (ss->defs[i]), len + 1);
346 free (ss->defs);
522 cpp_hashnode **defs; member in struct:ht_node_list
542 nl->defs = XRESIZEVEC (cpp_hashnode *, nl->defs, nl->asize)
    [all...]
  /src/external/gpl3/gcc/dist/libobjc/objc-private/
module-abi-8.h 64 void *defs[1]; /* Variable array of pointers. member in struct:objc_symtab
  /src/external/gpl3/gcc.old/dist/libcpp/
pch.cc 115 cpp_hashnode **defs; member in struct:cpp_savedstate
285 ss->defs[ss->n_defs] = hn;
323 ss->defs = XNEWVEC (cpp_hashnode *, ss->n_defs);
328 qsort (ss->defs, ss->n_defs, sizeof (cpp_hashnode *), &comp_hashnodes);
332 size_t len = NODE_LEN (ss->defs[i]);
333 memcpy (definedstrs, NODE_NAME (ss->defs[i]), len + 1);
346 free (ss->defs);
522 cpp_hashnode **defs; member in struct:ht_node_list
542 nl->defs = XRESIZEVEC (cpp_hashnode *, nl->defs, nl->asize)
    [all...]
  /src/external/gpl3/gcc.old/dist/libobjc/objc-private/
module-abi-8.h 64 void *defs[1]; /* Variable array of pointers. member in struct:objc_symtab
  /src/external/public-domain/sqlite/dist/autosetup/
proj.tcl 1248 # Internal helper for proj-dump-defs-json. Expects to be passed a
1250 # proj-dump-defs-json. If it finds a pattern match for the given
1254 proc proj-defs-type_ {name spec} {
1266 # Internal helper for proj-defs-format_: returns a JSON-ish quoted
1276 # An internal impl detail of proj-dump-defs-json. Requires a data
1278 # the formatted value or the value $::proj__Config(defs-skip) if the caller
1281 set ::proj__Config(defs-skip) "-proj-defs-format_ sentinel"
1282 proc proj-defs-format_ {type value} {
1288 set value $::proj__Config(defs-skip
    [all...]
  /src/external/gpl2/groff/dist/src/devices/grops/
ps.cpp 72 const char *const defs_dict_name = "DEFS";
558 string defs; member in class:ps_printer
1476 defs += '\0';
1477 out.special(defs.contents());
1648 defs += arg;
1650 defs += '\n';
1676 defs += arg;
1678 defs += '\n';

Completed in 36 milliseconds

1 2