HomeSort by relevance Sort by last modified time
    Searched refs:Fname (Results 1 - 21 of 21) sorted by null

  /external/ltp/testcases/kernel/syscalls/dup/
dup05.c 127 char Fname[255];
169 sprintf(Fname, "dupfile");
170 SAFE_MKFIFO(cleanup, Fname, 0777);
171 if ((fd = open(Fname, O_RDWR, 0700)) == -1)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
SampleProfReader.h 279 /// Print the profile for \p FName on stream \p OS.
280 void dumpFunctionProfile(StringRef FName, raw_ostream &OS = dbgs());
290 StringRef Fname = F.getName().split('.').first;
292 Fname = getRepInFormat(Fname, getFormat(), FGUID);
293 if (Profiles.count(Fname))
294 return &Profiles[Fname];
  /external/ltp/testcases/kernel/syscalls/readdir/
readdir01.c 134 char Fname[255];
153 char fname[255]; local
192 sprintf(fname, "%s%d", Basename, cnt);
193 if ((fd = open(fname, O_RDWR | O_CREAT, 0700)) == -1) {
196 fname, errno, strerror(errno));
200 fname, errno, strerror(errno));
204 fname, errno, strerror(errno));
247 sprintf(fname, "%s%d", Basename, cnt);
249 if (unlink(fname) == -1) {
252 Fname, errno, strerror(errno))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c     [all...]
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 39 const char *FName,
44 EnsureFunctionExists(M, FName, Fn.arg_begin(), Fn.arg_end(),
317 static void ReplaceFPIntrinsicWithCall(CallInst *CI, const char *Fname,
324 ReplaceCallWith(Fname, CI, CS.arg_begin(), CS.arg_end(),
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IntrinsicLowering.cpp 39 const char *FName,
44 EnsureFunctionExists(M, FName, Fn->arg_begin(), Fn->arg_end(),
317 static void ReplaceFPIntrinsicWithCall(CallInst *CI, const char *Fname,
324 ReplaceCallWith(Fname, CI, CS.arg_begin(), CS.arg_end(),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
IntrinsicLowering.cpp 39 const char *FName,
44 EnsureFunctionExists(M, FName, Fn.arg_begin(), Fn.arg_end(),
314 static void ReplaceFPIntrinsicWithCall(CallInst *CI, const char *Fname,
321 ReplaceCallWith(Fname, CI, CS.arg_begin(), CS.arg_end(),
  /external/syzkaller/vendor/golang.org/x/sys/unix/
ztypes_solaris_amd64.go 276 Fname [6]int8
ztypes_linux_sparc64.go 642 Fname [6]int8
ztypes_linux_386.go 686 Fname [6]int8
    [all...]
ztypes_linux_amd64.go 703 Fname [6]int8
    [all...]
ztypes_linux_arm.go 673 Fname [6]uint8
    [all...]
ztypes_linux_arm64.go 681 Fname [6]int8
    [all...]
ztypes_linux_mips.go 677 Fname [6]int8
    [all...]
ztypes_linux_mips64.go 684 Fname [6]int8
    [all...]
ztypes_linux_mips64le.go 684 Fname [6]int8
    [all...]
ztypes_linux_mipsle.go 677 Fname [6]int8
    [all...]
ztypes_linux_ppc64.go 691 Fname [6]uint8
    [all...]
ztypes_linux_ppc64le.go 691 Fname [6]uint8
    [all...]
ztypes_linux_s390x.go 707 Fname [6]int8
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
SampleProfile.cpp 806 auto Fname = getRepInFormat(F.getName(), Reader->getFormat(), FGUID);
807 if (CalleeFunctionName == Fname)
    [all...]

Completed in 3651 milliseconds