| /third_party/ltp/testcases/kernel/mem/mmapstress/ |
| H A D | mmapstress09.c | 37 FILE *temp; variable
|
| /third_party/lwip/src/core/ |
| H A D | lowpower.c | 169 struct timer_entry *temp = NULL; in sys_timeout_reg() local 275 u32_t temp; in get_sleep_time() local [all...] |
| /third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/ |
| H A D | jws.c | 41 char temp[2048]; in test_jws_none() local 117 char buf[2048], temp[256], *p = buf, *end = buf + sizeof(buf) - 1, *enc_ptr; in test_jws_HS256() local 282 char temp[2048], *in; in test_jws_RS256() local 417 char temp[2048], *p; test_jws_ES256() local 579 char temp[2048], *p; test_jws_ES512() local [all...] |
| /third_party/ltp/testcases/realtime/func/periodic_cpu_load/ |
| H A D | periodic_cpu_load.c | 114 int temp = j * (j + 1) / 2; in calc() local
|
| /third_party/lzma/C/ |
| H A D | Aes.c | 359 UInt32 temp[4];
in AesCtr_Code() local
|
| H A D | Bcj2.h | 103 UInt32 temp; /* Byte temp[4]; */
member 287 Byte temp[ member [all...] |
| /third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
| H A D | packet.cc | 66 char temp[2]; in AddNumberSep() local
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_fpc_emit.c | 183 int temp = -1; in i915_emit_texld() local
|
| /third_party/mesa3d/src/gallium/auxiliary/vl/ |
| H A D | vl_bicubic_filter.c | 79 struct ureg_dst temp[11]; in create_frag_shader_cubic_interpolater() local [all...] |
| H A D | vl_compositor_gfx.c | 209 struct ureg_dst temp[2]; in create_frag_shader_csc() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | compute_memory_pool.c | 146 struct r600_resource *temp = NULL; in compute_memory_grow_defrag_pool() local
|
| /third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
| H A D | cipher_chacha20_poly1305_hw.c | 340 unsigned char temp[POLY1305_BLOCK_SIZE]; in chacha20_poly1305_aead_cipher() local [all...] |
| /third_party/node/deps/openssl/openssl/providers/implementations/rands/ |
| H A D | drbg_hmac.c | 200 const unsigned char *temp = hmac->V; in drbg_hmac_generate() local
|
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | e_chacha20_poly1305.c | 183 unsigned char temp[CHACHA_CTR_SIZE] = { 0 }; in chacha20_poly1305_init_key() local 429 unsigned char temp[POLY1305_BLOCK_SIZE]; in chacha20_poly1305_cipher() local 464 Poly1305_Update(POLY1305_ctx(actx), temp, POLY1305_BLOCK_SIZE); chacha20_poly1305_cipher() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/aes/ |
| H A D | aes_x86core.c | 480 u32 temp; in AES_set_encrypt_key() local 582 u32 temp; AES_set_decrypt_key() local [all...] |
| /third_party/node/deps/uv/src/unix/ |
| H A D | pipe.c | 403 uv_os_fd_t temp[2]; in uv_pipe() local [all...] |
| H A D | tcp.c | 477 uv_os_sock_t temp[2]; in uv_socketpair() local [all...] |
| /third_party/openssl/test/ |
| H A D | ecdsatest.c | 197 int temp; in test_builtin() local
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | time-smoother_2.c | 137 double temp, filtered_time_delta_card, expected_time_delta_card; in pa_smoother_2_put() local [all...] |
| H A D | srbchannel.c | 282 pa_srbchannel temp = *sr; in pa_srbchannel_swap() local 292 int temp; in pa_srbchannel_new_from_template() local
|
| /third_party/openssl/crypto/evp/ |
| H A D | e_chacha20_poly1305.c | 183 unsigned char temp[CHACHA_CTR_SIZE] = { 0 }; in chacha20_poly1305_init_key() local 429 unsigned char temp[POLY1305_BLOCK_SIZE]; in chacha20_poly1305_cipher() local 464 Poly1305_Update(POLY1305_ctx(actx), temp, POLY1305_BLOCK_SIZE); chacha20_poly1305_cipher() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
| H A D | RewriteExpressionsWithShaderStorageBlock.cpp | 385 TIntermSymbol *temp = in visitUnary() local
|
| /third_party/skia/third_party/externals/spirv-tools/test/fuzz/fact_manager/ |
| H A D | constant_uniform_facts_test.cpp | 222 int32_t temp = std::numeric_limits<int32_t>::min(); in TEST() local 227 int64_t temp = 1; in TEST() local 232 int64_t temp = std::numeric_limits<int64_t>::max(); in TEST() local 237 uint64_t temp in TEST() local 242 uint64_t temp = std::numeric_limits<uint64_t>::max(); TEST() local 247 float temp = 10.0f; TEST() local 252 double temp = 10.0; TEST() local 257 double temp = 20.0; TEST() local 468 auto temp = MakeUniformBufferElementDescriptor(2, 2, {9, 9, 1}); TEST() local 473 auto temp = MakeUniformBufferElementDescriptor(2, 3, {9, 9, 2}); TEST() local 482 auto temp = MakeUniformBufferElementDescriptor(2, 4, {0, 0, 0, 0, 0}); TEST() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| H A D | EGLDirectCompositionTest.cpp | 141 auto temp = GetProcAddress(userModule, "SetThreadDpiAwarenessContext"); in Init() local
|
| /third_party/skia/src/effects/ |
| H A D | SkDashPathEffect.cpp | 337 SkScalar temp = length - distance; in onAsPoints() local
|