Searched defs:co (Results 1 - 25 of 42) 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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/skia/third_party/lua/src/
H A Dlcorolib.c20 static int auxresume (lua_State *L, lua_State *co, int narg) { argument
22 if (!lua_checkstack(co, narg)) {
26 if (lua_status(co) == LUA_OK && lua_gettop(co) == 0) {
30 lua_xmove(L, co, narg);
31 status = lua_resume(co, L, narg);
33 int nres = lua_gettop(co);
35 lua_pop(co, nres); /* remove results anyway */
39 lua_xmove(co, L, nres); /* move yielded values */
43 lua_xmove(co,
50 lua_State *co = lua_tothread(L, 1); local
68 lua_State *co = lua_tothread(L, lua_upvalueindex(1)); local
105 lua_State *co = lua_tothread(L, 1); local
[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/openfst/src/include/fst/script/
H A Dregister.h44 FstClassRegEntry(Reader r, Creator cr, Converter co) : argument
45 reader(r), creator(cr), converter(co) { }
/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/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicParameterizationCode.cpp194 static void match(const char* str, size_t len, coeffs& co, const char pattern[]) { argument
247 co.push_back(c);
277 coeffs& co = *it; local
283 if (co[0].s > 0) {
286 if (abs(co[0].s) == 1) {
290 for (coeffs::iterator ct = co.begin(); ct < co.end(); ++ct) {
295 if (ct - co.begin() > 0 || cf.s < 0) {
298 if (ct - co.begin() > 0) {
304 if (ct - co
[all...]
/external/clang/lib/AST/
H A DExprClassification.cpp333 const BinaryConditionalOperator *co = cast<BinaryConditionalOperator>(E); local
334 return ClassifyConditional(Ctx, co->getTrueExpr(), co->getFalseExpr());
340 const ConditionalOperator *co = cast<ConditionalOperator>(E); local
341 return ClassifyConditional(Ctx, co->getTrueExpr(), co->getFalseExpr());
/external/libcxxabi/src/Unwind/
H A Dlibunwind.cpp62 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
63 co->setInfoBasedOnIPRegister();
159 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
160 if (co->validReg(regNum)) {
161 *value = co->getReg(regNum);
174 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
175 if (co->validReg(regNum)) {
176 co->setReg(regNum, (pint_t)value);
180 co->setInfoBasedOnIPRegister(false);
192 AbstractUnwindCursor *co local
211 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
223 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
233 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
245 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
256 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
268 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
278 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
286 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
294 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
[all...]
/external/skia/experimental/Intersection/
H A DCubicParameterizationCode.cpp194 static void match(const char* str, size_t len, coeffs& co, const char pattern[]) { argument
247 co.push_back(c);
277 coeffs& co = *it; local
283 if (co[0].s > 0) {
286 if (abs(co[0].s) == 1) {
290 for (coeffs::iterator ct = co.begin(); ct < co.end(); ++ct) {
295 if (ct - co.begin() > 0 || cf.s < 0) {
298 if (ct - co.begin() > 0) {
304 if (ct - co
[all...]
/external/skia/src/gpu/gl/
H A DGrGLProgramDesc.h136 static bool CoverageOutputUsesSecondaryOutput(CoverageOutput co) { argument
137 switch (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/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++;

Completed in 2202 milliseconds

12