Searched defs:invert (Results 1 - 3 of 3) sorted by relevance
/forgerock/web-agents-v4/cmocka/ |
H A D | cmocka.c | 844 * If invert is 0 and the value is in the set 1 is returned, otherwise 0 is 845 * returned and an error is displayed. If invert is 1 and the value is not 851 const CheckIntegerSet * const check_integer_set, const int invert) { 852 int succeeded = invert; 860 /* If invert = 0 and item is found, succeeded = 1. */ 861 /* If invert = 1 and item is found, succeeded = 0. */ 870 invert ? "" : "not "); 849 value_in_set_display_error( const LargestIntegralType value, const CheckIntegerSet * const check_integer_set, const int invert) argument
|
/forgerock/web-agents-v4/pcre/ |
H A D | pcre_jit_compile.c | 3916 static BOOL check_class_ranges(compiler_common *common, const pcre_uint8 *bits, BOOL nclass, BOOL invert, jump_list **backtracks); 4202 static BOOL check_class_ranges(compiler_common *common, const pcre_uint8 *bits, BOOL nclass, BOOL invert, jump_list **backtracks) argument 4246 if (invert) bit ^= 0x1;
|
/forgerock/authenticator-android-v2/app/libs/ |
H A D | core-2.3.0.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ... |
Completed in 113 milliseconds