Home
last modified time | relevance | path

Searched refs:tbase (Results 1 – 25 of 76) sorted by relevance

1234

/aosp_15_r20/external/ltp/testcases/kernel/device-drivers/base/tbase/
H A Dload_tbase.sh2 insmod -f ./tbase.ko || insmod -f ./tbase.o || exit 1
3 rm -f /dev/tbase
5 mknod /dev/tbase c $major 0
H A DMakefile10 obj-m := tbase.o
21 rm -f tbase.o 2>/dev/null || true
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/typecheck/
Diimport.go41 tbase := t
43 tbase = t.Elem()
45 i, ok := typeSymIdx[tbase]
49 if t != tbase {
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c3371 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() argument
3388 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE); in add_segment()
3394 m->seg.base = tbase; in add_segment()
3427 char* tbase = CMFAIL; in sys_alloc() local
3473 tbase = base; in sys_alloc()
3484 tbase = br; in sys_alloc()
3489 if (tbase == CMFAIL) { /* Cope with partial failure */ in sys_alloc()
3506 tbase = br; in sys_alloc()
3516 if (HAVE_MMAP && tbase == CMFAIL) { /* Try MMAP */ in sys_alloc()
3522 tbase = mp; in sys_alloc()
[all …]
/aosp_15_r20/external/libffi/src/
H A Ddlmalloc.c3371 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() argument
3388 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE); in add_segment()
3394 m->seg.base = tbase; in add_segment()
3427 char* tbase = CMFAIL; in sys_alloc() local
3473 tbase = base; in sys_alloc()
3484 tbase = br; in sys_alloc()
3489 if (tbase == CMFAIL) { /* Cope with partial failure */ in sys_alloc()
3506 tbase = br; in sys_alloc()
3516 if (HAVE_MMAP && tbase == CMFAIL) { /* Try MMAP */ in sys_alloc()
3522 tbase = mp; in sys_alloc()
[all …]
/aosp_15_r20/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c3994 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() argument
4011 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE); in add_segment()
4017 m->seg.base = tbase; in add_segment()
4050 char* tbase = CMFAIL; in sys_alloc() local
4113 tbase = base; in sys_alloc()
4124 tbase = br; in sys_alloc()
4129 if (tbase == CMFAIL) { /* Cope with partial failure */ in sys_alloc()
4146 tbase = br; in sys_alloc()
4156 if (HAVE_MMAP && tbase == CMFAIL) { /* Try MMAP */ in sys_alloc()
4159 tbase = mp; in sys_alloc()
[all …]
/aosp_15_r20/external/dlmalloc/
H A Ddlmalloc.c3998 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() argument
4016 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE); in add_segment()
4022 m->seg.base = tbase; in add_segment()
4055 char* tbase = CMFAIL; in sys_alloc() local
4126 tbase = base; in sys_alloc()
4137 tbase = br; in sys_alloc()
4142 if (tbase == CMFAIL) { /* Cope with partial failure */ in sys_alloc()
4159 tbase = br; in sys_alloc()
4169 if (HAVE_MMAP && tbase == CMFAIL) { /* Try MMAP */ in sys_alloc()
4172 tbase = mp; in sys_alloc()
[all …]
/aosp_15_r20/external/trusty/lk/external/lib/heap/dlmalloc/
Ddlmalloc.c4035 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() argument
4052 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE); in add_segment()
4058 m->seg.base = tbase; in add_segment()
4091 char* tbase = CMFAIL; in sys_alloc() local
4154 tbase = base; in sys_alloc()
4165 tbase = br; in sys_alloc()
4170 if (tbase == CMFAIL) { /* Cope with partial failure */ in sys_alloc()
4187 tbase = br; in sys_alloc()
4197 if (HAVE_MMAP && tbase == CMFAIL) { /* Try MMAP */ in sys_alloc()
4200 tbase = mp; in sys_alloc()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/src/
Ddlmalloc_2_8_6.c3977 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() argument
3994 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE); in add_segment()
4000 m->seg.base = tbase; in add_segment()
4033 char* tbase = CMFAIL; in sys_alloc() local
4096 tbase = base; in sys_alloc()
4107 tbase = br; in sys_alloc()
4112 if (tbase == CMFAIL) { /* Cope with partial failure */ in sys_alloc()
4129 tbase = br; in sys_alloc()
4139 if (HAVE_MMAP && tbase == CMFAIL) { /* Try MMAP */ in sys_alloc()
4142 tbase = mp; in sys_alloc()
[all …]
/aosp_15_r20/external/OpenCL-CTS/test_conformance/integer_ops/
H A Dtest_extended_bit_ops_extract.cpp45 cpu_bit_extract_signed(T tbase, cl_uint offset, cl_uint count) in cpu_bit_extract_signed() argument
53 unsigned_t base = static_cast<unsigned_t>(tbase); in cpu_bit_extract_signed()
71 cpu_bit_extract_unsigned(T tbase, cl_uint offset, cl_uint count) in cpu_bit_extract_unsigned() argument
79 unsigned_t base = static_cast<unsigned_t>(tbase); in cpu_bit_extract_unsigned()
H A Dtest_extended_bit_ops_insert.cpp29 cpu_bit_insert(T tbase, T tinsert, cl_uint offset, cl_uint count) in cpu_bit_insert() argument
35 cl_ulong base = static_cast<cl_ulong>(tbase); in cpu_bit_insert()
/aosp_15_r20/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c6326 _mpd_qpow_mpd(mpd_t *result, mpd_t *tbase, mpd_t *texp, uint8_t resultsign, in _mpd_qpow_mpd() argument
6341 mpd_qmul(result, result, tbase, ctx, &workstatus); in _mpd_qpow_mpd()
6348 mpd_qmul(tbase, tbase, tbase, ctx, &workstatus); in _mpd_qpow_mpd()
6350 if (mpd_isnan(tbase) || mpd_isnan(texp)) { in _mpd_qpow_mpd()
6369 MPD_NEW_STATIC(tbase,0,0,0,0); in _mpd_qpow_int()
6381 mpd_qdiv(&tbase, &one, base, &workctx, &workstatus); in _mpd_qpow_int()
6389 if (!mpd_qcopy(&tbase, base, status)) { in _mpd_qpow_int()
6401 _mpd_qpow_mpd(result, &tbase, &texp, resultsign, &workctx, status); in _mpd_qpow_int()
6404 _mpd_qpow_uint(result, &tbase, n, resultsign, &workctx, status); in _mpd_qpow_int()
6413 mpd_del(&tbase); in _mpd_qpow_int()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/reflectdata/
Dreflect.go929 tbase := t
931 tbase = t.Elem()
933 if tbase.Kind() == types.TFORW {
934 base.Fatalf("unresolved defined type: %v", tbase)
941 if sym := tbase.Sym(); sym != nil && sym.Pkg == ir.Pkgs.Runtime {
950 if !NeedEmit(tbase) {
952 lsym.Pkg = tbase.Sym().Pkg.Prefix
1207 if tbase.Sym() == nil || tbase.IsFullyInstantiated() || tbase.HasShape() {
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
Dlibffi.diff170 char* tbase = (char*)(CALL_MMAP(tsize));
171 if (tbase != CMFAIL) {
172 m = init_user_mstate(tbase, tsize);
/aosp_15_r20/external/testng/src/test/java/test/superclass/
H A DBase1.java18 public void tbase() { in tbase() method in Base1
H A DBase2.java19 public void tbase() { in tbase() method in Base2
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/build_helpers/
Dconditional_eval_options.mk36 ifeq ($(SPD), tbase)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/lib/linux/x86_64-unknown-linux-musl/include/
Dunwind.h148 uintptr_t tbase; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/lib/linux/aarch64-unknown-linux-musl/include/
Dunwind.h148 uintptr_t tbase; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/lib/linux/x86_64-unknown-linux-musl/include/
Dunwind.h148 uintptr_t tbase; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/
Dunwind.h148 uintptr_t tbase; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/lib/linux/arm-unknown-linux-musleabihf/include/
Dunwind.h148 uintptr_t tbase; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/lib/linux/aarch64-unknown-linux-musl/include/
Dunwind.h148 uintptr_t tbase; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/lib/linux/i686-unknown-linux-musl/include/
Dunwind.h148 uintptr_t tbase; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/lib/linux/x86_64-unknown-linux-musl/include/
Dunwind.h148 uintptr_t tbase; member

1234