Searched defs:pri (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dpresenceouttask.cc119 std::string pri; local
120 rtc::ToString(s.priority(), &pri);
123 result->AddText(pri, 1);
H A Dpresencereceivetask.cc110 int pri; local
111 if (rtc::FromString(priority->BodyText(), &pri)) {
112 presence_status->set_priority(pri);
H A Dpresencestatus.h74 void set_priority(int pri) { pri_ = pri; } argument
/external/tcpdump/
H A Dprint-syslog.c87 u_int16_t pri = 0; local
103 pri = pri * 10 + (*(pptr+msg_off) - '0');
117 facility = (pri & SYSLOG_FACILITY_MASK) >> 3;
118 severity = pri & SYSLOG_SEVERITY_MASK;
/external/ipsec-tools/src/racoon/
H A Dkmpstat.c189 _plog(int pri, const char *func, struct sockaddr *sa, const char *fmt, ...) argument
199 plogdump(pri, data, len)
200 int pri;
H A Dplog.c97 plog_common(pri, fmt, func)
98 int pri;
119 if (pri < ARRAYLEN(ptab)) {
120 len = snprintf(p, reslen, "%s: ", ptab[pri].name);
141 _plog(int pri, const char *func, struct sockaddr *sa, const char *fmt, ...) argument
146 plogv(pri, func, sa, fmt, ap);
151 plogv(int pri, const char *func, struct sockaddr *sa, argument
157 if (pri > loglevel)
160 newfmt = plog_common(pri, fmt, func);
170 if (pri < ARRAYLE
[all...]
H A Dpfkey.c224 int pri; local
229 pri = LLV_DEBUG;
231 pri = LLV_ERROR;
233 plog(pri, LOCATION, NULL,
/external/chromium_org/net/tools/flip_server/
H A Doutput_ordering.cc122 void OutputOrdering::SpliceToPriorityRing(PriorityRing::iterator pri) { argument
123 MemCacheIter& mci = *pri;
130 pmi->second.splice(pmi->second.end(), first_data_senders_, pri);
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dpresencepushtask.cc155 int pri; local
156 if (rtc::FromString(priority->BodyText(), &pri)) {
157 s->set_priority(pri);
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dsync_task_manager.cc42 const base::Closure& task, Priority pri, int seq)
43 : task(task), priority(pri), seq(seq) {}
41 PendingTask( const base::Closure& task, Priority pri, int seq) argument
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcState.h178 #define PACK_TWO_SHORTS(pri, sec) ((pri) << 16 | (sec))
182 #define PACK_TWO_SHORTS(pri, sec) ((pri) | ((sec) << 16))
188 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) { argument
189 SkASSERT((uint16_t)pri == pri);
191 return PACK_TWO_SHORTS(pri, sec);
194 #define pack_two_shorts(pri, sec) PACK_TWO_SHORTS(pri, se
[all...]
/external/e2fsprogs/lib/blkid/
H A Dtag.c334 int pri; local
346 pri = -1;
356 (tmp->bit_dev->bid_pri > pri) &&
359 pri = dev->bid_pri;
H A Ddevname.c183 dev_t devno, int pri, int only_if_new)
253 if (pri)
254 dev->bid_pri = pri;
182 probe_one(blkid_cache cache, const char *ptname, dev_t devno, int pri, int only_if_new) argument
/external/skia/src/core/
H A DSkBitmapProcState.h186 #define PACK_TWO_SHORTS(pri, sec) ((pri) << 16 | (sec))
190 #define PACK_TWO_SHORTS(pri, sec) ((pri) | ((sec) << 16))
196 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) { argument
197 SkASSERT((uint16_t)pri == pri);
199 return PACK_TWO_SHORTS(pri, sec);
202 #define pack_two_shorts(pri, sec) PACK_TWO_SHORTS(pri, se
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_generic_regs.h271 RetLocPrimary pri; member in struct:__anon31917
272 /* For .pri == RLPri_V128SpRel or RLPri_V256SpRel only, gives
282 static inline RetLoc mk_RetLoc_simple ( RetLocPrimary pri ) {
283 vassert(pri >= RLPri_INVALID && pri <= RLPri_2Int);
284 return (RetLoc){pri, 0};
287 static inline RetLoc mk_RetLoc_spRel ( RetLocPrimary pri, Int off ) { argument
288 vassert(pri >= RLPri_V128SpRel && pri <= RLPri_V256SpRel);
289 return (RetLoc){pri, of
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_ht.c182 int pri = 2407 + 5 * channel; local
196 if ((pri < affected_start || pri > affected_end))
201 wpa_printf(MSG_ERROR, "Neighboring BSS: freq=%d", pri);
H A Dhw_features.c446 int pri = bss->freq; local
447 int sec = pri;
463 sec = pri - 20;
465 sec = pri + 20;
468 if ((pri < affected_start || pri > affected_end) &&
473 " freq=%d pri=%d sec=%d",
477 if (pri_freq != pri || sec_freq != sec) {
478 wpa_printf(MSG_DEBUG, "40 MHz pri/sec "
482 pri, se
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_ht.c182 int pri = 2407 + 5 * channel; local
196 if ((pri < affected_start || pri > affected_end))
201 wpa_printf(MSG_ERROR, "Neighboring BSS: freq=%d", pri);
H A Dhw_features.c446 int pri = bss->freq; local
447 int sec = pri;
463 sec = pri - 20;
465 sec = pri + 20;
468 if ((pri < affected_start || pri > affected_end) &&
473 " freq=%d pri=%d sec=%d",
477 if (pri_freq != pri || sec_freq != sec) {
478 wpa_printf(MSG_DEBUG, "40 MHz pri/sec "
482 pri, se
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_ht.c182 int pri = 2407 + 5 * channel; local
196 if ((pri < affected_start || pri > affected_end))
201 wpa_printf(MSG_ERROR, "Neighboring BSS: freq=%d", pri);
H A Dhw_features.c446 int pri = bss->freq; local
447 int sec = pri;
463 sec = pri - 20;
465 sec = pri + 20;
468 if ((pri < affected_start || pri > affected_end) &&
473 " freq=%d pri=%d sec=%d",
477 if (pri_freq != pri || sec_freq != sec) {
478 wpa_printf(MSG_DEBUG, "40 MHz pri/sec "
482 pri, se
[all...]
/external/chromium_org/third_party/libevent/
H A Devent.c644 event_priority_set(struct event *ev, int pri) argument
648 if (pri < 0 || pri >= ev->ev_base->nactivequeues)
651 ev->ev_pri = pri;
/external/icu/icu4c/source/i18n/
H A Dcollationfastlatinbuilder.cpp460 uint32_t pri = 0; local
471 U_ASSERT(pri <= CollationFastLatin::MAX_LONG);
474 result.setCharAt(group, (UChar)((pri << 4) | lastGroupByte));
483 if(pri == 0) {
484 pri = CollationFastLatin::MIN_LONG;
485 } else if(pri < CollationFastLatin::MAX_LONG) {
486 pri += CollationFastLatin::LONG_INC;
495 if(pri < CollationFastLatin::MIN_SHORT) {
496 pri = CollationFastLatin::MIN_SHORT;
497 } else if(pri < (CollationFastLati
[all...]
/external/iputils/ninfod/
H A Dninfod.c164 void stderrlog(int pri, char *fmt, ...) argument
185 res = snprintf(buf, rem, "[%s] ", log_level(pri));
/external/chromium_org/third_party/libevent/test/
H A Dregress.c1210 struct test_pri_event *pri = arg; local
1213 if (pri->count == 3) {
1218 pri->count++;
1221 event_add(&pri->ev, &tv);

Completed in 6798 milliseconds

12