Searched defs:co (Results 1 - 25 of 50) sorted by relevance

12

/external/fio/engines/
H A Dcpu.c57 struct cpu_options *co = td->eo; local
59 if (co->exit_io_done && !fio_running_or_pending_io_threads()) {
64 usec_spin(co->cpucycle);
71 struct cpu_options *co = td->eo; local
73 if (!co->cpuload) {
78 if (co->cpuload > 100)
79 co->cpuload = 100;
86 o->thinktime = (co->cpucycle * (100 - co->cpuload)) / co
[all...]
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-multiple-nonvirtual-inheritance.cpp162 ChildOverride co; local
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A Dtest_subpicture.c44 static void PrintComponentOrder(const char *co) argument
49 printf("%C,", co[i] == 0 ? '0' : co[i]);
51 printf("%x,", (unsigned int)co[i]);
52 printf("%x\n", (unsigned int)co[31]);
/external/libedit/examples/
H A Dtc1.c181 int ac, cc, co; local
205 ac = cc = co = 0;
206 ncontinuation = tok_line(tok, li, &ac, &av, &cc, &co);
213 (void) fprintf(stderr, " > nc %d ac %d cc %d co %d\n",
214 ncontinuation, ac, cc, co);
245 co, av[i], av[i] + co);
H A Dwtc1.c158 int ac, cc, co, rc; local
181 ac = cc = co = 0;
182 ncontinuation = tok_wline(tok, li, &ac, &av, &cc, &co);
190 (void)fprintf(stderr, " > nc %d ac %d cc %d co %d\n",
191 ncontinuation, ac, cc, co);
207 co, av[i], av[i] + co);
/external/libedit/src/
H A Dtokenizer.c199 int cc, co; local
201 cc = co = -1;
208 co = (int)(tok->wptr - tok->wstart);
425 if (cc == -1 && co == -1) {
427 co = (int)(tok->wptr - tok->wstart);
432 *cursoro = co;
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_secy_ops.c90 enum confidentiality_offset co)
92 kay->co = co;
226 kay->vf, kay->co);
353 kay->co);
89 secy_cp_control_confidentiality_offset(struct ieee802_1x_kay *kay, enum confidentiality_offset co) argument
H A Dieee802_1x_kay.h75 enum confidentiality_offset co);
84 enum confidentiality_offset co);
153 enum confidentiality_offset co; member in struct:ieee802_1x_kay
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_secy_ops.c90 enum confidentiality_offset co)
92 kay->co = co;
226 kay->vf, kay->co);
353 kay->co);
89 secy_cp_control_confidentiality_offset(struct ieee802_1x_kay *kay, enum confidentiality_offset co) argument
H A Dieee802_1x_kay.h75 enum confidentiality_offset co);
84 enum confidentiality_offset co);
153 enum confidentiality_offset co; member in struct:ieee802_1x_kay
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_secy_ops.c90 enum confidentiality_offset co)
92 kay->co = co;
226 kay->vf, kay->co);
353 kay->co);
89 secy_cp_control_confidentiality_offset(struct ieee802_1x_kay *kay, enum confidentiality_offset co) argument
H A Dieee802_1x_kay.h75 enum confidentiality_offset co);
84 enum confidentiality_offset co);
153 enum confidentiality_offset co; member in struct:ieee802_1x_kay
/external/aac/libAACenc/src/
H A Dchannel_map.cpp178 const INT* FDKaacEnc_getChannelAssignment(CHANNEL_MODE encMode, CHANNEL_ORDER co) argument
183 if (co == CH_ORDER_MPEG)
224 static INT FDKaacEnc_initElement (ELEMENT_INFO* elInfo, MP4_ELEMENT_ID elType, INT* cnt, CHANNEL_MODE mode, CHANNEL_ORDER co, INT* it_cnt, const FIXP_DBL relBits) { argument
229 const INT *assign = FDKaacEnc_getChannelAssignment(mode, co);
260 AAC_ENCODER_ERROR FDKaacEnc_InitChannelMapping(CHANNEL_MODE mode, CHANNEL_ORDER co, CHANNEL_MAPPING* cm) argument
288 FDKaacEnc_initElement(&cm->elInfo[0], ID_SCE, &count, mode, co, it_cnt, (FIXP_DBL)MAXVAL_DBL);
292 FDKaacEnc_initElement(&cm->elInfo[0], ID_CPE, &count, mode, co, it_cnt, (FIXP_DBL)MAXVAL_DBL);
297 FDKaacEnc_initElement(&cm->elInfo[0], ID_SCE, &count, mode, co, it_cnt, FL2FXCONST_DBL(0.4f));
298 FDKaacEnc_initElement(&cm->elInfo[1], ID_CPE, &count, mode, co, it_cnt, FL2FXCONST_DBL(0.6f));
303 FDKaacEnc_initElement(&cm->elInfo[0], ID_SCE, &count, mode, co, it_cn
[all...]
/external/clang/lib/AST/
H A DExprClassification.cpp340 const BinaryConditionalOperator *co = cast<BinaryConditionalOperator>(E); local
341 return ClassifyConditional(Ctx, co->getTrueExpr(), co->getFalseExpr());
347 const ConditionalOperator *co = cast<ConditionalOperator>(E); local
348 return ClassifyConditional(Ctx, co->getTrueExpr(), co->getFalseExpr());
/external/libunwind_llvm/src/
H A Dlibunwind.cpp70 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
71 co->setInfoBasedOnIPRegister();
164 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
165 if (co->validReg(regNum)) {
166 *value = co->getReg(regNum);
179 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
180 if (co->validReg(regNum)) {
181 co->setReg(regNum, (pint_t)value);
185 co->setInfoBasedOnIPRegister(false);
198 AbstractUnwindCursor *co local
217 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
229 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
239 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
251 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
263 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
275 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
285 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
294 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
303 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
[all...]
/external/selinux/libselinux/src/
H A Dget_context_list.c399 struct context_order *co = NULL; local
473 co = malloc(nreach * sizeof(struct context_order));
474 if (!co)
477 co[i].con = reachable[i];
478 co[i].order = ordering[i];
480 qsort(co, nreach, sizeof(struct context_order), order_compare);
482 reachable[i] = co[i].con;
483 free(co);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpas_kay.c93 static unsigned int conf_offset_val(enum confidentiality_offset co) argument
95 switch (co) {
110 enum confidentiality_offset co)
113 conf_offset_val(co), vf);
151 enum confidentiality_offset co)
154 conf_offset_val(co));
107 wpas_create_receive_sc(void *wpa_s, u32 channel, struct ieee802_1x_mka_sci *sci, enum validate_frames vf, enum confidentiality_offset co) argument
149 wpas_create_transmit_sc(void *wpa_s, u32 channel, const struct ieee802_1x_mka_sci *sci, enum confidentiality_offset co) argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DIncrementalSAXSource_Filter.java106 public IncrementalSAXSource_Filter(CoroutineManager co, int controllerCoroutineID) argument
108 this.init( co, controllerCoroutineID, -1 );
114 static public IncrementalSAXSource createIncrementalSAXSource(CoroutineManager co, int controllerCoroutineID) { argument
115 return new IncrementalSAXSource_Filter(co, controllerCoroutineID);
122 public void init( CoroutineManager co, int controllerCoroutineID, argument
125 if(co==null)
126 co = new CoroutineManager();
127 fCoroutineManager = co;
128 fControllerCoroutineID = co.co_joinCoroutineSet(controllerCoroutineID);
129 fSourceCoroutineID = co
[all...]
/external/clang/test/CXX/special/class.copy/
H A Dimplicit-move.cpp238 CopyOnly co; member in struct:DR1402::CopyAndMove
241 template void test(CopyAndMove); // ok, copies co, moves mo
/external/curl/lib/
H A Dcookie.c107 static void freecookie(struct Cookie *co) argument
109 free(co->expirestr);
110 free(co->domain);
111 free(co->path);
112 free(co->spath);
113 free(co->name);
114 free(co->value);
115 free(co->maxage);
116 free(co->version);
117 free(co);
304 struct Cookie *co, *nx, *pv; local
379 struct Cookie *co; local
1042 struct Cookie *co; local
1170 Curl_cookie_freelist(struct Cookie *co, bool cookiestoo) argument
1245 get_netscape_format(const struct Cookie *co) argument
1279 struct Cookie *co; local
[all...]
/external/svox/pico/lib/
H A Dpicosig2.c594 picoos_int32 *co, *so, *c, *s, voxbnd, voxbnd2; local
657 co = sig_inObj->outCosTbl + firstUV;
660 *co++ = *c++;
663 *co = 1;
697 picoos_int32 *co, *so; local
733 co = sig_inObj->outCosTbl + voxbnd;
737 fcX = *co++;
745 co = sig_inObj->outCosTbl + 1;
748 fcX = *co++;
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
H A DbtCollisionObject.h225 void setIgnoreCollisionCheck(const btCollisionObject* co, bool ignoreCollisionCheck) argument
230 //int index = m_objectsWithoutCollisionCheck.findLinearSearch(co);
233 m_objectsWithoutCollisionCheck.push_back(co);
238 m_objectsWithoutCollisionCheck.remove(co);
243 virtual bool checkCollideWithOverride(const btCollisionObject* co) const
245 int index = m_objectsWithoutCollisionCheck.findLinearSearch(co);
497 inline bool checkCollideWith(const btCollisionObject* co) const
500 return checkCollideWithOverride(co);
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
H A DbtCollisionObject.java233 public void setIgnoreCollisionCheck(btCollisionObject co, boolean ignoreCollisionCheck) { argument
234 CollisionJNI.btCollisionObject_setIgnoreCollisionCheck(swigCPtr, this, btCollisionObject.getCPtr(co), co, ignoreCollisionCheck);
237 public boolean checkCollideWithOverride(btCollisionObject co) { argument
238 return CollisionJNI.btCollisionObject_checkCollideWithOverride(swigCPtr, this, btCollisionObject.getCPtr(co), co);
421 public boolean checkCollideWith(btCollisionObject co) { argument
422 return CollisionJNI.btCollisionObject_checkCollideWith(swigCPtr, this, btCollisionObject.getCPtr(co), co);
/external/libpng/contrib/libtests/
H A Dtarith.c323 static int check_all_characters(checkfp_command *co, checkfp_control c);
325 static int check_some_characters(checkfp_command *co, checkfp_control c,
328 static int check_one_character(checkfp_command *co, checkfp_control c, int ch) argument
344 co->number[c.cnumber++] = (char)ch;
347 co->number[c.cnumber++] = '<';
348 co->number[c.cnumber++] = hexdigits[(ch >> 4) & 0xf];
349 co->number[c.cnumber++] = hexdigits[ch & 0xf];
350 co->number[c.cnumber++] = '>';
352 co->number[c.cnumber] = 0;
354 if (co
520 check_all_characters(checkfp_command *co, checkfp_control c) argument
533 check_some_characters(checkfp_command *co, checkfp_control c, const char *tests) argument
[all...]
/external/opencv3/modules/features2d/src/kaze/
H A DKAZEFeatures.cpp788 float sample_x = 0.0, sample_y = 0.0, co = 0.0, si = 0.0, angle = 0.0; local
810 co = cos(angle);
834 xs = xf + (-kx*scale*si + ky*scale*co);
835 ys = yf + (kx*scale*co + ky*scale*si);
841 sample_y = yf + (l*scale*co + k*scale*si);
842 sample_x = xf + (-l*scale*si + k*scale*co);
872 rry = gauss_s1*(rx*co + ry*si);
873 rrx = gauss_s1*(-rx*si + ry*co);
1069 float sample_x = 0.0, sample_y = 0.0, co = 0.0, si = 0.0, angle = 0.0; local
1093 co
[all...]

Completed in 875 milliseconds

12