Searched defs:counts (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_mkupdate.c112 int section, numrrs = 0, counts[ns_s_max]; local
145 memset(counts, 0, sizeof counts);
151 counts[section]++;
153 if (counts[i])
349 hp->qdcount = htons(counts[0]);
350 hp->ancount = htons(counts[1]);
351 hp->nscount = htons(counts[2]);
352 hp->arcount = htons(counts[3]);
/vbox/src/VBox/Additions/solaris/DRM/include/
H A DdrmP.h624 uint32_t counts[15]; member in struct:drm_device
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c291 int *counts; /* save the automata state if it has some */ member in struct:_xmlRegExecRollback
323 int *counts; member in struct:_xmlRegExecCtxt
3063 if (exec->rollbacks[exec->nbRollbacks].counts == NULL) {
3064 exec->rollbacks[exec->nbRollbacks].counts = (int *)
3066 if (exec->rollbacks[exec->nbRollbacks].counts == NULL) {
3072 memcpy(exec->rollbacks[exec->nbRollbacks].counts, exec->counts,
3092 if (exec->rollbacks[exec->nbRollbacks].counts == NULL) {
3097 memcpy(exec->counts, exec->rollbacks[exec->nbRollbacks].counts,
[all...]

Completed in 60 milliseconds