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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_structs.h 929 GLuint msg_length:4; member in struct:brw_urb_immediate
1244 GLuint msg_length:4; member in struct:brw_instruction::__anon20290::__anon20297
1266 GLuint msg_length:4; member in struct:brw_instruction::__anon20290::__anon20298
1280 GLuint msg_length:4; member in struct:brw_instruction::__anon20290::__anon20299
1297 GLuint msg_length:4; member in struct:brw_instruction::__anon20290::__anon20300
1309 GLuint msg_length:4; member in struct:brw_instruction::__anon20290::__anon20301
1321 GLuint msg_length:4; member in struct:brw_instruction::__anon20290::__anon20302
1336 GLuint msg_length:4; member in struct:brw_instruction::__anon20290::__anon20303
1348 GLuint msg_length:4; member in struct:brw_instruction::__anon20290::__anon20304
1366 GLuint msg_length:4 member in struct:brw_instruction::__anon20290::__anon20305
1380 GLuint msg_length:4; member in struct:brw_instruction::__anon20290::__anon20306
1392 GLuint msg_length:4; member in struct:brw_instruction::__anon20290::__anon20307
1405 GLuint msg_length:4; member in struct:brw_instruction::__anon20290::__anon20308
1420 GLuint msg_length:4; member in struct:brw_instruction::__anon20290::__anon20309
1433 GLuint msg_length:4; member in struct:brw_instruction::__anon20290::__anon20310
1449 GLuint msg_length:4; member in struct:brw_instruction::__anon20290::__anon20311
1466 GLuint msg_length:4; member in struct:brw_instruction::__anon20290::__anon20312
1491 GLuint msg_length:4; member in struct:brw_instruction::__anon20290::__anon20313
1514 GLuint msg_length:4; member in struct:brw_instruction::__anon20290::__anon20314
    [all...]
brw_eu_emit.c 396 unsigned msg_length,
408 inst->bits3.generic_gen5.msg_length = msg_length;
421 inst->bits3.generic.msg_length = msg_length;
436 unsigned msg_length; local
445 msg_length = 2;
448 msg_length = 1;
465 msg_length, response_length, false, false);
504 GLuint msg_length,
    [all...]
brw_eu.h 896 GLuint msg_length,
907 GLuint msg_length,
915 GLuint msg_length,
928 GLuint msg_length,
956 GLuint msg_length,
970 GLuint msg_length,
brw_optimize.c 271 length = inst->bits3.generic_gen5.msg_length*REG_SIZE;
273 length = inst->bits3.generic.msg_length*REG_SIZE;
brw_disasm.c     [all...]
  /external/boringssl/src/ssl/
s3_srvr.c 644 size_t msg_length, rand_len, len; local
653 msg_length = ((p[0] & 0x7f) << 8) | p[1];
654 if (msg_length > (1024 * 4)) {
658 if (msg_length < SSL3_RT_HEADER_LENGTH - 2) {
667 ret = ssl_read_buffer_extend_to(ssl, 2 + msg_length);
671 assert(ssl_read_buffer_len(ssl) == msg_length + 2);
672 CBS_init(&v2_client_hello, ssl_read_buffer(ssl) + 2, msg_length);
762 ssl_read_buffer_consume(ssl, 2 + msg_length);
    [all...]
  /hardware/intel/img/psb_headers/DRM/cc54/inc/
wv_mod_drm_api.h 280 uint32_t msg_length,
  /external/webrtc/webrtc/p2p/base/
stun.cc 138 uint16_t msg_length = rtc::GetBE16(&data[2]); local
139 if (size != (msg_length + kStunHeaderSize)) {

Completed in 178 milliseconds