HomeSort by relevance Sort by last modified time
    Searched full:bit0 (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/libhevc/common/
ihevc_cabac_tables.h 120 * input : curpState[bits7-2] | curMPS[bit1] | decodedBin[bit0]
121 * output : nextpState[bits6-1] | nextMPS[bit0]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
bits_test.go 130 var bit0, rbit, sbit uint
142 bit0 = 1
153 if mode == ToNearestEven && rbit == 1 && (sbit == 1 || sbit == 0 && bit0 != 0) || mode == AwayFromZero {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
bits_test.go 127 var bit0, rbit, sbit uint
139 bit0 = 1
150 if mode == ToNearestEven && rbit == 1 && (sbit == 1 || sbit == 0 && bit0 != 0) || mode == AwayFromZero {
  /prebuilts/go/darwin-x86/src/math/big/
bits_test.go 127 var bit0, rbit, sbit uint
139 bit0 = 1
150 if mode == ToNearestEven && rbit == 1 && (sbit == 1 || sbit == 0 && bit0 != 0) || mode == AwayFromZero {
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
bits_test.go 130 var bit0, rbit, sbit uint
142 bit0 = 1
153 if mode == ToNearestEven && rbit == 1 && (sbit == 1 || sbit == 0 && bit0 != 0) || mode == AwayFromZero {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
bits_test.go 127 var bit0, rbit, sbit uint
139 bit0 = 1
150 if mode == ToNearestEven && rbit == 1 && (sbit == 1 || sbit == 0 && bit0 != 0) || mode == AwayFromZero {
  /prebuilts/go/linux-x86/src/math/big/
bits_test.go 127 var bit0, rbit, sbit uint
139 bit0 = 1
150 if mode == ToNearestEven && rbit == 1 && (sbit == 1 || sbit == 0 && bit0 != 0) || mode == AwayFromZero {
  /hardware/intel/img/hwcomposer/merrifield/include/
DisplayPlaneManager.h 98 // Bitmap of free planes. Bit0 - plane A, bit 1 - plane B, etc.
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DisplayPlaneManager.h 98 // Bitmap of free planes. Bit0 - plane A, bit 1 - plane B, etc.
  /external/libvpx/libvpx/vp8/decoder/
detokenize.c 142 const int bit0 = VP8GetBit(br, p[9 + bit1]); local
143 const int cat = 2 * bit1 + bit0;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
detokenize.c 142 const int bit0 = VP8GetBit(br, p[9 + bit1]); local
143 const int cat = 2 * bit1 + bit0;
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-arm.c 129 dlog (1, "%p = thumb (bit0 is set)\n", C2v (pc));
140 dlog (1, "bit0 not set, bit1 set => %p = thumb\n", C2v (pc));
149 // the debug info with the bit0 set
server.h 102 In this case, returns pc with the thumb bit set (bit0)
106 if bit0 set => thumb
  /system/bt/embdrv/sbc/decoder/include/
oi_stddefs.h 184 #ifndef BIT0
186 #define BIT0 0x00000001 /**< preprocessor alias for 32-bit value with bit 0 set, used to specify this single bit */
219 #endif /* BIT0 et al */
  /device/huawei/angler/
bcmdhd-pme.cal 195 # flags:bit0 - dynctl enabled, bit1 dynamic desense, bit2 dynamic mode
bcmdhd-high.cal 213 # flags:bit0 - dynctl enabled, bit1 dynamic desense, bit2 dynamic mode
bcmdhd-low.cal 213 # flags:bit0 - dynctl enabled, bit1 dynamic desense, bit2 dynamic mode
  /external/kernel-headers/original/uapi/linux/
synclink.h 18 #define BIT0 0x0001
  /external/skia/src/image/
SkSurface.cpp 18 // Bit0 is RGB(0), BGR(1)
  /external/valgrind/docs/internals/
arm_thumb_notes_gdbserver.txt 11 encoded in the bit0 of the program counter.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
synclink.h 18 #define BIT0 0x0001
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
synclink.h 18 #define BIT0 0x0001
  /system/bt/embdrv/sbc/decoder/srce/
decoder-private.c 115 frame->subbands = (d1 & BIT0);
  /toolchain/binutils/binutils-2.25/opcodes/
arc-ext.c 38 /* FIXME: ??? need to also check 0/1/2 in bit0 for (3f) brk/sleep/swi */
  /bionic/libc/arch-arm64/generic/bionic/
strchr.S 70 off bit0 for the special case of looking for NUL). Since the bits

Completed in 1927 milliseconds

1 2 3 4