/external/ltp/testcases/kernel/device-drivers/base/tbase/ |
D | load_tbase.sh | 2 insmod -f ./tbase.ko || insmod -f ./tbase.o || exit 1 3 rm -f /dev/tbase 5 mknod /dev/tbase c $major 0
|
D | Makefile | 10 obj-m := tbase.o 21 rm -f tbase.o 2>/dev/null || true
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 3371 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 …]
|
/external/libffi/src/ |
D | dlmalloc.c | 3366 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() argument 3383 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE); in add_segment() 3389 m->seg.base = tbase; in add_segment() 3422 char* tbase = CMFAIL; in sys_alloc() local 3468 tbase = base; in sys_alloc() 3479 tbase = br; in sys_alloc() 3484 if (tbase == CMFAIL) { /* Cope with partial failure */ in sys_alloc() 3501 tbase = br; in sys_alloc() 3511 if (HAVE_MMAP && tbase == CMFAIL) { /* Try MMAP */ in sys_alloc() 3517 tbase = mp; in sys_alloc() [all …]
|
/external/dlmalloc/ |
D | malloc.c | 3998 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() argument 4015 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE); in add_segment() 4021 m->seg.base = tbase; in add_segment() 4054 char* tbase = CMFAIL; in sys_alloc() local 4125 tbase = base; in sys_alloc() 4136 tbase = br; in sys_alloc() 4141 if (tbase == CMFAIL) { /* Cope with partial failure */ in sys_alloc() 4158 tbase = br; in sys_alloc() 4168 if (HAVE_MMAP && tbase == CMFAIL) { /* Try MMAP */ in sys_alloc() 4171 tbase = mp; in sys_alloc() [all …]
|
/external/u-boot/drivers/spi/ |
D | pic32_spi.c | 242 ulong tbase; in pic32_spi_xfer() local 264 tbase = get_timer(0); in pic32_spi_xfer() 275 if (get_timer(tbase) > 5 * CONFIG_SYS_HZ) { in pic32_spi_xfer()
|
/external/testng/src/test/java/test/superclass/ |
D | Base1.java | 18 public void tbase() { in tbase() method in Base1
|
D | Base2.java | 19 public void tbase() { in tbase() method in Base2
|
/external/python/cpython2/Modules/_ctypes/ |
D | libffi.diff | 170 char* tbase = (char*)(CALL_MMAP(tsize)); 171 if (tbase != CMFAIL) { 172 m = init_user_mstate(tbase, tsize);
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | mpdecimal.c | 6164 _mpd_qpow_mpd(mpd_t *result, mpd_t *tbase, mpd_t *texp, uint8_t resultsign, in _mpd_qpow_mpd() argument 6179 mpd_qmul(result, result, tbase, ctx, &workstatus); in _mpd_qpow_mpd() 6186 mpd_qmul(tbase, tbase, tbase, ctx, &workstatus); in _mpd_qpow_mpd() 6188 if (mpd_isnan(tbase) || mpd_isnan(texp)) { in _mpd_qpow_mpd() 6207 MPD_NEW_STATIC(tbase,0,0,0,0); in _mpd_qpow_int() 6218 mpd_qdiv(&tbase, &one, base, &workctx, status); in _mpd_qpow_int() 6225 if (!mpd_qcopy(&tbase, base, status)) { in _mpd_qpow_int() 6237 _mpd_qpow_mpd(result, &tbase, &texp, resultsign, &workctx, status); in _mpd_qpow_int() 6240 _mpd_qpow_uint(result, &tbase, n, resultsign, &workctx, status); in _mpd_qpow_int() 6249 mpd_del(&tbase); in _mpd_qpow_int() [all …]
|
/external/clang/lib/Headers/ |
D | unwind.h | 264 uintptr_t tbase; member
|
/external/libunwind_llvm/src/ |
D | UnwindLevel1-gcc-ext.c | 198 bases->tbase = (uintptr_t)info.extra; in _Unwind_Find_FDE()
|
/external/u-boot/tools/buildman/ |
D | builder.py | 1264 tbase = self._base_environment[target] 1269 base = tbase.environment 1319 tbase = self._base_config[target] 1328 base = tbase.config[name]
|
/external/libunwind_llvm/include/ |
D | unwind.h | 340 uintptr_t tbase; member
|
/external/u-boot/include/ |
D | tsec.h | 322 u32 tbase; /* TxBD Base Address */ member
|
/external/u-boot/arch/powerpc/include/asm/ |
D | cpm_8xx.h | 596 ushort tbase; /* Tx Buffer descriptor base address */ member
|
D | immap_85xx.h | 363 u32 tbase; /* TX Desc Base Addr */ member
|
/external/u-boot/drivers/net/ |
D | tsec.c | 489 out_be32(®s->tbase, (u32)&priv->txbd[0]); in startup_tsec()
|