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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregposix.c267 const unsigned char* name, const unsigned char* name_end, int** nums)
269 return onig_name_to_group_numbers(ONIG_C(reg), name, name_end, nums);
266 reg_name_to_group_numbers(regex_t* reg, const unsigned char* name, const unsigned char* name_end, int** nums) argument
H A Dregparse.c834 const UChar* name_end, int** nums)
844 *nums = &(e->back_ref1);
847 *nums = e->back_refs;
857 int i, n, *nums; local
859 n = onig_name_to_group_numbers(reg, name, name_end, &nums);
865 return nums[0];
869 if (region->beg[nums[i]] != ONIG_REGION_NOTPOS)
870 return nums[i];
873 return nums[n - 1];
881 const UChar* name_end, int** nums)
833 onig_name_to_group_numbers(regex_t* reg, const UChar* name, const UChar* name_end, int** nums) argument
880 onig_name_to_group_numbers(regex_t* reg, const UChar* name, const UChar* name_end, int** nums) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
H A Dltable.c196 static int computesizes (int nums[], int *narray) { argument
203 if (nums[i] > 0) {
204 a += nums[i];
218 static int countint (const TValue *key, int *nums) { argument
221 nums[luaO_ceillog2(k)]++; /* count as such */
229 static int numusearray (const Table *t, int *nums) { argument
232 int ause = 0; /* summation of `nums' */
247 nums[lg] += lc;
254 static int numusehash (const Table *t, int *nums, int *pnasize) { argument
256 int ause = 0; /* summation of `nums' */
345 int nums[MAXBITS+1]; /* nums[i] = number of keys with 2^(i-1) < k <= 2^i */ local
[all...]

Completed in 11 milliseconds