HomeSort by relevance Sort by last modified time
    Searched defs:parity (Results 1 - 25 of 198) sorted by null

1 2 3 4 5 6 7 8

  /external/libvpx/libvpx/test/
vp8_boolcoder_test.cc 64 const int parity = i & 1; local
69 (method == 4) ? (parity ? 0 : 255) :
71 (method == 5) ? (parity ? rnd(128) : 255 - rnd(128)) :
73 (parity ? rnd(64) : 255 - rnd(64)) :
74 (parity ? rnd(32) : 255 - rnd(32));
vp9_boolcoder_test.cc 37 const int parity = i & 1; local
42 (method == 4) ? (parity ? 0 : 255) :
44 (method == 5) ? (parity ? rnd(128) : 255 - rnd(128)) :
46 (parity ? rnd(64) : 255 - rnd(64)) :
47 (parity ? rnd(32) : 255 - rnd(32));
  /external/valgrind/none/tests/x86/
aad_aam.c 6 int parity(int v) { function
53 if (pf != parity(out&0xff)) {
100 if (pf != parity(out&0xff)) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vp8_boolcoder_test.cc 64 const int parity = i & 1; local
69 (method == 4) ? (parity ? 0 : 255) :
71 (method == 5) ? (parity ? rnd(128) : 255 - rnd(128)) :
73 (parity ? rnd(64) : 255 - rnd(64)) :
74 (parity ? rnd(32) : 255 - rnd(32));
vp9_boolcoder_test.cc 37 const int parity = i & 1; local
42 (method == 4) ? (parity ? 0 : 255) :
44 (method == 5) ? (parity ? rnd(128) : 255 - rnd(128)) :
46 (parity ? rnd(64) : 255 - rnd(64)) :
47 (parity ? rnd(32) : 255 - rnd(32));
  /development/ndk/platforms/android-3/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon2174
  /external/srtp/test/
lfsr.c 11 parity(uint32_t x) { function
40 if (parity(mask.value & lfsr.value))
  /hardware/broadcom/libbt/src/
userial_vendor.c 196 uint16_t parity; local
221 parity = 0;
223 parity = PARENB;
225 parity = (PARENB | PARODD);
228 ALOGE("userial vendor open: unsupported parity bit mode");
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon36478
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon36832
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon37186
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon37594
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon37968
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon38381
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon38754
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon39373
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon39710
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon40504
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon40951
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon41311
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon41651
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon42008
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon42348
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon42705
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon43045

Completed in 692 milliseconds

1 2 3 4 5 6 7 8