Searched refs:AVAILABLE (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dstr-two-way.h23 AVAILABLE(h, h_l, j, n_l)
207 If AVAILABLE does not modify HAYSTACK_LEN (as in memmem), then at
209 If AVAILABLE modifies HAYSTACK_LEN (as in strstr), then at most 3 *
234 while (AVAILABLE (haystack, haystack_len, j, needle_len))
268 while (AVAILABLE (haystack, haystack_len, j, needle_len))
299 If AVAILABLE does not modify HAYSTACK_LEN (as in memmem), then at
302 If AVAILABLE modifies HAYSTACK_LEN (as in strstr), then at most 3 *
339 while (AVAILABLE (haystack, haystack_len, j, needle_len))
391 while (AVAILABLE (haystack, haystack_len, j, needle_len))
425 #undef AVAILABLE macro
[all...]
H A Dstrcasestr.c33 #define AVAILABLE(h, h_l, j, n_l) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_clock.c66 NO AVAILABLE CLOCK IMPLEMENTATION
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_mvs.c300 #define AVAILABLE(cand, v) \ macro
377 is_available_a1 = AVAILABLE(cand_left, A1);
394 is_available_b1 = AVAILABLE(cand_up, B1);
414 is_available_b0 = check_B0 && AVAILABLE(cand_up_right, B0);
432 is_available_a0 = check_A0 && AVAILABLE(cand_bottom_left, A0);
449 is_available_b2 = AVAILABLE(cand_up_left, B2);
704 is_available_a0 = PRED_BLOCK_AVAILABLE(A0) && AVAILABLE(cand_bottom_left, A0);
712 is_available_a1 = AVAILABLE(cand_left, A1);
752 is_available_b0 = PRED_BLOCK_AVAILABLE(B0) && AVAILABLE(cand_up_right, B0);
767 is_available_b1 = AVAILABLE(cand_u
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dtrace-event-info.c51 #define AVAILABLE "available_tracers" macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Digmp.c387 #define AVAILABLE(skb) ((skb) ? ((skb)->dev ? (skb)->dev->mtu - (skb)->len : \ macro
419 AVAILABLE(skb) < grec_size(pmc, type, gdeleted, sdeleted)) {
441 if (AVAILABLE(skb) < sizeof(__be32) +
484 if (skb && AVAILABLE(skb)<sizeof(struct igmpv3_grec)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dmcast.c1477 #define AVAILABLE(skb) ((skb) ? ((skb)->dev ? (skb)->dev->mtu - (skb)->len : \ macro
1509 AVAILABLE(skb) < grec_size(pmc, type, gdeleted, sdeleted)) {
1531 if (AVAILABLE(skb) < sizeof(*psrc) +
1574 if (skb && AVAILABLE(skb) < sizeof(struct mld2_grec)) {

Completed in 73 milliseconds