Searched refs:predicate (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dghash.in.h80 GHRFunc predicate,
H A Dghash.c666 * items). To remove all items matching a predicate, use
688 * @predicate: function to test the key/value pairs for a certain property.
692 * @predicate returns %TRUE. The function is passed the key and value of
704 GHRFunc predicate,
711 g_return_val_if_fail (predicate != NULL, NULL);
715 if (predicate (node->key, node->value, user_data))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dghash.in.h80 GHRFunc predicate,
H A Dghash.c666 * items). To remove all items matching a predicate, use
688 * @predicate: function to test the key/value pairs for a certain property.
692 * @predicate returns %TRUE. The function is passed the key and value of
704 GHRFunc predicate,
711 g_return_val_if_fail (predicate != NULL, NULL);
715 if (predicate (node->key, node->value, user_data))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dptrace.h96 #define predicate(x) (x & 0xf0000000) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dptrace.h147 #define predicate(x) ((x) & 0xf0000000) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/stf/
H A Dcomfychair.py109 def require(self, predicate, message):
110 """Check a predicate for running this test.
112 If the predicate value is not true, the test is skipped with a message explaining
114 if not predicate:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmessage.h223 message_predicate_ty *predicate);
H A Dmessage.c405 message_predicate_ty *predicate)
410 if (predicate (mlp->item[j]))
404 message_list_remove_if_not(message_list_ty *mlp, message_predicate_ty *predicate) argument
H A Dx-csharp.c1342 Reject Unicode escapes that don't fulfill the given predicate.
1345 do_getc_unicode_escaped (bool (*predicate) (int))
1391 else if (predicate (n))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dptrace.c386 if (!alt || predicate(insn) != PREDICATE_ALWAYS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dptrace.c417 if (!alt || predicate(insn) != PREDICATE_ALWAYS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex1932 predicate. The RPDB is scanned in the order of increasing priority. The selector
1935 the action is performed. The action predicate may return with success.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dfpsp.S16264 # This routine checks which conditional predicate is specified by #
16266 # for that predicate. The corresponding fbcc instruction is then used #
16272 # enabled BSUN should not be flagged and the predicate is true, then #
16282 mov.w EXC_CMDREG(%a6),%d0 # fetch predicate
16893 # This routine checks which conditional predicate is specified by #
16895 # for that predicate. The corresponding fbcc instruction is then used #
16901 # enabled BSUN should not be flagged and the predicate is true, then #
16910 mov.w EXC_CMDREG(%a6),%d0 # fetch predicate
17465 # This routine checks which conditional predicate is specified by #
17467 # for that predicate
[all...]

Completed in 292 milliseconds