HomeSort by relevance Sort by last modified time
    Searched refs:xf (Results 201 - 225 of 514) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/bluetooth/glib/gio/
gfileattribute.c 389 *p++ = hex_digits[(c >> 4) & 0xf];
390 *p++ = hex_digits[c & 0xf];
    [all...]
  /external/chromium/base/
md5.cc 262 ret[j++] = zEncode[(a>>4)&0xf];
263 ret[j++] = zEncode[a & 0xf];
  /external/icu4c/data/mappings/
ucmfiles.mk 21 # different SI/SO characters than the "standard" ones: 0xf/0xe.
  /external/libpcap/bpf/net/
bpf_filter.c 365 X = (mtod(n, char *)[k] & 0xf) << 2;
371 X = (p[pc->k] & 0xf) << 2;
  /external/libvpx/vp8/decoder/
onyxd_if.c 472 pbi->dr[pbi->common.current_video_frame&0xf].size = pbi->bc.pos + pbi->bc2.pos + 4;;
473 pbi->dr[pbi->common.current_video_frame&0xf].time_stamp = time_stamp;
  /external/oprofile/daemon/
opd_perfmon.c 257 pc[i].reg_value &= ~(0xf << 16);
258 pc[i].reg_value |= ((event->um & 0xf) << 16);
  /external/qemu/proxy/
proxy_common.c 472 dst[result+2] = cb64[ ((src[1] & 0xf) << 2) | ((src[2] & 0xc0) >> 6) ];
490 dst[result+2] = (unsigned char) (src+1 < srcend ? cb64[ ((in[1] & 0xf) << 2) | ((in[2] & 0xc0) >> 6) ] : '=');
  /external/webkit/WebCore/platform/image-decoders/bmp/
BMPImageReader.cpp 658 colorIndexes[0] = (colorIndexes[0] >> 4) & 0xf;
659 colorIndexes[1] &= 0xf;
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParser.java 425 jj_la1_1 = new int[] {0x0,0x0,0x0,0x0,0x0,0xf,0xf,};
  /system/core/libacc/tests/
disassem.cpp 632 offset = ((insn & 0xf00) >> 4) | (insn & 0xf);
659 if (((insn >> 8) & 0xf) == 1)
  /system/core/libpixelflinger/codeflinger/
disassem.c 637 offset = ((insn & 0xf00) >> 4) | (insn & 0xf);
664 if (((insn >> 8) & 0xf) == 1)
  /external/chromium/third_party/icu/source/common/
uchar_props_data.c 234 0xc1e,0xc1e,0xc1e,0xc1e,0xc1e,0xc1e,0xc1e,0xee9,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,
235 0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf
    [all...]
unormimp.h 49 _NORM_QC_ANY_NO=0xf,
uprops.h 82 UPROPS_LARGE_EXP_MASK=0xf, /* exponent: bits 3..0 */
utracimp.h 80 UTRACE_EXITV_MASK = 0xf,
  /external/icu4c/common/
uchar_props_data.c 243 0xccc,0xccc,0xccc,0xccc,0xccc,0xccc,0xccc,0xccc,0xccc,0xccc,0xccc,0x100d,0xf,0xf,0xf,0xf,
244 0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf
    [all...]
  /bionic/libc/include/net/
if_types.h 59 #define IFT_FDDI 0xf
  /bionic/libc/kernel/common/linux/
elf.h 104 #define ELF_ST_TYPE(x) (((unsigned int) x) & 0xf)
  /development/ndk/platforms/android-3/include/linux/
elf.h 104 #define ELF_ST_TYPE(x) (((unsigned int) x) & 0xf)
  /development/ndk/platforms/android-3/include/net/
if_types.h 59 #define IFT_FDDI 0xf
  /external/chromium/googleurl/src/
url_canon_internal.h 101 // Maps the hex numerical values 0x0 to 0xf to the corresponding ASCII digit
152 output->push_back(kHexCharLookup[ch & 0xf]);
  /external/chromium/net/base/
escape.cc 77 escaped.push_back(IntToHex(c & 0xf));
  /external/chromium/net/tools/crash_cache/
crash_cache.cc 217 new disk_cache::BackendImpl(path, 0xf);
  /external/clearsilver/
Makefile 127 tar -cf - `p4 files $(CS_FILES) $(addsuffix /..., $(CS_DIRS)) | cut -d'#' -f 1 | sed -e "s|//depot/google3/third_party/clearsilver/core/||"` | (cd $(CS_DISTDIR); tar -xf -)
  /external/grub/netboot/
3c509.h 227 #define SET_RD_0_MASK (unsigned short) (0xf<<11)

Completed in 859 milliseconds

1 2 3 4 5 6 7 891011>>