| /netbsd-src/external/mpl/dhcp/dist/keama/ |
| H A D | confparse.c | 240 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 D | json.c | 106 if (listSize(list) == 0) in json_list_parse() 112 if (listSize(list) > 0) in json_list_parse()
|
| H A D | options.c | 686 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 D | data.c | 735 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 D | data.h | 261 size_t listSize(const struct element *l);
|
| H A D | print.c | 476 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 D | eval.c | 1349 for (i = 0; i < listSize(arg); i++) { in eval_data_expression()
|
| H A D | parse.c | 5266 for (i = 0; i < listSize(defs); i++) { in config_vendor_option_space()
|
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/ |
| H A D | ar9285_reset.c | 71 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 D | ar5416_reset.c | 82 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 D | ar5112.c | 48 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 D | ar2317.c | 236 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 D | ar2316.c | 259 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 D | ar2413.c | 253 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 D | ar2425.c | 254 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 D | ar5413.c | 288 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 D | ar5111.c | 57 const uint16_t *pList, uint16_t listSize,
|
| H A D | ar5212_reset.c | 58 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 D | ar5211_reset.c | 127 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()
|