Searched refs:xf (Results 1 - 25 of 1032) 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/mesa3d/src/gallium/drivers/nouveau/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/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/conscrypt/platform/src/main/java/org/conscrypt/
H A DHex.java38 buf[c++] = DIGITS[(b >> 4) & 0xf];
39 buf[c++] = DIGITS[b & 0xf];
50 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/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.c82 #define ENC_PRINT_TYPE(wh, xf, nam) \
83 if ((wh) & (xf)) { \
84 ND_PRINT((ndo, "%s%s", nam, (wh) == (xf) ? "): " : ",")); \
85 (wh) &= ~(xf); \
/external/mesa3d/src/mesa/main/
H A Dtexcompress_bptc.c294 0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_debug.c70 count = rs->inst_count & 0xf;
74 ic_count = (rs->count >> 7) & 0xf;
82 ip = rs->inst[i] & 0xf;
103 ip = (rs->inst[i] >> 12) & 0xf;
108 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) {
7718 unsigned rm = (instr >> 19) & 0xf;
7731 unsigned rm = (instr >> 19) & 0xf;
7754 unsigned rm = (instr >> 19) & 0xf;
7762 unsigned rm = (instr >> 19) & 0xf;
7772 unsigned rm = (instr >> 19) & 0xf;
7782 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/tensorflow/tensorflow/contrib/makefile/
H A Dcreate_ios_frameworks.sh53 tar xf tmp.tar
60 tar xf tmp.tar
67 tar xf tmp.tar
74 tar xf tmp.tar
81 tar xf tmp.tar
90 tar xf tmp.tar
/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/i915/
H A Dintel_reg.h88 #define TEXCOORDFMT_NOT_PRESENT 0xf
89 #define S2_TEXCOORD_FMT0_MASK 0xf
102 #define S4_LINE_WIDTH_MASK (0xf<<19)
140 #define S5_WRITEDISABLE_MASK (0xf<<28)
173 #define S6_CBUF_SRC_BLEND_FACT_MASK (0xf<<8)
175 #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/fio/lib/
H A Dffz.h22 if (!(word & 0xf)) {
/external/libexif/libexif/canon/
H A Dmnote-canon-tag.h44 MNOTE_CANON_TAG_CUSTOM_FUNCS = 0xf,

Completed in 1027 milliseconds

1234567891011>>