HomeSort by relevance Sort by last modified time
    Searched refs:as (Results 1 - 25 of 17085) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libunwind/src/mi/
Gdestroy_addr_space.c 18 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
29 unw_destroy_addr_space (unw_addr_space_t as)
33 memset (as, 0, sizeof (*as));
36 if (as->map_list)
37 map_destroy_list(as->map_list);
39 free (as);
Gget_accessors.c 18 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
29 unw_get_accessors (unw_addr_space_t as)
33 return &as->acc;
Gput_dynamic_unwind_info.c 18 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
29 unwi_put_dynamic_unwind_info (unw_addr_space_t as, unw_proc_info_t *pi,
37 unwi_dyn_remote_put_unwind_info (as, pi, arg);
39 if (as != unw_local_addr_space)
40 unwi_dyn_remote_put_unwind_info (as, pi, arg);
48 tdep_put_unwind_info (as, pi, arg);
Gget_proc_info_by_ip.c 18 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
29 unw_get_proc_info_by_ip (unw_addr_space_t as, unw_word_t ip,
32 unw_accessors_t *a = unw_get_accessors (as);
35 ret = unwi_find_dynamic_proc_info (as, ip, pi, 0, as_arg);
37 ret = (*a->find_proc_info) (as, ip, pi, 0, as_arg);
Gset_caching_policy.c 18 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
29 unw_set_caching_policy (unw_addr_space_t as, unw_caching_policy_t policy)
39 if (policy == as->caching_policy)
42 as->caching_policy = policy;
44 unw_flush_cache (as, 0, 0);
  /external/libunwind/src/hppa/
Gcreate_addr_space.c 18 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
36 unw_addr_space_t as;
44 as = malloc (sizeof (*as));
45 if (!as)
48 memset (as, 0, sizeof (*as));
50 as->acc = *a;
52 return as;
get_accessors.c 18 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
29 unw_get_accessors (unw_addr_space_t as)
34 return &as->acc;
  /external/libunwind/src/ppc/
Gcreate_addr_space.c 20 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
38 unw_addr_space_t as;
46 as = malloc (sizeof (*as));
47 if (!as)
50 memset (as, 0, sizeof (*as));
52 as->acc = *a;
54 return as;
  /external/libunwind/src/x86/
Gcreate_addr_space.c 18 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
40 unw_addr_space_t as;
48 as = malloc (sizeof (*as));
49 if (!as)
52 memset (as, 0, sizeof (*as));
54 as->acc = *a;
56 return as;
  /external/libunwind/src/x86_64/
Gcreate_addr_space.c 21 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
43 unw_addr_space_t as;
51 as = malloc (sizeof (*as));
52 if (!as)
55 memset (as, 0, sizeof (*as));
57 as->acc = *a;
59 return as;
  /external/valgrind/exp-sgcheck/tests/
hsg.stdout.exp 1 boringly as expected
  /external/libunwind/src/mips/
Gcreate_addr_space.c 17 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
35 unw_addr_space_t as;
46 as = malloc (sizeof (*as));
47 if (!as)
50 memset (as, 0, sizeof (*as));
52 as->acc = *a;
56 as->big_endian = (__BYTE_ORDER == __BIG_ENDIAN);
58 as->big_endian = (byte_order == __BIG_ENDIAN)
    [all...]
  /external/libunwind/src/aarch64/
Gcreate_addr_space.c 18 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
37 unw_addr_space_t as;
44 as = malloc (sizeof (*as));
45 if (!as)
48 memset (as, 0, sizeof (*as));
50 as->acc = *a;
54 as->big_endian = 0;
56 as->big_endian = 1
    [all...]
  /external/libunwind/src/arm/
Gcreate_addr_space.c 17 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
35 unw_addr_space_t as;
44 as = malloc (sizeof (*as));
45 if (!as)
48 memset (as, 0, sizeof (*as));
50 as->acc = *a;
54 as->big_endian = 0;
56 as->big_endian = 1
    [all...]
  /external/libunwind/src/ia64/
Gcreate_addr_space.c 18 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
36 unw_addr_space_t as;
47 as = malloc (sizeof (*as));
49 if (!as)
52 memset (as, 0, sizeof (*as));
54 as->acc = *a;
58 as->big_endian = (__BYTE_ORDER == __BIG_ENDIAN);
60 as->big_endian = (byte_order == __BIG_ENDIAN)
    [all...]
  /external/libunwind/src/sh/
Gcreate_addr_space.c 17 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
36 unw_addr_space_t as;
43 as = malloc (sizeof (*as));
44 if (!as)
47 memset (as, 0, sizeof (*as));
49 as->acc = *a;
53 as->big_endian = 0;
55 as->big_endian = 1
    [all...]
  /external/clang/tools/scan-build-py/tests/unit/
test_analyze.py 7 import libscanbuild.analyze as sut
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
asm-errors-2.d 0 #as: -mcpu=arcem
asm-errors.d 0 #as: -mcpu=arc700
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
v9branch2.d 0 #as: -Av9
v9branch3.d 0 #as: -Av9
v9branch4.d 0 #as: -Av9
v9branch5.d 0 #as: -Av9
  /external/dhcpcd-6.8.2/compat/
arc4random.c 14 * which is a trade secret). The same algorithm is used as a stream
58 arc4_addrandom(struct arc4_stream *as, unsigned char *dat, int datlen)
63 as->i--;
65 as->i = (uint8_t)(as->i + 1);
66 si = as->s[as->i];
67 as->j = (uint8_t)(as->j + si + dat[n % datlen]);
68 as->s[as->i] = as->s[as->j]
    [all...]
  /external/valgrind/memcheck/tests/solaris/
sendfilev.stdout.exp 2 Received EFAULT as expected.
3 Received EINVAL as expected.

Completed in 450 milliseconds

1 2 3 4 5 6 7 8 91011>>