Home | History | Annotate | Download | only in telephony

Lines Matching full:phase

74     int       phase  = 0x01;
92 phase = (phase << 4) | c;
93 if (phase & 0x100) {
94 if (dst) dst[result] = (byte_t) phase;
96 phase = 0x01;
99 if (phase != 0x01) {
100 if (dst) dst[result] = (byte_t)( phase | 0xf0 );
1028 int phase = 0x01;
1046 phase = (phase << 4) | c;
1048 if (phase & 0x100) {
1049 if (dst) dst[result/2] = (byte_t) phase;
1050 phase = 0x01;
1055 if (dst) dst[result/2] = (byte_t)(phase | 0xf0);