Home
last modified time | relevance | path

Searched defs:fs (Results 1 – 25 of 1182) sorted by relevance

12345678910>>...48

/third_party/ffmpeg/libavfilter/
Dframesync.c71 void ff_framesync_preinit(FFFrameSync *fs) in ff_framesync_preinit()
79 int ff_framesync_init(FFFrameSync *fs, AVFilterContext *parent, unsigned nb_in) in ff_framesync_init()
96 static void framesync_eof(FFFrameSync *fs) in framesync_eof()
103 static void framesync_sync_level_update(FFFrameSync *fs) in framesync_sync_level_update()
119 int ff_framesync_configure(FFFrameSync *fs) in ff_framesync_configure()
169 static int framesync_advance(FFFrameSync *fs) in framesync_advance()
216 static int64_t framesync_pts_extrapolate(FFFrameSync *fs, unsigned in, in framesync_pts_extrapolate()
223 static void framesync_inject_frame(FFFrameSync *fs, unsigned in, AVFrame *frame) in framesync_inject_frame()
236 static void framesync_inject_status(FFFrameSync *fs, unsigned in, int status, int64_t pts) in framesync_inject_status()
248 int ff_framesync_get_frame(FFFrameSync *fs, unsigned in, AVFrame **rframe, in ff_framesync_get_frame()
[all …]
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_feedback.c127 struct feedback_stage *fs = feedback_stage(stage); in feedback_tri() local
140 struct feedback_stage *fs = feedback_stage(stage); in feedback_line() local
157 struct feedback_stage *fs = feedback_stage(stage); in feedback_point() local
174 struct feedback_stage *fs = feedback_stage(stage); in feedback_reset_stipple_counter() local
191 struct feedback_stage *fs = CALLOC_STRUCT(feedback_stage); in draw_glfeedback_stage() local
215 struct feedback_stage *fs = feedback_stage(stage); in select_tri() local
224 struct feedback_stage *fs = feedback_stage(stage); in select_line() local
233 struct feedback_stage *fs = feedback_stage(stage); in select_point() local
264 struct feedback_stage *fs = CALLOC_STRUCT(feedback_stage); in draw_glselect_stage() local
/third_party/node/test/parallel/
Dtest-fs-stream-fs-options.js6 const fs = require('fs'); constant
15 const originalFs = { fs }; field
25 fs: overrideFs property
43 fs: overrideFs property
61 fs: overrideFs property
Dtest-fs-write-stream-fs.js4 const fs = require('fs'); constant
12 fs: { property
26 fs: { property
Dtest-policy-scopes-dependencies.js104 fs: 'test:fs1' property
115 fs: 'test:fs2' property
173 fs: true property
190 fs: true property
223 fs: 'test:fs1' property
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfail_stream_test.cc30 FailStream fs(&flag, nullptr); in TEST_F() local
44 FailStream fs(&flag, nullptr); in TEST_F() local
54 FailStream fs(&flag, nullptr); in TEST_F() local
62 FailStream fs(&flag, &ss); in TEST_F() local
/third_party/typescript/tests/baselines/reference/
DnodeModulesImportAssignments(module=nodenext).js37 const fs = require("fs"); constant
44 const fs = __require("fs"); constant
54 const fs = __require_1("fs"); constant
DnodeModulesAllowJsImportAssignment(module=node16).js37 const fs = require("fs"); constant
44 const fs = __require("fs"); constant
54 const fs = __require_1("fs"); constant
DnodeModulesAllowJsImportAssignment(module=nodenext).js37 const fs = require("fs"); constant
44 const fs = __require("fs"); constant
54 const fs = __require_1("fs"); constant
DnodeModulesImportAssignments(module=node16).js37 const fs = require("fs"); constant
44 const fs = __require("fs"); constant
54 const fs = __require_1("fs"); constant
DambientRequireFunction.js13 const fs = require("fs"); constant
18 var fs = require("fs"); variable
DlocalRequireFunction.js6 const fs = require("fs"); constant
13 var fs = require("fs"); variable
/third_party/ffmpeg/libavcodec/
Dffv1.c61 av_cold int ff_ffv1_init_slice_state(const FFV1Context *f, FFV1Context *fs) in ff_ffv1_init_slice_state()
104 FFV1Context *fs = f->slice_context[i]; in ff_ffv1_init_slices_state() local
124 FFV1Context *fs = av_mallocz(sizeof(*fs)); in ff_ffv1_init_slice_contexts() local
168 void ff_ffv1_clear_slice_state(const FFV1Context *f, FFV1Context *fs) in ff_ffv1_clear_slice_state()
210 FFV1Context *fs = s->slice_context[j]; in ff_ffv1_close() local
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_translate.c86 i915_use_passthrough_shader(struct i915_fragment_shader *fs) in i915_use_passthrough_shader()
111 get_mapping(struct i915_fragment_shader *fs, enum tgsi_semantic semantic, in get_mapping()
136 struct i915_fragment_shader *fs) in src_vector()
399 uint32_t opcode, struct i915_fragment_shader *fs) in emit_tex()
427 uint32_t numArgs, struct i915_fragment_shader *fs) in emit_simple_arith()
446 struct i915_fragment_shader *fs) in emit_simple_arith_swap2()
473 struct i915_fragment_shader *fs) in i915_translate_instruction()
842 struct i915_fragment_shader *fs) in i915_translate_token()
939 struct i915_fragment_shader *fs) in i915_translate_instructions()
1086 struct i915_fragment_shader *fs) in i915_translate_fragment_program()
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.cc1157 FPURegister ft, FPURegister fs, FPURegister fd, in GenInstrRegister()
1166 FPURegister fs, FPURegister fd, in GenInstrRegister()
1175 FPURegister fs, FPURegister fd, in GenInstrRegister()
1184 FPUControlRegister fs, SecondaryField func) { in GenInstrRegister()
2411 void Assembler::mtc1(Register rt, FPURegister fs) { in mtc1()
2415 void Assembler::mthc1(Register rt, FPURegister fs) { in mthc1()
2419 void Assembler::mfc1(Register rt, FPURegister fs) { in mfc1()
2423 void Assembler::mfhc1(Register rt, FPURegister fs) { in mfhc1()
2427 void Assembler::ctc1(Register rt, FPUControlRegister fs) { in ctc1()
2431 void Assembler::cfc1(Register rt, FPUControlRegister fs) { in cfc1()
[all …]
/third_party/FatFs/source/
Dff.c167 #define ABORT(fs, res) { fp->err = (BYTE)(res); LEAVE_FF(fs, res); } argument
176 #define LEAVE_FF(fs, res) { unlock_fs(fs, res); return res; } argument
178 #define LEAVE_FF(fs, res) { (void)fs; return res; } argument
181 #define LEAVE_FF(fs, res) return res argument
197 FATFS* fs; /* Object ID 1, volume (NULL:blank entry) */ member
742 FATFS* fs /* Filesystem object */ in lock_fs()
750 FATFS* fs, /* Filesystem object */ in unlock_fs()
860 FATFS* fs in clear_share()
871 FRESULT empty_lock(FATFS* fs) /* check lock entries is empty or not. */ in empty_lock()
897 FATFS* fs /* Filesystem object */ in sync_window()
[all …]
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_fs.c46 struct svga_fragment_shader *fs; in svga_create_fs_state() local
82 struct svga_fragment_shader *fs = (struct svga_fragment_shader *) shader; in svga_bind_fs_state() local
94 struct svga_fragment_shader *fs = (struct svga_fragment_shader *) shader; in svga_delete_fs_state() local
Dsvga_state_fs.c92 struct svga_fragment_shader *fs = (struct svga_fragment_shader *)shader; in svga_get_compiled_dummy_fragment_shader() local
119 struct svga_fragment_shader *fs, in make_fs_key()
358 struct svga_fragment_shader *fs = svga->curr.fs; in emit_hw_fs() local
/third_party/typescript/src/testRunner/unittests/
DprogramApi.ts144 …const fs = vfs.createFromFileSystem(Harness.IO, /*ignoreCase*/ false, { documents: [a, bar, barFoo… constant
152 …const fs = vfs.createFromFileSystem(Harness.IO, /*ignoreCase*/ false, { documents: [a, fooIndex], … constant
171 …const fs = vfs.createFromFileSystem(Harness.IO, /*ignoreCase*/ false, { documents: [main, pkg], cw… constant
188 …const fs = vfs.createFromFileSystem(Harness.IO, /*ignoreCase*/ false, { documents: [main], cwd: "/… constant
200 …const fs = vfs.createFromFileSystem(Harness.IO, /*ignoreCase*/ false, { documents: [main, mod], cw… constant
215 …const fs = vfs.createFromFileSystem(Harness.IO, /*ignoreCase*/ false, { documents: [main, mod], cw… constant
/third_party/node/deps/v8/src/codegen/mips64/
Dassembler-mips64.cc1086 FPURegister ft, FPURegister fs, FPURegister fd, in GenInstrRegister()
1095 FPURegister fs, FPURegister fd, in GenInstrRegister()
1104 FPURegister fs, FPURegister fd, in GenInstrRegister()
1113 FPUControlRegister fs, SecondaryField func) { in GenInstrRegister()
2470 void Assembler::min_s(FPURegister fd, FPURegister fs, FPURegister ft) { in min_s()
2474 void Assembler::min_d(FPURegister fd, FPURegister fs, FPURegister ft) { in min_d()
2478 void Assembler::max_s(FPURegister fd, FPURegister fs, FPURegister ft) { in max_s()
2482 void Assembler::max_d(FPURegister fd, FPURegister fs, FPURegister ft) { in max_d()
2486 void Assembler::mina_s(FPURegister fd, FPURegister fs, FPURegister ft) { in mina_s()
2490 void Assembler::mina_d(FPURegister fd, FPURegister fs, FPURegister ft) { in mina_d()
[all …]
/third_party/NuttX/fs/tmpfs/
Dfs_tmpfs.c238 static void tmpfs_lock(struct tmpfs_s *fs) in tmpfs_lock()
283 static void tmpfs_unlock(struct tmpfs_s *fs) in tmpfs_unlock()
514 static int tmpfs_create_file(struct tmpfs_s *fs, in tmpfs_create_file()
657 static int tmpfs_create_directory(struct tmpfs_s *fs, in tmpfs_create_directory()
770 static int tmpfs_find_object(struct tmpfs_s *fs, in tmpfs_find_object()
905 static int tmpfs_find_file(struct tmpfs_s *fs, in tmpfs_find_file()
952 static int tmpfs_find_directory(struct tmpfs_s *fs, in tmpfs_find_directory()
1170 struct tmpfs_s *fs; in tmpfs_create() local
1420 struct tmpfs_s *fs; in tmpfs_opendir() local
1670 struct tmpfs_s *fs = &tmpfs_superblock; in tmpfs_mount() local
[all …]
/third_party/libsnd/Octave/
Dsndfile_load.m39 fs = samplerate ; variable
41 fs = samplingrate ; variable
/third_party/skia/include/private/
DSkHalf.h44 float32x4_t fs; in SkHalfToFloat_finite_ftz() local
64 static inline Sk4h SkFloatToHalf_finite_ftz(const Sk4f& fs) { in SkFloatToHalf_finite_ftz()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleInterpolationTests.cpp230 std::ostringstream fs; in initPrograms() local
296 std::ostringstream fs; in initPrograms() local
415 std::ostringstream fs; in initPrograms() local
481 std::ostringstream fs; in initPrograms() local
561 std::ostringstream fs; in initPrograms() local
669 std::ostringstream fs; in initPrograms() local
762 std::ostringstream fs; in initPrograms() local
849 std::ostringstream fs; in initPrograms() local
995 std::ostringstream fs; in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMultisampleInterpolationTests.cpp228 std::ostringstream fs; in initPrograms() local
294 std::ostringstream fs; in initPrograms() local
413 std::ostringstream fs; in initPrograms() local
479 std::ostringstream fs; in initPrograms() local
559 std::ostringstream fs; in initPrograms() local
667 std::ostringstream fs; in initPrograms() local
760 std::ostringstream fs; in initPrograms() local
847 std::ostringstream fs; in initPrograms() local
993 std::ostringstream fs; in initPrograms() local

12345678910>>...48