Home
last modified time | relevance | path

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

12345

/external/llvm-project/libunwind/src/
Dlibunwind.cpp73 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; in __unw_init_local() local
86 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; in _LIBUNWIND_WEAK_ALIAS() local
102 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; in _LIBUNWIND_WEAK_ALIAS() local
133 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; in _LIBUNWIND_WEAK_ALIAS() local
152 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; in _LIBUNWIND_WEAK_ALIAS() local
164 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; in _LIBUNWIND_WEAK_ALIAS() local
174 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; in _LIBUNWIND_WEAK_ALIAS() local
185 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; in _LIBUNWIND_WEAK_ALIAS() local
197 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; in _LIBUNWIND_WEAK_ALIAS() local
209 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; in _LIBUNWIND_WEAK_ALIAS() local
[all …]
/external/lua/src/
Dlcorolib.c22 lua_State *co = lua_tothread(L, 1); in getco() local
32 static int auxresume (lua_State *L, lua_State *co, int narg) { in auxresume()
57 lua_State *co = getco(L); in luaB_coresume() local
74 lua_State *co = lua_tothread(L, lua_upvalueindex(1)); in luaB_auxwrap() local
124 static int auxstatus (lua_State *L, lua_State *co) { in auxstatus()
147 lua_State *co = getco(L); in luaB_costatus() local
154 lua_State *co = lua_isnone(L, 1) ? L : getco(L); in luaB_yieldable() local
168 lua_State *co = getco(L); in luaB_close() 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.c124 PyCodeObject *co; in PyCode_NewWithPosOnlyArgs() local
281 _PyCode_InitOpcache(PyCodeObject *co) in _PyCode_InitOpcache()
453 PyObject *co = NULL; in code_new() local
546 code_dealloc(PyCodeObject *co) in code_dealloc()
591 code_sizeof(PyCodeObject *co, PyObject *Py_UNUSED(args)) in code_sizeof()
680 code_repr(PyCodeObject *co) in code_repr()
831 PyCodeObject *co, *cp; in code_richcompare() local
905 code_hash(PyCodeObject *co) in code_hash()
983 PyCode_Addr2Line(PyCodeObject *co, int addrq) in PyCode_Addr2Line()
1002 _PyCode_CheckLineNumber(PyCodeObject* co, int lasti, PyAddrPair *bounds) in _PyCode_CheckLineNumber()
/external/mesa3d/src/amd/addrlib/src/core/
Dcoord.cpp147 VOID CoordTerm::add(Coordinate& co) in add()
187 BOOL_32 CoordTerm::remove(Coordinate& co) in remove()
206 BOOL_32 CoordTerm::Exists(Coordinate& co) in Exists()
244 VOID CoordTerm::getsmallest(Coordinate& co) in getsmallest()
249 UINT_32 CoordTerm::Filter(INT_8 f, Coordinate& co, UINT_32 start, enum Dim axis) in Filter()
322 VOID CoordEq::remove(Coordinate& co) in remove()
330 BOOL_32 CoordEq::Exists(Coordinate& co) in Exists()
495 UINT_32 CoordEq::Filter(INT_8 f, Coordinate& co, UINT_32 start, enum Dim axis) in Filter()
/external/curl/lib/
Dcookie.c108 static void freecookie(struct Cookie *co) in freecookie()
382 struct Cookie *co, *nx; in remove_expired() local
445 struct Cookie *co; in Curl_cookie_add() local
1276 struct Cookie *co; in Curl_cookie_getlist() local
1394 void Curl_cookie_freelist(struct Cookie *co) in Curl_cookie_freelist()
1473 static char *get_netscape_format(const struct Cookie *co) in get_netscape_format()
1508 struct Cookie *co; in cookie_output() local
/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/python/cpython3/Lib/
Ddis.py155 def _format_code_info(co): argument
187 def show_code(co, *, file=None): argument
365 def disassemble(co, lasti=-1, *, file=None): argument
372 def _disassemble_recursive(co, *, file=None, depth=None): argument
Dmodulefinder.py395 def scan_opcodes(self, co): argument
416 def scan_code(self, co, m): argument
598 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/support/
Dbytecode_helper.py12 def get_disassembly_as_string(self, co): argument
/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/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/tensorflow/tensorflow/core/kernels/rnn/
Dlstm_ops_gpu.cu.cc87 T* ci, T* cs, T* co, T* i, T* f, in lstm_gates()
237 typename TTypes<T>::Matrix co, typename TTypes<T>::Matrix gates, in LSTMBlockCellFpropWithCUDA()
300 const T* co, // [batch_size, cell_size] in lstm_gates_bprop()
372 typename TTypes<T>::ConstMatrix ci, typename TTypes<T>::ConstMatrix co, in LSTMBlockCellBpropWithCUDA()
/external/llvm-project/clang/lib/AST/
DExprClassification.cpp372 const auto *co = cast<BinaryConditionalOperator>(E); in ClassifyInternal() local
379 const auto *co = cast<ConditionalOperator>(E); in ClassifyInternal() local
/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/llvm-project/flang/test/Semantics/
Dcall12.f9018 real, allocatable :: co[:] component
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_kay.c136 static unsigned int conf_offset_val(enum confidentiality_offset co) in conf_offset_val()
152 enum confidentiality_offset co) in hapd_create_receive_sc()
215 enum confidentiality_offset co) in hapd_create_transmit_sc()
/external/mesa3d/src/gallium/frontends/xvmc/tests/
Dtest_subpicture.c46 static void PrintComponentOrder(const char *co) in PrintComponentOrder()

12345