/titanic_51/usr/src/cmd/audio/utilities/ |
H A D | Fir.cc | 93 if (size >= order) in updateState() 94 memcpy(state, data + size - order, order * sizeof (double)); in updateState() 96 int old = order - size; in updateState() 99 memcpy(state + order - size, data, size * sizeof (double)); in updateState() 117 for (int i = 0; i < order; i++) in resetState() 127 Fir(int order_in): order(order_in) // construct Fir object in Fir() 129 state = new double[order]; in Fir() 131 coef = new double[order + 1]; in Fir() 132 delay = (order in Fir() [all...] |
H A D | Resample.cc | 62 int order, // LP FIR filter order in sinc_coef() argument 69 int half = order >> 1; in sinc_coef() 70 if (order & 1) { // order is odd, center = half + 0.5 in sinc_coef() 76 } else { // order is even, center = half in sinc_coef() 83 for (; i <= order; i++) // symmetric FIR in sinc_coef() 84 coef[i] = coef[order - i]; in sinc_coef() 93 * convolution of coef[order + 1] and data[length] up-sampled by a factor 100 int order, // filte in poly_conv() argument [all...] |
/titanic_51/usr/src/common/crypto/ecc/ |
H A D | ecl.c | 78 MP_DIGITS(&group->order) = 0; in ECGroup_new() 89 MP_CHECKOK(mp_init(&group->order, kmflag)); in ECGroup_new() 103 const mp_int *geny, const mp_int *order, int cofactor) in ECGroup_consGFp() argument 121 MP_CHECKOK(mp_copy(order, &group->order)); in ECGroup_consGFp() 144 const mp_int *geny, const mp_int *order, int cofactor) in ECGroup_consGFp_mont() argument 164 MP_CHECKOK(mp_copy(order, &group->order)); in ECGroup_consGFp_mont() 189 const mp_int *order, int cofactor) in ECGroup_consGF2m() argument 207 MP_CHECKOK(mp_copy(order, in ECGroup_consGF2m() 232 mp_int irr, curvea, curveb, genx, geny, order; ecgroup_fromNameAndHex() local [all...] |
H A D | ecl_curve.c | 119 if (params->order != NULL) { in ECCurveParams_dup() 121 ret->order = kmem_alloc(strlen(params->order) + 1, kmflag); in ECCurveParams_dup() 122 bcopy(params->order, ret->order, strlen(params->order) + 1); in ECCurveParams_dup() 124 CHECK(ret->order = strdup(params->order)); in ECCurveParams_dup() 193 if (params->order != NULL) in EC_FreeCurveParams() 195 kmem_free(params->order, strle in EC_FreeCurveParams() [all...] |
H A D | ec.c | 91 mp_int Gx, Gy, order, irreducible, a, b; in ec_points_mul() local 146 MP_DIGITS(&order) = 0; in ec_points_mul() 156 CHECK_MPI_OK( mp_init(&order, kmflag) ); in ec_points_mul() 179 SECITEM_TO_MPINT( params->order, &order ); in ec_points_mul() 184 group = ECGroup_consGFp(&irreducible, &a, &b, &Gx, &Gy, &order, params->cofactor); in ec_points_mul() 192 group = ECGroup_consGF2m(&irreducible, irr_arr, &a, &b, &Gx, &Gy, &order, params->cofactor); in ec_points_mul() 229 mp_clear(&order); in ec_points_mul() 306 CHECK_SEC_OK(SECITEM_CopyItem(arena, &key->ecParams.order, in ec_NewKey() 307 &ecParams->order, kmfla in ec_NewKey() 379 ec_GenerateRandomPrivateKey(const unsigned char * order,int len,int kmflag) ec_GenerateRandomPrivateKey() argument [all...] |
/titanic_51/usr/src/cmd/fs.d/ |
H A D | fssnapsup.c | 84 * options determine what data should be displayed and in what order. An 96 * Based on these parameters, an order list is created that tells 97 * fssnap_display_info() what info to display and in what order. 106 int *order, orderlen = MAX_INFO_DESCRIPTORS+1; in fssnap_show_status() local 139 order = (int *)malloc(orderlen * sizeof (int)); in fssnap_show_status() 140 if (order == NULL) { in fssnap_show_status() 142 gettext("cannot allocate order list.\n")); in fssnap_show_status() 151 order[i++] = getsubopt(&suboptions, infosubopts, &v); in fssnap_show_status() 153 order = (int *)realloc(order, in fssnap_show_status() 208 fssnap_display_info(ulong_t snapnum,int * order,int labels) fssnap_display_info() argument [all...] |
/titanic_51/usr/src/lib/libc/i386/gen/ |
H A D | byteorder.s | 44 / reverses the byte order of 'long hl' 48 bswap %eax / reverses the byte order of %eax 54 bswap %eax / reverses the byte order of %eax 61 / reverses the byte order in hs. 65 bswap %eax / reverses the byte order of %eax 72 bswap %eax / reverses the byte order of %eax 83 bswap %eax / reverses the byte order of %eax 94 bswap %eax / reverses the byte order of %eax 105 bswap %eax / reverses the byte order of %eax 112 bswap %eax / reverses the byte order o [all...] |
/titanic_51/usr/src/lib/libsqlite/test/ |
H A D | notnull.test | 39 SELECT * FROM t1 order by a; 46 SELECT * FROM t1 order by a; 53 SELECT * FROM t1 order by a; 60 SELECT * FROM t1 order by a; 67 SELECT * FROM t1 order by a; 74 SELECT * FROM t1 order by a; 81 SELECT * FROM t1 order by a; 88 SELECT * FROM t1 order by a; 95 SELECT * FROM t1 order by a; 102 SELECT * FROM t1 order b [all...] |
/titanic_51/usr/src/cmd/avs/dscfglockd/ |
H A D | dscfglockd.c | 89 int32_t order; /* who gets priority? */ member 98 int32_t order; variable 140 int32_t order; member 257 addr_is_holder(int32_t order) in addr_is_holder() argument 260 (order == the_lock.remote_daemon->order)); in addr_is_holder() 307 message_buf.order = order; in send_lockmsg() 356 daemon_alive(daemonaddr_t *daemon, int32_t order) in daemon_alive() argument 365 ldp->order in daemon_alive() 812 remote_unlock(int32_t order,daemonaddr_t * d) remote_unlock() argument [all...] |
/titanic_51/usr/src/lib/libnsl/yp/ |
H A D | yp_order.c | 58 yp_order(char *domain, char *map, unsigned long *order) in yp_order() argument 73 (order == NULL)) in yp_order() 84 order); in yp_order() 107 struct timeval timeout, unsigned long *order) in doorder() argument 134 *order = (unsigned long)resp.ordernum; in doorder()
|
/titanic_51/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_label.c | 166 * order: "reverse" or "forward" - sets the direction of the correlation 176 char *fmtstr, *order, buf[BUFSZ]; in simple_dimm_label_mp() local 200 if ((ret = nvlist_lookup_string(args, "order", &order)) != 0) { in simple_dimm_label_mp() 201 topo_mod_dprintf(mod, "Failed to lookup 'order' arg (%s)\n", in simple_dimm_label_mp() 207 topo_mod_free(mod, order, BUFSZ); in simple_dimm_label_mp() 214 if (strcasecmp(order, "forward") == 0) in simple_dimm_label_mp() 218 else if (strcasecmp(order, "reverse") == 0) in simple_dimm_label_mp() 224 topo_mod_dprintf(mod, "Invalid value for order arg\n"); in simple_dimm_label_mp() 225 topo_mod_free(mod, order, BUFS in simple_dimm_label_mp() 262 char *fmtstr, *order, buf[BUFSZ]; seq_dimm_label() local [all...] |
/titanic_51/usr/src/common/zfs/ |
H A D | zprop_common.c | 141 * A comparison function we can use to order indexes into property tables. 171 zprop_desc_t **order; in zprop_iter_common() local 178 order = kmem_alloc(size, KM_SLEEP); in zprop_iter_common() 180 if ((order = malloc(size)) == NULL) in zprop_iter_common() 185 order[j] = &prop_tbl[j]; in zprop_iter_common() 188 qsort((void *)order, num_props, sizeof (zprop_desc_t *), in zprop_iter_common() 194 if ((order[i]->pd_visible || show_all) && in zprop_iter_common() 195 (func(order[i]->pd_propnum, cb) != ZPROP_CONT)) { in zprop_iter_common() 196 prop = order[i]->pd_propnum; in zprop_iter_common() 202 kmem_free(order, siz in zprop_iter_common() [all...] |
/titanic_51/usr/src/boot/sys/sys/ |
H A D | module.h | 139 #define DECLARE_MODULE_WITH_MAXVER(name, data, sub, order, maxver) \ argument 143 SYSINIT(name##module, sub, order, module_register_init, &data); \ 146 #define DECLARE_MODULE(name, data, sub, order) \ argument 147 DECLARE_MODULE_WITH_MAXVER(name, data, sub, order, MODULE_KERNEL_MAXVER) 156 #define DECLARE_MODULE_TIED(name, data, sub, order) \ argument 157 DECLARE_MODULE_WITH_MAXVER(name, data, sub, order, __FreeBSD_version)
|
/titanic_51/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | LogLinearDistribution.java | 24 * action. Aggregated values are aggregated logarithmicly by order of 26 * llquantize()} action, but linearly within each order of magnitude bounded 126 int order, bucket = 0; in fillRangeCache() local 136 for (order = 0; order < low; order++) in fillRangeCache() 148 while (order <= high) { in fillRangeCache() 158 order++; in fillRangeCache()
|
/titanic_51/usr/src/common/ficl/softcore/ |
H A D | marker.fr | 9 get-order dup , 12 0 set-order \ clear search order
|
H A D | softcore.fr | 201 \ PREVIOUS drops the search order stack 210 \ previous ( pop HIDDEN off the search order ) 224 \ ONLY sets the search order to a default state 226 -1 set-order ; 228 \ ORDER displays the compile wid and the search order list 240 : order ( -- ) 242 get-order 0 ?do 3 spaces list-wid loop cr 250 previous \ lose hidden words from search order
|
/titanic_51/usr/src/cmd/tnf/prex/ |
H A D | list.c | 95 static void printattrs(const void *node, VISIT order, int level); 96 static void printvals(const void *node, VISIT order, int level); 449 VISIT order, in printattrs() argument 454 if (order == postorder || order == leaf) { in printattrs() 468 VISIT order, in printvals() argument 473 if (order == postorder || order == leaf) in printvals()
|
/titanic_51/usr/src/cmd/dtrace/test/tst/common/pragma/ |
H A D | tst.libdepfullyconnected.ksh | 71 @order = qw(libc libe liba libd libb); 87 exit 1 if @new != @order; 90 exit 1 if pop(@new) ne pop(@order);
|
/titanic_51/usr/src/common/ficl/test/ |
H A D | ficltest.fr | 3 -1 set-order 44 testing default search order 45 { get-order -> forth-wordlist 1 } 46 { only definitions get-order -> forth-wordlist 1 }
|
/titanic_51/usr/src/cmd/sgs/error/common/ |
H A D | errormain.c | 95 * -E: show the errors in sorted order; intended for 98 * -S: show the errors in unsorted order 289 int order; in errorsort() local 307 order = strcmp(ep1->error_text[0], ep2->error_text[0]); in errorsort() 308 if (order == 0) { in errorsort() 311 return (order); in errorsort()
|
H A D | errorfilter.c | 135 int order; in search_ignore() local 141 if ((order = strcmp(key, names_ignored[halfway])) == 0) in search_ignore() 143 if (order < 0) /* key is less than probe, throw away above */ in search_ignore()
|
/titanic_51/usr/src/uts/intel/os/ |
H A D | mach | 26 # CAUTION! The order of modules specified here is very important. If the 27 # order is not correct it can result in unexpected system behavior. The 28 # loading of modules is in the reverse order specified here (i.e. the last
|
/titanic_51/usr/src/lib/efcode/engine/ |
H A D | interface.c | 242 env->order = MALLOC(MAX_ORDER * sizeof (token_t)); in clone_environment() 243 memcpy(env->order, src->order, MAX_ORDER * sizeof (token_t)); in clone_environment() 258 FREE(env->order); in destroy_environment()
|
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | svc-sockfilter | 38 order=`svcprop -p socket-filter/order_hint $SMF_FMRI 2>/dev/null` 41 /sbin/soconfig -F $filter_name $mod_name $type $order $socktups
|
/titanic_51/usr/src/cmd/acct/ |
H A D | acctprc2.c | 34 * sorts in uid/name order, writes tacct.h records to output 129 void print_node(const void *node, VISIT order, int level) { in print_node() argument 130 if (order == postorder || order == leaf) { in print_node()
|