Searched defs:even (Results 1 - 4 of 4) sorted by relevance

/external/stlport/test/unit/
H A Dptr2_test.cpp39 bool even(int n_) function
73 int* p = find_if((int*)array, (int*)array + 3, pointer_to_unary_function<int, bool>(even));
81 int* p = find_if((int*)array, (int*)array + 3, ptr_fun(even));
/external/qemu/distrib/zlib-1.2.3/
H A Dcrc32.c377 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
392 /* put operator for two zero bits in even */
393 gf2_matrix_square(even, odd);
396 gf2_matrix_square(odd, even);
399 zero byte, eight zero bits, in even) */
402 gf2_matrix_square(even, odd);
404 crc1 = gf2_matrix_times(even, crc1);
411 /* another iteration of the loop with odd and even swapped */
412 gf2_matrix_square(odd, even);
[all...]
/external/zlib/
H A Dcrc32.c377 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
392 /* put operator for two zero bits in even */
393 gf2_matrix_square(even, odd);
396 gf2_matrix_square(odd, even);
399 zero byte, eight zero bits, in even) */
402 gf2_matrix_square(even, odd);
404 crc1 = gf2_matrix_times(even, crc1);
411 /* another iteration of the loop with odd and even swapped */
412 gf2_matrix_square(odd, even);
[all...]
/external/icu4c/test/intltest/
H A Dtestidna.cpp995 UChar even[MAX_DEST_SIZE]; local
1010 memcpy(even,expected,(expectedLen+1) * U_SIZEOF_UCHAR);
1013 evenLen = func(odd,-1,even,MAX_DEST_SIZE,options, &parseError, &status);
1019 oddLen = func(even,-1,odd,MAX_DEST_SIZE,options, &parseError, &status);
1027 if( u_strCaseCompare(even,evenLen, expected,expectedLen, 0, &status) !=0 ||
1033 if( u_strncmp(even,expected,expectedLen) != 0 ||
1047 memcpy(even,expected,(expectedLen+1) * U_SIZEOF_UCHAR);
1050 evenLen = func(odd,-1,even,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
1056 oddLen = func(even,-1,odd,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
1064 if( u_strCaseCompare(even,evenLe
[all...]

Completed in 27 milliseconds