| /src/external/bsd/nsd/dist/util/ |
| proxy_protocol.c | 95 size_t expected_size; local 98 expected_size = PP2_HEADER_SIZE + (af==AF_INET?12:36); 99 if(buflen < expected_size) { 160 return expected_size;
|
| /src/external/bsd/unbound/dist/util/ |
| proxy_protocol.c | 95 size_t expected_size; local 98 expected_size = PP2_HEADER_SIZE + (af==AF_INET?12:36); 99 if(buflen < expected_size) { 161 return expected_size;
|
| /src/external/lgpl3/mpc/dist/tests/ |
| tio_str.c | 50 size_t expected_size, size; local 74 expected_size = (size_t)tmp; 87 || size != expected_size) 94 if (size != expected_size) 96 (unsigned long int) size, (unsigned long int) expected_size);
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| cmp_ctx_test.c | 142 int base_err_msg_size, expected_size; local 165 expected_size = base_err_msg_size; 167 expected_size += strlen(":" "data1"); 169 expected_size += strlen(" : " "data2"); 171 expected_size += strlen("\n" "new line"); 173 if (!TEST_int_eq(msg_total_size, expected_size)) 178 expected_size = base_err_msg_size; 179 while (expected_size < 4096) { /* force split */ 181 expected_size += strlen(STR_SEP) + strlen(max_str_literal); 183 expected_size += base_err_msg_size - 2 * strlen(STR_SEP) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| read-gdb-index.c | 603 const auto expected_size = 2 * sizeof (offset_type); local 604 if (index->shortcut_table.size () < expected_size)
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| cmp_ctx_test.c | 154 int base_err_msg_size, expected_size; local 177 expected_size = base_err_msg_size; 179 expected_size += strlen(":" 182 expected_size += strlen(" : " 185 expected_size += strlen("\n" 188 if (!TEST_int_eq(msg_total_size, expected_size)) 193 expected_size = base_err_msg_size; 194 while (expected_size < 4096) { /* force split */ 196 expected_size += strlen(STR_SEP) + strlen(max_str_literal); 198 expected_size += base_err_msg_size - 2 * strlen(STR_SEP) [all...] |
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| read-gdb-index.c | 1462 const auto expected_size = 2 * sizeof (offset_type); local 1463 if (index->shortcut_table.size () < expected_size)
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_bios.c | 1778 u8 expected_size; local 1801 expected_size = 22; 1803 expected_size = 27; 1805 expected_size = LEGACY_CHILD_DEVICE_CONFIG_SIZE; 1807 expected_size = 37; 1809 expected_size = 38; 1811 expected_size = 39; 1813 expected_size = sizeof(*child); 1816 bdb->version, expected_size); 1820 if (defs->child_dev_size != expected_size) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| builtins.cc | 3385 HOST_WIDE_INT expected_size = -1; 3404 &expected_align, &expected_size); 3457 expected_align, expected_size, 4171 HOST_WIDE_INT expected_size = -1; 4185 &expected_align, &expected_size); 4233 expected_size, min_size, max_size, 4259 expected_size, min_size, max_size, 4277 expected_align, expected_size, 3384 HOST_WIDE_INT expected_size = -1; local 4170 HOST_WIDE_INT expected_size = -1; local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| builtins.cc | 3705 HOST_WIDE_INT expected_size = -1; 3724 &expected_align, &expected_size); 3777 expected_align, expected_size, 4632 HOST_WIDE_INT expected_size = -1; 4646 &expected_align, &expected_size); 4694 expected_size, min_size, max_size, 4720 expected_size, min_size, max_size, 4738 expected_align, expected_size, 3704 HOST_WIDE_INT expected_size = -1; local 4631 HOST_WIDE_INT expected_size = -1; local
|
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| i386-expand.cc | 7508 int expected_size, bool issetmem) 7604 if (expected_size != -1) 7606 expected_size /= GET_MODE_SIZE (mode) * unroll; 7607 if (expected_size == 0) 7609 else if (expected_size > REG_BR_PROB_BASE) 7612 predict_jump (REG_BR_PROB_BASE - (REG_BR_PROB_BASE + expected_size / 2) 7613 / expected_size); 8578 /* Given COUNT and EXPECTED_SIZE, decide on codegen of string operation. */ 8580 decide_alg (HOST_WIDE_INT count, HOST_WIDE_INT expected_size, 8600 || (expected_size != -1 && expected_size < 256))) 8943 HOST_WIDE_INT expected_size = -1; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386-expand.cc | 6941 int expected_size, bool issetmem) 7037 if (expected_size != -1) 7039 expected_size /= GET_MODE_SIZE (mode) * unroll; 7040 if (expected_size == 0) 7042 else if (expected_size > REG_BR_PROB_BASE) 7045 predict_jump (REG_BR_PROB_BASE - (REG_BR_PROB_BASE + expected_size / 2) 7046 / expected_size); 8006 /* Given COUNT and EXPECTED_SIZE, decide on codegen of string operation. */ 8008 decide_alg (HOST_WIDE_INT count, HOST_WIDE_INT expected_size, 8028 || (expected_size != -1 && expected_size < 256))) 8367 HOST_WIDE_INT expected_size = -1; local [all...] |