Searched refs:PRED (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_mem.c309 #define PRED(x) ((x)->pred) macro
332 if (memList->list != NULL) PRED(memList->list) = NULL;
340 PRED(block)->sig_lo == MEM_SIG, \
345 PRED(block)->sig_hi == MEM_SIG, \
349 SUCC(PRED(block)) = NULL;
365 PRED(block)->sig_lo == MEM_SIG, \
370 PRED(block)->sig_hi == MEM_SIG, \
374 SUCC(PRED(block)) = SUCC(block);
375 PRED(SUCC(block)) = PRED(bloc
379 #undef PRED macro
401 #define PRED macro
426 #undef PRED macro
[all...]
H A Dcsc_list.c165 #define PRED(x) ((x)->pred) macro
410 PRED(list->head) = node;
452 if (list->head != NULL) PRED(list->head) = NULL;
456 if (node != NULL) list->tail = PRED(node);
501 PRED(list->head) = NULL;
510 list->tail = PRED(list->tail);
519 SUCC(PRED(node)) = SUCC(node);
520 PRED(SUCC(node)) = PRED(node);
1638 case CSC_LIST_TAIL: nextNode = PRED(nod
[all...]
H A Dcsc_hash.c161 #define PRED(x) ((x)->pred) macro
750 PRED(*hashListPtrPtr) = newEntryPtr;
797 PRED(*hashListPtrPtr) = NULL;
805 (PRED(oldEntryPtr))->sig_lo == HASH_SIG, \
806 "hashLinkSub: bad signature in PRED(oldEntryPtr)", \
810 (PRED(oldEntryPtr))->sig_hi == HASH_SIG, \
811 "hashLinkSub: bad signature in PRED(oldEntryPtr)", \
814 SUCC(PRED(oldEntryPtr)) = NULL;
820 (PRED(oldEntryPtr))->sig_lo == HASH_SIG, \
821 "hashLinkSub: bad signature in PRED(oldEntryPt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dttaenc.c147 #define PRED(x, k) (int32_t)((((uint64_t)(x) << (k)) - (x)) >> (k)) macro
149 case 1: value -= PRED(c->predictor, 4); break;
151 case 3: value -= PRED(c->predictor, 5); break;
H A Dtta.c315 #define PRED(x, k) (int32_t)((((uint64_t)(x) << (k)) - (x)) >> (k)) macro
317 case 1: *p += PRED(*predictor, 4); break;
319 case 3: *p += PRED(*predictor, 5); break;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtta.c415 #define PRED(x, k) (int32_t)((((uint64_t)x << k) - x) >> k) macro
417 case 1: *p += PRED(*predictor, 4); break;
419 case 3: *p += PRED(*predictor, 5); break;

Completed in 246 milliseconds