HomeSort by relevance Sort by last modified time
    Searched refs:odd (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
CdmaSmsSubaddress.java 23 public byte odd; field in class:CdmaSmsSubaddress
  /external/opencv/cvaux/src/
cvvideo.cpp 53 CvMat odd_stub, *odd = (CvMat*)fieldOdd; local
59 CV_CALL( odd = cvGetMat( odd, &odd_stub ));
61 if( !CV_ARE_TYPES_EQ( frame, even ) || !CV_ARE_TYPES_EQ( frame, odd ))
64 if( frame->cols != even->cols || frame->cols != odd->cols ||
65 frame->rows != even->rows*2 || odd->rows != even->rows )
75 memcpy( odd->data.ptr + even->step*y,
  /external/stlport/test/unit/
bcompos_test.cpp 38 binary_compose<logical_and<bool>, odd, positive>
39 b = binary_compose<logical_and<bool>, odd, positive>(logical_and<bool>(), odd(), positive());
52 compose2(logical_and<bool>(), odd(), positive()));
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
unary.h 11 struct odd : public unary_function<int, bool> { struct in inherits:unary_function
unary_test.cpp 47 //unary_negate<odd>::argument_type arg_val = 0;
48 int* p = find_if((int*)array, (int*)array + 3, unary_negate<odd>(odd()));
55 int* p = find_if((int*)array, (int*)array + 3, not1(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/tests/device/test-gnustl-full/unit/
bcompos_test.cpp 38 binary_compose<logical_and<bool>, odd, positive>
39 b = binary_compose<logical_and<bool>, odd, positive>(logical_and<bool>(), odd(), positive());
52 compose2(logical_and<bool>(), odd(), positive()));
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
unary.h 11 struct odd : public unary_function<int, bool> { struct in inherits:unary_function
unary_test.cpp 47 //unary_negate<odd>::argument_type arg_val = 0;
48 int* p = find_if((int*)array, (int*)array + 3, unary_negate<odd>(odd()));
55 int* p = find_if((int*)array, (int*)array + 3, not1(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/tests/device/test-stlport/unit/
bcompos_test.cpp 38 binary_compose<logical_and<bool>, odd, positive>
39 b = binary_compose<logical_and<bool>, odd, positive>(logical_and<bool>(), odd(), positive());
52 compose2(logical_and<bool>(), odd(), positive()));
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
unary.h 11 struct odd : public unary_function<int, bool> { struct in inherits:unary_function
unary_test.cpp 47 //unary_negate<odd>::argument_type arg_val = 0;
48 int* p = find_if((int*)array, (int*)array + 3, unary_negate<odd>(odd()));
55 int* p = find_if((int*)array, (int*)array + 3, not1(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/llvm/lib/Target/CellSPU/
SPUNopFiller.cpp 33 bool isEvenPlace; // the instruction slot (mem address) at hand is even/odd
60 odd = 3 } SPUOpPlace; enumerator in enum:__anon10436::SPUNopFiller::__anon10437
75 assert( isEvenPlace && "basic block start from odd address");
91 // padd: odd(wrong), even(wrong), ...
92 // to: nop(corr), odd(corr), even(corr)...
93 if( isEvenPlace && this_optype == odd && next_optype == even ) {
100 // padd: even(wrong), odd(wrong), ...
101 // to: lnop(corr), even(corr), odd(corr)...
102 else if ( !isEvenPlace && this_optype == even && next_optype == odd){
119 if (getOpPlacement( *J ) == odd) {
    [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...]
  /bionic/libc/kernel/common/linux/
aio_abi.h 46 #error edit for your odd byteorder.
  /development/ndk/platforms/android-3/include/linux/
aio_abi.h 40 #error edit for your odd byteorder.
  /external/kernel-headers/original/linux/
aio_abi.h 59 #error edit for your odd byteorder.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
aio_abi.h 69 #error edit for your odd byteorder.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
aio_abi.h 69 #error edit for your odd byteorder.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
aio_abi.h 69 #error edit for your odd byteorder.

Completed in 541 milliseconds

1 2 3 4 5 6