Home
last modified time | relevance | path

Searched defs:options (Results 1776 - 1800 of 2747) sorted by relevance

1...<<71727374757677787980>>...110

/third_party/icu/icu4c/source/i18n/
H A Dcollationkeys.cpp234 int32_t options = settings.options; in writeSortKeyUpToQuaternary() local
[all...]
/third_party/libuv/src/unix/
H A Dprocess.c109 int options; in uv__wait_children() local
277 static void uv__process_child_init(const uv_process_options_t* options, in uv__process_child_init() argument
459 uv__spawn_set_posix_spawn_attrs( posix_spawnattr_t* attrs, const uv__posix_spawn_fncs_t* posix_spawn_fncs, const uv_process_options_t* options) uv__spawn_set_posix_spawn_attrs() argument
531 uv__spawn_set_posix_spawn_file_actions( posix_spawn_file_actions_t* actions, const uv__posix_spawn_fncs_t* posix_spawn_fncs, const uv_process_options_t* options, int stdio_count, int (*pipes)[2]) uv__spawn_set_posix_spawn_file_actions() argument
668 uv__spawn_resolve_and_spawn(const uv_process_options_t* options, posix_spawnattr_t* attrs, posix_spawn_file_actions_t* actions, pid_t* pid) uv__spawn_resolve_and_spawn() argument
768 uv__spawn_and_init_child_posix_spawn( const uv_process_options_t* options, int stdio_count, int (*pipes)[2], pid_t* pid, const uv__posix_spawn_fncs_t* posix_spawn_fncs) uv__spawn_and_init_child_posix_spawn() argument
809 uv__spawn_and_init_child_fork(const uv_process_options_t* options, int stdio_count, int (*pipes)[2], int error_fd, pid_t* pid) uv__spawn_and_init_child_fork() argument
850 uv__spawn_and_init_child( uv_loop_t* loop, const uv_process_options_t* options, int stdio_count, int (*pipes)[2], pid_t* pid) uv__spawn_and_init_child() argument
956 uv_spawn(uv_loop_t* loop, uv_process_t* process, const uv_process_options_t* options) uv_spawn() argument
[all...]
/third_party/libuv/test/
H A Dtest-ipc.c283 uv_process_options_t options; in spawn_helper() local
/third_party/libabigail/tools/
H A Dabicompat.cc60 class options class
89 options(const char* program_name) in options() function in options
[all...]
H A Dabilint.cc75 struct options struct
95 options() in options() function
[all...]
/third_party/mbedtls/programs/ssl/
H A Dssl_mail_client.c123 struct options { struct
/third_party/lzma/CPP/7zip/UI/Common/
H A DExtract.cpp38 DecompressArchive( CCodecs *codecs, const CArchiveLink &arcLink, UInt64 packSize, const NWildcard::CCensorNode &wildcardCensor, const CExtractOptions &options, bool calcCrc, IExtractCallbackUI *callback, IFolderArchiveExtractCallback *callbackFAE, CArchiveExtractCallback *ecs, UString &errorMessage, UInt64 &stdInProcessed) DecompressArchive() argument
264 Extract( CCodecs *codecs, const CObjectVector<COpenType> &types, const CIntVector &excludedFormats, UStringVector &arcPaths, UStringVector &arcPathsFull, const NWildcard::CCensorNode &wildcardCensor, const CExtractOptions &options, IOpenCallbackUI *openCallback, IExtractCallbackUI *extractCallback, IFolderArchiveExtractCallback *faeCallback, IHashCalc *hash, UString &errorMessage, CDecompressStat &st) Extract() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_subgroups.c65 ballot_type_to_uint(nir_builder *b, nir_ssa_def *value, const nir_lower_subgroups_options *options) ballot_type_to_uint() argument
201 lower_shuffle_to_swizzle(nir_builder *b, nir_intrinsic_instr *intrin, const nir_lower_subgroups_options *options) lower_shuffle_to_swizzle() argument
231 lower_to_shuffle(nir_builder *b, nir_intrinsic_instr *intrin, const nir_lower_subgroups_options *options) lower_to_shuffle() argument
396 build_ballot_imm_ishl(nir_builder *b, int64_t val, nir_ssa_def *shift, const nir_lower_subgroups_options *options) build_ballot_imm_ishl() argument
441 build_subgroup_eq_mask(nir_builder *b, const nir_lower_subgroups_options *options) build_subgroup_eq_mask() argument
450 build_subgroup_ge_mask(nir_builder *b, const nir_lower_subgroups_options *options) build_subgroup_ge_mask() argument
459 build_subgroup_gt_mask(nir_builder *b, const nir_lower_subgroups_options *options) build_subgroup_gt_mask() argument
473 build_subgroup_mask(nir_builder *b, const nir_lower_subgroups_options *options) build_subgroup_mask() argument
557 lower_dynamic_quad_broadcast(nir_builder *b, nir_intrinsic_instr *intrin, const nir_lower_subgroups_options *options) lower_dynamic_quad_broadcast() argument
608 const nir_lower_subgroups_options *options = _options; lower_subgroups_instr() local
839 nir_lower_subgroups(nir_shader *shader, const nir_lower_subgroups_options *options) nir_lower_subgroups() argument
[all...]
H A Dnir_lower_mediump.c728 struct nir_fold_16bit_tex_image_options *options = params; in fold_16bit_tex_image() local
677 fold_16bit_tex_srcs(nir_builder *b, nir_tex_instr *tex, struct nir_fold_tex_srcs_options *options) fold_16bit_tex_srcs() argument
765 nir_fold_16bit_tex_image(nir_shader *nir, struct nir_fold_16bit_tex_image_options *options) nir_fold_16bit_tex_image() argument
[all...]
H A Dnir_builder.c37 nir_builder_init_simple_shader(gl_shader_stage stage, const nir_shader_compiler_options *options, const char *name, ...) nir_builder_init_simple_shader() argument
H A Dnir_lower_double_ops.c629 nir_lower_doubles_options options; member
636 const nir_lower_doubles_options options = data->options; in should_lower_double_instr() local
664 const nir_lower_doubles_options options = data->options; in lower_doubles_instr() local
460 lower_doubles_instr_to_soft(nir_builder *b, nir_alu_instr *instr, const nir_shader *softfp64, nir_lower_doubles_options options) lower_doubles_instr_to_soft() argument
718 nir_lower_doubles_impl(nir_function_impl *impl, const nir_shader *softfp64, nir_lower_doubles_options options) nir_lower_doubles_impl() argument
755 nir_lower_doubles(nir_shader *shader, const nir_shader *softfp64, nir_lower_doubles_options options) nir_lower_doubles() argument
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_shader.c661 ir3_shader_from_nir(struct ir3_compiler *compiler, nir_shader *nir, const struct ir3_shader_options *options, struct ir3_stream_output_info *stream_output) ir3_shader_from_nir() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_algebraic.cpp77 const struct gl_shader_compiler_options *options; member in __anon7201::ir_algebraic_visitor
49 ir_algebraic_visitor(bool native_integers, const struct gl_shader_compiler_options *options) ir_algebraic_visitor() argument
1048 do_algebraic(exec_list *instructions, bool native_integers, const struct gl_shader_compiler_options *options) do_algebraic() argument
/third_party/mesa3d/src/compiler/isaspec/
H A Ddecode.c117 const struct isa_decode_options *options; member
548 const struct isa_decode_options *options = scope->state->options; in display_field() local
765 isa_decode(void *bin, int sz, FILE *out, const struct isa_decode_options *options) isa_decode() argument
[all...]
/third_party/ltp/lib/
H A Dtst_timer_test.c413 static struct tst_option options[] = { variable
H A Dparse_opts.c150 int options = 0; /* no options specified */ in parse_opts() local
[all...]
/third_party/libwebsockets/test-apps/
H A Dtest-client.c555 static struct option options[] = { variable
H A Dtest-server.c379 static struct option options[] = { variable
/third_party/ltp/include/
H A Dtst_test.h155 struct tst_option *options; member
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dinvocation.cpp475 std::vector<std::string> options = tokenize(opts + " input.cl"); in link_program() local
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h742 struct driOptionCache *options; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_nir.c88 const nir_shader_compiler_options *options = in si_create_copy_image_cs() local
141 const nir_shader_compiler_options *options = in si_create_dcc_retile_cs() local
189 const nir_shader_compiler_options *options = in gfx9_create_clear_dcc_msaa_cs() local
236 const nir_shader_compiler_options *options = in si_create_clear_buffer_rmw_cs() local
277 const nir_shader_compiler_options *options = in si_create_passthrough_tcs() local
[all...]
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_screen.c451 const void *options = NULL; in tegra_screen_get_compiler_options() local
/third_party/mesa3d/src/hgl/
H A DGLView.cpp38 BGLView(BRect rect, const char* name, ulong resizingMode, ulong mode, ulong options) BGLView() argument
457 BGLView(BRect rect, char* name, ulong resizingMode, ulong mode, ulong options) BGLView() argument
/third_party/node/src/
H A Dhistogram.cc23 Histogram::Histogram(const Options& options) { in Histogram() argument
36 HistogramImpl::HistogramImpl(const Histogram::Options& options) in HistogramImpl() argument
42 HistogramBase( Environment* env, Local<Object> wrap, const Histogram::Options& options) HistogramBase() argument
224 Create( Environment* env, const Histogram::Options& options) Create() argument
422 IntervalHistogram( Environment* env, Local<Object> wrap, AsyncWrap::ProviderType type, int32_t interval, std::function<void(Histogram&)> on_interval, const Histogram::Options& options) IntervalHistogram() argument
441 Create( Environment* env, int32_t interval, std::function<void(Histogram&)> on_interval, const Histogram::Options& options) Create() argument
[all...]

Completed in 46 milliseconds

1...<<71727374757677787980>>...110