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

1234567891011>>

/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/chromium_org/third_party/mesa/src/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/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/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/util/
H A Dheader.c39 family = (a >> 8) & 0xf; /* bits 11 - 8 */
40 model = (a >> 4) & 0xf; /* Bits 7 - 4 */
41 step = a & 0xf;
44 if (family == 0xf)
49 model += ((a >> 16) & 0xf) << 4;
/external/chromium_org/base/
H A Datomicops_internals_x86_gcc.cc65 int family = (eax >> 8) & 0xf; // family and model fields
66 int model = (eax >> 4) & 0xf;
67 if (family == 0xf) { // use extended family and model fields
69 model += ((eax >> 16) & 0xf) << 4;
/external/chromium_org/third_party/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/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Datomicops-internals-x86.cc92 int family = (eax >> 8) & 0xf; // family and model fields
93 int model = (eax >> 4) & 0xf;
94 if (family == 0xf) { // use extended family and model fields
96 model += ((eax >> 16) & 0xf) << 4;
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Datomicops-internals-x86.cc92 int family = (eax >> 8) & 0xf; // family and model fields
93 int model = (eax >> 4) & 0xf;
94 if (family == 0xf) { // use extended family and model fields
96 model += ((eax >> 16) & 0xf) << 4;
/external/chromium_org/v8/src/base/
H A Datomicops_internals_x86_gcc.cc74 int family = (eax >> 8) & 0xf; // family and model fields
75 int model = (eax >> 4) & 0xf;
76 if (family == 0xf) { // use extended family and model fields
78 model += ((eax >> 16) & 0xf) << 4;
/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/tcpdump/
H A Dprint-enc.c43 #define ENC_PRINT_TYPE(wh, xf, nam) \
44 if ((wh) & (xf)) { \
45 printf("%s%s", nam, (wh) == (xf) ? "): " : ","); \
46 (wh) &= ~(xf); \
/external/chromium_org/third_party/mesa/src/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/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/fio/lib/
H A Dffz.h22 if (!(word & 0xf)) {
/external/elfutils/0.153/libcpu/
H A Di386_dis.h914 0x34, 0x66, 0xf, 0xd0, 0, 0,
915 0x34, 0xf2, 0xf, 0xd0, 0, 0,
921 0x34, 0x66, 0xf, 0x54, 0, 0,
922 0x23, 0xf, 0x54, 0, 0,
923 0x34, 0x66, 0xf, 0x55, 0, 0,
924 0x23, 0xf, 0x55, 0, 0,
927 0x23, 0xf, 0xbc, 0, 0,
928 0x23, 0xf, 0xbd, 0, 0,
929 0x12, 0xf, 0xf8, 0xc8,
930 0x23, 0xf,
[all...]
H A Dx86_64_dis.h898 0x34, 0x66, 0xf, 0xd0, 0, 0,
899 0x34, 0xf2, 0xf, 0xd0, 0, 0,
905 0x34, 0x66, 0xf, 0x54, 0, 0,
906 0x23, 0xf, 0x54, 0, 0,
907 0x34, 0x66, 0xf, 0x55, 0, 0,
908 0x23, 0xf, 0x55, 0, 0,
910 0x23, 0xf, 0xbc, 0, 0,
911 0x23, 0xf, 0xbd, 0, 0,
912 0x12, 0xf, 0xf8, 0xc8,
913 0x23, 0xf,
[all...]
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_copy_tmp.h66 COPY_FUNC( 0xf )
85 _mesa_copy_tab[0xf] = TAG2(copy, 0xf);
/external/mesa3d/src/mesa/math/
H A Dm_copy_tmp.h66 COPY_FUNC( 0xf )
85 _mesa_copy_tab[0xf] = TAG2(copy, 0xf);
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_stream.py62 # Invalid value 0xf passed to more parameter
65 common.OPCODE_TEXT, 0, 0xf, 0, 0, 0, 0)
/external/chromium_org/media/midi/
H A Dusb_midi_jack.h45 return (endpoint_address & 0xf);

Completed in 582 milliseconds

1234567891011>>