| /src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| test_soft_pkcs11.c | 87 CK_ULONG num_slots; local 100 ret = (*func->C_GetSlotList)(FALSE, NULL, &num_slots); 104 if (num_slots == 0) 107 if ((slot_ids = calloc(1, num_slots * sizeof(*slot_ids))) == NULL) 110 ret = (*func->C_GetSlotList)(FALSE, slot_ids, &num_slots);
|
| ks_p11.c | 68 CK_ULONG num_slots; member in struct:p11_module 909 ret = P11FUNC(p, GetSlotList, (FALSE, NULL, &p->num_slots)); 917 if (p->num_slots == 0) { 930 slot_ids = malloc(p->num_slots * sizeof(*slot_ids)); 937 ret = P11FUNC(p, GetSlotList, (FALSE, slot_ids, &p->num_slots)); 947 p->slot = calloc(p->num_slots, sizeof(p->slot[0])); 956 for (i = 0; i < p->num_slots; i++) { 996 for (i = 0; i < p->num_slots; i++) { 1039 for (i = 0; i < p->num_slots; i++) { 1072 for (i = 0 ; i < p->num_slots; i++) [all...] |
| /src/external/gpl2/lvm2/dist/libdm/datastruct/ |
| hash.c | 29 unsigned num_slots; member in struct:dm_hash_table 108 hc->num_slots = new_size; 128 for (i = 0; i < t->num_slots; i++) 145 unsigned h = _hash(key, len) & (t->num_slots - 1); 227 for (i = 0; i < t->num_slots; i++) 237 memset(t->slots, 0, sizeof(struct dm_hash_node *) * t->num_slots); 258 for (i = s; i < t->num_slots && !c; i++) 271 unsigned h = _hash(n->key, n->keylen) & (t->num_slots - 1);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| xtensa-istack.h | 98 int num_slots; member in struct:vliw_insn
|
| tc-xtensa.c | 5523 and the num_slots field will grow past the end of the array of slots, 5728 cur_vinsn.slots[cur_vinsn.num_slots] = orig_insn; 5729 cur_vinsn.num_slots++; 6352 if (vinsn->num_slots == 1) 6369 for (i = 0; i < vinsn->num_slots; i++) 6420 for (i = 0; i < vinsn->num_slots; i++) 6429 if (vinsn->num_slots != slots) 6433 slots, vinsn->num_slots); 6442 for (i = 0; i < vinsn->num_slots; i++) 6451 for (i = 0; i < vinsn->num_slots; i++ 9561 int slot, num_slots; local 10475 int num_slots; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| xtensa-istack.h | 98 int num_slots; member in struct:vliw_insn
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
| cl5070.h | 97 __u8 num_slots; member in struct:nv50_disp_sor_dp_mst_vcpi_v0
|
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm-protos.h | 367 int num_slots; member in struct:tune_params::__anon12682
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| arm-protos.h | 336 int num_slots; member in struct:tune_params::__anon15297
|
| /src/external/gpl3/binutils/dist/include/ |
| xtensa-isa-internal.h | 61 int num_slots; member in struct:xtensa_format_internal_struct 62 const int *slot_id; /* Array[num_slots] of slot IDs. */ 184 int num_slots; member in struct:xtensa_isa_internal_struct
|
| /src/external/gpl3/binutils.old/dist/include/ |
| xtensa-isa-internal.h | 61 int num_slots; member in struct:xtensa_format_internal_struct 62 const int *slot_id; /* Array[num_slots] of slot IDs. */ 184 int num_slots; member in struct:xtensa_isa_internal_struct
|
| /src/external/gpl3/gdb/dist/include/ |
| xtensa-isa-internal.h | 61 int num_slots; member in struct:xtensa_format_internal_struct 62 const int *slot_id; /* Array[num_slots] of slot IDs. */ 184 int num_slots; member in struct:xtensa_isa_internal_struct
|
| /src/external/gpl3/gdb.old/dist/include/ |
| xtensa-isa-internal.h | 61 int num_slots; member in struct:xtensa_format_internal_struct 62 const int *slot_id; /* Array[num_slots] of slot IDs. */ 184 int num_slots; member in struct:xtensa_isa_internal_struct
|
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_dp_mst_helper.h | 62 * @num_slots: number of slots for this PBN 68 int num_slots; member in struct:drm_dp_vcpi 502 int num_slots; member in struct:drm_dp_payload
|
| /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
| vchiq_core.c | 2303 int num_slots = (mem_size - mem_align)/VCHIQ_SLOT_SIZE; local 2307 num_slots -= first_data_slot; 2309 if (num_slots < 4) { 2328 slot_zero->master.slot_last = htole32(first_data_slot + (num_slots/2) - 1); 2329 slot_zero->slave.slot_sync = htole32(first_data_slot + (num_slots/2)); 2330 slot_zero->slave.slot_first = htole32(first_data_slot + (num_slots/2) + 1); 2331 slot_zero->slave.slot_last = htole32(first_data_slot + num_slots - 1);
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| getdn.c | 710 int num_slots = TMP_RDN_SLOTS; local 840 if ( nrdns == num_slots ) { 844 tmp = LDAP_MALLOCX( num_slots * 2 * sizeof( LDAPRDN * ), ctx ); 849 AC_MEMCPY( tmp, tmpDN, num_slots * sizeof( LDAPRDN * ) ); 852 tmp = LDAP_REALLOCX( tmpDN, num_slots * 2 * sizeof( LDAPRDN * ), ctx ); 860 num_slots *= 2; 958 int num_slots = TMP_AVA_SLOTS; local 1324 if (navas == num_slots) { 1328 tmp = LDAP_MALLOCX( num_slots * 2 * sizeof( LDAPAVA * ), ctx ); 1333 AC_MEMCPY( tmp, tmpRDN, num_slots * sizeof( LDAPAVA * ) ) [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-protos.h | 498 const int num_slots; member in struct:cpu_prefetch_tune
|
| /src/external/gpl3/gcc/dist/gcc/ |
| reorg.cc | 1218 int num_slots = XVECLEN (PATTERN (insn), 0); 1236 for (int i = 1; i < num_slots; i++) 1280 if (++slot_number == num_slots) 1292 if (slot_number != num_slots 1312 for (int j = 1; slot_number + j < num_slots; j++) 1345 if (++slot_number == num_slots) 1365 if (slot_number == num_slots && annul_p) 1202 int num_slots = XVECLEN (PATTERN (insn), 0); local
|
| function.cc | 1049 int num_slots; 1059 for (p = avail_temp_slots, num_slots = 0; p; p = p->next, num_slots++) 1060 if (num_slots > 100 || (num_slots > 10 && optimize == 0)) 1042 int num_slots; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-protos.h | 497 const int num_slots; member in struct:cpu_prefetch_tune
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| reorg.cc | 1218 int num_slots = XVECLEN (PATTERN (insn), 0); 1236 for (int i = 1; i < num_slots; i++) 1280 if (++slot_number == num_slots) 1292 if (slot_number != num_slots 1312 for (int j = 1; slot_number + j < num_slots; j++) 1345 if (++slot_number == num_slots) 1365 if (slot_number == num_slots && annul_p) 1202 int num_slots = XVECLEN (PATTERN (insn), 0); local
|
| function.cc | 1047 int num_slots; 1057 for (p = avail_temp_slots, num_slots = 0; p; p = p->next, num_slots++) 1058 if (num_slots > 100 || (num_slots > 10 && optimize == 0)) 1040 int num_slots; local
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_dp_mst_topology.c | 2444 vcpi->num_slots = 0; 3253 if (vcpi->num_slots) { 3263 req_payload.num_slots = vcpi->num_slots; 3267 req_payload.num_slots = 0; 3272 if (payload->num_slots != req_payload.num_slots) { 3275 if (req_payload.num_slots) { 3278 payload->num_slots = req_payload.num_slots; 4124 int num_slots; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/frv/ |
| frv.cc | 7489 unsigned int first, i, nop, max_unit, num_slots; 7542 num_slots = UNIT_NUMBER (max_unit) + 1; 7543 for (i = packet_group->num_insns; i < num_slots; i++) 7545 if (frv_sort_insn_group_1 (group, first, num_slots, 7546 (1 << first) - 1, num_slots, state)) 7414 unsigned int first, i, nop, max_unit, num_slots; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/frv/ |
| frv.cc | 7487 unsigned int first, i, nop, max_unit, num_slots; 7540 num_slots = UNIT_NUMBER (max_unit) + 1; 7541 for (i = packet_group->num_insns; i < num_slots; i++) 7543 if (frv_sort_insn_group_1 (group, first, num_slots, 7544 (1 << first) - 1, num_slots, state)) 7412 unsigned int first, i, nop, max_unit, num_slots; local
|