Searched defs:al (Results 51 - 75 of 87) sorted by last modified time

1234

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-annotate.c48 struct addr_location *al,
55 (al->sym == NULL ||
56 strcmp(ann->sym_hist_filter, al->sym->name) != 0)) {
58 if (al->sym != NULL) {
59 rb_erase(&al->sym->rb_node,
60 &al->map->dso->symbols[al->map->type]);
61 symbol__delete(al->sym);
66 he = __hists__add_entry(&evsel->hists, al, NULL, 1, 1);
76 ret = hist_entry__inc_addr_samples(he, evsel->idx, al
46 perf_evsel__add_sample(struct perf_evsel *evsel, struct perf_sample *sample, struct addr_location *al, struct perf_annotate *ann) argument
91 struct addr_location al; local
[all...]
H A Dbuiltin-diff.c306 struct addr_location *al, u64 period,
309 if (__hists__add_entry(self, al, NULL, period, weight) != NULL)
320 struct addr_location al; local
322 if (perf_event__preprocess_sample(event, machine, &al, sample) < 0) {
328 if (al.filtered)
331 if (hists__add_entry(&evsel->hists, &al, sample->period, sample->weight)) {
305 hists__add_entry(struct hists *self, struct addr_location *al, u64 period, u64 weight) argument
H A Dbuiltin-inject.c208 struct addr_location al; local
222 sample->ip, &al);
224 if (al.map != NULL) {
225 if (!al.map->dso->hit) {
226 al.map->dso->hit = 1;
227 if (map__load(al.map, NULL) >= 0) {
228 dso__inject_build_id(al.map->dso, tool, machine);
237 al.map->dso->long_name);
/external/libpcap/
H A Dpcap-canusb-linux.c307 int al; local
314 libusb_interrupt_transfer(this->dev, 0x1,cmd,16,&al,100);
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/gcc-demangle/
H A Dcp-demangle.c2585 struct demangle_component *al; local
2603 al = NULL;
2604 pal = &al;
2627 return al;
/external/fio/lib/
H A Daxmap.c67 struct axmap_level *al = &axmap->levels[i]; local
69 memset(al->map, 0, al->map_size * sizeof(unsigned long));
110 struct axmap_level *al = &axmap->levels[i]; local
112 al->level = i;
113 al->map_size = (nr_bits + BLOCKS_PER_UNIT - 1) >> UNIT_SHIFT;
114 al->map = smalloc(al->map_size * sizeof(unsigned long));
115 if (!al->map)
136 struct axmap_level *al; local
157 struct axmap_level *al; local
174 axmap_clear_fn(struct axmap_level *al, unsigned long offset, unsigned int bit, void *unused) argument
216 axmap_set_fn(struct axmap_level *al, unsigned long offset, unsigned int bit, void *__data) argument
318 axmap_isset_fn(struct axmap_level *al, unsigned long offset, unsigned int bit, void *unused) argument
343 struct axmap_level *al = &axmap->levels[i]; local
387 axmap_next_free_fn(struct axmap_level *al, unsigned long offset, unsigned int bit, void *__data) argument
[all...]
/external/freetype/src/truetype/
H A Dttinterp.c1543 FT_UInt32 ah, al, mid, lo, hi; local
1554 al = (FT_UInt32)( a & 0xFFFFU );
1556 lo = al * b;
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DConstrainedConjGrad.h138 Scalar al = C.row(i).dot(x) - f.coeff(i); local
139 if (al >= -1.0E-15)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/e2fsprogs/e2fsck/
H A Ddict.c280 void dict_set_allocator(dict_t *dict, dnode_alloc_t al, argument
284 assert ((al == NULL && fr == NULL) || (al != NULL && fr != NULL));
286 dict->allocnode = al ? al : dnode_alloc;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_msvc.h179 mov al, cmpv local
183 mov prev, al
/external/clang/test/SemaCXX/
H A Datomic-type.cxx28 long l, _Atomic(long) al, A const *const *acc,
33 long& lr2 = ovl1(al);
27 test_overloading(int i, float f, _Atomic(int) ai, _Atomic(float) af, long l, _Atomic(long) al, A const *const *acc, A const ** ac, A **a) argument
H A Dcxx0x-initializer-stdinitializerlist.cpp60 std::initializer_list<A> al = { {1, 2}, {2, 3}, {3, 4} }; local
/external/chromium_org/v8/test/mjsunit/
H A Dapply.js112 function al() { function
122 assertEquals(42 + j, al.apply(345, a));
131 al.apply(345, a);
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.h836 void b(int branch_offset, Condition cond = al);
837 void bl(int branch_offset, Condition cond = al);
839 void blx(Register target, Condition cond = al); // v5 and above
840 void bx(Register target, Condition cond = al); // v5 and above, plus v4t
843 void b(Label* L, Condition cond = al) { argument
844 b(branch_offset(L, cond == al), cond);
846 void b(Condition cond, Label* L) { b(branch_offset(L, cond == al), cond); }
847 void bl(Label* L, Condition cond = al) { bl(branch_offset(L, false), cond); } argument
854 SBit s = LeaveCC, Condition cond = al);
857 SBit s = LeaveCC, Condition cond = al);
861 sub(Register dst, Register src1, Register src2, SBit s = LeaveCC, Condition cond = al) argument
871 add(Register dst, Register src1, Register src2, SBit s = LeaveCC, Condition cond = al) argument
886 tst(Register src1, Register src2, Condition cond = al) argument
893 cmp(Register src1, Register src2, Condition cond = al) argument
902 orr(Register dst, Register src1, Register src2, SBit s = LeaveCC, Condition cond = al) argument
909 mov(Register dst, Register src, SBit s = LeaveCC, Condition cond = al) argument
930 asr(Register dst, Register src1, const Operand& src2, SBit s = LeaveCC, Condition cond = al) argument
939 lsl(Register dst, Register src1, const Operand& src2, SBit s = LeaveCC, Condition cond = al) argument
948 lsr(Register dst, Register src1, const Operand& src2, SBit s = LeaveCC, Condition cond = al) argument
1301 push(Register src, Condition cond = al) argument
1305 pop(Register dst, Condition cond = al) argument
[all...]
H A Dconstants-arm.h75 al = 14 << 28, // Always. enumerator in enum:v8::internal::Condition
87 DCHECK(cond != al);
H A Dmacro-assembler-arm.h86 static int CallSize(Register target, Condition cond = al);
87 int CallSize(Address target, RelocInfo::Mode rmode, Condition cond = al);
90 Condition cond = al);
94 Condition cond = al);
97 void Jump(Register target, Condition cond = al);
98 void Jump(Address target, RelocInfo::Mode rmode, Condition cond = al);
99 void Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al);
100 void Call(Register target, Condition cond = al);
102 Condition cond = al,
107 Condition cond = al);
156 Move(Register dst, const Operand& src, SBit sbit = LeaveCC, Condition cond = al) argument
320 Push(Register src1, Register src2, Condition cond = al) argument
331 Push(Register src1, Register src2, Register src3, Condition cond = al) argument
349 Push(Register src1, Register src2, Register src3, Register src4, Condition cond = al) argument
382 Pop(Register src1, Register src2, Condition cond = al) argument
393 Pop(Register src1, Register src2, Register src3, Condition cond = al) argument
411 Pop(Register src1, Register src2, Register src3, Register src4, Condition cond = al) argument
485 VFPCanonicalizeNaN(const DwVfpRegister value, const Condition cond = al) argument
941 IsObjectStringType(Register obj, Register type, Condition cond = al) argument
[all...]
/external/chromium_org/v8/src/arm64/
H A Dconstants-arm64.h258 al = 14, enumerator in enum:v8::internal::Condition
259 nv = 15 // Behaves as always/al.
263 // Conditions al and nv behave identically, as "always true". They can't be
265 DCHECK((cond != al) && (cond != nv));
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.h168 #define COND_ARGS Condition cond = al, Register rs = zero_reg, \
188 inline void Ret(BranchDelaySlot bd, Condition cond = al, argument
1184 #define COND_ARGS Condition cond = al, Register rs = zero_reg, \
1583 Condition cond = al,
/external/chromium_org/v8/src/mips64/
H A Dmacro-assembler-mips64.h189 #define COND_ARGS Condition cond = al, Register rs = zero_reg, \
209 inline void Ret(BranchDelaySlot bd, Condition cond = al, argument
1210 #define COND_ARGS Condition cond = al, Register rs = zero_reg, \
1645 Condition cond = al,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c724 LLVMValueRef al, ah, bl, bh, abl, abh, ab; local
726 lp_build_unpack2(bld->gallivm, type, i16_type, a, &al, &ah);
730 abl = lp_build_mul_u8n(bld->gallivm, i16_type, al, bl);

Completed in 618 milliseconds

1234