Searched refs:sv (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jdarith.c | 111 register int sv, data; in arith_decode() local 151 sv = *st; in arith_decode() 152 qe = jpeg_aritab[sv & 0x7F]; /* => Qe_Value */ in arith_decode() 165 *st = (sv & 0x80) ^ nm; /* Estimate_after_MPS */ in arith_decode() 168 *st = (sv & 0x80) ^ nl; /* Estimate_after_LPS */ in arith_decode() 169 sv ^= 0x80; /* Exchange LPS/MPS */ in arith_decode() 174 *st = (sv & 0x80) ^ nl; /* Estimate_after_LPS */ in arith_decode() 175 sv ^= 0x80; /* Exchange LPS/MPS */ in arith_decode() 177 *st = (sv & 0x80) ^ nm; /* Estimate_after_MPS */ in arith_decode() 181 return sv >> 7; in arith_decode()
|
A D | jcarith.c | 224 register int sv; in arith_encode() local 229 sv = *st; in arith_encode() 230 qe = jpeg_aritab[sv & 0x7F]; /* => Qe_Value */ in arith_encode() 236 if (val != (sv >> 7)) { in arith_encode() 246 *st = (sv & 0x80) ^ nl; /* Estimate_after_LPS */ in arith_encode() 258 *st = (sv & 0x80) ^ nm; /* Estimate_after_MPS */ in arith_encode()
|
A D | testimg.ppm | 4 …sv�ps�pl�ig�eby\\lQU_GMP;ED0A<)>3-<3,92*41(01).1(+1'+0)/0*2/*6,*:*+@'+D%+G$+H#+A7+LC4WP@[XE`bLgmQi… 5 …]L8]L8]L8]L8]L8^K<_N>aP@`P@]P?[O?[O?[RC[QE[QE\OF\OG_PKcQOfTRhTUiTQiVXi]kmi�sv�z����͉�֗�ٟ�ʪ���}���…
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | test_ref.ppm | 4 …sv�iit�����̕�����}��������������������������������������������������������������������������������…
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/ |
A D | tif_pdsdirwrite.c | 342 uint16 sv; in TIFFWriteNormalSubTag() local 343 (*getFieldFn)(tif, fip->field_tag, &sv); in TIFFWriteNormalSubTag() 345 TIFFInsertData(tif, dir->tdir_type, sv); in TIFFWriteNormalSubTag()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | tcp.c | 1052 pcb->sv = TCP_LARGE_RTO / TCP_SLOW_INTERVAL; in tcp_slowtmr() 1057 pcb->sv = TCP_SMALL_RTO / TCP_SLOW_INTERVAL; in tcp_slowtmr() 1060 pcb->rto = ((pcb->sa >> 3) + pcb->sv) << tcp_backoff[pcb->nrtx]; in tcp_slowtmr() 1624 pcb->sv = TCP_LARGE_RTO / TCP_SLOW_INTERVAL; in tcp_alloc() 1629 pcb->sv = TCP_SMALL_RTO / TCP_SLOW_INTERVAL; in tcp_alloc()
|
A D | tcp_in.c | 1168 pcb->rto = (pcb->sa >> 3) + pcb->sv; 1284 m = m - (pcb->sv >> 2); 1285 pcb->sv += m; 1286 pcb->rto = (pcb->sa >> 3) + pcb->sv;
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | tcp.h | 247 s16_t sa, sv; /* @todo document this */ member
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | tcp.h | 298 s16_t sa, sv; /* @todo document this */ member
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_dir.c | 372 uint16 sv = EXTRASAMPLE_ASSOCALPHA; in _TIFFVSetField() local 373 _TIFFsetShortArray(&td->td_sampleinfo, &sv, 1); in _TIFFVSetField()
|
Completed in 40 milliseconds