Home
last modified time | relevance | path

Searched +defs:val +defs:fs (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/aosp_15_r20/external/mesa3d/src/amd/compiler/tests/
H A Dtest_isel.cpp20 QoShaderModuleCreateInfo fs = qoShaderModuleCreateInfoGLSL(FRAGMENT, variable
165 QoShaderModuleCreateInfo fs = qoShaderModuleCreateInfoGLSL(FRAGMENT, variable
193 QoShaderModuleCreateInfo fs = qoShaderModuleCreateInfoGLSL(FRAGMENT, variable
709 nir_def *val; variable
764 nir_def *val; variable
907 nir_def* val; variable
965 nir_def* val; variable
1032 nir_def* val = nir_unit_test_uniform_amd(nb, 1, 32, .base = 0); variable
1068 nir_def* val = nir_unit_test_uniform_amd(nb, 1, 32, .base = 0); variable
1102 nir_def* val = nir_unit_test_uniform_amd(nb, 1, 32, .base = 0); variable
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dalloc.c42 void ext2fs_clear_block_uninit(ext2_filsys fs, dgrp_t group) in ext2fs_clear_block_uninit()
60 static void check_inode_uninit(ext2_filsys fs, ext2fs_inode_bitmap map, in check_inode_uninit()
88 errcode_t ext2fs_new_inode(ext2_filsys fs, ext2_ino_t dir, in ext2fs_new_inode()
147 errcode_t ext2fs_new_block3(ext2_filsys fs, blk64_t goal, in ext2fs_new_block3()
204 errcode_t ext2fs_new_block2(ext2_filsys fs, blk64_t goal, in ext2fs_new_block2()
210 errcode_t ext2fs_new_block(ext2_filsys fs, blk_t goal, in ext2fs_new_block()
214 blk64_t val; in ext2fs_new_block() local
225 errcode_t ext2fs_alloc_block3(ext2_filsys fs, blk64_t goal, char *block_buf, in ext2fs_alloc_block3()
266 errcode_t ext2fs_alloc_block2(ext2_filsys fs, blk64_t goal, in ext2fs_alloc_block2()
272 errcode_t ext2fs_alloc_block(ext2_filsys fs, blk_t goal, in ext2fs_alloc_block()
[all …]
H A Dprogress.c37 void ext2fs_numeric_progress_init(ext2_filsys fs, in ext2fs_numeric_progress_init()
73 void ext2fs_numeric_progress_update(ext2_filsys fs, in ext2fs_numeric_progress_update()
75 __u64 val) in ext2fs_numeric_progress_update()
93 void ext2fs_numeric_progress_close(ext2_filsys fs, in ext2fs_numeric_progress_close()
H A Dext_attr.c28 static errcode_t read_ea_inode_hash(ext2_filsys fs, ext2_ino_t ino, __u32 *hash) in read_ea_inode_hash()
112 errcode_t ext2fs_ext_attr_hash_entry3(ext2_filsys fs, in ext2fs_ext_attr_hash_entry3()
149 errcode_t ext2fs_ext_attr_hash_entry2(ext2_filsys fs, in ext2fs_ext_attr_hash_entry2()
216 errcode_t ext2fs_read_ext_attr3(ext2_filsys fs, blk64_t block, void *buf, in ext2fs_read_ext_attr3()
241 errcode_t ext2fs_read_ext_attr2(ext2_filsys fs, blk64_t block, void *buf) in ext2fs_read_ext_attr2()
246 errcode_t ext2fs_read_ext_attr(ext2_filsys fs, blk_t block, void *buf) in ext2fs_read_ext_attr()
251 errcode_t ext2fs_write_ext_attr3(ext2_filsys fs, blk64_t block, void *inbuf, in ext2fs_write_ext_attr3()
280 errcode_t ext2fs_write_ext_attr2(ext2_filsys fs, blk64_t block, void *inbuf) in ext2fs_write_ext_attr2()
285 errcode_t ext2fs_write_ext_attr(ext2_filsys fs, blk_t block, void *inbuf) in ext2fs_write_ext_attr()
293 errcode_t ext2fs_adjust_ea_refcount3(ext2_filsys fs, blk64_t blk, in ext2fs_adjust_ea_refcount3()
[all …]
H A Dicount.c103 static errcode_t alloc_icount(ext2_filsys fs, int flags, ext2_icount_t *ret) in alloc_icount()
257 errcode_t ext2fs_create_icount2(ext2_filsys fs, int flags, unsigned int size, in ext2fs_create_icount2()
326 errcode_t ext2fs_create_icount(ext2_filsys fs, int flags, in ext2fs_create_icount()
531 __u32 val; in ext2fs_icount_fetch() local
/aosp_15_r20/external/libopus/celt/
H A Dlaplace.c51 void ec_laplace_encode(ec_enc *enc, int *value, unsigned fs, int decay) in ec_laplace_encode()
54 int val = *value; in ec_laplace_encode() local
94 int ec_laplace_decode(ec_dec *dec, unsigned fs, int decay) in ec_laplace_decode()
96 int val=0; in ec_laplace_decode() local
/aosp_15_r20/external/e2fsprogs/e2fsck/
H A Djournal.c228 void mark_buffer_uptodate(struct buffer_head *bh, int val) in mark_buffer_uptodate()
257 static int process_journal_block(ext2_filsys fs, in process_journal_block()
287 __u8 *start, *cur, *end, *val; in ext4_fc_replay_scan() local
620 struct ext4_fc_tl *tl, __u8 *val) in tl_to_darg()
645 static int ext4_fc_handle_unlink(e2fsck_t ctx, struct ext4_fc_tl *tl, __u8 *val) in ext4_fc_handle_unlink()
662 static int ext4_fc_handle_link_and_create(e2fsck_t ctx, struct ext4_fc_tl *tl, __u8 *val) in ext4_fc_handle_link_and_create()
665 ext2_filsys fs = ctx->fs; in ext4_fc_handle_link_and_create() local
737 static int ext4_fc_handle_inode(e2fsck_t ctx, __u8 *val) in ext4_fc_handle_inode()
808 static int ext4_fc_handle_add_extent(e2fsck_t ctx, __u8 *val) in ext4_fc_handle_add_extent()
835 static int ext4_fc_handle_del_range(e2fsck_t ctx, __u8 *val) in ext4_fc_handle_del_range()
[all …]
H A Dpass1b.c45 #define INT_TO_VOIDPTR(val) ((void *)(intptr_t)(val)) argument
214 ext2_filsys fs = ctx->fs; in e2fsck_pass1_dupblocks() local
291 ext2_filsys fs = ctx->fs; in pass1b() local
477 ext2_filsys fs = ctx->fs; in pass1c() local
499 ext2_filsys fs = ctx->fs; in pass1d() local
642 static int delete_file_block(ext2_filsys fs, in delete_file_block()
688 ext2_filsys fs = ctx->fs; in delete_file() local
789 static int clone_file_block(ext2_filsys fs, in clone_file_block()
917 ext2_filsys fs = ctx->fs; in clone_file() local
1035 ext2_filsys fs = ctx->fs; in check_if_fs_cluster() local
/aosp_15_r20/external/e2fsprogs/debugfs/
H A Djournal.c234 void mark_buffer_uptodate(struct buffer_head *bh, int val) in mark_buffer_uptodate()
246 static void ext2fs_clear_recover(ext2_filsys fs, int error) in ext2fs_clear_recover()
269 static int process_journal_block(ext2_filsys fs, in process_journal_block()
290 static errcode_t ext2fs_get_journal(ext2_filsys fs, journal_t **ret_journal) in ext2fs_get_journal()
525 static errcode_t ext2fs_journal_fix_bad_inode(ext2_filsys fs) in ext2fs_journal_fix_bad_inode()
543 ext2_filsys fs = journal->j_dev->k_fs; in clear_v2_journal_fields() local
553 ext2_filsys fs = journal->j_dev->k_fs; in ext2fs_journal_load() local
643 static void ext2fs_journal_release(ext2_filsys fs, journal_t *journal, in ext2fs_journal_release()
681 static errcode_t ext2fs_check_ext3_journal(ext2_filsys fs) in ext2fs_check_ext3_journal()
738 static errcode_t recover_ext3_journal(ext2_filsys fs) in recover_ext3_journal()
[all …]
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Udf/
H A DUdfIn.cpp727 HRESULT CInArchive::FillRefs(CFileSet &fs, unsigned fileIndex, int parent, int numRecurseAllowed) in FillRefs()
1214 CFileSet fs; in Open2() local
1238 CFileSet &fs = vol.FileSets[fsIndex]; in Open2() local
1255 const CFileSet &fs = vol.FileSets[fsIndex]; in Open2() local
1420 static void AddComment_UInt32(UString &s, const char *name, UInt32 val) in AddComment_UInt32()
1427 static void AddComment_UInt32_2(UString &s, const char *name, UInt32 val) in AddComment_UInt32_2()
1434 static void AddComment_UInt64(UString &s, const char *name, UInt64 val) in AddComment_UInt64()
1662 const CFileSet &fs = vol.FileSets[j]; in GetComment() local
1706 const CFileSet &fs = vol.FileSets[fsIndex]; in GetItemPath() local
/aosp_15_r20/external/e2fsprogs/lib/support/
H A Dmkquota.c25 #define UINT_TO_VOIDPTR(val) ((void *)(intptr_t)(val)) argument
72 int quota_file_exists(ext2_filsys fs, enum quota_type qtype) in quota_file_exists()
94 void quota_set_sb_inum(ext2_filsys fs, ext2_ino_t ino, enum quota_type qtype) in quota_set_sb_inum()
108 errcode_t quota_remove_inode(ext2_filsys fs, enum quota_type qtype) in quota_remove_inode()
170 ext2_filsys fs; in quota_write_inode() local
294 errcode_t quota_init_context(quota_ctx_t *qctx, ext2_filsys fs, in quota_init_context()
474 ext2_filsys fs; in quota_compute_usage() local
/aosp_15_r20/external/libchrome-gestures/src/
H A Dsensor_jump_filter_interpreter_unittest.cc49 float val; member
77 FingerState fs = { 0, 0, 0, 0, 1, 0, 3.0, 0.0, 1, 0 }; in TEST() local
229 FingerState fs[] = { in TEST() local
H A Dbox_filter_interpreter.cc38 FingerState& fs = hwstate.fingers[i]; in SyncInterpretImpl() local
53 float val = fs.*field; in SyncInterpretImpl() local
H A Dsensor_jump_filter_interpreter.cc60 FingerState* fs[] = { in SyncInterpretImpl() local
77 const float val[] = { in SyncInterpretImpl() local
/aosp_15_r20/external/lua/src/
H A Dlparser.c74 static l_noret errorlimit (FuncState *fs, int limit, const char *what) { in errorlimit()
87 static void checklimit (FuncState *fs, int v, int l, const char *what) { in checklimit()
175 static int registerlocalvar (LexState *ls, FuncState *fs, TString *varname) { in registerlocalvar()
195 FuncState *fs = ls->fs; in new_localvar() local
219 static Vardesc *getlocalvardesc (FuncState *fs, int vidx) { in getlocalvardesc()
230 static int stacklevel (FuncState *fs, int nvar) { in stacklevel()
243 int luaY_nvarstack (FuncState *fs) { in luaY_nvarstack()
251 static LocVar *localdebuginfo (FuncState *fs, int vidx) { in localdebuginfo()
266 static void init_var (FuncState *fs, expdesc *e, int vidx) { in init_var()
278 FuncState *fs = ls->fs; in check_readonly() local
[all …]
/aosp_15_r20/external/e2fsprogs/misc/
H A Dmke2fs.c228 static void read_bb_file(ext2_filsys fs, badblocks_list *bb_list, in read_bb_file()
252 static void test_disk(ext2_filsys fs, badblocks_list *bb_list) in test_disk()
279 static void handle_bad_blocks(ext2_filsys fs, badblocks_list bb_list) in handle_bad_blocks()
353 static void write_reserved_inodes(ext2_filsys fs) in write_reserved_inodes()
378 static errcode_t packed_allocate_tables(ext2_filsys fs) in packed_allocate_tables()
413 static void write_inode_tables(ext2_filsys fs, int lazy_flag, int itable_zeroed) in write_inode_tables()
466 static void create_root_dir(ext2_filsys fs) in create_root_dir()
499 static void create_lost_and_found(ext2_filsys fs) in create_lost_and_found()
537 static void create_bad_block_inode(ext2_filsys fs, badblocks_list bb_list) in create_bad_block_inode()
552 static void reserve_inodes(ext2_filsys fs) in reserve_inodes()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_program.h355 const struct zink_fs_key_base *fs = zink_get_fs_base_key(ctx); in zink_set_fs_point_coord_key() local
392 const struct zink_fs_key_base *fs = zink_get_fs_base_key(ctx); in zink_set_zs_needs_shader_swizzle_key() local
454 zink_sanitize_optimal_key(struct zink_shader **shaders, uint32_t val) in zink_sanitize_optimal_key()
H A Dzink_shader_keys.h133 struct zink_fs_key fs; member
146 struct zink_fs_key_base fs; member
153 uint32_t val; member
/aosp_15_r20/prebuilts/bazel/common/android_tools/android_tools/
Ddesugar_jdk_libs.jar ... .nio.fs desugar.sun.nio.fs.DesugarBasicFileAttributes extends java.lang.Object implements java ...
/aosp_15_r20/external/libopus/celt/tests/
H A Dtest_unit_laplace.c48 int fs = (ft*(16384-decay))/(16384+decay); in ec_laplace_get_start_freq() local
59 int val[10000], decay[10000]; in main() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_emit.c155 fd2_emit_vertex_bufs(struct fd_ringbuffer *ring, uint32_t val, in fd2_emit_vertex_bufs()
223 struct fd2_shader_stateobj *fs = ctx->prog.fs; in fd2_emit_state() local
241 uint32_t val = zsa->rb_depthcontrol; in fd2_emit_state() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl3cTextureSwizzleTests.cpp1497 const glw::GLbyte val = ptr[i]; in calculate_values_from_source() local
1511 const glw::GLubyte val = ptr[i]; in calculate_values_from_source() local
1525 const glw::GLshort val = ptr[i]; in calculate_values_from_source() local
1539 const glw::GLushort val = ptr[i]; in calculate_values_from_source() local
1553 const glw::GLint val = ptr[i]; in calculate_values_from_source() local
1567 const glw::GLuint val = ptr[i]; in calculate_values_from_source() local
1581 const glw::GLfloat val = ptr[i]; in calculate_values_from_source() local
1593 const glw::GLhalf val = ptr[i]; in calculate_values_from_source() local
2815 std::string fs; in getFragmentShader() local
3106 const std::string &fs = getFragmentShader(test_case, output_format_index, !test_vertex_stage); in prepareAndTestProgram() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/
Dtime_system_counted.hpp176 get_date(const time_rep_type& val) in get_date()
181 time_duration_type get_time_of_day(const time_rep_type& val) in get_time_of_day()
256 fractional_seconds_type fs = lhs.time_count() - rhs.time_count(); in subtract_times() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c407 uint32_t fs = util_format_get_blocksize(pfmt); in fd3_emit_vertex_bufs() local
506 uint32_t val = fd3_zsa_stateobj(ctx->zsa)->rb_render_control | in fd3_emit_state() local
543 uint32_t val = fd3_zsa_stateobj(ctx->zsa)->rb_depth_control; in fd3_emit_state() local
575 uint32_t val = in fd3_emit_state() local
632 uint32_t val = fd3_rasterizer_stateobj(ctx->rasterizer)->pc_prim_vtx_cntl; in fd3_emit_state() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DContextLostTest.cpp108 GLuint fs = CompileShader(GL_FRAGMENT_SHADER, essl1_shaders::fs::UniformColor()); in TEST_P() local
191 GLint val = 0; in TEST_P() local

12345678910>>...19