Lines Matching defs:pkglength
203 u_int32_t pkglength;
206 pkglength = *dp++;
207 switch (pkglength >> 6) {
211 pkglength = (pkglength & 0xf) + (dp[0] << 4);
215 pkglength = (pkglength & 0xf) + (dp[0] << 4) + (dp[1] << 12);
219 pkglength = (pkglength & 0xf)
226 return (pkglength);
334 u_int32_t pkglength;
338 pkglength = aml_parse_pkglength(env);
347 env->end = end = start + pkglength;
364 u_int32_t pkglength;
369 pkglength = aml_parse_pkglength(env);
370 end = start + pkglength;
547 u_int32_t pkglength;
554 pkglength = aml_parse_pkglength(env);
575 env->dp = copy->end = start + pkglength;
606 u_int32_t pkglength;
614 pkglength = aml_parse_pkglength(env);
641 meth->to = env->dp = copy->end = start + pkglength;
781 u_int32_t pkglength;
789 pkglength = aml_parse_pkglength(env);
802 env->dp = copy->end = start + pkglength;
825 u_int32_t pkglength;
833 pkglength = aml_parse_pkglength(env);
855 env->dp = copy->end = start + pkglength;
870 u_int32_t pkglength, bankvalue;
879 pkglength = aml_parse_pkglength(env);
901 env->dp = copy->end = start + pkglength;
920 u_int32_t pkglength;
924 pkglength = aml_parse_pkglength(env);
942 env->dp = copy->end = start + pkglength;
958 u_int32_t pkglength;
964 pkglength = aml_parse_pkglength(env);
987 env->dp = copy->end = start + pkglength;
1003 u_int32_t pkglength;
1009 pkglength = aml_parse_pkglength(env);
1031 env->dp = copy->end = start + pkglength;
1048 u_int32_t pkglength;
1052 pkglength = aml_parse_pkglength(env);
1070 env->dp = copy->end = start + pkglength;
1084 u_int32_t pkglength;
1088 pkglength = aml_parse_pkglength(env);
1090 env->end = end = start + pkglength;
1109 u_int32_t pkglength;
1114 pkglength = aml_parse_pkglength(env);
1121 end = start + pkglength;
1144 u_int32_t pkglength;
1149 pkglength = aml_parse_pkglength(env);
1151 end = start + pkglength;