Home
last modified time | relevance | path

Searched refs:tagp (Results 1 – 15 of 15) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
Dload_tagp.sh2 insmod -f ./tagp.ko || insmod -f ./tagp.o || exit 1
3 rm -f /dev/tagp
5 mknod /dev/tagp c $major 0
DMakefile10 obj-m := tagp.o
22 rm -f tagp.o 2>/dev/null || true
/third_party/e2fsprogs/e2fsck/
Drecovery.c224 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/
Dfdt.c152 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/
Dfp_constsf.c18 float nanf(const char * tagp __attribute__((unused)) ) in nanf() argument
Dfp_consts.c16 double nan (const char * tagp __attribute__((unused)) ) in nan() argument
Dfp_constsl.c17 long double nanl (const char * tagp __attribute__((unused)) ) in nanl() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcharconv.cc86 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/
Dcharconv.cc86 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/
Ddo_journal.c622 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()
Dlogdump.c507 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/
Dmath.h1081 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/
Dmatroskaenc.c1542 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/
DIntrinsicsAArch64.td720 // 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/
DIntrinsicImpl.inc852 "llvm.aarch64.tagp",
10985 29, // llvm.aarch64.tagp