Searched refs:seg_index (Results 1 - 3 of 3) sorted by relevance
/third_party/lwip/test/unit/tcp/ |
H A D | test_tcp_oos.c | 56 * @param seg_index index of the segment on the ooseq list 60 tcp_oos_seg_seqno(struct tcp_pcb* pcb, int seg_index) in tcp_oos_seg_seqno() argument 67 if(num == seg_index) { in tcp_oos_seg_seqno() 80 * @param seg_index index of the segment on the ooseq list 84 tcp_oos_seg_tcplen(struct tcp_pcb* pcb, int seg_index) in tcp_oos_seg_tcplen() argument 91 if(num == seg_index) { in tcp_oos_seg_tcplen()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-external-refs.cc | 486 uint32_t seg_index = ReadAndIncrementOffset<uint32_t>(data, &offset); in memory_init_wrapper() local 492 uint32_t seg_size = instance.data_segment_sizes()[seg_index]; in memory_init_wrapper() 496 reinterpret_cast<byte*>(instance.data_segment_starts()[seg_index]); in memory_init_wrapper()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 4939 LiftoffRegister seg_index = 4941 // Scale the seg_index for the array access. 4942 __ LoadConstant(seg_index, 4948 __ Store(seg_size_array, seg_index.gp(), 0, null_reg, StoreType::kI32Store, 5070 LiftoffRegister seg_index = 5072 __ LoadConstant(seg_index, WasmValue(imm.index)); 5078 __ Store(dropped_elem_segments, seg_index.gp(), 0, one_reg,
|
Completed in 10 milliseconds