Searched refs:xf (Results 1 - 25 of 367) sorted by relevance

1234567891011>>

/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/
H A Dp3.cpp13 void test(X<int> xi, X<float> xf) { argument
14 float& ir = (xi == xf);
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp4.cpp26 X2<float> xf; local
27 f(xf);
/external/clang/test/CodeGenCXX/
H A Daddress-of-fntemplate.cpp24 void h(X<int (*)()> xf) { argument
25 xf.f(&g<int>);
/external/tcpdump/
H A Dprint-enc.c42 #define ENC_PRINT_TYPE(wh, xf, nam) \
43 if ((wh) & (xf)) { \
44 printf("%s%s", nam, (wh) == (xf) ? "): " : ","); \
45 (wh) &= ~(xf); \
/external/chromium/base/
H A Datomicops_internals_x86_gcc.cc64 int family = (eax >> 8) & 0xf; // family and model fields
65 int model = (eax >> 4) & 0xf;
66 if (family == 0xf) { // use extended family and model fields
68 model += ((eax >> 16) & 0xf) << 4;
H A Dcpu.cc105 stepping_ = cpu_info[0] & 0xf;
106 model_ = ((cpu_info[0] >> 4) & 0xf) + ((cpu_info[0] >> 12) & 0xf0);
107 family_ = (cpu_info[0] >> 8) & 0xf;
109 ext_model_ = (cpu_info[0] >> 16) & 0xf;
/external/clang/test/SemaTemplate/
H A Dinstantiate-field.cpp22 void test2(const X<float> *xf) { argument
23 (void)xf->x; // expected-note{{in instantiation of template class 'X<float>' requested here}}
26 void test3(const X<int(int)> *xf) { argument
27 (void)xf->x; // expected-note{{in instantiation of template class 'X<int (int)>' requested here}}
/external/e2fsprogs/intl/
H A Dhash-string.h40 g = hval & ((unsigned long int) 0xf << (HASHWORDBITS - 4));
/external/kernel-headers/original/asm-generic/bitops/
H A D__ffs.h30 if ((word & 0xf) == 0) {
/external/libpcap/
H A Dffs.h22 if (!(x & 0xf)) {
/external/v8/src/
H A Datomicops_internals_x86_gcc.cc86 int family = (eax >> 8) & 0xf; // family and model fields
87 int model = (eax >> 4) & 0xf;
88 if (family == 0xf) { // use extended family and model fields
90 model += ((eax >> 16) & 0xf) << 4;
/external/webkit/Source/JavaScriptCore/wtf/url/src/
H A DURLEscape.h44 buffer.append(hexCharacterTable[ch & 0xf]);
/external/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl57 { .mmi; ld1 $X[$i&0xf]=[inp],2 // MSB
61 dep $X[$i&0xf]=$X[$i&0xf],tmp2,8,8 };;
65 { .mmi; ld1 $X[($i+1)&0xf]=[inp],2 // +1
69 dep $X[$i&0xf]=$X[$i&0xf],tmp1,16,16 } //;;
74 add $f=tmp0,$X[$i&0xf] // f=xi+e+K_00_19
83 dep $X[($i+1)&0xf]=$X[($i+1)&0xf],tmp2,8,8 // +1
84 mux2 $X[$i&0xf]
[all...]
/external/kernel-headers/original/linux/
H A Dmsm_hw3d.h31 #define HW3D_REGION_OFFSET(id) ((((uint32_t)(id)) & 0xf) << 28)
32 #define HW3D_REGION_ID(addr) (((uint32_t)(addr) >> 28) & 0xf)
H A Dfutex.h136 (((op & 0xf) << 28) | ((cmp & 0xf) << 24) \
/external/llvm/test/Scripts/
H A Dcommon_dump.py8 if byte <= 0xf:
24 if byte <= 0xf:
/external/chromium/third_party/libjingle/source/talk/base/
H A Dstringdigest.cc44 hex_digest += hex_encode(digest[i] & 0xf);
/external/llvm/lib/Support/
H A DHost.cpp97 Family = (EAX >> 8) & 0xf; // Bits 8 - 11
98 Model = (EAX >> 4) & 0xf; // Bits 4 - 7
99 if (Family == 6 || Family == 0xf) {
100 if (Family == 0xf)
104 Model += ((EAX >> 16) & 0xf) << 4; // Bits 16 - 19
/external/clang/test/Preprocessor/
H A Dline-directive.c76 #line 0xf // expected-error {{#line directive requires a simple digit sequence}}
/external/libvpx/vp8/common/
H A Dextend.c77 int er = 0xf & (16 - (width & 0xf));
78 int eb = 0xf & (16 - (height & 0xf));
/external/llvm/lib/MC/
H A DMCELF.cpp25 uint32_t OtherFlags = SD.getFlags() & ~(0xf << ELF_STB_Shift);
30 uint32_t Binding = (SD.getFlags() & (0xf << ELF_STB_Shift)) >> ELF_STB_Shift;
42 uint32_t OtherFlags = SD.getFlags() & ~(0xf << ELF_STT_Shift);
47 uint32_t Type = (SD.getFlags() & (0xf << ELF_STT_Shift)) >> ELF_STT_Shift;
/external/zlib/contrib/masmx86/
H A Dgvmat32c.c44 iIsPPro = (((cpudetect32()/0x100)&0xf)>=6) ? 1 : 0;
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
H A DDERUniversalString.java85 buf.append(table[(string[i] >>> 4) & 0xf]);
86 buf.append(table[string[i] & 0xf]);
/external/dropbear/libtomcrypt/src/misc/base64/
H A Dbase64_encode.c53 *p++ = codes[(((in[1] & 0xf) << 2) + (in[2] >> 6)) & 0x3F];
64 *p++ = (i+1 < inlen) ? codes[(((b & 0xf) << 2)) & 0x3F] : '=';
/external/libvpx/vpx_scale/generic/
H A Dyv12config.c76 if (yplane_size & 0xf)
77 yplane_size += 16 - (yplane_size & 0xf);

Completed in 799 milliseconds

1234567891011>>