Searched refs:results (Results 1 - 12 of 12) sorted by relevance

/haiku/src/tests/kits/locale/
H A DUnicodeCharTest.cpp29 Result results[] = { local
74 _TestChar(i, results[i - 30]);
85 Result results[] = { local
96 _TestChar(chars[i], results[i]);
106 Result results[] = { local
117 _TestChar(BUnicodeChar::FromUTF8(utf8chars[i]), results[i]); local
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dduckduckgo_request.h23 struct duckduckgo_result *results; member in struct:duckduckgo_request
49 extern int duckduckgo_parse_results(const char *html, size_t htmlsize, long *nextid, struct duckduckgo_result **results);
H A Dparse_duckduckgo_html.c43 int duckduckgo_parse_results(const char *html, size_t htmlsize, long *nextid, struct duckduckgo_result **results) argument
54 if (!html || !results)
233 *results = res;
248 struct duckduckgo_result *results; local
260 err = duckduckgo_parse_results(p+4, len, &nextid, &results);
264 res = results;
H A Dduckduckgo_request.cpp38 extern int duckduckgo_parse_results(const char *html, size_t htmlsize, long *nextid, struct duckduckgo_result **results);
106 &req->nextid, &req->results);
110 while ((res = SLL_DEQUEUE(req->results, next))) {
/haiku/src/tools/checkstyle/
H A Dcheckstyle.py43 results = []
54 results.append(path)
56 return results
/haiku/src/libs/linprog/
H A DActiveSetSolver.cpp39 // needed to solve the problem, coping theses values to the results could
110 EquationSystem::Results(double* results, int32 size) argument
113 results[i] = 0;
117 results[index] = fB[i];
509 double results[nVariables + nConstraints]; local
510 system.Results(results, nVariables + nConstraints);
514 if (!optimizer.Solve(results))
519 fVariables.ItemAt(i)->SetValue(results[i]);
522 TRACE("var %f\n", results[i]);
H A DActiveSetSolver.h25 /*! Copy the solved variables into results, keeping the original
27 inline void Results(double* results, int32 size);
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp54 NotHere(BStringList& that, BStringList& otherList, BStringList* results) argument
58 results->Add(otherList.StringAt(i));
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp139 char* results[1]; local
142 results[0] = outString->LockBuffer(length + 3);
147 font.GetTruncatedStrings(source, 1, truncMode, width, results);
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c2763 const char *results[] = local
2769 printf(" Result %s", results[result]);
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmreg.h5032 * 1) No aggregation (frame_count == 1). This reports Tx results for a single
5036 * 2) Aggregation (frame_count > 1). This reports Tx results for two or more
5508 * struct iwm_scan_results_notif - scan results for one channel -
5510 * @channel: which channel the results are from
5569 * @blacklist: AP list to filter off from scan results
5574 * @pass_match: clients waiting for the results
5595 * @scanned_channels: number of channels scanned (and number of valid results)
5601 * @results: an array of scan results, only "scanned_channels" of them are valid
5610 struct iwm_scan_results_notif results[]; member in struct:iwm_lmac_scan_complete_notif
6033 struct iwm_scan_results_notif results[]; member in struct:iwm_umac_scan_iter_complete_notif
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxreg.h5953 * 1) No aggregation (frame_count == 1). This reports Tx results for a single
5957 * 2) Aggregation (frame_count > 1). This reports Tx results for two or more
6492 * struct iwx_scan_results_notif - scan results for one channel -
6494 * @channel: which channel the results are from
6553 * @blacklist: AP list to filter off from scan results
6558 * @pass_match: clients waiting for the results
7148 * struct iwx_scan_offload_profiles_query - match results query response
7176 * results array
7182 * @results: array of scan results, onl
7192 struct iwx_scan_results_notif results[]; member in struct:iwx_umac_scan_iter_complete_notif
[all...]

Completed in 266 milliseconds