/third_party/libunwind/libunwind/tests/ |
H A D | ia64-test-setjmp.c | 73 /* Direct call of doit () at the end of doit () would get optimized by GCC to 75 static void doit (int n); 77 static volatile doit_type doit_pointer = doit; 80 doit (int n) in doit() function 146 doit (0); in main()
|
H A D | Gperf-simple.c | 113 doit (const char *label) in doit() function 252 doit ("default "); in main() 255 doit ("no cache "); in main() 258 doit ("global cache "); in main() 261 doit ("per-thread cache"); in main()
|
H A D | Gperf-trace.c | 99 doit (const char *label) in doit() function 238 doit ("default "); in main() 241 doit ("no cache "); in main() 244 doit ("global cache "); in main() 247 doit ("per-thread cache"); in main()
|
H A D | ia64-test-sig.c | 81 doit (volatile char *p) in doit() function 88 printf ("doit: finishing execution!\n"); in doit() 98 doit (0); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Value.h | 817 static inline bool doit(const Value &Val) { in doit() function 824 static inline bool doit(const Value &Val) { in doit() function 831 static inline bool doit(const Value &Val) { in doit() function 838 static inline bool doit (const Value &Val) { in doit() function 844 static inline bool doit(const Value &Val) { in doit() function 850 static inline bool doit(const Value &Val) { in doit() function 856 static inline bool doit(const Value &Val) { in doit() function 862 static inline bool doit(const Value &Val) { in doit() function 868 static inline bool doit(const Value &Val) { in doit() function 874 static inline bool doit(cons function 880 static inline bool doit(const Value &Val) { doit() function 886 static inline bool doit(const Value &Val) { doit() function 892 static inline bool doit(const Value &Val) { doit() function 898 static inline bool doit(const Value &Val) { doit() function [all...] |
/kernel/linux/linux-6.6/net/netlink/ |
H A D | genetlink.c | 146 struct genl_split_ops doit; member 185 op->doit = family->small_ops[i].doit; in genl_op_from_small() 220 iter->doit = family->split_ops[i + cnt]; in genl_op_from_split() 221 genl_op_fill_in_reject_policy_split(family, &iter->doit); in genl_op_from_split() 224 memset(&iter->doit, 0, sizeof(iter->doit)); in genl_op_from_split() 261 if ((flags & GENL_CMD_CAP_DO && !full->doit) || in genl_cmd_full_to_split() 273 op->doit = full->doit; in genl_cmd_full_to_split() 322 genl_get_cmd_both(u32 cmd, const struct genl_family *family, struct genl_split_ops *doit, struct genl_split_ops *dumpit) genl_get_cmd_both() argument 1419 struct genl_split_ops doit, dump; ctrl_dumppolicy_start() local 1507 ctrl_dumppolicy_put_op(struct sk_buff *skb, struct netlink_callback *cb, struct genl_split_ops *doit, struct genl_split_ops *dumpit) ctrl_dumppolicy_put_op() argument 1567 struct genl_split_ops doit, dumpit; ctrl_dumppolicy() local [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fou_nl.c | 33 .doit = fou_nl_add_doit, 39 .doit = fou_nl_del_doit, 45 .doit = fou_nl_get_doit,
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | transport_ipc.c | 127 .doit = handle_unsupported_event, 131 .doit = handle_unsupported_event, 135 .doit = handle_startup_event, 139 .doit = handle_unsupported_event, 143 .doit = handle_unsupported_event, 147 .doit = handle_generic_event, 151 .doit = handle_unsupported_event, 155 .doit = handle_generic_event, 159 .doit = handle_unsupported_event, 163 .doit [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | crypto_user_base.c | 408 int (*doit)(struct sk_buff *, struct nlmsghdr *, struct nlattr **); member 412 [CRYPTO_MSG_NEWALG - CRYPTO_MSG_BASE] = { .doit = crypto_add_alg}, 413 [CRYPTO_MSG_DELALG - CRYPTO_MSG_BASE] = { .doit = crypto_del_alg}, 414 [CRYPTO_MSG_UPDATEALG - CRYPTO_MSG_BASE] = { .doit = crypto_update_alg}, 415 [CRYPTO_MSG_GETALG - CRYPTO_MSG_BASE] = { .doit = crypto_report, 418 [CRYPTO_MSG_DELRNG - CRYPTO_MSG_BASE] = { .doit = crypto_del_rng }, 419 [CRYPTO_MSG_GETSTAT - CRYPTO_MSG_BASE] = { .doit = crypto_reportstat}, 467 if (link->doit == NULL) in crypto_user_rcv_msg() 470 return link->doit(skb, nlh, attrs); in crypto_user_rcv_msg()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | crypto_user_base.c | 408 int (*doit)(struct sk_buff *, struct nlmsghdr *, struct nlattr **); member 412 [CRYPTO_MSG_NEWALG - CRYPTO_MSG_BASE] = { .doit = crypto_add_alg}, 413 [CRYPTO_MSG_DELALG - CRYPTO_MSG_BASE] = { .doit = crypto_del_alg}, 414 [CRYPTO_MSG_UPDATEALG - CRYPTO_MSG_BASE] = { .doit = crypto_update_alg}, 415 [CRYPTO_MSG_GETALG - CRYPTO_MSG_BASE] = { .doit = crypto_report, 418 [CRYPTO_MSG_DELRNG - CRYPTO_MSG_BASE] = { .doit = crypto_del_rng }, 419 [CRYPTO_MSG_GETSTAT - CRYPTO_MSG_BASE] = { .doit = crypto_reportstat}, 467 if (link->doit == NULL) in crypto_user_rcv_msg() 470 return link->doit(skb, nlh, attrs); in crypto_user_rcv_msg()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | speed.c | 1368 uint8_t doit[ALGOR_NUM] = { 0 }; in speed_main() local 1515 if (doit[D_EVP]) { in speed_main() 1532 doit[D_EVP] = 1; in speed_main() 1541 doit[D_HMAC] = 1; in speed_main() 1550 doit[D_EVP_CMAC] = 1; in speed_main() 1645 doit[i] = 1; in speed_main() 1649 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1; in speed_main() 1653 doit[D_SHA1] = doit[D_SHA25 in speed_main() [all...] |
/third_party/openssl/apps/ |
H A D | speed.c | 1354 uint8_t doit[ALGOR_NUM] = { 0 }; in speed_main() local 1501 if (doit[D_EVP]) { in speed_main() 1518 doit[D_EVP] = 1; in speed_main() 1527 doit[D_HMAC] = 1; in speed_main() 1536 doit[D_EVP_CMAC] = 1; in speed_main() 1631 doit[i] = 1; in speed_main() 1635 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1; in speed_main() 1639 doit[D_SHA1] = doit[D_SHA25 in speed_main() [all...] |
/kernel/linux/linux-6.6/tools/net/ynl/ |
H A D | ethtool.py | 72 def doit(ynl, args, op_name): function 74 Prepare request header, parse arguments and doit. 166 return doit(ynl, args, 'eee-set') 169 return doit(ynl, args, 'pause-set') 172 return doit(ynl, args, 'coalesce-set') 180 return doit(ynl, args, 'channels-set') 183 return doit(ynl, args, 'rings-set')
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeStreamMerger.cpp | 102 Error doit(const CVTypeArray &Types); 246 return doit(Types); in mergeTypeRecords() 256 return doit(Ids); in mergeIdRecords() 266 auto Err = doit(IdsAndTypes); in mergeTypesAndIds() 279 auto Err = doit(Types); in mergeTypeRecords() 293 return doit(Ids); in mergeIdRecords() 305 auto Err = doit(IdsAndTypes); in mergeTypesAndIds() 310 Error TypeStreamMerger::doit(const CVTypeArray &Types) { in doit() function in TypeStreamMerger
|
/kernel/linux/linux-5.10/include/math-emu/ |
H A D | op-4.h | 239 #define _FP_MUL_MEAT_4_wide(wfracbits, R, X, Y, doit) \ 244 doit(_FP_FRAC_WORD_8(_z,1), _FP_FRAC_WORD_8(_z,0), X##_f[0], Y##_f[0]); \ 245 doit(_b_f1, _b_f0, X##_f[0], Y##_f[1]); \ 246 doit(_c_f1, _c_f0, X##_f[1], Y##_f[0]); \ 247 doit(_d_f1, _d_f0, X##_f[1], Y##_f[1]); \ 248 doit(_e_f1, _e_f0, X##_f[0], Y##_f[2]); \ 249 doit(_f_f1, _f_f0, X##_f[2], Y##_f[0]); \ 268 doit(_b_f1, _b_f0, X##_f[0], Y##_f[3]); \ 269 doit(_c_f1, _c_f0, X##_f[3], Y##_f[0]); \ 270 doit(_d_f [all...] |
/kernel/linux/linux-6.6/include/math-emu/ |
H A D | op-4.h | 239 #define _FP_MUL_MEAT_4_wide(wfracbits, R, X, Y, doit) \ 244 doit(_FP_FRAC_WORD_8(_z,1), _FP_FRAC_WORD_8(_z,0), X##_f[0], Y##_f[0]); \ 245 doit(_b_f1, _b_f0, X##_f[0], Y##_f[1]); \ 246 doit(_c_f1, _c_f0, X##_f[1], Y##_f[0]); \ 247 doit(_d_f1, _d_f0, X##_f[1], Y##_f[1]); \ 248 doit(_e_f1, _e_f0, X##_f[0], Y##_f[2]); \ 249 doit(_f_f1, _f_f0, X##_f[2], Y##_f[0]); \ 268 doit(_b_f1, _b_f0, X##_f[0], Y##_f[3]); \ 269 doit(_c_f1, _c_f0, X##_f[3], Y##_f[0]); \ 270 doit(_d_f [all...] |
/kernel/linux/linux-6.6/net/handshake/ |
H A D | genl.c | 29 .doit = handshake_nl_accept_doit, 36 .doit = handshake_nl_done_doit,
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | netlink.c | 106 if (!cb_table || (!cb_table[op].dump && !cb_table[op].doit)) in get_cb_table() 180 if (cb_table[op].doit) in rdma_nl_rcv_msg() 181 err = cb_table[op].doit(skb, nlh, extack); in rdma_nl_rcv_msg() 184 /* FIXME: Convert IWCM to properly handle doit callbacks */ in rdma_nl_rcv_msg() 194 if (cb_table[op].doit) in rdma_nl_rcv_msg() 195 err = cb_table[op].doit(skb, nlh, extack); in rdma_nl_rcv_msg()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | netlink.c | 106 if (!cb_table || (!cb_table[op].dump && !cb_table[op].doit)) in get_cb_table() 180 if (cb_table[op].doit) in rdma_nl_rcv_msg() 181 err = cb_table[op].doit(skb, nlh, extack); in rdma_nl_rcv_msg() 184 /* FIXME: Convert IWCM to properly handle doit callbacks */ in rdma_nl_rcv_msg() 194 if (cb_table[op].doit) in rdma_nl_rcv_msg() 195 err = cb_table[op].doit(skb, nlh, extack); in rdma_nl_rcv_msg()
|
/kernel/linux/linux-6.6/net/ieee802154/ |
H A D | nl802154.c | 2602 .doit = nl802154_get_wpan_phy, 2612 .doit = nl802154_get_interface, 2621 .doit = nl802154_new_interface, 2629 .doit = nl802154_del_interface, 2637 .doit = nl802154_set_channel, 2645 .doit = nl802154_set_cca_mode, 2653 .doit = nl802154_set_cca_ed_level, 2661 .doit = nl802154_set_tx_power, 2669 .doit = nl802154_wpan_phy_netns, 2677 .doit [all...] |
/kernel/linux/linux-5.10/net/netlabel/ |
H A D | netlabel_mgmt.c | 766 .doit = netlbl_mgmt_add, 773 .doit = netlbl_mgmt_remove, 780 .doit = NULL, 787 .doit = netlbl_mgmt_adddef, 794 .doit = netlbl_mgmt_removedef, 801 .doit = netlbl_mgmt_listdef, 808 .doit = NULL, 815 .doit = netlbl_mgmt_version,
|
/kernel/linux/linux-6.6/net/netlabel/ |
H A D | netlabel_mgmt.c | 766 .doit = netlbl_mgmt_add, 773 .doit = netlbl_mgmt_remove, 780 .doit = NULL, 787 .doit = netlbl_mgmt_adddef, 794 .doit = netlbl_mgmt_removedef, 801 .doit = netlbl_mgmt_listdef, 808 .doit = NULL, 815 .doit = netlbl_mgmt_version,
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | vendor_cmd.c | 165 .doit = wlcore_vendor_cmd_smart_config_start, 175 .doit = wlcore_vendor_cmd_smart_config_stop, 185 .doit = wlcore_vendor_cmd_smart_config_set_group_key,
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | vendor_cmd.c | 159 .doit = wlcore_vendor_cmd_smart_config_start, 169 .doit = wlcore_vendor_cmd_smart_config_stop, 179 .doit = wlcore_vendor_cmd_smart_config_set_group_key,
|
/third_party/python/Lib/idlelib/ |
H A D | multicall.py | 225 doit = lambda: self.bindedfuncs[triplet[2]][triplet[0]].append(func) 227 doit() 229 self.doafterhandler.append(doit) 232 doit = lambda: self.bindedfuncs[triplet[2]][triplet[0]].remove(func) 234 doit() 236 self.doafterhandler.append(doit)
|