HomeSort by relevance Sort by last modified time
    Searched refs:parity (Results 226 - 246 of 246) sorted by null

1 2 3 4 5 6 7 8 910

  /external/fec/
viterbi615_sse2.c 74 Branchtab615[i].s[state] = (polys[i] < 0) ^ parity((2*state) & abs(polys[i])) ? 255 : 0;
viterbi615_av.c 65 Branchtab615[i].s[state] = (polys[i] < 0) ^ parity((2*state) & abs(polys[i])) ? 255 : 0;
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_dmatmp2.h 324 int parity = 0; local
341 for ( i = j ; i+2 < j+nr ; i++, parity^=1 ) {
342 EMIT_ELT( dest, 0, (i+0+parity) );
343 EMIT_ELT( dest, 1, (i+1-parity) );
  /system/bt/stack/include/
port_api.h 65 UINT8 parity; member in struct:__anon73905
  /external/v8/src/arm/
codegen-arm.cc 774 MarkingParity* parity) {
777 *parity = NO_MARKING_PARITY;
782 GetCodeAgeAndParity(stub, age, parity);
790 MarkingParity parity) {
796 Code* stub = GetCodeAgeStub(isolate, age, parity);
  /external/v8/src/ia32/
codegen-ia32.cc 924 MarkingParity* parity) {
927 *parity = NO_MARKING_PARITY;
933 GetCodeAgeAndParity(stub, age, parity);
941 MarkingParity parity) {
947 Code* stub = GetCodeAgeStub(isolate, age, parity);
  /system/bt/stack/rfcomm/
rfc_port_fsm.c 903 port_pars->parity = p_frame->u.rpn.parity;
rfc_int.h 125 UINT8 parity; member in struct:__anon73970::__anon73971::__anon73976
142 #define LINE_STATUS_RXPARITY 0x04 /* Receive Parity Error */
rfc_ts_frames.c 447 | (p_pars->parity << RFCOMM_RPN_PARITY_SHIFT)
835 p_rx_frame->u.rpn.parity = (*p_data >> RFCOMM_RPN_PARITY_SHIFT) & RFCOMM_RPN_PARITY_MASK;
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
serialjava.py 114 raise ValueError("unsupported parity type: %r" % self._parity)
247 parity=PARITY_EVEN, # enable parity checking variable in class:.Serial
serialposix.py 380 # setup parity
390 raise ValueError('Invalid parity: %r' % self._parity)
689 parity=PARITY_EVEN, # enable parity checking
  /external/opencv3/3rdparty/openexr/Imath/
ImathEuler.h 188 // B -> Parity Even (1==true)
330 bool _parityEven : 1; // "parity of axis permutation"
739 T parity = _parityEven ? 1.0 : -1.0; local
747 a[j] = sj*(cc + ss) * parity,
754 a[j] = (cj*ss + sj*cc) * parity,
  /external/v8/src/mips/
codegen-mips.cc     [all...]
  /external/v8/src/mips64/
codegen-mips64.cc     [all...]
  /external/v8/src/
objects.h 292 // that piggy-back on marking can use the parity to ensure that they only
    [all...]
objects.cc 13833 MarkingParity parity; local
13834 GetCodeAgeAndParity(GetIsolate(), sequence, &age, &parity); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
expr.c 994 character, parity errors and all, is taken as the value
    [all...]
  /external/valgrind/include/vki/
vki-linux.h 2410 int frame, overrun, parity, brk; member in struct:vki_serial_icounter_struct
    [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 830 milliseconds

1 2 3 4 5 6 7 8 910