HomeSort by relevance Sort by last modified time
    Searched defs:msg_string (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_assert.c 70 LLVMValueRef msg_string; local
72 msg_string = lp_build_const_string(gallivm, msg);
85 args[1] = msg_string;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_assert.c 70 LLVMValueRef msg_string; local
72 msg_string = lp_build_const_string(gallivm, msg);
85 args[1] = msg_string;
  /external/srtp/crypto/test/
auth_driver.c 172 uint16_t *msg_string; local
175 msg_string = (uint16_t *) crypto_alloc(msg_len_octets);
176 if (msg_string == NULL)
179 msg_string[i] = (uint16_t) random();
184 free(msg_string);
190 auth_compute(a, (uint8_t *)msg_string, msg_len_octets, (uint8_t *)result);
194 free(msg_string);
  /external/chromium_org/content/browser/speech/
google_streaming_remote_engine_unittest.cc 485 std::string msg_string; local
486 msg.SerializeToString(&msg_string);
490 msg_string.insert(0, ToBigEndian32(msg_string.size()));
491 return msg_string;

Completed in 2834 milliseconds