Home
last modified time | relevance | path

Searched defs:rtt (Results 1 - 25 of 26) sorted by relevance

12

/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtcp/
H A Drtcp_unit_test.cpp44 uint32_t rtt = 1; in HWTEST_F() local
55 uint32_t rtt = 1; in HWTEST_F() local
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_qos/include/
H A Dlnn_lane_qos.h48 uint32_t rtt; member
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/src/
H A Drtcp_context.cpp73 auto rtt = (int32_t)(msInc - delayMs); in OnRtcp() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_netlink.cpp55 uint32_t rtt; member
/third_party/node/deps/v8/src/wasm/
H A Dinit-expr-interface.cc120 StructNewWithRtt( FullDecoder* decoder, const StructIndexImmediate<validate>& imm, const Value& rtt, const Value args[], Value* result) StructNewWithRtt() argument
161 StructNewDefault( FullDecoder* decoder, const StructIndexImmediate<validate>& imm, const Value& rtt, Value* result) StructNewDefault() argument
176 ArrayInit(FullDecoder* decoder, const ArrayIndexImmediate<validate>& imm, const base::Vector<Value>& elements, const Value& rtt, Value* result) ArrayInit() argument
190 ArrayInitFromData( FullDecoder* decoder, const ArrayIndexImmediate<validate>& array_imm, const IndexImmediate<validate>& data_segment_imm, const Value& offset_value, const Value& length_value, const Value& rtt, Value* result) ArrayInitFromData() argument
H A Dwasm-init-expr.h113 StructNewDefaultWithRtt(Zone* zone, uint32_t index, WasmInitExpr rtt) StructNewDefaultWithRtt() argument
H A Dwasm-objects.cc1918 Handle<Map> rtt = isolate->factory()->wasm_internal_function_map(); in New() local
1957 Handle<Map> rtt; in New() local
2096 Handle<Map> rtt = factory->wasm_internal_function_map(); in New() local
H A Dfunction-body-decoder-impl.h4027 TypeCheckAlwaysFails(Value obj, Value rtt) TypeCheckAlwaysFails() argument
4037 TypeCheckAlwaysSucceeds(Value obj, Value rtt) TypeCheckAlwaysSucceeds() argument
4059 Value rtt = opcode == kExprStructNew DecodeGCOpcode() local
4092 Value rtt = opcode == kExprStructNewDefault ? CreateValue(rtt_type) DecodeGCOpcode() local
4176 Value rtt = opcode == kExprArrayNew ? CreateValue(rtt_type) DecodeGCOpcode() local
4205 Value rtt = opcode == kExprArrayNewDefault ? CreateValue(rtt_type) DecodeGCOpcode() local
4247 Value rtt = opcode == kExprArrayInitFromDataStatic DecodeGCOpcode() local
4389 Value rtt = opcode == kExprArrayInit DecodeGCOpcode() local
4449 Value rtt = Peek(0); // This is safe for the ...Static instruction. DecodeGCOpcode() local
4505 Value rtt = Peek(0); // This is safe for the ...Static instruction. DecodeGCOpcode() local
4577 Value rtt = Peek(0); // This is safe for the ...Static instruction. DecodeGCOpcode() local
4662 Value rtt = Peek(0); // This is safe for the ...Static instruction. DecodeGCOpcode() local
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_cc.h128 ngtcp2_duration rtt; member
H A Dngtcp2_conn.c12532 int ngtcp2_conn_update_rtt(ngtcp2_conn *conn, ngtcp2_duration rtt, in ngtcp2_conn_update_rtt() argument
[all...]
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgk104.asm899 rtt terminate label
904 rtt label
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_common.c683 void FillpAjustTlpParameterByRtt(struct FillpPcb *pcb, FILLP_LLONG rtt) in FillpAjustTlpParameterByRtt() argument
[all...]
H A Dfillp_conn.c212 FILLP_ULLONG rtt; in FillpDecodeRtt() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_types.h187 int64_t rtt = 0; member
/third_party/node/deps/v8/src/runtime/
H A Druntime-wasm.cc701 Handle<Map> rtt = args.at<Map>(4); in RUNTIME_FUNCTION() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_mock_sync_module_test.cpp2184 const TimeOffset rtt = 100; in HWTEST_F() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_app.c1295 FILLP_ULLONG rtt = 0; in SockGetRtt() local
H A Dfillp_dfx.c61 FILLP_UINT32 rtt; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_pcb.h199 FILLP_ULLONG rtt; member
H A Dfillp.h202 FILLP_UINT32 rtt; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_rtt.h360 wifi_timespan rtt; /* round trip time in 0.1 nanoseconds */ member
H A Ddhd_rtt.c2673 wl_proxd_intvl_t rtt; in dhd_rtt_convert_results_to_host_v1() local
2888 wl_proxd_intvl_t rtt; dhd_rtt_convert_results_to_host_v2() local
[all...]
H A Ddhd_pno.h298 uint16 rtt; member
363 uint64 rtt; /* in nanoseconds */ member
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc1544 NewWasmInternalFunction( Address opt_call_target, Handle<HeapObject> ref, Handle<Map> rtt) NewWasmInternalFunction() argument
1559 NewWasmJSFunctionData( Address opt_call_target, Handle<JSReceiver> callable, int return_count, int parameter_count, Handle<PodArray<wasm::ValueType>> serialized_sig, Handle<CodeT> wrapper_code, Handle<Map> rtt, Handle<HeapObject> suspender) NewWasmJSFunctionData() argument
1590 NewWasmExportedFunctionData( Handle<CodeT> export_wrapper, Handle<WasmInstanceObject> instance, Address call_target, Handle<Object> ref, int func_index, Address sig_address, int wrapper_budget, Handle<Map> rtt) NewWasmExportedFunctionData() argument
1620 NewWasmCapiFunctionData( Address call_target, Handle<Foreign> embedder_data, Handle<CodeT> wrapper_code, Handle<Map> rtt, Handle<PodArray<wasm::ValueType>> serialized_sig) NewWasmCapiFunctionData() argument
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc5670 Node* WasmGraphBuilder::ArrayInit(const wasm::ArrayType* type, Node* rtt, in ArrayInit() argument
5591 StructNewWithRtt(uint32_t struct_index, const wasm::StructType* type, Node* rtt, base::Vector<Node*> fields) StructNewWithRtt() argument
5625 ArrayNewWithRtt(uint32_t array_index, const wasm::ArrayType* type, Node* length, Node* initial_value, Node* rtt, wasm::WasmCodePosition position) ArrayNewWithRtt() argument
5693 ArrayInitFromData(const wasm::ArrayType* type, uint32_t data_segment, Node* offset, Node* length, Node* rtt, wasm::WasmCodePosition position) ArrayInitFromData() argument
[all...]

Completed in 70 milliseconds

12