HomeSort by: relevance | last modified time | path
    Searched defs:numelements (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/acpitools/aml/
aml_parse.c 545 u_int8_t numelements; local in function:aml_parse_defpackage
555 numelements = aml_parse_bytedata(env);
561 if (numelements > 0) {
563 numelements * sizeof(union aml_object *));
568 bzero(objects, numelements * sizeof(union aml_object *));
578 while ((copy->dp < copy->end) && (i < numelements)) {
594 obj->package.elements = numelements;
aml_parse.c 545 u_int8_t numelements; local in function:aml_parse_defpackage
555 numelements = aml_parse_bytedata(env);
561 if (numelements > 0) {
563 numelements * sizeof(union aml_object *));
568 bzero(objects, numelements * sizeof(union aml_object *));
578 while ((copy->dp < copy->end) && (i < numelements)) {
594 obj->package.elements = numelements;
aml_parse.c 545 u_int8_t numelements; local in function:aml_parse_defpackage
555 numelements = aml_parse_bytedata(env);
561 if (numelements > 0) {
563 numelements * sizeof(union aml_object *));
568 bzero(objects, numelements * sizeof(union aml_object *));
578 while ((copy->dp < copy->end) && (i < numelements)) {
594 obj->package.elements = numelements;
aml_parse.c 545 u_int8_t numelements; local in function:aml_parse_defpackage
555 numelements = aml_parse_bytedata(env);
561 if (numelements > 0) {
563 numelements * sizeof(union aml_object *));
568 bzero(objects, numelements * sizeof(union aml_object *));
578 while ((copy->dp < copy->end) && (i < numelements)) {
594 obj->package.elements = numelements;
aml_parse.c 545 u_int8_t numelements; local in function:aml_parse_defpackage
555 numelements = aml_parse_bytedata(env);
561 if (numelements > 0) {
563 numelements * sizeof(union aml_object *));
568 bzero(objects, numelements * sizeof(union aml_object *));
578 while ((copy->dp < copy->end) && (i < numelements)) {
594 obj->package.elements = numelements;

Completed in 55 milliseconds