HomeSort by relevance Sort by last modified time
    Searched refs:call_idx (Results 1 - 2 of 2) sorted by null

  /external/v8/src/wasm/
wasm-code-specialization.cc 22 uint32_t call_idx = decoder.consume_u32v("call index"); local
24 DCHECK_GE(kMaxInt, call_idx);
25 return static_cast<int>(call_idx);
  /external/vboot_reference/tests/
tlcl_tests.c 60 * Set response code and length for call <call_idx>.
62 static void SetResponse(int call_idx, uint32_t response_code, int rsp_size)
64 struct srcall *c = calls + call_idx;

Completed in 955 milliseconds