/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 2775 /// struct to capture the start position of the current token 5755 @param[in] s raw token value 5815 @param[in] last_token the last read token 6439 /// token types for the parser 6502 return "unknown token"; 7699 @param[in] return_type the token type to return on success 7721 /// reset token_buffer; current character is beginning of token 7831 /// return current string value (implicitly resets the token; useful only once) 7841 /// return position of last read token 7847 /// return the last read token (fo [all...] |
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamalg_qi2.c | 4868 * valid response token (be it "empty dequeue" in dpaa2_caam_store_consume() 4922 u16 token) in dpaa2_dpseci_congestion_setup() 4959 err = dpseci_set_congestion_notification(priv->mc_io, 0, token, in dpaa2_dpseci_congestion_setup() 4921 dpaa2_dpseci_congestion_setup(struct dpaa2_caam_priv *priv, u16 token) dpaa2_dpseci_congestion_setup() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ |
H A D | ibmvnic.c | 147 static long h_reg_sub_crq(unsigned long unit_address, unsigned long token, in h_reg_sub_crq() argument 154 rc = plpar_hcall(H_REG_SUB_CRQ, retbuf, unit_address, token, length); in h_reg_sub_crq() 474 netdev_dbg(adapter->netdev, "Stats token initialized (%llx)\n", stok); in init_stats_token() 5465 netdev_err(netdev, "Couldn't retrieve session token, rc %ld\n", in failover_store()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | htt_rx.c | 3367 resp->tx_fetch_ind.token, in ath10k_htt_rx_tx_fetch_ind() 3372 ath10k_warn(ar, "failed to submit tx fetch resp for token 0x%08x: %d\n", in ath10k_htt_rx_tx_fetch_ind() 3373 le32_to_cpu(resp->tx_fetch_ind.token), ret); in ath10k_htt_rx_tx_fetch_ind()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2pdu.c | 3893 v1->token = cpu_to_le32(rdata->mr->mr->rkey); in smb2_new_read_req() 4333 v1->token = cpu_to_le32(wdata->mr->mr->rkey); in smb2_async_writev()
|
/kernel/linux/linux-5.10/mm/ |
H A D | memory.c | 220 pgtable_t token = pmd_pgtable(*pmd); in free_pte_range() local 222 pte_free_tlb(tlb, token, addr); in free_pte_range()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2pdu.c | 4306 v1->token = cpu_to_le32(rdata->mr->mr->rkey); in smb2_new_read_req() 4765 v1->token = cpu_to_le32(wdata->mr->mr->rkey); in smb2_async_writev()
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caamalg_qi2.c | 4880 * valid response token (be it "empty dequeue" in dpaa2_caam_store_consume() 4934 u16 token) in dpaa2_dpseci_congestion_setup() 4973 err = dpseci_set_congestion_notification(priv->mc_io, 0, token, in dpaa2_dpseci_congestion_setup() 4933 dpaa2_dpseci_congestion_setup(struct dpaa2_caam_priv *priv, u16 token) dpaa2_dpseci_congestion_setup() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | htt_rx.c | 3491 resp->tx_fetch_ind.token, in ath10k_htt_rx_tx_fetch_ind() 3496 ath10k_warn(ar, "failed to submit tx fetch resp for token 0x%08x: %d\n", in ath10k_htt_rx_tx_fetch_ind() 3497 le32_to_cpu(resp->tx_fetch_ind.token), ret); in ath10k_htt_rx_tx_fetch_ind()
|
/kernel/linux/linux-6.6/mm/ |
H A D | memory.c | 193 pgtable_t token = pmd_pgtable(*pmd); in free_pte_range() local 195 pte_free_tlb(tlb, token, addr); in free_pte_range()
|
/third_party/python/Lib/test/ |
H A D | test_dataclasses.py | 1559 token: int 1567 self.assertEqual(d, {'name': 'Joe', 'id': {'token': 123, 'group': 1}}) 1571 'id': {'token': 123, 'group': 2}}) 1736 token: int
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | resource_tracker.c | 3381 ++event_eq->token; in mlx4_GEN_EQE() 3382 eqe->event.cmd.token = cpu_to_be16(event_eq->token); in mlx4_GEN_EQE()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | resource_tracker.c | 3382 ++event_eq->token; in mlx4_GEN_EQE() 3383 eqe->event.cmd.token = cpu_to_be16(event_eq->token); in mlx4_GEN_EQE()
|
/third_party/mesa3d/include/CL/ |
H A D | cl2.hpp | 1396 #define CL_HPP_DECLARE_PARAM_TRAITS_(token, param_name, T) \ 1397 struct token; \ 1399 struct param_traits<detail:: token,param_name> \
|
H A D | cl.hpp | 1521 #define __CL_DECLARE_PARAM_TRAITS(token, param_name, T) \ 1522 struct token; \ 1524 struct param_traits<detail:: token,param_name> \
|
/kernel/linux/linux-5.10/drivers/rapidio/devices/ |
H A D | rio_mport_cdev.c | 1023 cookie = w_param.token; in rio_mport_wait_for_async_dma()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ieee80211.h | 857 * @token: Measurement Token 867 u8 token; member
|
/kernel/linux/linux-6.6/drivers/rapidio/devices/ |
H A D | rio_mport_cdev.c | 1024 cookie = w_param.token; in rio_mport_wait_for_async_dma()
|
/third_party/python/Lib/urllib/ |
H A D | request.py | 1124 token, challenge = auth.split(' ', 1)
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_1_autogen.cpp | 4085 void GL_APIENTRY GL_PassThrough(GLfloat token) in GL_PassThrough() argument 4088 EVENT(context, GLPassThrough, "context = %d, token = %f", CID(context), token); in GL_PassThrough() 4094 ValidatePassThrough(context, angle::EntryPoint::GLPassThrough, token)); in GL_PassThrough() 4097 context->passThrough(token); in GL_PassThrough() 4099 ANGLE_CAPTURE(PassThrough, isCallValid, context, token); in GL_PassThrough()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.cpp | 1574 /** Replace first occurance of <token> with <text> in <string> starting at <search_posistion> 1576 * @param token Token string 1578 * @param text String that will be used as replacement for <token> 1581 void replaceToken(const GLchar* token, size_t& search_position, const GLchar* text, std::string& string) in replaceToken() argument 1584 const size_t token_length = strlen(token); in replaceToken() 1585 const size_t token_position = string.find(token, search_position); in replaceToken() 1590 string.append("\n\nInvalid token: "); in replaceToken() 1591 string.append(token); in replaceToken() 1602 /** Replace all occurances of <token> with <text> in <string> 1604 * @param token Toke 1608 replaceAllTokens(const GLchar* token, const GLchar* text, std::string& string) replaceAllTokens() argument [all...] |
H A D | gl4cGPUShaderFP64Tests.cpp | 1559 /** Replace first occurance of <token> with <text> in <string> starting at <search_posistion> 1561 * @param token Token string 1563 * @param text String that will be used as replacement for <token> 1566 void Utils::replaceToken(const glw::GLchar* token, size_t& search_position, const glw::GLchar* text, in replaceToken() argument 1570 const size_t token_length = strlen(token); in replaceToken() 1571 const size_t token_position = string.find(token, search_position); in replaceToken() 3679 * @param stage_specific_layout String that will replace STAGE_SPECIFIC_LAYOUT token 3680 * @param stage_specific_main_body String that will replace STAGE_SPECIFIC_MAIN_BODY token 3984 * @param stage_specific_layout String that will replace STAGE_SPECIFIC_LAYOUT token 3985 * @param uniform_definitions String that will replace UNIFORM_DEFINITIONS token [all...] |
/kernel/linux/linux-5.10/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 6103 u8 token[0x18]; member 9426 u8 token[0x8]; member 9465 u8 token[0x8]; member
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | base.c | 3389 seq_printf(m, "%#llx %#llx\n", task->token, task->ftoken); in proc_token_operations()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | base.c | 3417 seq_printf(m, "%#llx %#llx\n", task->token, task->ftoken); in proc_token_operations()
|