Home
last modified time | relevance | path

Searched defs:mode (Results 976 - 1000 of 2787) sorted by relevance

1...<<31323334353637383940>>...112

/third_party/node/deps/v8/src/objects/
H A Dhash-table-inl.h74 set_key(int index, Object value, WriteBarrierMode mode) set_key() argument
248 set_key(int index, Object value, WriteBarrierMode mode) set_key() argument
H A Dkeys.h51 KeyAccumulator(Isolate* isolate, KeyCollectionMode mode, in KeyAccumulator() argument
87 KeyCollectionMode mode() { return mode_; } in mode() function in v8::internal::GetKeysConversion::KeyCollectionMode::final
181 FastKeyAccumulator(Isolate* isolate, Handle<JSReceiver> receiver, KeyCollectionMode mode, PropertyFilter filter, bool is_for_in = false, bool skip_indices = false) FastKeyAccumulator() argument
H A Dswiss-name-dictionary.cc132 WriteBarrierMode mode = new_table->GetWriteBarrierMode(no_gc); in ShallowCopy() local
H A Ddictionary-inl.h162 WriteBarrierMode mode = this->GetWriteBarrierMode(no_gc); in SetEntry() local
H A Djs-function-inl.h76 void JSFunction::set_code(Code code, ReleaseStoreTag, WriteBarrierMode mode) { in set_code() argument
77 set_code(ToCodeT(code), kReleaseStore, mode); in set_code() local
99 void JSFunction::set_shared(SharedFunctionInfo value, WriteBarrierMode mode) { in set_shared() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-strings.cc283 WriteBarrierMode mode = elements.GetWriteBarrierMode(no_gc); in CopyCachedOneByteCharsToArray() local
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_cmdline.c81 sort_varyings(nir_shader *nir, nir_variable_mode mode) in sort_varyings() argument
93 fixup_varying_slots(nir_shader *nir, nir_variable_mode mode) in fixup_varying_slots() argument
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c333 const nir_variable_mode mode = var->data.mode; in scan_instruction() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_translate.h326 translate_draw_mode(unsigned mode) in translate_draw_mode() argument
/third_party/mesa3d/src/util/indices/
H A Du_primconvert.c141 enum pipe_prim_type mode = new_info->mode = u_index_prim_type_convert(pc->cfg.primtypes_mask, info->mode, true); in primconvert_init_draw() local
205 enum pipe_prim_type mode = 0; primconvert_init_draw() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target_nv50.cpp306 unsigned mode = 0; in insnCanLoad() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_prim_restart.c186 add_range(enum pipe_prim_type mode, struct range_info *info, unsigned start, unsigned count, unsigned index_bias) in add_range() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_draw.c48 prim_is_points_or_lines(enum pipe_prim_type mode) in prim_is_points_or_lines() argument
121 enum pipe_prim_type mode = info->mode; in crocus_update_draw_info() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_gmem.c333 emit_gmem2mem_surf(struct fd_batch *batch, enum adreno_rb_copy_control_mode mode, bool stencil, uint32_t base, struct pipe_surface *psurf) emit_gmem2mem_surf() argument
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_diskstat.c72 int mode; /* DISKSTAT_RD, DISKSTAT_WR */ member
89 find_dsi_by_name(const char *n, int mode) in find_dsi_by_name() argument
175 hud_diskstat_graph_install(struct hud_pane *pane, const char *dev_name, unsigned int mode) hud_diskstat_graph_install() argument
[all...]
H A Dhud_nic.c56 int mode; member
74 find_nic_by_name(const char *n, int mode) in find_nic_by_name() argument
247 hud_nic_graph_install(struct hud_pane *pane, const char *nic_name, unsigned int mode) hud_nic_graph_install() argument
[all...]
H A Dhud_sensors_temp.c64 unsigned int mode; member
149 find_sti_by_name(const char *n, unsigned int mode) in find_sti_by_name() argument
205 hud_sensors_temp_graph_install(struct hud_pane *pane, const char *dev_name, unsigned int mode) hud_sensors_temp_graph_install() argument
254 create_object(const char *chipname, const char *featurename, const sensors_chip_name *chip, const sensors_feature *feature, int mode) create_object() argument
[all...]
/third_party/musl/libc-test/src/functional/
H A Ddlopen.c17 void do_dlopen(const char *name, int mode) in do_dlopen() argument
[all...]
/third_party/mesa3d/src/glx/
H A Dsingle2.c573 __indirect_glRenderMode(GLenum mode) in __indirect_glRenderMode() argument
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_sock.c312 int BIO_socket_nbio(int s, int mode) in BIO_socket_nbio() argument
/third_party/node/deps/openssl/openssl/providers/common/
H A Dbio_prov.c76 OSSL_CORE_BIO *ossl_prov_bio_new_file(const char *filename, const char *mode) in ossl_prov_bio_new_file() argument
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_wrp.c50 aes_wrap_newctx(size_t kbits, size_t blkbits, size_t ivbits, unsigned int mode, uint64_t flags) aes_wrap_newctx() argument
[all...]
H A Dciphercommon.c691 ossl_cipher_generic_initkey(void *vctx, size_t kbits, size_t blkbits, size_t ivbits, unsigned int mode, uint64_t flags, const PROV_CIPHER_HW *hw, void *provctx) ossl_cipher_generic_initkey() argument
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/
H A Decdh_exch.c242 int mode; in ecdh_set_ctx_params() local
346 int mode = pectx->cofactor_mode; in ecdh_get_ctx_params() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
H A Dciphercommon_gcm.h48 unsigned int mode; /* The mode that we are using */ member

Completed in 18 milliseconds

1...<<31323334353637383940>>...112