| /third_party/ulib/musl/third_party/math/ |
| A D | jn.c | 44 double a, b, temp; in jn() local 109 temp = b; in jn() 111 a = temp; in jn() 123 b = temp; in jn() 193 temp = b; in jn() 195 a = temp; in jn() 199 temp = b; in jn() 201 a = temp; in jn() 224 double a, b, temp; in yn() local 286 temp = b; in yn() [all …]
|
| A D | jnf.c | 22 float a, b, temp; in jnf() local 52 temp = b; in jnf() 54 a = temp; in jnf() 63 temp = 0.5f * x; in jnf() 64 b = temp; in jnf() 133 temp = b; in jnf() 135 a = temp; in jnf() 139 temp = b; in jnf() 164 float a, b, temp; in ynf() local 194 temp = b; in ynf() [all …]
|
| /third_party/ulib/uboringssl/crypto/fipsmodule/aes/ |
| A D | aes.c | 541 uint32_t temp; in aes_nohw_set_encrypt_key() local 569 temp = rk[3]; in aes_nohw_set_encrypt_key() 587 temp = rk[5]; in aes_nohw_set_encrypt_key() 607 temp = rk[7]; in aes_nohw_set_encrypt_key() 618 temp = rk[11]; in aes_nohw_set_encrypt_key() 637 uint32_t temp; in aes_nohw_set_decrypt_key() local 649 temp = rk[i]; in aes_nohw_set_decrypt_key() 651 rk[j] = temp; in aes_nohw_set_decrypt_key() 652 temp = rk[i + 1]; in aes_nohw_set_decrypt_key() 654 rk[j + 1] = temp; in aes_nohw_set_decrypt_key() [all …]
|
| /third_party/ulib/musl/src/misc/ |
| A D | getdomainname.c | 8 struct utsname temp; in getdomainname() local 9 uname(&temp); in getdomainname() 10 if (!len || strlen(temp.domainname) >= len) { in getdomainname() 14 strcpy(name, temp.domainname); in getdomainname()
|
| /third_party/uapp/dash/src/ |
| A D | mkbuiltins | 57 temp=$($tempfile) 72 < $builtins sed '/^#/d; /^ *$/d' > $temp 73 awk '{ printf "int %s(int, char **);\n", $1}' $temp 81 }}' $temp | LC_ALL= LC_COLLATE=C sort -k 1,1 | tee $temp2 | awk '{
|
| A D | nodetypes | 48 # temp - a field that doesn't have to be copied when the node is copied 131 expfname temp char *expfname # actual file name
|
| /third_party/dev/ethernet/e1000/ |
| A D | e1000_80003es2lan.c | 406 u16 temp; in e1000_read_phy_reg_gg82563_80003es2lan() local 424 temp = (u16)((u16)offset >> GG82563_PAGE_SHIFT); in e1000_read_phy_reg_gg82563_80003es2lan() 425 ret_val = e1000_write_phy_reg_mdic(hw, page_select, temp); in e1000_read_phy_reg_gg82563_80003es2lan() 439 ret_val = e1000_read_phy_reg_mdic(hw, page_select, &temp); in e1000_read_phy_reg_gg82563_80003es2lan() 441 if (((u16)offset >> GG82563_PAGE_SHIFT) != temp) { in e1000_read_phy_reg_gg82563_80003es2lan() 477 u16 temp; in e1000_write_phy_reg_gg82563_80003es2lan() local 495 temp = (u16)((u16)offset >> GG82563_PAGE_SHIFT); in e1000_write_phy_reg_gg82563_80003es2lan() 496 ret_val = e1000_write_phy_reg_mdic(hw, page_select, temp); in e1000_write_phy_reg_gg82563_80003es2lan() 510 ret_val = e1000_read_phy_reg_mdic(hw, page_select, &temp); in e1000_write_phy_reg_gg82563_80003es2lan() 512 if (((u16)offset >> GG82563_PAGE_SHIFT) != temp) { in e1000_write_phy_reg_gg82563_80003es2lan()
|
| A D | e1000_82543.c | 1460 u32 temp; in e1000_write_vfta_82543() local 1465 temp = E1000_READ_REG_ARRAY(hw, E1000_VFTA, offset - 1); in e1000_write_vfta_82543() 1468 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset - 1, temp); in e1000_write_vfta_82543()
|
| A D | e1000_mac.c | 1775 u16 data, i, temp; in e1000_id_led_init_generic() local 1789 temp = (data >> (i << 2)) & led_mask; in e1000_id_led_init_generic() 1790 switch (temp) { in e1000_id_led_init_generic() 1807 switch (temp) { in e1000_id_led_init_generic()
|
| A D | e1000_phy.c | 3325 u16 temp; in e1000_enable_phy_wakeup_reg_access_bm() local 3352 temp = *phy_reg; in e1000_enable_phy_wakeup_reg_access_bm() 3353 temp |= BM_WUC_ENABLE_BIT; in e1000_enable_phy_wakeup_reg_access_bm() 3354 temp &= ~(BM_WUC_ME_WU_BIT | BM_WUC_HOST_WU_BIT); in e1000_enable_phy_wakeup_reg_access_bm() 3356 ret_val = e1000_write_phy_reg_mdic(hw, BM_WUC_ENABLE_REG, temp); in e1000_enable_phy_wakeup_reg_access_bm()
|
| A D | e1000_ich8lan.c | 4855 u16 data, i, temp, shift; in e1000_id_led_init_pchlan() local 4869 temp = (data >> (i << 2)) & E1000_LEDCTL_LED0_MODE_MASK; in e1000_id_led_init_pchlan() 4871 switch (temp) { in e1000_id_led_init_pchlan() 4888 switch (temp) { in e1000_id_led_init_pchlan()
|
| /third_party/ulib/musl/ |
| A D | musl-rules.mk | 765 $(LOCAL_DIR)/src/temp/__randname.c \ 766 $(LOCAL_DIR)/src/temp/mkdtemp.c \ 767 $(LOCAL_DIR)/src/temp/mkostemp.c \ 768 $(LOCAL_DIR)/src/temp/mkostemps.c \ 769 $(LOCAL_DIR)/src/temp/mkstemp.c \ 770 $(LOCAL_DIR)/src/temp/mkstemps.c \ 771 $(LOCAL_DIR)/src/temp/mktemp.c \
|
| /third_party/ulib/chromiumos-platform-ec/include/chromiumos-platform-ec/ |
| A D | ec_commands.h | 2307 int16_t temp; member 2431 int16_t temp; member
|