Home
last modified time | relevance | path

Searched refs:dif (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/audio/utilities/
H A Dg721.c599 short y, dif; /* MIX */ in g721_encode() local
674 dif = state_ptr->yu - y; in g721_encode()
676 if (dif > 0) in g721_encode()
677 y += ((int)(dif * al)) >> 6; in g721_encode()
678 else if (dif < 0) in g721_encode()
679 y += ((int)(dif * al) + 0x3F) >> 6; in g721_encode()
736 short y, dif; /* MIX */ in g721_decode() local
772 dif = state_ptr->yu - y; in g721_decode()
774 if (dif > 0) in g721_decode()
775 y += ((int)(dif * al)) >> 6; in g721_decode()
[all …]
H A Dg723.c567 short y, dif; /* MIX */ in _encoder() local
591 dif = state_ptr->yu - y; in _encoder()
593 if (dif > 0) in _encoder()
594 y += ((int)(dif * al)) >> 6; in _encoder()
595 else if (dif < 0) in _encoder()
596 y += ((int)(dif * al) + 0x3F) >> 6; in _encoder()
771 short y, dif; /* MIX */ in g723_decode() local
810 dif = state_ptr->yu - y; in g723_decode()
812 if (dif > 0) in g723_decode()
813 y += ((int)(dif * al)) >> 6; in g723_decode()
[all …]
/titanic_41/usr/src/cmd/idmap/idmapd/
H A Dinit.c302 ad_disc_domainsinforest_t *dif = pgcfg->domains_in_forest; in reload_dcs() local
303 if (dif != NULL) { in reload_dcs()
304 for (; dif->domain[0] != '\0'; dif++) { in reload_dcs()
305 if (domain_eq(pgcfg->domain_name, dif->domain)) { in reload_dcs()
307 dif->domain, dif->sid) != 0) in reload_dcs()
/titanic_41/usr/src/cmd/vi/misc/
H A Dctags.c983 int dif; local
985 dif = strcmp(node->entry, cur_node->entry);
986 if (dif == 0) {
1009 if (dif < 0) {
/titanic_41/usr/src/uts/common/os/
H A Dmmapobj.c1213 size_t dif; in mmapobj_map_elf() local
1229 dif = (uintptr_t)(addr) & PAGEOFFSET; in mmapobj_map_elf()
1240 mrp[i].mr_msize += dif; in mmapobj_map_elf()
/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h240 uint32_t dif :1; /* DIF supported */ member
441 uint32_t dif :1; /* DIF supported */ member
4596 uint32_t dif :1; /* FCoIB */ member