/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
D | load_tagp.sh | 2 insmod -f ./tagp.ko || insmod -f ./tagp.o || exit 1 3 rm -f /dev/tagp 5 mknod /dev/tagp c $major 0
|
D | Makefile | 10 obj-m := tagp.o 22 rm -f tagp.o 2>/dev/null || true
|
/third_party/e2fsprogs/e2fsck/ |
D | recovery.c | 224 char * tagp; in count_tags() local 232 tagp = &bh->b_data[sizeof(journal_header_t)]; in count_tags() 234 while ((tagp - bh->b_data + tag_bytes) <= size) { in count_tags() 235 tag = (journal_block_tag_t *) tagp; in count_tags() 238 tagp += tag_bytes; in count_tags() 240 tagp += 16; in count_tags() 482 char * tagp; in do_one_pass() local 580 tagp = &bh->b_data[sizeof(journal_header_t)]; in do_one_pass() 581 while ((tagp - bh->b_data + tag_bytes) in do_one_pass() 585 tag = (journal_block_tag_t *) tagp; in do_one_pass() [all …]
|
/third_party/uboot/u-boot-2020.01/scripts/dtc/libfdt/ |
D | fdt.c | 152 const fdt32_t *tagp, *lenp; in fdt_next_tag() local 158 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag() 159 if (fdt_chk_basic() && !tagp) in fdt_next_tag() 161 tag = fdt32_to_cpu(*tagp); in fdt_next_tag()
|
/third_party/mingw-w64/mingw-w64-crt/math/ |
D | fp_constsf.c | 18 float nanf(const char * tagp __attribute__((unused)) ) in nanf() argument
|
D | fp_consts.c | 16 double nan (const char * tagp __attribute__((unused)) ) in nan() argument
|
D | fp_constsl.c | 17 long double nanl (const char * tagp __attribute__((unused)) ) in nanl() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | charconv.cc | 86 static double MakeNan(const char* tagp) { in MakeNan() 90 return nan(tagp); in MakeNan() 140 static float MakeNan(const char* tagp) { in MakeNan() 144 return nanf(tagp); in MakeNan()
|
/third_party/abseil-cpp/absl/strings/ |
D | charconv.cc | 86 static double MakeNan(const char* tagp) { in MakeNan() 90 return nan(tagp); in MakeNan() 140 static float MakeNan(const char* tagp) { in MakeNan() 144 return nanf(tagp); in MakeNan()
|
/third_party/e2fsprogs/debugfs/ |
D | do_journal.c | 622 char *tagp; in count_tags() local 630 tagp = buf + sizeof(journal_header_t); in count_tags() 632 while ((tagp - buf + tag_bytes) <= size) { in count_tags() 633 tag = (journal_block_tag_t *) tagp; in count_tags() 636 tagp += tag_bytes; in count_tags() 638 tagp += 16; in count_tags()
|
D | logdump.c | 507 char *tagp; in dump_descriptor_block() local 531 tagp = &buf[offset]; in dump_descriptor_block() 532 tag = (journal_block_tag_t *) tagp; in dump_descriptor_block()
|
/third_party/mingw-w64/mingw-w64-headers/crt/ |
D | math.h | 1081 extern double __cdecl nan(const char *tagp); 1082 extern float __cdecl nanf(const char *tagp); 1083 extern long double __cdecl nanl(const char *tagp);
|
/third_party/ffmpeg/libavformat/ |
D | matroskaenc.c | 1542 ebml_master tag, *tagp = IS_SEEKABLE(s->pb, mkv) ? &tag : NULL; in mkv_write_tags() local 1562 if (!tagp && !mkv_check_tag(st->metadata, MATROSKA_ID_TAGTARGETS_TRACKUID)) in mkv_write_tags() 1565 ret = mkv_write_tag(mkv, st->metadata, &mkv->tags.bc, tagp, in mkv_write_tags() 1570 if (tagp) { in mkv_write_tags()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicsAArch64.td | 720 // ptr1 = tagp(ptr0, baseptr, tag_offset) returns a pointer where
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | IntrinsicImpl.inc | 852 "llvm.aarch64.tagp", 10985 29, // llvm.aarch64.tagp
|