Searched refs:num_syms (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | fips140_gen_hmac.c | 33 static int num_syms; variable 59 for (i = 0; i < num_syms; i++) in get_sym_idx() 164 num_syms = symtab_shdr->sh_size / sizeof(Elf64_Sym); in main()
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | XKBMAlloc.c | 103 map->num_syms = 1; in XkbAllocClientMap() 427 xkb->map->num_syms = nSyms; in XkbResizeKeyType() 492 if (xkb->map->size_syms - xkb->map->num_syms >= (unsigned) needed) { in XkbResizeKeySyms() 494 memcpy(&xkb->map->syms[xkb->map->num_syms], XkbKeySymsPtr(xkb, key), in XkbResizeKeySyms() 499 syms[xkb->map->num_syms + XkbKeyNumSyms(xkb, key)], 0, in XkbResizeKeySyms() 502 xkb->map->key_sym_map[key].offset = xkb->map->num_syms; in XkbResizeKeySyms() 503 xkb->map->num_syms += needed; in XkbResizeKeySyms() 531 xkb->map->num_syms = nSyms; in XkbResizeKeySyms() 879 map->size_syms = map->num_syms = 0; in XkbFreeClientMap()
|
| H A D | xkbfmisc.c | 207 if (xkb->map && xkb->map->num_syms) in XkbWriteXKBKeymapForNames()
|
| H A D | xkbUtils.c | 963 dst->map->num_syms = src->map->num_syms; in _XkbCopyClientMap()
|
| /OK3568_Linux_fs/kernel/drivers/staging/android/ |
| H A D | debug_kinfo.h | 26 __u32 num_syms; member
|
| H A D | debug_kinfo.c | 139 info->num_syms = kallsyms_num_syms; in debug_kinfo_probe()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | module.h | 387 unsigned int num_syms; member
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | xkbstr.h | 349 unsigned short num_syms; member
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | module.c | 467 { mod->syms, mod->syms + mod->num_syms, mod->crcs, in each_symbol_section() 2324 { mod->syms, mod->num_syms }, in verify_exported_symbols() 2684 ks = lookup_exported_symbol(name, mod->syms, mod->syms + mod->num_syms); in is_exported() 3318 sizeof(*mod->syms), &mod->num_syms); in find_module_sections() 3517 if ((mod->num_syms && !mod->crcs) in check_module_license_and_versions()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/ |
| H A D | av1d_cbs.c | 1549 RK_U32 abs_bits, prec_bits, num_syms; in mpp_av1_global_motion_param() local 1565 num_syms = 2 * (1 << abs_bits) + 1; in mpp_av1_global_motion_param() 1566 subexp(gm_params[ref][idx], num_syms);// 2, ref, idx); in mpp_av1_global_motion_param()
|
| /OK3568_Linux_fs/kernel/security/selinux/ss/ |
| H A D | policydb.c | 3620 unsigned int i, num_syms; in policydb_write() local 3689 num_syms = info->sym_num; in policydb_write() 3690 for (i = 0; i < num_syms; i++) { in policydb_write()
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0005-calloc-Use-calloc-at-most-places.patch | 1816 num_syms = 1;
|