Home
last modified time | relevance | path

Searched refs:listSize (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/keama/
H A Dconfparse.c240 while (listSize(hosts) > 0) { in post_process_reservations()
256 if (listSize(orphans) > 0) { in post_process_reservations()
288 if ((classes == NULL) || (listSize(classes) == 0)) in post_process_classes()
290 for (i = 0; i < listSize(classes); i++) { in post_process_classes()
400 if (listSize(generated) == 0) in post_process_generated_classes()
408 while (listSize(generated) > 0) { in post_process_generated_classes()
425 while (listSize(list) > 0) { in check_depend()
442 for (i = 0; i < listSize(classes); i++) { in check_depend()
731 if (listSize(cache) > 0) { in parse_statement()
1643 for (i = 0; i < listSize(classes); i++) { in parse_class_declaration()
[all …]
H A Djson.c106 if (listSize(list) == 0) in json_list_parse()
112 if (listSize(list) > 0) in json_list_parse()
H A Doptions.c686 for (i = 0; i < listSize(dst); i++) { in add_option_data()
718 for (i = 0; i < listSize(src); i++) { in merge_option_data()
H A Ddata.c735 listSize(const struct element *l) in listSize() function
1173 for (i = 0; i < listSize(l); i++) in copyList()
1228 for (i = 0; i < listSize(list); i++) { in derive()
H A Ddata.h261 size_t listSize(const struct element *l);
H A Dprint.c476 for (i = 0; i < listSize(args); i++) { in print_boolean_expression()
924 for (i = 0; i < listSize(arg); i++) { in print_data_expression()
H A Deval.c1349 for (i = 0; i < listSize(arg); i++) { in eval_data_expression()
H A Dparse.c5266 for (i = 0; i < listSize(defs); i++) { in config_vendor_option_space()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar9285_reset.c71 uint16_t listSize, uint16_t *indexL, uint16_t *indexR);
868 getLowerUpperIndex(uint8_t target, uint8_t *pList, uint16_t listSize, in getLowerUpperIndex() argument
880 if (target >= pList[listSize-1]) { in getLowerUpperIndex()
881 *indexL = *indexR = (uint16_t)(listSize - 1); in getLowerUpperIndex()
886 for (i = 0; i < listSize - 1; i++) { in getLowerUpperIndex()
H A Dar5416_reset.c82 uint16_t listSize, uint16_t *indexL, uint16_t *indexR);
2108 getLowerUpperIndex(uint8_t target, uint8_t *pList, uint16_t listSize, in getLowerUpperIndex() argument
2120 if (target >= pList[listSize-1]) { in getLowerUpperIndex()
2121 *indexL = *indexR = (uint16_t)(listSize - 1); in getLowerUpperIndex()
2126 for (i = 0; i < listSize - 1; i++) { in getLowerUpperIndex()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5112.c48 uint16_t *lp, uint16_t listSize,
559 ar5212GetLowerUpperIndex(uint16_t v, uint16_t *lp, uint16_t listSize, in ar5212GetLowerUpperIndex() argument
563 uint16_t *ep = lp+listSize; in ar5212GetLowerUpperIndex()
574 *vlo = *vhi = listSize - 1; in ar5212GetLowerUpperIndex()
H A Dar2317.c236 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, in GetLowerUpperIndex() argument
240 const int16_t *ep = lp+listSize; in GetLowerUpperIndex()
251 *vlo = *vhi = listSize - 1; in GetLowerUpperIndex()
H A Dar2316.c259 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, in GetLowerUpperIndex() argument
263 const int16_t *ep = lp+listSize; in GetLowerUpperIndex()
274 *vlo = *vhi = listSize - 1; in GetLowerUpperIndex()
H A Dar2413.c253 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, in GetLowerUpperIndex() argument
257 const uint16_t *ep = lp+listSize; in GetLowerUpperIndex()
268 *vlo = *vhi = listSize - 1; in GetLowerUpperIndex()
H A Dar2425.c254 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, in GetLowerUpperIndex() argument
258 const uint16_t *ep = lp+listSize; in GetLowerUpperIndex()
269 *vlo = *vhi = listSize - 1; in GetLowerUpperIndex()
H A Dar5413.c288 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, in GetLowerUpperIndex() argument
292 const uint16_t *ep = lp+listSize; in GetLowerUpperIndex()
303 *vlo = *vhi = listSize - 1; in GetLowerUpperIndex()
H A Dar5111.c57 const uint16_t *pList, uint16_t listSize,
H A Dar5212_reset.c58 uint16_t *pList, uint16_t listSize,
2489 ar5212GetLowerUpperValues(uint16_t v, uint16_t *lp, uint16_t listSize, in ar5212GetLowerUpperValues() argument
2493 uint16_t *ep = lp+listSize; in ar5212GetLowerUpperValues()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_reset.c127 const uint16_t *pList, uint16_t listSize,
1833 const uint16_t *pList, uint16_t listSize, in ar5211GetLowerUpperValues() argument
1836 const uint16_t listEndValue = *(pList + listSize - 1); in ar5211GetLowerUpperValues()
1861 for (i = 0; i < listSize; i++) { in ar5211GetLowerUpperValues()