Searched refs:qout (Results 1 - 5 of 5) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/mm/
H A Dextmem.c257 struct qout64 *qout; local
261 qout = kmalloc(sizeof(*qout), GFP_KERNEL | GFP_DMA);
262 if ((qin == NULL) || (qout == NULL)) {
269 qin->qoutptr = (unsigned long) qout;
295 memcpy(qout_old, qout, sizeof(struct qout64_old));
296 qout->segstart = (unsigned long) qout_old->segstart;
297 qout->segend = (unsigned long) qout_old->segend;
298 qout->segcnt = qout_old->segcnt;
299 qout
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/mm/
H A Dextmem.c257 struct qout64 *qout; local
261 qout = kmalloc(sizeof(*qout), GFP_KERNEL | GFP_DMA);
262 if ((qin == NULL) || (qout == NULL)) {
269 qin->qoutptr = (unsigned long) qout;
295 memcpy(qout_old, qout, sizeof(struct qout64_old));
296 qout->segstart = (unsigned long) qout_old->segstart;
297 qout->segend = (unsigned long) qout_old->segend;
298 qout->segcnt = qout_old->segcnt;
299 qout
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hcrypto/imath/
H A Dimath.c859 mp_int qout, rout; local
905 qout = q;
908 qout = TEMP(last);
923 if((res = s_udiv(qout, rout)) != MP_OK) goto CLEANUP;
929 if(q) s_qdiv(q, (mp_size) lg); qout = q;
939 if(qout) {
940 MP_SIGN(qout) = (sa == sb) ? MP_ZPOS : MP_NEG;
941 if(CMPZ(qout) == 0)
942 MP_SIGN(qout) = MP_ZPOS;
945 if(q && (res = mp_int_copy(qout,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hcrypto/imath/
H A Dimath.c859 mp_int qout, rout; local
905 qout = q;
908 qout = TEMP(last);
923 if((res = s_udiv(qout, rout)) != MP_OK) goto CLEANUP;
929 if(q) s_qdiv(q, (mp_size) lg); qout = q;
939 if(qout) {
940 MP_SIGN(qout) = (sa == sb) ? MP_ZPOS : MP_NEG;
941 if(CMPZ(qout) == 0)
942 MP_SIGN(qout) = MP_ZPOS;
945 if(q && (res = mp_int_copy(qout,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/hcrypto/imath/
H A Dimath.c859 mp_int qout, rout; local
905 qout = q;
908 qout = TEMP(last);
923 if((res = s_udiv(qout, rout)) != MP_OK) goto CLEANUP;
929 if(q) s_qdiv(q, (mp_size) lg); qout = q;
939 if(qout) {
940 MP_SIGN(qout) = (sa == sb) ? MP_ZPOS : MP_NEG;
941 if(CMPZ(qout) == 0)
942 MP_SIGN(qout) = MP_ZPOS;
945 if(q && (res = mp_int_copy(qout,
[all...]

Completed in 186 milliseconds