HomeSort by relevance Sort by last modified time
    Searched full:next_bit (Results 1 - 24 of 24) sorted by null

  /external/sfntly/cpp/src/test/
cmap_iterator_test.cc 108 for (int32_t next_bit = current - beginning;
110 next_bit = current - init_beginning) {
112 EXPECT_TRUE(c <= next_bit || current == end);
113 if (!(c <= next_bit || current == end))
115 if (c == next_bit) {
  /external/harfbuzz_ng/src/
hb-ot-map.cc 197 unsigned int next_bit = global_bit_shift + 1; local
212 if (!info->max_value || next_bit + bits_needed > 8 * sizeof (hb_mask_t))
260 map->shift = next_bit;
261 map->mask = (1u << (next_bit + bits_needed)) - (1u << next_bit);
262 next_bit += bits_needed;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
UsbHcMem.h 67 #define NEXT_BIT(Byte, Bit) \
UsbHcMem.c 167 NEXT_BIT (Byte, Bit);
170 NEXT_BIT (Byte, Bit);
192 NEXT_BIT (Byte, Bit);
471 NEXT_BIT (Byte, Bit);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
UsbHcMem.c 193 NEXT_BIT (Byte, Bit);
196 NEXT_BIT (Byte, Bit);
218 NEXT_BIT (Byte, Bit);
543 NEXT_BIT (Byte, Bit);
UsbHcMem.h 63 #define NEXT_BIT(Byte, Bit) \
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UsbHcMem.c 192 NEXT_BIT (Byte, Bit);
195 NEXT_BIT (Byte, Bit);
217 NEXT_BIT (Byte, Bit);
541 NEXT_BIT (Byte, Bit);
UsbHcMem.h 64 #define NEXT_BIT(Byte, Bit) \
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
UsbHcMem.c 193 NEXT_BIT (Byte, Bit);
196 NEXT_BIT (Byte, Bit);
218 NEXT_BIT (Byte, Bit);
543 NEXT_BIT (Byte, Bit);
UsbHcMem.h 64 #define NEXT_BIT(Byte, Bit) \
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
UsbHcMem.c 169 NEXT_BIT (Byte, Bit);
172 NEXT_BIT (Byte, Bit);
194 NEXT_BIT (Byte, Bit);
475 NEXT_BIT (Byte, Bit);
UsbHcMem.h 63 #define NEXT_BIT(Byte, Bit) \
  /external/boringssl/src/crypto/fipsmodule/ec/
wnaf.c 103 int next_bit = bit << 1; // at most 256 local
104 int mask = next_bit - 1; // at most 255
118 digit = window_val - next_bit; // -2^w < digit < 0
143 if (window_val != 0 && window_val != next_bit && window_val != bit) {
155 if (window_val > next_bit) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
UsbHcMem.c 184 NEXT_BIT (Byte, Bit);
187 NEXT_BIT (Byte, Bit);
209 NEXT_BIT (Byte, Bit);
576 NEXT_BIT (Byte, Bit);
UsbHcMem.h 60 #define NEXT_BIT(Byte, Bit) \
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
UsbHcMem.c 152 NEXT_BIT (Byte, Bit);
154 NEXT_BIT (Byte, Bit);
176 NEXT_BIT (Byte, Bit);
537 NEXT_BIT (Byte, Bit);
UsbHcMem.h 51 #define NEXT_BIT(Byte, Bit) \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
bitmap.h 532 next_bit:
551 goto next_bit;
575 next_bit:
594 goto next_bit;
638 next_bit:
659 goto next_bit;
  /external/aac/libFDK/src/
nlc_dec.cpp 236 ULONG next_bit; local
237 next_bit = FDKreadBits(strm, 1);
239 node = (*nodeTab)[node][next_bit];
  /external/libxaac/decoder/
ixheaacd_mps_dec.c 415 UWORD32 next_bit = 0; local
418 next_bit = ixheaacd_read_bits_buf(it_bit_buff, 1);
419 node = (*node_tab)[node][next_bit];
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-metag.c 1368 unsigned int next_bit, next_reg; local
1377 next_bit = (1 << next_reg);
1379 if (*rmask & next_bit)
1385 *rmask |= next_bit;
    [all...]
  /external/devlib/devlib/bin/armeabi/
m5 
trace-cmd 
  /external/lisa/tools/armeabi/
rt-app 

Completed in 464 milliseconds