HomeSort by relevance Sort by last modified time
    Searched defs:odd (Results 1 - 17 of 17) sorted by null

  /external/stlport/test/unit/
unary.h 11 struct odd : public unary_function<int, bool> { struct in inherits:unary_function
count_test.cpp 24 static int odd(int a_);
62 int elements = count_if(numbers.begin(), numbers.end(), odd);
66 count_if(numbers.begin(), numbers.end(), odd, elements);
70 int CountTest::odd(int a_) function in class:CountTest
rm_cp_test.cpp 46 static bool odd(int a_) function
88 replace_if(v1.begin(), v1.end(), odd, 42);
163 replace_copy_if(v1.begin(), v1.end(), v2.begin(), odd, 42);
205 remove_if((int*)numbers, (int*)numbers + 6, odd);
236 remove_copy_if((int*)numbers, (int*)numbers + 6, (int*)result, odd);
find_test.cpp 29 static bool odd(int a_);
78 int *location = find_if((int*)numbers, (int*)numbers + 6, odd);
84 int *out_range = find_if((int*)numbers_even, (int*)numbers_even + 6, odd);
107 bool FindTest::odd(int a_) function in class:FindTest
  /ndk/sources/android/stlport/test/unit/
unary.h 11 struct odd : public unary_function<int, bool> { struct in inherits:unary_function
count_test.cpp 24 static int odd(int a_);
62 int elements = count_if(numbers.begin(), numbers.end(), odd);
66 count_if(numbers.begin(), numbers.end(), odd, elements);
70 int CountTest::odd(int a_) function in class:CountTest
rm_cp_test.cpp 46 static bool odd(int a_) function
88 replace_if(v1.begin(), v1.end(), odd, 42);
163 replace_copy_if(v1.begin(), v1.end(), v2.begin(), odd, 42);
205 remove_if((int*)numbers, (int*)numbers + 6, odd);
236 remove_copy_if((int*)numbers, (int*)numbers + 6, (int*)result, odd);
find_test.cpp 29 static bool odd(int a_);
78 int *location = find_if((int*)numbers, (int*)numbers + 6, odd);
84 int *out_range = find_if((int*)numbers_even, (int*)numbers_even + 6, odd);
107 bool FindTest::odd(int a_) function in class:FindTest
  /external/chromium/third_party/zlib/
crc32.c 378 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local
384 /* put operator for one zero bit in odd */
385 odd[0] = 0xedb88320L; /* CRC-32 polynomial */
388 odd[n] = row;
393 gf2_matrix_square(even, odd);
395 /* put operator for four zero bits in odd */
396 gf2_matrix_square(odd, even);
402 gf2_matrix_square(even, odd);
411 /* another iteration of the loop with odd and even swapped *
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
crc32.c 378 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local
384 /* put operator for one zero bit in odd */
385 odd[0] = 0xedb88320L; /* CRC-32 polynomial */
388 odd[n] = row;
393 gf2_matrix_square(even, odd);
395 /* put operator for four zero bits in odd */
396 gf2_matrix_square(odd, even);
402 gf2_matrix_square(even, odd);
411 /* another iteration of the loop with odd and even swapped *
    [all...]
  /external/zlib/
crc32.c 380 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local
386 /* put operator for one zero bit in odd */
387 odd[0] = 0xedb88320UL; /* CRC-32 polynomial */
390 odd[n] = row;
395 gf2_matrix_square(even, odd);
397 /* put operator for four zero bits in odd */
398 gf2_matrix_square(odd, even);
404 gf2_matrix_square(even, odd);
413 /* another iteration of the loop with odd and even swapped *
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
testidna.cpp 996 UChar odd[MAX_DEST_SIZE]; local
    [all...]
  /external/icu4c/test/intltest/
testidna.cpp 995 UChar odd[MAX_DEST_SIZE]; local
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cbiditst.c 996 UBool odd; local
    [all...]
  /external/icu4c/test/cintltst/
cbiditst.c 996 UBool odd; local
    [all...]
  /hardware/ril/include/telephony/
ril_cdma_sms.h 128 unsigned char odd; member in struct:__anon9844
  /external/emma/lib/
emma.jar 

Completed in 374 milliseconds