Searched refs:msg_string (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_assert.c70 LLVMValueRef msg_string; local
72 msg_string = lp_build_const_string(gallivm, msg);
85 args[1] = msg_string;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_assert.c70 LLVMValueRef msg_string; local
72 msg_string = lp_build_const_string(gallivm, msg);
85 args[1] = msg_string;
/external/srtp/crypto/test/
H A Dauth_driver.c172 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/
H A Dgoogle_streaming_remote_engine_unittest.cc485 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 101 milliseconds