Home
last modified time | relevance | path

Searched refs:g_code (Results 1 – 4 of 4) sorted by relevance

/external/cronet/stable/net/test/embedded_test_server/
Dwebsocket_close_observer_handler.cc19 constinit std::optional<uint16_t> g_code = std::nullopt; variable
73 g_code = code.value_or(1006); in OnClosingHandshake()
82 if (g_code) { in BeObserver()
91 CHECK(g_code); in SendCloseCode()
93 (*g_code == 1001) ? "OK" : "WRONG CODE " + base::NumberToString(*g_code); in SendCloseCode()
/external/cronet/tot/net/test/embedded_test_server/
Dwebsocket_close_observer_handler.cc19 constinit std::optional<uint16_t> g_code = std::nullopt; variable
73 g_code = code.value_or(1006); in OnClosingHandshake()
82 if (g_code) { in BeObserver()
91 CHECK(g_code); in SendCloseCode()
93 (*g_code == 1001) ? "OK" : "WRONG CODE " + base::NumberToString(*g_code); in SendCloseCode()
/external/crosvm/tests/
Dplugin_irqfd.c69 const uint8_t g_code[] = { variable
172 memcpy(mem + LOAD_ADDRESS, g_code, sizeof(g_code)); in main()
/external/libxaac/encoder/
Diusace_acelp_tools.c1043 FLOAT32 dist, dist_min, g_pitch, g_code; in iusace_acelp_quant_gain() local
1069 g_code = pred_code_gain * *p2_qua_gain_table++; in iusace_acelp_quant_gain()
1071 g_code * g_code * tgt_cb_corr_data[2] + g_code * tgt_cb_corr_data[3] + in iusace_acelp_quant_gain()
1072 g_pitch * g_code * tgt_cb_corr_data[4]; in iusace_acelp_quant_gain()