| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_rbtree.c | 104 p = (node->key < temp->key) ? &temp->left : &temp->right; in ngx_rbtree_insert_value() 110 temp = *p; in ngx_rbtree_insert_value() 139 ? &temp->left : &temp->right; in ngx_rbtree_insert_timer_value() 145 temp = *p; in ngx_rbtree_insert_timer_value() 186 *root = temp; in ngx_rbtree_delete() 257 while (temp != *root && ngx_rbt_is_black(temp)) { in ngx_rbtree_delete() 259 if (temp == temp->parent->left) { in ngx_rbtree_delete() 271 temp = temp->parent; in ngx_rbtree_delete() 300 temp = temp->parent; in ngx_rbtree_delete() 339 *root = temp; in ngx_rbtree_left_rotate() [all …]
|
| /f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/ |
| H A D | xz_dec_stream.c | 177 if (s->temp.pos == s->temp.size) { in fill_temp() 498 if (dec_vli(s, s->temp.buf, &s->temp.pos, s->temp.size) in dec_block_header() 509 if (dec_vli(s, s->temp.buf, &s->temp.pos, s->temp.size) in dec_block_header() 522 if (s->temp.size - s->temp.pos < 2) in dec_block_header() 533 if (s->temp.buf[s->temp.pos++] != 0x00) in dec_block_header() 539 if (s->temp.size - s->temp.pos < 2) in dec_block_header() 543 if (s->temp.buf[s->temp.pos++] != 0x21) in dec_block_header() 547 if (s->temp.buf[s->temp.pos++] != 0x01) in dec_block_header() 551 if (s->temp.size - s->temp.pos < 1) in dec_block_header() 559 while (s->temp.pos < s->temp.size) in dec_block_header() [all …]
|
| H A D | xz_dec_bcj.c | 75 } temp; member 408 s->temp.size -= copy_size; in bcj_flush() 409 memmove(s->temp.buf, s->temp.buf + copy_size, s->temp.size); in bcj_flush() 449 if (s->temp.size < b->out_size - b->out_pos || s->temp.size == 0) { in xz_dec_bcj_run() 451 memcpy(b->out + b->out_pos, s->temp.buf, s->temp.size); in xz_dec_bcj_run() 471 memcpy(s->temp.buf, b->out + b->out_pos, s->temp.size); in xz_dec_bcj_run() 495 b->out = s->temp.buf; in xz_dec_bcj_run() 509 bcj_apply(s, s->temp.buf, &s->temp.filtered, s->temp.size); in xz_dec_bcj_run() 517 s->temp.filtered = s->temp.size; in xz_dec_bcj_run() 568 s->temp.filtered = 0; in xz_dec_bcj_reset() [all …]
|
| H A D | xz_dec_lzma2.c | 275 } temp; member 859 memcpy(s->temp.buf + s->temp.size, b->in + b->in_pos, tmp); in lzma2_lzma() 862 memzero(s->temp.buf + s->temp.size + tmp, in lzma2_lzma() 863 sizeof(s->temp.buf) in lzma2_lzma() 867 s->temp.size += tmp; in lzma2_lzma() 874 s->rc.in = s->temp.buf; in lzma2_lzma() 884 memmove(s->temp.buf, s->temp.buf + s->rc.in_pos, in lzma2_lzma() 885 s->temp.size); in lzma2_lzma() 890 s->temp.size = 0; in lzma2_lzma() 1084 && s->temp.size in xz_dec_lzma2_run() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/aes/ |
| H A D | aes_impl_generic.c | 794 uint32_t temp; in rijndael_key_setup_enc() local 803 temp = rk[3]; in rijndael_key_setup_enc() 826 temp = rk[5]; in rijndael_key_setup_enc() 852 temp = rk[7]; in rijndael_key_setup_enc() 866 temp = rk[11]; in rijndael_key_setup_enc() 898 uint32_t temp; in rijndael_key_setup_dec() local 905 temp = rk[i]; in rijndael_key_setup_dec() 907 rk[j] = temp; in rijndael_key_setup_dec() 908 temp = rk[i + 1]; in rijndael_key_setup_dec() 910 rk[j + 1] = temp; in rijndael_key_setup_dec() [all …]
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-tim.c | 92 uint32_t temp; in cvmx_tim_setup() local 146 temp = (max_ticks * cvmx_tim.tick_cycles) >> cvmx_tim.bucket_shift; in cvmx_tim_setup() 149 temp -= 1; in cvmx_tim_setup() 150 temp = temp | (temp >> 1); in cvmx_tim_setup() 151 temp = temp | (temp >> 2); in cvmx_tim_setup() 152 temp = temp | (temp >> 4); in cvmx_tim_setup() 153 temp = temp | (temp >> 8); in cvmx_tim_setup() 154 temp = temp | (temp >> 16); in cvmx_tim_setup() 155 cvmx_tim.num_buckets = temp + 1; in cvmx_tim_setup()
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_paprd.c | 831 int temp; in ar9300_paprd_debug_print() local 837 temp = in ar9300_paprd_debug_print() 843 temp = in ar9300_paprd_debug_print() 849 temp = in ar9300_paprd_debug_print() 858 temp = in ar9300_paprd_debug_print() 864 temp = in ar9300_paprd_debug_print() 870 temp = in ar9300_paprd_debug_print() 876 temp = in ar9300_paprd_debug_print() 1199 temp = in ar9300_paprd_debug_print() 1204 temp = in ar9300_paprd_debug_print() [all …]
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_gcc_atomic_ppc.h | 32 ngx_atomic_uint_t res, temp; in ngx_atomic_cmp_set() local 50 : "=&b" (res), "=&b" (temp) in ngx_atomic_cmp_set() 61 ngx_atomic_uint_t res, temp; in ngx_atomic_fetch_add() local 74 : "=&b" (res), "=&b" (temp) in ngx_atomic_fetch_add() 95 ngx_atomic_uint_t res, temp; in ngx_atomic_cmp_set() local 113 : "=&b" (res), "=&b" (temp) in ngx_atomic_cmp_set() 124 ngx_atomic_uint_t res, temp; in ngx_atomic_fetch_add() local 137 : "=&b" (res), "=&b" (temp) in ngx_atomic_fetch_add()
|
| /f-stack/dpdk/lib/librte_net/ |
| H A D | net_crc_sse.c | 158 __m128i temp, fold, k; in crc32_eth_calc_pclmulqdq() local 173 fold = _mm_xor_si128(fold, temp); in crc32_eth_calc_pclmulqdq() 185 fold = _mm_xor_si128(fold, temp); in crc32_eth_calc_pclmulqdq() 195 fold = _mm_xor_si128(fold, temp); in crc32_eth_calc_pclmulqdq() 204 fold = _mm_xor_si128(fold, temp); in crc32_eth_calc_pclmulqdq() 231 temp = _mm_loadu_si128((const __m128i *) in crc32_eth_calc_pclmulqdq() 233 a = _mm_shuffle_epi8(fold, temp); in crc32_eth_calc_pclmulqdq() 235 temp = _mm_xor_si128(temp, in crc32_eth_calc_pclmulqdq() 237 b = _mm_shuffle_epi8(fold, temp); in crc32_eth_calc_pclmulqdq() 238 b = _mm_blendv_epi8(b, last16, temp); in crc32_eth_calc_pclmulqdq() [all …]
|
| H A D | net_crc_neon.c | 131 uint64x2_t temp, fold, k; in crc32_eth_calc_pmull() local 135 temp = vreinterpretq_u64_u32(vsetq_lane_u32(crc, vmovq_n_u32(0), 0)); in crc32_eth_calc_pmull() 145 fold = veorq_u64(fold, temp); in crc32_eth_calc_pmull() 157 fold = veorq_u64(fold, temp); in crc32_eth_calc_pmull() 167 fold = veorq_u64(fold, temp); in crc32_eth_calc_pmull() 176 fold = veorq_u64(fold, temp); in crc32_eth_calc_pmull() 181 temp = vld1q_u64((const uint64_t *)&data[n]); in crc32_eth_calc_pmull() 182 fold = crcr32_folding_round(temp, k, fold); in crc32_eth_calc_pmull() 197 temp = vreinterpretq_u64_p128(vmull_p64( in crc32_eth_calc_pmull() 203 fold = veorq_u64(fold, temp); in crc32_eth_calc_pmull()
|
| /f-stack/freebsd/arm64/rockchip/ |
| H A D | rk_tsadc.c | 103 int temp; member 325 if (temp <= tbl[0].temp) in tsadc_temp_to_raw() 328 if (temp >= tbl[ntbl - 1].temp) in tsadc_temp_to_raw() 333 if (temp == tbl[i].temp) in tsadc_temp_to_raw() 335 if (temp < tbl[i].temp) in tsadc_temp_to_raw() 344 raw *= temp - tbl[i - 1].temp; in tsadc_temp_to_raw() 345 denom = tbl[i - 1].temp - tbl[i].temp; in tsadc_temp_to_raw() 364 return (tbl[0].temp); in tsadc_raw_to_temp() 394 temp = (int)tbl[i - 1].temp - (int)tbl[i].temp; in tsadc_raw_to_temp() 397 temp = tbl[i - 1].temp + temp / denom; in tsadc_raw_to_temp() [all …]
|
| /f-stack/freebsd/contrib/alpine-hal/ |
| H A D | al_hal_reg_utils.h | 139 uint8_t temp; in al_reg_write8_masked() local 140 temp = al_reg_read8(reg); in al_reg_write8_masked() 141 al_reg_write8(reg, AL_MASK_VAL(mask, data, temp)); in al_reg_write8_masked() 158 uint16_t temp; in al_reg_write16_masked() local 159 temp = al_reg_read16(reg); in al_reg_write16_masked() 160 al_reg_write16(reg, AL_MASK_VAL(mask, data, temp)); in al_reg_write16_masked() 177 uint32_t temp; in al_reg_write32_masked() local 178 temp = al_reg_read32(reg); in al_reg_write32_masked() 179 al_reg_write32(reg, AL_MASK_VAL(mask, data, temp)); in al_reg_write32_masked()
|
| /f-stack/freebsd/mips/include/ |
| H A D | atomic.h | 96 uint32_t temp; in atomic_set_32() local 112 uint32_t temp; in atomic_clear_32() local 128 uint32_t temp; in atomic_add_32() local 143 uint32_t temp; in atomic_subtract_32() local 158 uint32_t result,temp; in atomic_readandclear_32() local 175 uint32_t result,temp; in atomic_readandset_32() local 193 uint64_t temp; in atomic_set_64() local 210 uint64_t temp; in atomic_clear_64() local 227 uint64_t temp; in atomic_add_64() local 243 uint64_t temp; in atomic_subtract_64() local [all …]
|
| /f-stack/freebsd/mips/cavium/usb/ |
| H A D | octusb.c | 976 temp->td = td; in octusb_setup_standard_chain_sub() 983 td->pc = temp->pc; in octusb_setup_standard_chain_sub() 1008 temp.td = NULL; in octusb_setup_standard_chain() 1009 temp.td_next = td; in octusb_setup_standard_chain() 1011 temp.offset = 0; in octusb_setup_standard_chain() 1020 temp.short_pkt = temp.len ? 1 : 0; in octusb_setup_standard_chain() 1085 temp.offset += temp.len; in octusb_setup_standard_chain() 1097 temp.len = 0; in octusb_setup_standard_chain() 1098 temp.pc = NULL; in octusb_setup_standard_chain() 1105 td = temp.td; in octusb_setup_standard_chain() [all …]
|
| /f-stack/freebsd/mips/mips/ |
| H A D | stdatomic.c | 162 uint32_t temp; \ 193 uint32_t negmask, temp; \ 267 uint32_t temp; \ 300 uint32_t old, temp; in do_compare_and_swap_4() local 311 : "=&r" (old), "=m" (*mem), "=&r" (temp) in do_compare_and_swap_4() 337 uint32_t old, temp; \ 346 : "=&r" (old), "=m" (*mem), "=&r" (temp) \ 372 uint64_t old, temp; in __sync_val_compare_and_swap_8() local 383 : "=&r" (old), "=m" (*mem), "=&r" (temp) in __sync_val_compare_and_swap_8() 392 uint64_t old, temp; \ [all …]
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_txq.c | 801 unsigned int temp; in txq_set_params() local 840 temp = RTE_ALIGN(temp, MLX5_WSEG_SIZE) + in txq_set_params() 842 temp = RTE_MIN(temp, MLX5_SEND_MAX_INLINE_LEN); in txq_set_params() 849 inlen_mode = temp; in txq_set_params() 875 temp = RTE_ALIGN(temp, MLX5_WQE_SIZE); in txq_set_params() 877 temp = RTE_MIN(temp, MLX5_WQE_SIZE_MAX + in txq_set_params() 882 temp = RTE_MIN(temp, MLX5_SEND_MAX_INLINE_LEN); in txq_set_params() 883 temp = RTE_MAX(temp, inlen_mode); in txq_set_params() 938 temp = RTE_ALIGN(temp, MLX5_WQE_SIZE); in txq_set_params() 940 temp = RTE_MIN(temp, MLX5_WQE_SIZE_MAX + in txq_set_params() [all …]
|
| /f-stack/lib/ |
| H A D | ff_config.c | 753 dpdk_argv[n++] = strdup(temp); in dpdk_args_setup() 757 dpdk_argv[n++] = strdup(temp); in dpdk_args_setup() 761 dpdk_argv[n++] = strdup(temp); in dpdk_args_setup() 765 dpdk_argv[n++] = strdup(temp); in dpdk_args_setup() 769 dpdk_argv[n++] = strdup(temp); in dpdk_args_setup() 794 strcat(temp, temp2); in dpdk_args_setup() 799 strcat(temp, temp2); in dpdk_args_setup() 804 strcat(temp, temp2); in dpdk_args_setup() 809 strcat(temp, temp2); in dpdk_args_setup() 813 sprintf(temp, "--no-pci"); in dpdk_args_setup() [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/ |
| H A D | aead_aes256gcm_aesni.c | 105 temp = _mm_aesenc_si128(temp, rkeys[1]); in aesni_encrypt1() 106 temp = _mm_aesenc_si128(temp, rkeys[2]); in aesni_encrypt1() 107 temp = _mm_aesenc_si128(temp, rkeys[3]); in aesni_encrypt1() 108 temp = _mm_aesenc_si128(temp, rkeys[4]); in aesni_encrypt1() 109 temp = _mm_aesenc_si128(temp, rkeys[5]); in aesni_encrypt1() 110 temp = _mm_aesenc_si128(temp, rkeys[6]); in aesni_encrypt1() 111 temp = _mm_aesenc_si128(temp, rkeys[7]); in aesni_encrypt1() 112 temp = _mm_aesenc_si128(temp, rkeys[8]); in aesni_encrypt1() 113 temp = _mm_aesenc_si128(temp, rkeys[9]); in aesni_encrypt1() 114 temp = _mm_aesenc_si128(temp, rkeys[10]); in aesni_encrypt1() [all …]
|
| /f-stack/freebsd/crypto/rijndael/ |
| H A D | rijndael-alg-fst.c | 737 u32 temp; in rijndaelKeySetupEnc() local 747 temp = rk[3]; in rijndaelKeySetupEnc() 749 (Te4[(temp >> 16) & 0xff] & 0xff000000) ^ in rijndaelKeySetupEnc() 767 temp = rk[ 5]; in rijndaelKeySetupEnc() 789 temp = rk[ 7]; in rijndaelKeySetupEnc() 802 temp = rk[11]; in rijndaelKeySetupEnc() 825 u32 temp; in rijndaelKeySetupDec() local 831 temp = rk[i ]; rk[i ] = rk[j ]; rk[j ] = temp; in rijndaelKeySetupDec() 832 temp = rk[i + 1]; rk[i + 1] = rk[j + 1]; rk[j + 1] = temp; in rijndaelKeySetupDec() 833 temp = rk[i + 2]; rk[i + 2] = rk[j + 2]; rk[j + 2] = temp; in rijndaelKeySetupDec() [all …]
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx6_anatop.c | 332 uint32_t temp; in cpufreq_sysctl_minmhz() local 337 temp = sc->cpu_minmhz; in cpufreq_sysctl_minmhz() 342 op = cpufreq_nearest_oppt(sc, temp); in cpufreq_sysctl_minmhz() 364 uint32_t temp; in cpufreq_sysctl_maxmhz() local 369 temp = sc->cpu_maxmhz; in cpufreq_sysctl_maxmhz() 374 op = cpufreq_nearest_oppt(sc, temp); in cpufreq_sysctl_maxmhz() 513 uint32_t temp; in temp_throttle_sysctl_handler() local 515 temp = sc->temp_throttle_val + TZ_ZEROC; in temp_throttle_sysctl_handler() 517 if (temp < TZ_ZEROC) in temp_throttle_sysctl_handler() 519 temp -= TZ_ZEROC; in temp_throttle_sysctl_handler() [all …]
|
| /f-stack/dpdk/examples/multi_process/client_server_mp/mp_server/ |
| H A D | args.c | 86 unsigned long temp; in parse_num_clients() local 91 temp = strtoul(clients, &end, 10); in parse_num_clients() 92 if (end == NULL || *end != '\0' || temp == 0) in parse_num_clients() 95 num_clients = (uint8_t)temp; in parse_num_clients()
|
| /f-stack/dpdk/examples/server_node_efd/server/ |
| H A D | args.c | 87 unsigned long temp; in parse_num_nodes() local 92 temp = strtoul(nodes, &end, 10); in parse_num_nodes() 93 if (end == NULL || *end != '\0' || temp == 0) in parse_num_nodes() 96 num_nodes = (uint8_t)temp; in parse_num_nodes()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_heap.c | 236 int temp, i, max = h->elements-1; 247 DN_KEY_LT(new_key, p[(temp = HEAP_FATHER(i))].key); 248 i = temp ) { /* bubble up */ 249 HEAP_SWAP(p[i], p[temp], buf); 254 while ( (temp = HEAP_LEFT(i)) <= max ) { 256 if (temp != max && 257 DN_KEY_LT(p[temp+1].key, p[temp].key)) 258 temp++; /* select child with min key */ 259 if (DN_KEY_LT(>p[temp].key, new_key)) { 261 HEAP_SWAP(p[i], p[temp], buf); [all …]
|
| H A D | dn_aqm_codel.c | 147 uint64_t temp; in control_law() local 166 temp = (uint32_t) cst->isqrt * cst->isqrt; in control_law() 168 temp = (3ULL<< (FIX_POINT_BITS*2)) - (count * temp); in control_law() 174 temp >>= (1 + 8); in control_law() 179 temp = (cst->isqrt * temp) >> (FIX_POINT_BITS + FIX_POINT_BITS - 8); in control_law() 180 cst->isqrt = temp; in control_law() 183 return t + ((cprms->interval * temp) >> FIX_POINT_BITS); in control_law()
|
| /f-stack/tools/ifconfig/ |
| H A D | af_link.c | 144 char *temp; in link_getaddr() local 164 if ((temp = malloc(strlen(addr) + 2)) == NULL) in link_getaddr() 166 temp[0] = ':'; in link_getaddr() 167 strcpy(temp + 1, addr); in link_getaddr() 169 link_addr(temp, &sdl); in link_getaddr() 170 free(temp); in link_getaddr()
|