Searched refs:get_bucket (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddebugobjects.c242 static struct debug_bucket *get_bucket(unsigned long addr) function
308 db = get_bucket((unsigned long) addr);
390 db = get_bucket((unsigned long) addr);
443 db = get_bucket((unsigned long) addr);
491 db = get_bucket((unsigned long) addr);
537 db = get_bucket((unsigned long) addr);
580 db = get_bucket((unsigned long) addr);
628 db = get_bucket(paddr);
838 db = get_bucket((unsigned long) addr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddnxhdenc.c797 static inline int get_bucket(int value, int shift) function
811 buckets[j][get_bucket(v, 0)]++;
829 int v = get_bucket(data[i].value, shift);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddnxhdenc.c932 static inline int get_bucket(int value, int shift) function
947 buckets[j][get_bucket(v, 0)]++;
966 int v = get_bucket(data[i].value, shift);

Completed in 133 milliseconds