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

1234

/external/python/cpython2/Lib/test/crashers/
H A Dbogus_code_obj.py17 co = types.CodeType(0, 0, 0, 0, '\x04\x71\x00\x00', (), variable
19 exec co
/external/python/cpython3/Lib/test/crashers/
H A Dbogus_code_obj.py17 co = types.CodeType(0, 0, 0, 0, 0, b'\x04\x71\x00\x00', variable
19 exec(co)
/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_blend.c39 struct etna_blend_state *co = CALLOC_STRUCT(etna_blend_state); local
41 if (!co)
44 co->base = *so;
73 co->PE_ALPHA_CONFIG =
83 co->PE_ALPHA_CONFIG = 0;
86 co->PE_COLOR_FORMAT =
90 co->PE_LOGIC_OP =
101 co->PE_DITHER[0] = 0x6e4ca280;
102 co->PE_DITHER[1] = 0x5d7f91b3;
104 co
[all...]
/external/python/cpython2/Demo/threads/
H A Dsquasher.py47 co.tran(codisassembler, line)
51 card = co.tran(cogetline)
53 co.tran(cosquasher, card[i])
54 co.tran(cosquasher, ';')
58 ch = co.tran(codisassembler)
60 ch2 = co.tran(codisassembler)
64 co.tran(coassembler, ch)
68 ch2 = co.tran(codisassembler)
71 co.tran(coassembler, ' ')
73 co
95 co = Coroutine() variable
[all...]
/external/python/cpython2/Tools/compiler/
H A Ddumppyc.py17 co = marshal.load(f)
19 return co
21 def walk(co, match=None):
22 if match is None or co.co_name == match:
23 dump(co)
25 dis.dis(co)
26 for obj in co.co_consts:
31 co = loadCode(filename)
32 walk(co, codename)
43 co variable
[all...]
/external/fio/engines/
H A Dcpu.c58 struct cpu_options *co = td->eo; local
60 if (co->exit_io_done && !fio_running_or_pending_io_threads()) {
65 usec_spin(co->cpucycle);
72 struct cpu_options *co = td->eo; local
74 if (!co->cpuload) {
79 if (co->cpuload > 100)
80 co->cpuload = 100;
87 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.c46 static void PrintComponentOrder(const char *co) argument
51 printf("%c,", co[i] == 0 ? '0' : co[i]);
53 printf("%x,", (unsigned int)co[i]);
54 printf("%x\n", (unsigned int)co[31]);
/external/skia/tests/
H A DPathOpsCubicConicIntersectionTest.cpp36 const ConicPts& co = cubicConicTests[index].conic; local
38 conic.debugSet(co.fPts.fPts, co.fWeight);
/external/skqp/tests/
H A DPathOpsCubicConicIntersectionTest.cpp36 const ConicPts& co = cubicConicTests[index].conic; local
38 conic.debugSet(co.fPts.fPts, co.fWeight);
/external/syslinux/com32/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/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.c109 enum confidentiality_offset co)
111 kay->co = co;
235 return ops->create_receive_sc(ops->ctx, rxsc, kay->vf, kay->co);
360 return ops->create_transmit_sc(ops->ctx, txsc, kay->co);
108 secy_cp_control_confidentiality_offset(struct ieee802_1x_kay *kay, enum confidentiality_offset co) argument
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_secy_ops.c109 enum confidentiality_offset co)
111 kay->co = co;
235 return ops->create_receive_sc(ops->ctx, rxsc, kay->vf, kay->co);
360 return ops->create_transmit_sc(ops->ctx, txsc, kay->co);
108 secy_cp_control_confidentiality_offset(struct ieee802_1x_kay *kay, enum confidentiality_offset co) argument
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_secy_ops.c109 enum confidentiality_offset co)
111 kay->co = co;
235 return ops->create_receive_sc(ops->ctx, rxsc, kay->vf, kay->co);
360 return ops->create_transmit_sc(ops->ctx, txsc, kay->co);
108 secy_cp_control_confidentiality_offset(struct ieee802_1x_kay *kay, enum confidentiality_offset co) argument
/external/aac/libAACenc/src/
H A Dchannel_map.cpp227 CHANNEL_ORDER co,
254 FDK_chMapDescr_init(&mapDescr, NULL, 0, (co == CH_ORDER_MPEG) ? 1 : 0);
226 FDKaacEnc_InitChannelMapping(CHANNEL_MODE mode, CHANNEL_ORDER co, CHANNEL_MAPPING* cm) argument
/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.cpp75 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
76 co->setInfoBasedOnIPRegister();
169 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
170 if (co->validReg(regNum)) {
171 *value = co->getReg(regNum);
184 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
185 if (co->validReg(regNum)) {
186 co->setReg(regNum, (pint_t)value);
190 co->setInfoBasedOnIPRegister(false);
203 AbstractUnwindCursor *co local
222 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
234 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
244 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
256 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
268 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
280 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
290 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
299 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
308 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_tri_tmp.h94 const int32_t co = (int32_t)(c[j] >> (int64_t)FIXED_ORDER) + cox_s; local
106 int32_t co, cdiff;
107 co = c[j] + cox;
111 BUILD_MASKS(co, cdiff,
221 const int32_t co = (int32_t)(c[j] >> (int64_t)FIXED_ORDER) + cox_s; local
258 int32_t co, cdiff; local
259 co = c[j] + cox;
262 BUILD_MASKS(co, cdiff,
/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/skia/fuzz/
H A DFuzzDrawFunctions.cpp40 SkColor co; local
41 fuzz->next(&co);
42 p->setColor(co);
/external/skqp/fuzz/
H A DFuzzDrawFunctions.cpp40 SkColor co; local
41 fuzz->next(&co);
42 p->setColor(co);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpas_kay.c95 static unsigned int conf_offset_val(enum confidentiality_offset co) argument
97 switch (co) {
111 enum confidentiality_offset co)
113 return wpa_drv_create_receive_sc(wpa_s, sc, conf_offset_val(co), vf);
149 enum confidentiality_offset co)
151 return wpa_drv_create_transmit_sc(wpa_s, sc, conf_offset_val(co));
109 wpas_create_receive_sc(void *wpa_s, struct receive_sc *sc, enum validate_frames vf, enum confidentiality_offset co) argument
148 wpas_create_transmit_sc(void *wpa_s, struct transmit_sc *sc, enum confidentiality_offset co) argument

Completed in 2233 milliseconds

1234