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

1 2

  /external/regex-re2/util/
rune.cc 26 Bit4 = 3,
33 T4 = ((1<<(Bit4+1))-1) ^ 0xFF, /* 1111 0000 */
39 Rune4 = (1<<(Bit4+3*Bitx))-1,
  /external/libutf/
rune.c 25 Bit4 = 3,
32 T4 = ((1<<(Bit4+1))-1) ^ 0xFF, /* 1111 0000 */
38 Rune4 = (1<<(Bit4+3*Bitx))-1,
  /external/lldb/source/DataFormatters/
CF.cpp 170 bool bit4 = (byte & 16) == 16; local
178 (bit4 ? '1' : '0'),
192 bool bit4 = (byte & 16) == 16; local
213 stream.Printf("%c",bit4 ? '1' : '0');
  /external/kernel-headers/original/uapi/linux/
synclink.h 22 #define BIT4 0x0010
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
syn_filt.c 154 /* sig_lo = bit4 to bit15 of synthesis */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
synclink.h 22 #define BIT4 0x0010
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
synclink.h 22 #define BIT4 0x0010
  /system/bt/embdrv/sbc/decoder/srce/
decoder-private.c 107 frame->blocks = (d1 & (BIT5 | BIT4)) >> 4;
decoder-sbc.c 387 blocks = block_values[(blocks & (BIT5 | BIT4)) >> 4];
  /bionic/libc/kernel/uapi/linux/
synclink.h 29 #define BIT4 0x0010
  /development/ndk/platforms/android-21/include/linux/
synclink.h 29 #define BIT4 0x0010
  /external/mesa3d/src/mesa/x86/
x86_cliptest.S 55 * bit4 = abs(S(2)) > abs(S(3))
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
synclink.h 29 #define BIT4 0x0010
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
synclink.h 29 #define BIT4 0x0010
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
synclink.h 29 #define BIT4 0x0010
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
synclink.h 29 #define BIT4 0x0010
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
synclink.h 29 #define BIT4 0x0010
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
synclink.h 29 #define BIT4 0x0010
  /system/bt/embdrv/sbc/decoder/include/
oi_stddefs.h 190 #define BIT4 0x00000010 /**< preprocessor alias for 32-bit value with bit 4 set, used to specify this single bit */
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
wb_syn_filt.cpp 286 /* sig_lo = bit4 to bit15 of synthesis */
300 /* sig_lo = bit4 to bit15 of synthesis */
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 354 //bit4,5,6 top field (frame) pic type, 00 IDR 01 I 10 P 11 B 100 INVALID
417 uint8_t listX_0[33+3]; // [bit5}:field_flag:0 for top, 1 for bottom, [bit4~0]:fs_idc
  /external/wpa_supplicant_8/src/common/
wpa_common.h 156 /* bit4..5 is used in WPA, but is reserved in IEEE 802.11i/RSN */
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c 44 NFC_HAL_I93_FLAG_DATA_RATE, /* Bit0:Sub carrier, Bit1:Data rate, Bit4:Enable/Disable AFI */
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_disasm.c 687 /* bit4 for subreg number byte addressing. Make this same meaning as
    [all...]
  /external/valgrind/helgrind/
libhb_core.c     [all...]

Completed in 1958 milliseconds

1 2