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

  /bionic/libc/kernel/uapi/rdma/
mlx5-abi.h 79 __u32 response_length; member in struct:mlx5_ib_alloc_ucontext_resp
122 __u32 response_length; member in struct:mlx5_ib_query_device_resp
236 __u32 response_length; member in struct:mlx5_ib_create_ah_resp
242 __u32 response_length; member in struct:mlx5_ib_create_wq_resp
247 __u32 response_length; member in struct:mlx5_ib_create_rwq_ind_tbl_resp
ib_user_verbs.h 220 __u32 response_length; member in struct:ib_uverbs_ex_query_device_resp
389 __u32 response_length; member in struct:ib_uverbs_ex_create_cq_resp
612 __u32 response_length; member in struct:ib_uverbs_ex_create_qp_resp
729 __u32 response_length; member in struct:ib_uverbs_ex_modify_qp_resp
1097 __u32 response_length; member in struct:ib_uverbs_ex_create_wq_resp
1112 __u32 response_length; member in struct:ib_uverbs_ex_destroy_wq_resp
1135 __u32 response_length; member in struct:ib_uverbs_ex_create_rwq_ind_table_resp
    [all...]
  /external/kernel-headers/original/uapi/rdma/
mlx5-abi.h 101 __u32 response_length; member in struct:mlx5_ib_alloc_ucontext_resp
153 __u32 response_length; member in struct:mlx5_ib_query_device_resp
266 __u32 response_length; member in struct:mlx5_ib_create_ah_resp
272 __u32 response_length; member in struct:mlx5_ib_create_wq_resp
277 __u32 response_length; member in struct:mlx5_ib_create_rwq_ind_tbl_resp
ib_user_verbs.h 242 __u32 response_length; member in struct:ib_uverbs_ex_query_device_resp
399 __u32 response_length; member in struct:ib_uverbs_ex_create_cq_resp
609 __u32 response_length; member in struct:ib_uverbs_ex_create_qp_resp
713 __u32 response_length; member in struct:ib_uverbs_ex_modify_qp_resp
1060 __u32 response_length; member in struct:ib_uverbs_ex_create_wq_resp
1074 __u32 response_length; member in struct:ib_uverbs_ex_destroy_wq_resp
1100 __u32 response_length; member in struct:ib_uverbs_ex_create_rwq_ind_table_resp
  /external/vboot_reference/firmware/stub/
tpm_lite_stub.c 189 uint8_t* response, uint32_t* response_length) {
214 result = TpmExecute(request, request_length, response, response_length);
222 int y = *response_length;
246 assert(*response_length == TpmResponseSize(response));
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_structs.h 928 GLuint response_length:4; member in struct:brw_urb_immediate
1243 GLuint response_length:4; member in struct:brw_instruction::__anon27804::__anon27811
1265 GLuint response_length:5; member in struct:brw_instruction::__anon27804::__anon27812
1279 GLuint response_length:4; member in struct:brw_instruction::__anon27804::__anon27813
1296 GLuint response_length:5; member in struct:brw_instruction::__anon27804::__anon27814
1308 GLuint response_length:4; member in struct:brw_instruction::__anon27804::__anon27815
1320 GLuint response_length:4; member in struct:brw_instruction::__anon27804::__anon27816
1335 GLuint response_length:5; member in struct:brw_instruction::__anon27804::__anon27817
1347 GLuint response_length:5; member in struct:brw_instruction::__anon27804::__anon27818
1365 GLuint response_length:5 member in struct:brw_instruction::__anon27804::__anon27819
1379 GLuint response_length:5; member in struct:brw_instruction::__anon27804::__anon27820
1391 GLuint response_length:4; member in struct:brw_instruction::__anon27804::__anon27821
1404 GLuint response_length:4; member in struct:brw_instruction::__anon27804::__anon27822
1419 GLuint response_length:5; member in struct:brw_instruction::__anon27804::__anon27823
1432 GLuint response_length:4; member in struct:brw_instruction::__anon27804::__anon27824
1448 GLuint response_length:5; member in struct:brw_instruction::__anon27804::__anon27825
1465 GLuint response_length:5; member in struct:brw_instruction::__anon27804::__anon27826
1490 GLuint response_length:5; member in struct:brw_instruction::__anon27804::__anon27827
1513 GLuint response_length:5; member in struct:brw_instruction::__anon27804::__anon27828
    [all...]
brw_eu_emit.c 397 unsigned response_length,
407 inst->bits3.generic_gen5.response_length = response_length;
420 inst->bits3.generic.response_length = response_length;
437 unsigned response_length; local
456 response_length = 2;
459 response_length = 1;
465 msg_length, response_length, false, false);
487 GLuint response_length,
    [all...]
brw_eu.h 895 GLuint response_length,
908 GLuint response_length);
918 GLuint response_length,
929 GLuint response_length,
940 GLuint response_length,
957 GLuint response_length,
969 GLuint response_length,
brw_wm_emit.c 1048 GLuint cur_mrf = 2, response_length; local
1057 response_length = 8;
1062 response_length = 4;
1159 response_length,
1180 GLuint response_length; local
1195 response_length = 8;
1200 response_length = 4;
    [all...]
brw_optimize.c 141 length = inst->bits3.generic_gen5.response_length*REG_SIZE;
143 length = inst->bits3.generic.response_length*REG_SIZE;
brw_disasm.c     [all...]
  /external/vboot_reference/tests/
tlcl_tests.c 84 uint8_t *response, uint32_t *response_length)
97 memset(response, 0, *response_length);
100 *response_length = c->rsp_size;
  /external/vboot_reference/firmware/lib/tpm_lite/
tlcl.c 66 uint32_t response_length = max_length; local
77 response, &response_length);
87 /* TODO: add paranoia about returned response_length vs. max_length
  /external/vboot_reference/firmware/include/
vboot_api.h 481 * input, response_length is the size of the response buffer in bytes. On
482 * exit, response_length is set to the actual received response length in
485 uint8_t *response, uint32_t *response_length);
    [all...]
  /external/autotest/client/common_lib/cros/bluetooth/
bluetooth_socket.py 355 response_length = len(data) - 3
357 response_length != expected_length):
360 '%d (expected %d)' % (response_length,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_xmlrpc.py 692 self.response_length=int(response.getheader("content-length", 0))
731 a = t.response_length
734 b = t.response_length
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_xmlrpc.py 701 self.response_length=int(response.getheader("content-length", 0))
740 a = t.response_length
743 b = t.response_length
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_xmlrpc.py 701 self.response_length=int(response.getheader("content-length", 0))
740 a = t.response_length
743 b = t.response_length
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 701 self.response_length=int(response.getheader("content-length", 0))
740 a = t.response_length
743 b = t.response_length
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 701 self.response_length=int(response.getheader("content-length", 0))
740 a = t.response_length
743 b = t.response_length
    [all...]

Completed in 570 milliseconds