/third_party/node/deps/v8/src/objects/ |
H A D | hash-table-inl.h | 74 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 D | keys.h | 51 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 D | swiss-name-dictionary.cc | 132 WriteBarrierMode mode = new_table->GetWriteBarrierMode(no_gc); in ShallowCopy() local
|
H A D | dictionary-inl.h | 162 WriteBarrierMode mode = this->GetWriteBarrierMode(no_gc); in SetEntry() local
|
H A D | js-function-inl.h | 76 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 D | runtime-strings.cc | 283 WriteBarrierMode mode = elements.GetWriteBarrierMode(no_gc); in CopyCachedOneByteCharsToArray() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_cmdline.c | 81 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 D | nir_to_tgsi_info.c | 333 const nir_variable_mode mode = var->data.mode; in scan_instruction() local
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_translate.h | 326 translate_draw_mode(unsigned mode) in translate_draw_mode() argument
|
/third_party/mesa3d/src/util/indices/ |
H A D | u_primconvert.c | 141 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 D | nv50_ir_target_nv50.cpp | 306 unsigned mode = 0; in insnCanLoad() local
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_prim_restart.c | 186 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 D | crocus_draw.c | 48 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 D | fd3_gmem.c | 333 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 D | hud_diskstat.c | 72 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 D | hud_nic.c | 56 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 D | hud_sensors_temp.c | 64 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 D | dlopen.c | 17 void do_dlopen(const char *name, int mode) in do_dlopen() argument [all...] |
/third_party/mesa3d/src/glx/ |
H A D | single2.c | 573 __indirect_glRenderMode(GLenum mode) in __indirect_glRenderMode() argument
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_sock.c | 312 int BIO_socket_nbio(int s, int mode) in BIO_socket_nbio() argument
|
/third_party/node/deps/openssl/openssl/providers/common/ |
H A D | bio_prov.c | 76 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 D | cipher_aes_wrp.c | 50 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 D | ciphercommon.c | 691 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 D | ecdh_exch.c | 242 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 D | ciphercommon_gcm.h | 48 unsigned int mode; /* The mode that we are using */ member
|