HomeSort by relevance Sort by last modified time
    Searched refs:fs (Results 1176 - 1200 of 2103) sorted by null

<<41424344454647484950>>

  /external/bsdiff/
file.cc 10 #include <linux/fs.h>
  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 60 llvm::raw_fd_ostream o(outPath, EC, llvm::sys::fs::F_Text);
  /external/clang/lib/AST/
InheritViz.cpp 142 if (std::error_code EC = llvm::sys::fs::createTemporaryFile(
  /external/clang/lib/StaticAnalyzer/Frontend/
ModelInjector.cpp 61 if (!llvm::sys::fs::exists(fileName.str())) {
  /external/clang/test/CodeGen/
ms-inline-asm.c 286 __asm mov eax, fs:[0h]
288 // CHECK: call void asm sideeffect inteldialect "mov eax, fs:[$$0h]", "~{eax},~{dirflag},~{fpsr},~{flags}"()
491 __asm mov eax, fs:[0] A.b
492 // CHECK: mov eax, fs:[$$0] .4
497 __asm mov eax, fs:[0] C.c2.b
498 // CHECK: mov eax, fs:[$$0] .8
522 __asm mov fs, a;
523 // CHECK: mov fs, word ptr $3
  /external/clang/tools/libclang/
ARCMigrate.cpp 50 if (!llvm::sys::fs::exists(migrate_dir_path)) {
Indexing.cpp 92 llvm::sys::fs::UniqueID UniqueID;
97 PPRegion(llvm::sys::fs::UniqueID UniqueID, unsigned offset, time_t modTime)
100 const llvm::sys::fs::UniqueID &getUniqueID() const { return UniqueID; }
124 return PPRegion(llvm::sys::fs::UniqueID(0, 0), unsigned(-1), 0);
127 return PPRegion(llvm::sys::fs::UniqueID(0, 0), unsigned(-2), 0);
132 const llvm::sys::fs::UniqueID &UniqueID = S.getUniqueID();
212 const llvm::sys::fs::UniqueID &ID = FE->getUniqueID();
226 const llvm::sys::fs::UniqueID &ID = FE->getUniqueID();
232 const llvm::sys::fs::UniqueID &ID = FE->getUniqueID();
    [all...]
  /external/clang/unittests/Tooling/
RewriterTestContext.h 70 std::error_code EC = llvm::sys::fs::createTemporaryFile(Name, "", FD, Path);
  /external/compiler-rt/lib/asan/
asan_fake_stack.h 171 void SetTLSFakeStack(FakeStack *fs);
  /external/e2fsprogs/po/
at-expand.pl 76 $msg =~ s/\@C/conflicts with some other fs block/g;
  /external/google-breakpad/src/google_breakpad/common/
minidump_cpu_amd64.h 124 uint16_t fs; member in struct:__anon12843
  /external/libunwind/src/x86/
getcontext-freebsd.S 50 movw %fs, %cx
  /external/libunwind/src/x86_64/
getcontext.S 85 movw %fs, UC_MCONTEXT_FS(%rdi)
  /external/llvm/examples/BrainF/
BrainFDriver.cpp 111 out = new raw_fd_ostream(OutputFilename, EC, sys::fs::F_None);
  /external/llvm/tools/llvm-as/
llvm-as.cpp 77 new tool_output_file(OutputFilename, EC, sys::fs::F_None));
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.h 63 void *fs; member in struct:vl_compositor_layer
vl_matrix_filter.c 237 filter->fs = create_frag_shader(filter, num_offsets, offsets, matrix_values);
238 if (!filter->fs)
281 filter->pipe->delete_fs_state(filter->pipe, filter->fs);
311 filter->pipe->bind_fs_state(filter->pipe, filter->fs);
vl_median_filter.c 316 filter->fs = create_frag_shader(filter, offsets, num_offsets);
317 if (!filter->fs)
360 filter->pipe->delete_fs_state(filter->pipe, filter->fs);
390 filter->pipe->bind_fs_state(filter->pipe, filter->fs);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.h 66 struct sp_fragment_shader *fs; member in struct:softpipe_context
  /external/opencv3/modules/imgproc/test/
test_templmatch.cpp 53 int read_params( CvFileStorage* fs );
79 int CV_TemplMatchTest::read_params( CvFileStorage* fs )
81 int code = cvtest::ArrayTest::read_params( fs );
85 max_template_size = cvReadInt( find_param( fs, "max_template_size" ), max_template_size );
318 CvFileStorage* fs = cvOpenFileStorage( "_match_template.yml", 0, CV_STORAGE_WRITE );
319 cvWrite( fs, "image", &test_mat[INPUT][0] );
320 cvWrite( fs, "template", &test_mat[INPUT][1] );
321 cvWrite( fs, "ref", &test_mat[REF_OUTPUT][0] );
322 cvWrite( fs, "opencv", &test_mat[OUTPUT][0] );
323 cvWriteInt( fs, "method", method )
    [all...]
  /external/squashfs-tools/kernel/fs/squashfs/
export.c 38 #include <linux/fs.h>
  /external/v8/src/mips/
simulator-mips.h 195 int32_t& rounded_int, double fs);
197 int32_t& rounded_int, float fs);
199 int64_t& rounded_int, double fs);
201 int64_t& rounded_int, float fs);
  /external/v8/tools/
gc-nvp-trace-processor.py 82 if 'fs' in self.props:
83 args.append('fs %s' % self.props['fs'])
234 fs = 'solid 0.4 noborder',
237 fs = 'solid 0.4 noborder',
245 fs = 'solid 0.4 noborder',
248 fs = 'solid 0.4 noborder',
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c 31 LVPSA_RETURN LVPSA_BPSinglePrecCoefs( LVM_UINT16 Fs,
35 LVPSA_RETURN LVPSA_BPDoublePrecCoefs( LVM_UINT16 Fs,
39 LVPSA_RETURN LVPSA_BPDoublePrecCoefs( LVM_UINT16 Fs,
77 if(pNewParams->Fs >= LVPSA_NR_SUPPORTED_RATE)
117 pParams->Fs = pLVPSA_Inst->CurrentParams.Fs;
195 if(Params.Fs != pInst->CurrentParams.Fs)
197 pInst->CurrentParams.Fs = Params.Fs;
273 LVM_UINT32 fs = (LVM_UINT32)LVPSA_SampleRateTab[(LVM_UINT16)pParams->Fs]; \/* Sample rate *\/ local
    [all...]
  /frameworks/compile/libbcc/tools/bcc_strip_attr/
bcc_strip_attr.cpp 135 sys::fs::F_None);

Completed in 4630 milliseconds

<<41424344454647484950>>