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

<<61626364656667686970>>

  /external/clang/lib/Frontend/
DependencyFile.cpp 393 llvm::sys::fs::remove(OutputFile);
398 llvm::raw_fd_ostream OS(OutputFile, EC, llvm::sys::fs::F_Text);
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateVPTests.cpp 261 const vk::Unique<vk::VkShaderModule> fs(createShaderModule(m_vk, device, m_context.getBinaryCollection().get(m_fragmentShaderName), 0));
268 pipelineCreateInfo.addShader(PipelineCreateInfo::PipelineShaderStage(*fs, "main", vk::VK_SHADER_STAGE_FRAGMENT_BIT));
  /external/e2fsprogs/e2fsck/
dirinfo.c 62 uuid_unparse(ctx->fs->super->s_uuid, uuid);
92 retval = ext2fs_get_num_dirs(ctx->fs, &num_dirs);
  /external/fio/engines/
sg.c 34 struct io_u *io_u, int fs)
47 if (fs) {
  /external/google-breakpad/src/processor/
dump_context.cc 312 printf(" fs = 0x%x\n", context_x86->fs);
443 printf(" fs = 0x%x\n", context_amd64->fs);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2TimeOfImpact.cpp 335 float32 fs[N+1];
348 fs[i] = f;
  /external/llvm/test/MC/X86/
x86-32.s 529 push %fs
530 // CHECK: pushl %fs
548 pushw %fs
549 // CHECK: pushw %fs
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 377 std::error_code EC = sys::fs::createUniqueFile(
414 sys::fs::remove(Filename.c_str());
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.c 192 R300_INIT_ATOM(fs, 0);
207 r300->fs.emit = r500_emit_fs;
r300_context.h 444 FRAGMENT_SHADER_VALID, /* No need to change/validate the FS. */
445 FRAGMENT_SHADER_MAYBE_DIRTY,/* Validate the FS if external state was changed. */
446 FRAGMENT_SHADER_DIRTY /* Always validate the FS (if the FS was changed) */
535 struct r300_atom fs; member in struct:r300_context
656 return (struct r300_fragment_shader*)r300->fs.state;
  /external/opencv3/modules/photo/src/
merge.cpp 263 void write(FileStorage& fs) const
265 fs << "name" << name
  /external/opencv3/modules/video/src/
bgfg_KNN.cpp 184 virtual void write(FileStorage& fs) const
186 fs << "name" << name_
  /external/opencv3/modules/videostab/src/
stabilizer.cpp 356 std::ofstream fs("log_stab.csv");
360 fs << M(0,0) << " " << M(0,1) << " " << M(0,2) << " "
  /external/selinux/prebuilts/bin/
seinfo.py 148 q.fs = args.fsusequery
155 q.fs = args.genfsconquery
  /external/v8/src/mips/
macro-assembler-mips.cc     [all...]
  /external/valgrind/coregrind/m_sigframe/
sigframe-x86-linux.c 293 //:: struct i387_fsave_struct *fs = &regs->m_sse.fsave;
295 //:: fs->status = fs->swd;
296 //:: VG_(memcpy)(buf, fs, sizeof(*fs));
369 SC2(fs,FS);
624 tst->arch.vex.guest_FS = sc->fs;
  /external/webrtc/webrtc/modules/audio_coding/codecs/cng/
webrtc_cng.c 135 * - fs : 8000 for narrowband and 16000 for wideband
145 int WebRtcCng_InitEnc(CNG_enc_inst* cng_inst, int fs, int16_t interval,
157 inst->enc_sampfreq = fs;
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
parse_delay_file.m 185 'fs', fsvec(:),...
  /frameworks/av/services/audioflinger/
AudioResamplerFirGen.h 562 * is the designed polyphase bank value / L). Likewise for fs.
571 * @param fp is the passband normalized frequency, 0 < fp < fs < 0.5.
573 * @param fs is the stopband normalized frequency, 0 < fp < fs < 0.5.
597 double fp, double fs, int passSteps, int stopSteps,
606 testFir(coef, L, halfNumCoef, fs, 0.5, stopSteps, fmin, fmax);
  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 217 sys::fs::Path input_path(pArchiveFile.path().parent_path());
219 input_path.append(sys::fs::Path(member_name));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ethtool.h 477 * @fs: Flow classification rule
491 * For %ETHTOOL_GRXCLSRULE, @fs.@location specifies the location of an
492 * existing rule on entry and @fs contains the rule on return.
500 * For %ETHTOOL_SRXCLSRLINS, @fs specifies the rule to add or update.
501 * @fs.@location specifies the location to use and must not be ignored.
503 * For %ETHTOOL_SRXCLSRLDEL, @fs.@location specifies the location of an
510 struct ethtool_rx_flow_spec fs; member in struct:ethtool_rxnfc
571 * @fs: Flow filter specification
575 struct ethtool_rx_ntuple_flow_spec fs; member in struct:ethtool_rx_ntuple
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/
main.go 299 fs := token.NewFileSet()
310 parsedFile, err = parser.ParseFile(fs, name, data, 0)
317 files = append(files, &File{fset: fs, content: data, name: name, file: parsedFile})
326 err := pkg.check(fs, astFiles)
  /prebuilts/go/darwin-x86/src/debug/elf/
symbols_test.go 32 fs, err := getfunc(f)
37 fs = []Symbol{}
39 if !reflect.DeepEqual(ts, fs) {
40 t.Errorf("%s: Symbols = %v, want %v", file, ts, fs)
  /prebuilts/go/darwin-x86/src/runtime/
defs_darwin_arm.go 226 fs floatstate32
defs_linux_386.go 176 fs uint16

Completed in 1259 milliseconds

<<61626364656667686970>>