Searched defs:prio (Results 1 - 25 of 40) sorted by relevance

12

/external/android-clat/
H A Dlogging.c27 * prio - the log message priority
31 void logmsg(int prio, const char *fmt, ...) { argument
35 __android_log_vprint(prio, "clatd", fmt, ap);
41 * prio - the log message priority
45 void logmsg_dbg(int prio, const char *fmt, ...) { argument
50 __android_log_vprint(prio, "clatd", fmt, ap);
/external/webrtc/src/system_wrappers/source/
H A Dthread.cc21 ThreadObj obj, ThreadPriority prio,
25 return new ThreadWindows(func, obj, prio, threadName);
27 return ThreadPosix::Create(func, obj, prio, threadName);
20 CreateThread(ThreadRunFunction func, ThreadObj obj, ThreadPriority prio, const char* threadName) argument
H A Dthread_win.cc23 ThreadPriority prio, const char* threadName)
30 _prio(prio),
22 ThreadWindows(ThreadRunFunction func, ThreadObj obj, ThreadPriority prio, const char* threadName) argument
H A Dthread_posix.cc78 ThreadPriority prio, const char* threadName)
80 ThreadPosix* ptr = new ThreadPosix(func, obj, prio, threadName);
95 ThreadPriority prio, const char* threadName)
101 _prio(prio),
77 Create(ThreadRunFunction func, ThreadObj obj, ThreadPriority prio, const char* threadName) argument
94 ThreadPosix(ThreadRunFunction func, ThreadObj obj, ThreadPriority prio, const char* threadName) argument
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_setschedparam.c73 int prio; local
78 prio = priority;
81 if (prio < sched_get_priority_min (policy) ||
82 prio > sched_get_priority_max (policy))
92 if (THREAD_PRIORITY_IDLE < prio && THREAD_PRIORITY_LOWEST > prio)
94 prio = THREAD_PRIORITY_LOWEST;
96 else if (THREAD_PRIORITY_TIME_CRITICAL > prio
97 && THREAD_PRIORITY_HIGHEST < prio)
99 prio
[all...]
/external/kernel-headers/original/linux/
H A Dplist.h38 * |10 | |10| |21| |21| |21| |40| (prio)
89 int prio; member in struct:plist_node
119 .prio = (__prio), \
142 * @prio: initial node priority
144 static inline void plist_node_init(struct plist_node *node, int prio) argument
146 node->prio = prio;
H A Dswap.h132 int prio; /* swap priority */ member in struct:swap_info_struct
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpreauth.h24 int prio, int preauth);
62 int prio, int preauth)
60 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
H A Dpreauth.c342 * @prio: Priority (the smaller number, the higher priority)
350 int prio, int preauth)
377 if (prio < PMKID_CANDIDATE_PRIO_SCAN)
378 cand->priority = prio;
384 cand->priority = prio;
401 "candidate " MACSTR " prio %d", MAC2STR(bssid), prio);
349 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpreauth.h24 int prio, int preauth);
62 int prio, int preauth)
60 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
H A Dpreauth.c342 * @prio: Priority (the smaller number, the higher priority)
350 int prio, int preauth)
377 if (prio < PMKID_CANDIDATE_PRIO_SCAN)
378 cand->priority = prio;
384 cand->priority = prio;
401 "candidate " MACSTR " prio %d", MAC2STR(bssid), prio);
349 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpreauth.h24 int prio, int preauth);
62 int prio, int preauth)
60 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
H A Dpreauth.c342 * @prio: Priority (the smaller number, the higher priority)
350 int prio, int preauth)
377 if (prio < PMKID_CANDIDATE_PRIO_SCAN)
378 cand->priority = prio;
384 cand->priority = prio;
401 "candidate " MACSTR " prio %d", MAC2STR(bssid), prio);
349 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
/external/chromium_org/cc/resources/
H A Dtile_priority.cc159 scoped_ptr<base::Value> TreePriorityAsValue(TreePriority prio) { argument
160 switch (prio) {
171 DCHECK(false) << "Unrecognized priority value " << prio;
/external/iproute2/tc/
H A Dtc_filter.c56 __u32 prio = 0; local
106 if (prio)
108 if (get_u32(&prio, *argv, 0))
136 req.t.tcm_info = TC_H_MAKE(prio<<16, protocol);
230 __u32 prio = TC_H_MAJ(t->tcm_info)>>16; local
238 if (!filter_prio || filter_prio != prio) {
239 if (prio)
240 fprintf(fp, "pref %u ", prio);
267 __u32 prio = 0; local
303 if (prio)
[all...]
H A Dm_action.c178 int prio = 0; local
224 addattr_l(n, MAX_MSG, ++prio, NULL, 0);
377 int prio = 0; local
454 addattr_l(&req.n, MAX_MSG, ++prio, NULL, 0);
525 int ret = 0, prio = 0, msg_size = 0; local
562 addattr_l(&req.n, MAX_MSG, ++prio, NULL, 0);
H A Dq_cbq.c32 fprintf(stderr, " [ prio NUMBER ] [ cell BYTES ] [ ewma LOG ]\n");
278 } else if (matches(*argv, "prio") == 0) {
279 unsigned prio; local
281 if (get_u32(&prio, *argv, 0)) {
282 explain1("prio");
285 if (prio > TC_CBQ_MAXPRIO) {
286 fprintf(stderr, "\"prio\" must be number in the range 1...%d\n", TC_CBQ_MAXPRIO);
289 wrr.priority = prio;
513 fprintf(f, "prio %u", wrr->priority);
515 fprintf(f, "prio n
[all...]
/external/netperf/
H A Dnetcpu_looper.c227 int pid,prio; local
229 prio = PRIORITY;
234 setpri(pid, prio);
237 int pid,prio;
239 prio = PRIORITY;
241 schedctl(NDPRI, pid, prio);
/external/bison/src/
H A Dgetargs.c450 skeleton_arg (char const *arg, int prio, location loc) argument
452 if (prio < skeleton_prio)
454 skeleton_prio = prio;
457 else if (prio == skeleton_prio)
462 language_argmatch (char const *arg, int prio, location loc) argument
466 if (prio < language_prio)
472 language_prio = prio;
478 else if (language_prio == prio)
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dcpumonitor_unittest.cc129 bool SetThreadPriority(BusyThread* t, int prio) { argument
130 if (!prio) {
133 bool ok = t->SetPriority(static_cast<talk_base::ThreadPriority>(prio));
H A Dlogging.cc452 int prio; local
462 prio = ANDROID_LOG_VERBOSE;
465 prio = ANDROID_LOG_INFO;
468 prio = ANDROID_LOG_WARN;
471 prio = ANDROID_LOG_ERROR;
474 prio = ANDROID_LOG_UNKNOWN;
482 __android_log_print(prio, kLibjingle, "%.*s", size, str.c_str());
488 __android_log_print(prio, kLibjingle, "[%d/%d] %.*s",
/external/chromium_org/third_party/opus/src/celt/
H A Dquant_bands.c396 int i, prio, c; local
399 for (prio=0;prio<2;prio++)
403 if (fine_quant[i] >= MAX_FINE_BITS || fine_priority[i]!=prio)
513 int i, prio, c; local
516 for (prio=0;prio<2;prio++)
520 if (fine_quant[i] >= MAX_FINE_BITS || fine_priority[i]!=prio)
[all...]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.cpp397 QString prio; local
398 prio = prio.setNum(prioritySpinBox->value());
399 setNetworkParam(id, "priority", prio.toAscii().constData(),
/external/chromium/third_party/libjingle/source/talk/base/
H A Dlogging.cc432 int prio; local
442 prio = ANDROID_LOG_VERBOSE;
445 prio = ANDROID_LOG_INFO;
448 prio = ANDROID_LOG_WARN;
451 prio = ANDROID_LOG_ERROR;
454 prio = ANDROID_LOG_UNKNOWN;
462 __android_log_print(prio, kLibjingle, "%.*s", size, str.c_str());
468 __android_log_print(prio, kLibjingle, "[%d/%d] %.*s",
/external/linux-tools-perf/util/
H A Dtrace-event.h98 int prio; member in struct:print_arg_op

Completed in 891 milliseconds

12