/external/chromium_org/third_party/smhasher/src/ |
Bitvec.h | 15 uint32_t parity ( uint32_t v );
|
/external/e2fsprogs/lib/ext2fs/ |
dirhash.c | 50 /* F, G and H are basic MD4 functions: selection, majority, parity */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ak4117.h | 121 #define AK4117_PAR (1<<6) /* parity error or biphase error status, 0 = no error, 1 = error */
|
ak4114.h | 139 #define AK4114_PAR (1<<0) /* parity error or biphase error status, 0 = no error, 1 = error */
|
cs8427.h | 164 #define CS8427_PAR (1<<0) /* Parity error */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ak4117.h | 121 #define AK4117_PAR (1<<6) /* parity error or biphase error status, 0 = no error, 1 = error */
|
ak4114.h | 139 #define AK4114_PAR (1<<0) /* parity error or biphase error status, 0 = no error, 1 = error */
|
cs8427.h | 164 #define CS8427_PAR (1<<0) /* Parity error */
|
/external/grub/grub/ |
asmstub.c | 1103 int word_len, int parity, int stop_bit_len) 1166 /* Set the parity. */ 1167 switch (parity)
|
/external/chromium_org/v8/src/ia32/ |
codegen-ia32.cc | [all...] |
/external/grub/stage2/ |
builtins.c | 3440 int parity = UART_NO_PARITY; local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
DESedeWrapEngine.java | 27 * parity bits on the key and, if it's a two-key triple-des key, pad it
|
/external/kernel-headers/original/asm-mips/mach-au1x00/ |
au1000.h | [all...] |
/external/kernel-headers/original/linux/raid/ |
md_k.h | 159 * parity/replica mismatch found
|
/external/kernel-headers/original/linux/ |
tty.h | 72 * When a break, frame error, or parity error happens, these codes are
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
asm.php | 124 'far','far16','fortran','fword','near','near16','overflow?','parity?','pascal','qword',
|
/external/qemu/hw/ |
pckbd.c | 78 #define KBD_STAT_PERR 0x80 /* Parity error */
|
/frameworks/base/docs/html/training/design-navigation/ |
multiple-sizes.jd | 91 <p>In this scenario, the left pane is completely hidden in portrait mode. However, <em>to ensure the functional parity</em> of your screen in portrait and landscape, the left pane should be made available via an onscreen affordance (such as a button). It's usually appropriate to use the <em>Up</em> button in the Action Bar (<a href="{@docRoot}design/patterns/actionbar.html">pattern docs</a> at Android Design) to show the left pane, as is discussed in a <a href="ancestral-temporal.html">later lesson</a>.</p></li>
|
/external/bluetooth/bluedroid/stack/rfcomm/ |
rfc_port_fsm.c | 900 port_pars->parity = p_frame->u.rpn.parity;
|
rfc_ts_frames.c | 479 | (p_pars->parity << RFCOMM_RPN_PARITY_SHIFT) 867 p_rx_frame->u.rpn.parity = (*p_data >> RFCOMM_RPN_PARITY_SHIFT) & RFCOMM_RPN_PARITY_MASK;
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
set_key.c | 324 /* return 0 if key parity is odd (correct), 325 * return -1 if key parity error,
|
/external/chromium_org/third_party/simplejson/ |
__init__.py | 385 parse_float=decimal.Decimal for parity with ``dump``. 441 parse_float=decimal.Decimal for parity with ``dump``.
|
/external/e2fsprogs/misc/ |
mke2fs.8.in | 217 parity disk, so N will be the number of disks in the array minus 1). 219 parity in a RAID stripe if possible when the data is written.
|
/external/libnfc-nxp/Linux_x86/ |
phDal4Nfc_uart.c | 199 CS8 : 8n1 (8bit,no parity,1 stopbit) 204 gComPortContext.nIoConfig.c_iflag = IGNPAR; /* Input mode flags : IGNPAR Ignore parity errors */
|
/external/openssl/crypto/des/ |
set_key.c | 324 /* return 0 if key parity is odd (correct), 325 * return -1 if key parity error,
|