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

  /external/chromium/third_party/libevent/
event_tagging.c 85 * We encode integer's by nibbles; the first nibble contains the number
86 * of significant nibbles - 1; this allows us to encode up to 64-bit
93 int off = 1, nibbles = 0; local
108 nibbles = off - 2;
110 /* Off - 1 is the number of encoded nibbles */
111 data[0] = (data[0] & 0x0f) | ((nibbles & 0x0f) << 4);
232 int nibbles = 0; local
237 nibbles = ((data[0] & 0xf0) >> 4) + 1;
238 if (nibbles > 8 || (nibbles >> 1) + 1 > len
    [all...]
event.h     [all...]
  /external/qemu/telephony/
gsm.h 28 /* convert a nibble-bcd byte into an int, invalid nibbles are silently converted to 0 */
154 /* convert an ASCII dial-number into a bcd-coded string, returns the number of 4-bit nibbles written, */
  /cts/tools/host/src/com/android/cts/
HostUtils.java 257 * @param dateSeparator The date separator separating the date information nibbles.
258 * @param timeSeparator The time separator separating the time information nibbles.
  /external/openssl/crypto/rsa/
rsa_x931.c 86 /* If no padding start and end nibbles are in one byte */
  /dalvik/dx/src/com/android/dx/cf/code/
Machine.java 135 * nibbles getting pushed first). For example, an all-category-1
  /device/google/accessory/arduino/USB_Host_Shield/
Max3421e.cpp 186 /* GPIN pins are in high nibbles of IOPINS1, IOPINS2 */
  /external/freetype/src/psaux/
psconv.c 353 /* we try to process two nibbles at a time to be as fast as possible */
  /external/openssl/crypto/bf/
bf_locl.h 204 * offer explicit support for extraction of 8-bit nibbles preferably
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 438 * Helper method to combine four nibbles into a code unit.
467 * Helper method to combine two nibbles into a byte.
  /external/chromium/net/disk_cache/
block_files.cc 46 // chunk, iterate through the 8 nibbles where the new block can be located.
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_gf_mult.c 173 /* grab the 4 bits recall the nibbles are backwards so it's a shift by (i^1)*4 */
  /external/kernel-headers/original/linux/
mtio.h 241 * the drive. The parms are nibbles
  /external/skia/src/gl/
SkGL.cpp 206 indices as nibbles to save RAM, but it would take more time (i.e. a lot
  /external/chromium/third_party/icu/source/tools/gennames/
gennames.c 71 * For each of the 32 group strings, one or two nibbles are stored for its length.
72 * Nibbles (4-bit values, half-bytes) are read MSB first.
    [all...]
  /external/icu4c/tools/gennames/
gennames.c 71 * For each of the 32 group strings, one or two nibbles are stored for its length.
72 * Nibbles (4-bit values, half-bytes) are read MSB first.
    [all...]
  /system/core/toolbox/
newfs_msdos.c 63 #define NPB 2 /* nibbles per byte */
  /external/chromium/third_party/icu/source/common/
unames.c 531 * Lengths are stored with a variable-width encoding in consecutive nibbles:
    [all...]
  /external/icu4c/common/
unames.c 528 * Lengths are stored with a variable-width encoding in consecutive nibbles:
    [all...]
  /external/srec/config/en.us/dictionary/
large.ok     [all...]

Completed in 302 milliseconds