Searched refs:offs1 (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/lib/ |
| H A D | insn-eval.c | 533 int *offs1, int *offs2) in get_reg_offset_16() argument 562 if (!offs1 || !offs2) in get_reg_offset_16() 567 *offs1 = insn_get_modrm_rm_off(insn, regs); in get_reg_offset_16() 572 *offs1 = regoff1[X86_MODRM_RM(insn->modrm.value)]; in get_reg_offset_16() 584 *offs1 = -EDOM; in get_reg_offset_16()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | recovery.c | 232 int err, offs1, offs2; in ubifs_recover_master_node() local 245 offs1 = (void *)mst1 - buf1; in ubifs_recover_master_node() 247 (offs1 == 0 && !cor1)) { in ubifs_recover_master_node() 256 if (offs1 == offs2) { in ubifs_recover_master_node() 261 } else if (offs2 + sz == offs1) { in ubifs_recover_master_node() 266 } else if (offs1 == 0 && in ubifs_recover_master_node() 280 if (offs1 != 0 || cor1) in ubifs_recover_master_node()
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | recovery.c | 234 int err, offs1, offs2; in ubifs_recover_master_node() local 247 offs1 = (void *)mst1 - buf1; in ubifs_recover_master_node() 249 (offs1 == 0 && !cor1)) { in ubifs_recover_master_node() 258 if (offs1 == offs2) { in ubifs_recover_master_node() 265 } else if (offs2 + sz == offs1) { in ubifs_recover_master_node() 270 } else if (offs1 == 0 && in ubifs_recover_master_node() 284 if (offs1 != 0 || cor1) in ubifs_recover_master_node()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/ |
| H A D | xml_crypto_api.h | 1304 size_t offs1 = 0; in Invoke_Crypto_InitObjectWithKeys() local 1323 res = add_attr(id1, v1, sz1, &shm1, &offs1, &shm2, &offs2); in Invoke_Crypto_InitObjectWithKeys() 1326 res = add_attr(id2, v2, sz2, &shm1, &offs1, &shm2, &offs2); in Invoke_Crypto_InitObjectWithKeys() 1329 res = add_attr(id3, v3, sz3, &shm1, &offs1, &shm2, &offs2); in Invoke_Crypto_InitObjectWithKeys() 1332 res = add_attr(id4, v4, sz4, &shm1, &offs1, &shm2, &offs2); in Invoke_Crypto_InitObjectWithKeys() 1335 res = add_attr(id5, v5, sz5, &shm1, &offs1, &shm2, &offs2); in Invoke_Crypto_InitObjectWithKeys() 1341 SET_SHARED_MEMORY_OPERATION_PARAMETER(1, 0, &shm1, offs1); in Invoke_Crypto_InitObjectWithKeys()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcmutils.c | 618 pkt2pktcopy(osl_t *osh, void *p1, uint offs1, void *p2, uint offs2, uint maxlen) in pkt2pktcopy() argument 624 if (offs1 < (uint)PKTLEN(osh, p1)) in pkt2pktcopy() 626 offs1 -= PKTLEN(osh, p1); in pkt2pktcopy()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcmutils.c | 618 pkt2pktcopy(osl_t *osh, void *p1, uint offs1, void *p2, uint offs2, uint maxlen) in pkt2pktcopy() argument 624 if (offs1 < (uint)PKTLEN(osh, p1)) in pkt2pktcopy() 626 offs1 -= PKTLEN(osh, p1); in pkt2pktcopy()
|