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

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/libvpx/source/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/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/main/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:__anon1350
  /external/chromium_org/third_party/libsrtp/srtp/test/
lfsr.c 46 parity(uint32_t x) { function
75 if (parity(mask.value & lfsr.value))
  /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 195 uint16_t parity; local
220 parity = 0;
222 parity = PARENB;
224 parity = (PARENB | PARODD);
227 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:__anon51225
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon51579
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon51933
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon52341
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon52715
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon53128
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon53501
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon54120
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon54457
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon55251
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon55698
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon56058
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon56398
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/hdlc/
ioctl.h 30 unsigned short parity; member in struct:__anon56755

Completed in 3283 milliseconds

1 2 3 4 5 6 7 8