Home
last modified time | relevance | path

Searched defs:co (Results 1 – 25 of 94) sorted by relevance

1234

/external/libunwind_llvm/src/
Dlibunwind.cpp73 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; in unw_init_local() local
85 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; in unw_get_reg() local
100 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; in unw_set_reg() local
131 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; in unw_get_fpreg() local
150 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; in unw_set_fpreg() local
162 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; in unw_step() local
172 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; in unw_get_proc_info() local
184 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; in unw_resume() local
196 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; in unw_get_proc_name() local
208 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; in unw_is_fpreg() local
[all …]
/external/lua/src/
Dlcorolib.c22 lua_State *co = lua_tothread(L, 1); in getco() local
28 static int auxresume (lua_State *L, lua_State *co, int narg) { in auxresume()
58 lua_State *co = getco(L); in luaB_coresume() local
75 lua_State *co = lua_tothread(L, lua_upvalueindex(1)); in luaB_auxwrap() local
112 lua_State *co = getco(L); in luaB_costatus() local
/external/python/cpython2/Objects/
Dcodeobject.c99 PyCodeObject *co; in PyCode_New() local
275 PyObject *co = NULL; in code_new() local
345 code_dealloc(PyCodeObject *co) in code_dealloc()
364 code_repr(PyCodeObject *co) in code_repr()
384 code_compare(PyCodeObject *co, PyCodeObject *cp) in code_compare()
549 PyCodeObject *co, *cp; in code_richcompare() local
628 code_hash(PyCodeObject *co) in code_hash()
699 PyCode_Addr2Line(PyCodeObject *co, int addrq) in PyCode_Addr2Line()
717 _PyCode_CheckLineNumber(PyCodeObject* co, int lasti, PyAddrPair *bounds) in _PyCode_CheckLineNumber()
/external/python/cpython2/Tools/compiler/
Ddumppyc.py21 def walk(co, match=None): argument
43 co = compile(buf, filename, "exec") variable
Dstacktest.py5 def extract_code_objects(co): argument
/external/python/cpython3/Objects/
Dcodeobject.c104 PyCodeObject *co; in PyCode_New() local
350 PyObject *co = NULL; in code_new() local
428 code_dealloc(PyCodeObject *co) in code_dealloc()
464 code_sizeof(PyCodeObject *co, void *unused) in code_sizeof()
480 code_repr(PyCodeObject *co) in code_repr()
624 PyCodeObject *co, *cp; in code_richcompare() local
696 code_hash(PyCodeObject *co) in code_hash()
773 PyCode_Addr2Line(PyCodeObject *co, int addrq) in PyCode_Addr2Line()
792 _PyCode_CheckLineNumber(PyCodeObject* co, int lasti, PyAddrPair *bounds) in _PyCode_CheckLineNumber()
/external/python/cpython3/Lib/test/crashers/
Dbogus_code_obj.py17 co = types.CodeType(0, 0, 0, 0, 0, b'\x04\x71\x00\x00', variable
/external/python/cpython2/Lib/test/crashers/
Dbogus_code_obj.py17 co = types.CodeType(0, 0, 0, 0, '\x04\x71\x00\x00', (), variable
/external/mesa3d/src/amd/addrlib/gfx9/
Dcoord.cpp150 VOID CoordTerm::add(Coordinate& co) in add()
190 BOOL_32 CoordTerm::remove(Coordinate& co) in remove()
209 BOOL_32 CoordTerm::Exists(Coordinate& co) in Exists()
247 VOID CoordTerm::getsmallest(Coordinate& co) in getsmallest()
252 UINT_32 CoordTerm::Filter(INT_8 f, Coordinate& co, UINT_32 start, INT_8 axis) in Filter()
350 VOID CoordEq::remove(Coordinate& co) in remove()
358 BOOL_32 CoordEq::Exists(Coordinate& co) in Exists()
600 UINT_32 CoordEq::Filter(INT_8 f, Coordinate& co, UINT_32 start, INT_8 axis) in Filter()
/external/curl/lib/
Dcookie.c104 static void freecookie(struct Cookie *co) in freecookie()
379 struct Cookie *co, *nx; in remove_expired() local
442 struct Cookie *co; in Curl_cookie_add() local
1302 struct Cookie *co; in Curl_cookie_getlist() local
1420 void Curl_cookie_freelist(struct Cookie *co) in Curl_cookie_freelist()
1499 static char *get_netscape_format(const struct Cookie *co) in get_netscape_format()
1533 struct Cookie *co; in cookie_output() local
/external/python/cpython3/Lib/
Ddis.py146 def _format_code_info(co): argument
177 def show_code(co, *, file=None): argument
352 def disassemble(co, lasti=-1, *, file=None): argument
359 def _disassemble_recursive(co, *, file=None, depth=None): argument
Dmodulefinder.py339 def scan_opcodes(self, co): argument
360 def scan_code(self, co, m): argument
541 def replace_paths_in_code(self, co): argument
/external/python/cpython2/Demo/threads/
Dfcmp.py7 def fringe(co, list): argument
Dsquasher.py95 co = Coroutine() variable
/external/python/cpython2/Lib/
Dmodulefinder.py359 def scan_opcodes(self, co, argument
378 def scan_opcodes_25(self, co): argument
401 def scan_code(self, co, m): argument
588 def replace_paths_in_code(self, co): argument
Ddis.py61 def disassemble(co, lasti=-1): argument
/external/python/cpython3/Lib/test/
Dbytecode_helper.py12 def get_disassembly_as_string(self, co): argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DIncrementalSAXSource_Filter.java106 public IncrementalSAXSource_Filter(CoroutineManager co, int controllerCoroutineID) in IncrementalSAXSource_Filter()
114 …static public IncrementalSAXSource createIncrementalSAXSource(CoroutineManager co, int controllerC… in createIncrementalSAXSource()
122 public void init( CoroutineManager co, int controllerCoroutineID, in init()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpas_kay.c101 static unsigned int conf_offset_val(enum confidentiality_offset co) in conf_offset_val()
117 enum confidentiality_offset co) in wpas_create_receive_sc()
155 enum confidentiality_offset co) in wpas_create_transmit_sc()
/external/tensorflow/tensorflow/contrib/rnn/kernels/
Dlstm_ops_gpu.cu.cc88 T* ci, T* cs, T* co, T* i, T* f, in lstm_gates()
232 typename TTypes<T>::Matrix co, typename TTypes<T>::Matrix icfo, in LSTMBlockCellFpropWithCUDA()
293 const T* co, // [batch_size, cell_size] in lstm_gates_bprop()
365 typename TTypes<T>::ConstMatrix ci, typename TTypes<T>::ConstMatrix co, in LSTMBlockCellBpropWithCUDA()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_blend.c42 struct etna_blend_state *co = CALLOC_STRUCT(etna_blend_state); in etna_blend_state_create() local
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
Dtest_subpicture.c46 static void PrintComponentOrder(const char *co) in PrintComponentOrder()
/external/clang/lib/AST/
DExprClassification.cpp340 const BinaryConditionalOperator *co = cast<BinaryConditionalOperator>(E); in ClassifyInternal() local
347 const ConditionalOperator *co = cast<ConditionalOperator>(E); in ClassifyInternal() local
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-multiple-nonvirtual-inheritance.cpp162 ChildOverride co; in emit_ctors() local
/external/skqp/tests/
DPathOpsCubicConicIntersectionTest.cpp50 const ConicPts& co = cubicConicTests[index].conic; in cubicConicIntersection() local

1234