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

1 2 3 4 5 6 7 8 9

  /src/tests/usr.bin/indent/
lsym_storage_class.c 17 // The token after a modifier (in this case 'dc') is always interpreted as a
19 double complex dc; variable
  /src/external/gpl3/binutils/dist/libiberty/
cp-demint.c 196 struct demangle_component *dc; local
223 dc = cplus_demangle_mangled_name (&di, 1);
225 dc = cplus_demangle_type (&di);
230 dc = NULL;
234 if (dc != NULL)
239 return dc;
  /src/external/gpl3/binutils.old/dist/libiberty/
cp-demint.c 196 struct demangle_component *dc; local
223 dc = cplus_demangle_mangled_name (&di, 1);
225 dc = cplus_demangle_type (&di);
230 dc = NULL;
234 if (dc != NULL)
239 return dc;
  /src/external/gpl3/gcc/dist/libdecnumber/bid/
decimal128.c 131 decContext dc; /* work */ local
134 decContextDefault (&dc, DEC_INIT_DECIMAL128); /* no traps, please */
135 dc.round = set->round; /* use supplied rounding */
137 decNumberFromString (&dn, string, &dc); /* will round if needed */
138 decimal128FromNumber (result, &dn, &dc);
139 if (dc.status != 0)
141 decContextSetStatus (set, dc.status); /* .. pass it on */
decimal32.c 131 decContext dc; /* work */ local
134 decContextDefault (&dc, DEC_INIT_DECIMAL32); /* no traps, please */
135 dc.round = set->round; /* use supplied rounding */
137 decNumberFromString (&dn, string, &dc); /* will round if needed */
138 decimal32FromNumber (result, &dn, &dc);
139 if (dc.status != 0)
141 decContextSetStatus (set, dc.status); /* .. pass it on */
decimal64.c 131 decContext dc; /* work */ local
134 decContextDefault (&dc, DEC_INIT_DECIMAL64); /* no traps, please */
135 dc.round = set->round; /* use supplied rounding */
137 decNumberFromString (&dn, string, &dc); /* will round if needed */
138 decimal64FromNumber (result, &dn, &dc);
139 if (dc.status != 0)
141 decContextSetStatus (set, dc.status); /* .. pass it on */
  /src/external/gpl3/gcc/dist/libiberty/
cp-demint.c 196 struct demangle_component *dc; local
223 dc = cplus_demangle_mangled_name (&di, 1);
225 dc = cplus_demangle_type (&di);
230 dc = NULL;
234 if (dc != NULL)
239 return dc;
  /src/external/gpl3/gcc.old/dist/libdecnumber/bid/
decimal128.c 131 decContext dc; /* work */ local
134 decContextDefault (&dc, DEC_INIT_DECIMAL128); /* no traps, please */
135 dc.round = set->round; /* use supplied rounding */
137 decNumberFromString (&dn, string, &dc); /* will round if needed */
138 decimal128FromNumber (result, &dn, &dc);
139 if (dc.status != 0)
141 decContextSetStatus (set, dc.status); /* .. pass it on */
decimal32.c 131 decContext dc; /* work */ local
134 decContextDefault (&dc, DEC_INIT_DECIMAL32); /* no traps, please */
135 dc.round = set->round; /* use supplied rounding */
137 decNumberFromString (&dn, string, &dc); /* will round if needed */
138 decimal32FromNumber (result, &dn, &dc);
139 if (dc.status != 0)
141 decContextSetStatus (set, dc.status); /* .. pass it on */
decimal64.c 131 decContext dc; /* work */ local
134 decContextDefault (&dc, DEC_INIT_DECIMAL64); /* no traps, please */
135 dc.round = set->round; /* use supplied rounding */
137 decNumberFromString (&dn, string, &dc); /* will round if needed */
138 decimal64FromNumber (result, &dn, &dc);
139 if (dc.status != 0)
141 decContextSetStatus (set, dc.status); /* .. pass it on */
  /src/external/gpl3/gcc.old/dist/libiberty/
cp-demint.c 196 struct demangle_component *dc; local
223 dc = cplus_demangle_mangled_name (&di, 1);
225 dc = cplus_demangle_type (&di);
230 dc = NULL;
234 if (dc != NULL)
239 return dc;
  /src/external/gpl3/gdb/dist/libdecnumber/bid/
decimal128.c 131 decContext dc; /* work */ local
134 decContextDefault (&dc, DEC_INIT_DECIMAL128); /* no traps, please */
135 dc.round = set->round; /* use supplied rounding */
137 decNumberFromString (&dn, string, &dc); /* will round if needed */
138 decimal128FromNumber (result, &dn, &dc);
139 if (dc.status != 0)
141 decContextSetStatus (set, dc.status); /* .. pass it on */
decimal32.c 131 decContext dc; /* work */ local
134 decContextDefault (&dc, DEC_INIT_DECIMAL32); /* no traps, please */
135 dc.round = set->round; /* use supplied rounding */
137 decNumberFromString (&dn, string, &dc); /* will round if needed */
138 decimal32FromNumber (result, &dn, &dc);
139 if (dc.status != 0)
141 decContextSetStatus (set, dc.status); /* .. pass it on */
decimal64.c 131 decContext dc; /* work */ local
134 decContextDefault (&dc, DEC_INIT_DECIMAL64); /* no traps, please */
135 dc.round = set->round; /* use supplied rounding */
137 decNumberFromString (&dn, string, &dc); /* will round if needed */
138 decimal64FromNumber (result, &dn, &dc);
139 if (dc.status != 0)
141 decContextSetStatus (set, dc.status); /* .. pass it on */
  /src/external/gpl3/gdb/dist/libiberty/
cp-demint.c 196 struct demangle_component *dc; local
223 dc = cplus_demangle_mangled_name (&di, 1);
225 dc = cplus_demangle_type (&di);
230 dc = NULL;
234 if (dc != NULL)
239 return dc;
  /src/external/gpl3/gdb.old/dist/libdecnumber/bid/
decimal128.c 131 decContext dc; /* work */ local
134 decContextDefault (&dc, DEC_INIT_DECIMAL128); /* no traps, please */
135 dc.round = set->round; /* use supplied rounding */
137 decNumberFromString (&dn, string, &dc); /* will round if needed */
138 decimal128FromNumber (result, &dn, &dc);
139 if (dc.status != 0)
141 decContextSetStatus (set, dc.status); /* .. pass it on */
decimal32.c 131 decContext dc; /* work */ local
134 decContextDefault (&dc, DEC_INIT_DECIMAL32); /* no traps, please */
135 dc.round = set->round; /* use supplied rounding */
137 decNumberFromString (&dn, string, &dc); /* will round if needed */
138 decimal32FromNumber (result, &dn, &dc);
139 if (dc.status != 0)
141 decContextSetStatus (set, dc.status); /* .. pass it on */
decimal64.c 131 decContext dc; /* work */ local
134 decContextDefault (&dc, DEC_INIT_DECIMAL64); /* no traps, please */
135 dc.round = set->round; /* use supplied rounding */
137 decNumberFromString (&dn, string, &dc); /* will round if needed */
138 decimal64FromNumber (result, &dn, &dc);
139 if (dc.status != 0)
141 decContextSetStatus (set, dc.status); /* .. pass it on */
  /src/external/gpl3/gdb.old/dist/libiberty/
cp-demint.c 196 struct demangle_component *dc; local
223 dc = cplus_demangle_mangled_name (&di, 1);
225 dc = cplus_demangle_type (&di);
230 dc = NULL;
234 if (dc != NULL)
239 return dc;
  /src/sys/dev/fdt/
fdt_dai.c 55 struct fdtbus_dai_controller *dc; local
57 dc = kmem_alloc(sizeof(*dc), KM_SLEEP);
58 dc->dc_dev = dev;
59 dc->dc_phandle = phandle;
60 dc->dc_funcs = funcs;
62 LIST_INSERT_HEAD(&fdtbus_dai_controllers, dc, dc_next);
70 struct fdtbus_dai_controller *dc; local
72 LIST_FOREACH(dc, &fdtbus_dai_controllers, dc_next) {
73 if (dc->dc_phandle == phandle
89 struct fdtbus_dai_controller *dc; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
dmub_psr.c 32 #include "dc.h"
56 struct dc_context *dc = dmub->ctx; local
67 dc_dmub_srv_cmd_queue(dc->dmub_srv, &cmd.psr_enable.header);
68 dc_dmub_srv_cmd_execute(dc->dmub_srv);
69 dc_dmub_srv_wait_idle(dc->dmub_srv);
79 struct dc_context *dc = dmub->ctx; local
91 dc_dmub_srv_cmd_queue(dc->dmub_srv, &cmd.psr_set_level.header);
92 dc_dmub_srv_cmd_execute(dc->dmub_srv);
93 dc_dmub_srv_wait_idle(dc->dmub_srv);
104 struct dc_context *dc = dmub->ctx local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
dp.h 27 u8 dc; member in struct:nvbios_dpcfg
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
compare.c 48 dncookie dc; local
69 dc.target = mt;
70 dc.conn = op->o_conn;
71 dc.rs = rs;
72 dc.ctx = "compareDN";
74 switch ( ldap_back_dn_massage( &dc, &op->o_req_dn, &mdn ) ) {
108 dc.ctx = "compareAttrDN";
110 switch ( ldap_back_dn_massage( &dc, &op->orc_ava->aa_value, &mapped_value ) )
delete.c 47 dncookie dc; local
66 dc.target = mt;
67 dc.conn = op->o_conn;
68 dc.rs = rs;
69 dc.ctx = "deleteDN";
71 if ( ldap_back_dn_massage( &dc, &op->o_req_dn, &mdn ) ) {
modrdn.c 48 dncookie dc; local
65 dc.target = mt;
66 dc.conn = op->o_conn;
67 dc.rs = rs;
112 dc.ctx = "newSuperiorDN";
113 if ( ldap_back_dn_massage( &dc, op->orr_newSup, &mnewSuperior ) ) {
123 dc.ctx = "modrDN";
124 if ( ldap_back_dn_massage( &dc, &op->o_req_dn, &mdn ) ) {

Completed in 70 milliseconds

1 2 3 4 5 6 7 8 9