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

1234567891011>>

/external/clang/test/CodeGen/
H A Dcfi-icall.c10 void xf();
14 void (*fp)() = b ? f : xf;
19 // CHECK: declare !type [[TVOID:![0-9]+]] void @xf({{.*}}
H A Dbuiltins-ppc-htm.c20 r[6] = __builtin_tabortdc (0xf, a[0], b[0]);
22 r[7] = __builtin_tabortdci (0xf, a[1], 0x1);
24 r[8] = __builtin_tabortwc (0xf, a[2], b[2]);
26 r[9] = __builtin_tabortwci (0xf, a[3], 0x1);
/external/libavc/common/
H A Dih264_common_tables.c443 { 0x0, 0x1, 0xc, 0x7, 0x1, 0x1, 0xf, 0x7, 0xc, 0xf, 0xc, 0x7, 0xf, 0x7, 0xf, 0x7 },
444 { 0x1, 0x1, 0xf, 0x7, 0x1, 0x1, 0xf, 0x7, 0xf, 0xf, 0xf, 0x7, 0xf,
[all...]
/external/clang/test/Profile/
H A Dc-counter-overflows.c20 if (I & 0xf) {
29 switch ((I & 0xf) / 5) {
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp4.cpp26 X2<float> xf; local
27 f(xf);
43 X3<float> xf; local
44 h(xf);
/external/clang/test/CodeGenCXX/
H A Daddress-of-fntemplate.cpp24 void h(X<int (*)()> xf) { argument
25 xf.f(&g<int>);
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_resource.h10 #define NVC0_TILE_SHIFT_X(m) ((((m) >> 0) & 0xf) + 6)
11 #define NVC0_TILE_SHIFT_Y(m) ((((m) >> 4) & 0xf) + 3)
12 #define NVC0_TILE_SHIFT_Z(m) ((((m) >> 8) & 0xf) + 0)
14 #define NVC0_TILE_SIZE_X(m) (64 << (((m) >> 0) & 0xf))
15 #define NVC0_TILE_SIZE_Y(m) ( 8 << (((m) >> 4) & 0xf))
16 #define NVC0_TILE_SIZE_Z(m) ( 1 << (((m) >> 8) & 0xf))
20 #define NVC0_TILE_SIZE_2D(m) ((64 * 8) << (((m) + ((m) >> 4)) & 0xf))
22 #define NVC0_TILE_SIZE(m) ((64 * 8) << (((m) + ((m) >> 4) + ((m) >> 8)) & 0xf))
/external/conscrypt/platform/src/main/java/org/conscrypt/
H A DHex.java34 buf[c++] = DIGITS[(b >> 4) & 0xf];
35 buf[c++] = DIGITS[b & 0xf];
46 buf[--cursor] = DIGITS[i & 0xf];
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_x86_64.S19 mov $0xf, %eax // 0xf == SYS_rt_sigreturn
/external/c-ares/
H A Dares_gethostbyaddr.c290 bytes[15]&0xf, bytes[15] >> 4, bytes[14]&0xf, bytes[14] >> 4,
291 bytes[13]&0xf, bytes[13] >> 4, bytes[12]&0xf, bytes[12] >> 4,
292 bytes[11]&0xf, bytes[11] >> 4, bytes[10]&0xf, bytes[10] >> 4,
293 bytes[9]&0xf, bytes[9] >> 4, bytes[8]&0xf, bytes[8] >> 4);
296 bytes[7]&0xf, bytes[7] >> 4, bytes[6]&0xf, byte
[all...]
/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/protobuf/src/google/protobuf/stubs/
H A Datomicops_internals_x86_gcc.cc95 int family = (eax >> 8) & 0xf; // family and model fields
96 int model = (eax >> 4) & 0xf;
97 if (family == 0xf) { // use extended family and model fields
99 model += ((eax >> 16) & 0xf) << 4;
/external/tcpdump/
H A Dprint-enc.c81 #define ENC_PRINT_TYPE(wh, xf, nam) \
82 if ((wh) & (xf)) { \
83 ND_PRINT((ndo, "%s%s", nam, (wh) == (xf) ? "): " : ",")); \
84 (wh) &= ~(xf); \
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_debug.c68 count = rs->inst_count & 0xf;
72 ic_count = (rs->count >> 7) & 0xf;
80 ip = rs->inst[i] & 0xf;
101 ip = (rs->inst[i] >> 12) & 0xf;
106 col_fmt = (rs->ip[ip] >> 27) & 0xf;
/external/vixl/src/aarch32/
H A Ddisasm-aarch32.cc92 if ((value & 0xf) == 0x1) {
125 if ((value & 0xf) == 0x1) {
138 if ((value & 0xf) == 0x1) {
151 if ((value & 0xf) == 0x1) {
7731 unsigned rm = (instr >> 19) & 0xf;
7744 unsigned rm = (instr >> 19) & 0xf;
7767 unsigned rm = (instr >> 19) & 0xf;
7775 unsigned rm = (instr >> 19) & 0xf;
7785 unsigned rm = (instr >> 19) & 0xf;
7795 unsigned rm = (instr >> 19) & 0xf;
[all...]
/external/swiftshader/third_party/LLVM/test/Scripts/
H A Dcommon_dump.py8 if byte <= 0xf:
24 if byte <= 0xf:
/external/fio/lib/
H A Dffz.h22 if (!(word & 0xf)) {
/external/swiftshader/third_party/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/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_reg.h116 #define TEXCOORDFMT_NOT_PRESENT 0xf
117 #define S2_TEXCOORD_FMT0_MASK 0xf
130 #define S4_LINE_WIDTH_MASK (0xf<<19)
168 #define S5_WRITEDISABLE_MASK (0xf<<28)
201 #define S6_CBUF_SRC_BLEND_FACT_MASK (0xf<<8)
203 #define S6_CBUF_DST_BLEND_FACT_MASK (0xf<<4)
/external/mesa3d/src/mesa/math/
H A Dm_copy_tmp.h66 COPY_FUNC( 0xf )
85 _mesa_copy_tab[0xf] = TAG2(copy, 0xf);
/external/boringssl/src/crypto/test/
H A Dtest_util.cc37 os << hex[in.data[i] & 0xf];
/external/clang/test/Preprocessor/
H A Dline-directive.c79 #line 0xf // expected-error {{#line directive requires a simple digit sequence}}
/external/libexif/libexif/canon/
H A Dmnote-canon-tag.h44 MNOTE_CANON_TAG_CUSTOM_FUNCS = 0xf,
/external/linux-kselftest/tools/testing/selftests/powerpc/mm/
H A Dhugetlb_vs_thp_test.c54 *p = 0xf;

Completed in 725 milliseconds

1234567891011>>