Searched defs:op (Results 1 - 25 of 108) sorted by path

12345

/device/asus/fugu/kernel-headers/drm/
H A Dpsb_ttm_placement_user.h85 } op; member in struct:ttm_pl_synccpu_arg
/device/asus/fugu/original-kernel-headers/drm/
H A Dpsb_ttm_placement_user.h175 * @op: indicates whether to grab or release the
187 } op; member in struct:ttm_pl_synccpu_arg
/device/google/contexthub/contexthubhal/
H A Dsystem_comms.h73 uint8_t op; member in struct:android::nanohub::MgmtStatus::__anon97::__anon98
/device/google/contexthub/firmware/os/core/
H A DnanohubCommand.c348 const char *op; local
353 op = "Removing";
357 op = "Adding";
360 __func__, op, keyId, ret);
/device/google/contexthub/firmware/os/inc/
H A DnanohubPacket.h306 uint8_t op; member in struct:MgmtStatus::__anon320::__anon321
/device/google/dragon/recovery/updater/
H A Dec_commands.h1144 uint32_t op; member in struct:ec_params_vbnvcontext
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
H A Dlapi.c293 LUA_API void lua_arith (lua_State *L, int op) { argument
297 if (op != LUA_OPUNM) /* all other operations expect two operands */
307 setnvalue(o1, luaO_arith(op, nvalue(o1), nvalue(o2)));
310 luaV_arith(L, o1, o1, o2, cast(TMS, op - LUA_OPADD + TM_ADD));
316 LUA_API int lua_compare (lua_State *L, int index1, int index2, int op) { argument
323 switch (op) {
H A Dlcode.c74 static int condjump (FuncState *fs, OpCode op, int A, int B, int C) { argument
75 luaK_codeABC(fs, op, A, B, C);
180 level++; /* argument is +1 to reserve 0 as non-op */
395 OpCode op = OP_GETTABUP; /* assume 't' is in an upvalue */ local
399 op = OP_GETTABLE;
401 e->u.info = luaK_codeABC(fs, op, 0, e->u.ind.t, e->u.ind.idx);
571 OpCode op = (var->u.ind.vt == VLOCAL) ? OP_SETTABLE : OP_SETTABUP; local
573 luaK_codeABC(fs, op, var->u.ind.t, var->u.ind.idx, e);
713 static int constfolding (OpCode op, expdesc *e1, expdesc *e2) { argument
716 if ((op
724 codearith(FuncState *fs, OpCode op, expdesc *e1, expdesc *e2, int line) argument
746 codecomp(FuncState *fs, OpCode op, int cond, expdesc *e1, expdesc *e2) argument
762 luaK_prefix(FuncState *fs, UnOpr op, expdesc *e, int line) argument
786 luaK_infix(FuncState *fs, BinOpr op, expdesc *v) argument
813 luaK_posfix(FuncState *fs, BinOpr op, expdesc *e1, expdesc *e2, int line) argument
[all...]
H A Dldebug.c346 OpCode op = GET_OPCODE(i); local
348 switch (op) {
382 if (testAMode(op) && reg == a) /* any instruction that set A */
401 OpCode op = GET_OPCODE(i); local
402 switch (op) {
413 const char *vn = (op == OP_GETTABLE) /* name of indexed variable */
425 int b = (op == OP_LOADK) ? GETARG_Bx(i)
513 l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *op) { argument
526 op, kind, name, t);
528 luaG_runerror(L, "attempt to %s a %s value", op,
[all...]
H A Dliolib.c550 int op = luaL_checkoption(L, 2, "cur", modenames); local
555 op = l_fseek(f, offset, mode[op]);
556 if (op)
569 int op = luaL_checkoption(L, 2, NULL, modenames); local
571 int res = setvbuf(f, NULL, mode[op], sz);
H A Dlobject.c73 lua_Number luaO_arith (int op, lua_Number v1, lua_Number v2) { argument
74 switch (op) {
H A Dloslib.c281 int op = luaL_checkoption(L, 2, "all", catnames); local
282 lua_pushstring(L, setlocale(cat[op], l));
H A Dlparser.c987 static UnOpr getunopr (int op) { argument
988 switch (op) {
997 static BinOpr getbinopr (int op) { argument
998 switch (op) {
1038 BinOpr op; local
1050 op = getbinopr(ls->t.token);
1051 while (op != OPR_NOBINOPR && priority[op].left > limit) {
1056 luaK_infix(ls->fs, op, v);
1058 nextop = subexpr(ls, &v2, priority[op]
1129 OpCode op = (v->k == VLOCAL) ? OP_MOVE : OP_GETUPVAL; local
[all...]
H A Dlvm.c305 setobjs2s(L, top - 2, top - 1); /* result is second op. */
361 const TValue *rc, TMS op) {
366 lua_Number res = luaO_arith(op - TM_ADD + LUA_OPADD, nvalue(b), nvalue(c));
369 else if (!call_binTM(L, rb, rc, ra, op))
427 OpCode op = GET_OPCODE(inst); local
428 switch (op) { /* finish its execution */
440 if (op == OP_LE && /* "<=" using "<" instead? */
520 #define arith_op(op,tm) { \
525 setnvalue(ra, op(L, nb, nc)); \
360 luaV_arith(lua_State *L, StkId ra, const TValue *rb, const TValue *rc, TMS op) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
H A Dedk2module.c2621 "plock(op)\n\n\
2627 int op; local
2628 if (!PyArg_ParseTuple(args, "i:plock", &op))
2630 if (plock(op) == -1)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A D_sre.c94 #define PyObject_DEL(op) PyMem_DEL((op))
2771 op = *code++; \
2772 VTRACE(("%lu (op)\n", (unsigned long)op)); \
2798 SRE_CODE op; local
2805 switch (op) {
2883 SRE_CODE op; local
2894 switch (op) {
3031 if (op !
[all...]
H A Dselectmodule.c711 #define pyepoll_CHECK(op) (PyObject_TypeCheck((op), &pyEpoll_Type))
849 pyepoll_internal_ctl(int epfd, int op, PyObject *pfd, unsigned int events) argument
863 switch(op) {
869 result = epoll_ctl(epfd, op, fd, &ev);
877 result = epoll_ctl(epfd, op, fd, &ev);
1177 #define kqueue_event_Check(op) (PyObject_TypeCheck((op), &kqueue_event_Type))
1186 #define kqueue_queue_Check(op) (PyObject_TypeCheck((op),
1272 kqueue_event_richcompare(kqueue_event_Object *s, kqueue_event_Object *o, int op) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c3763 int op, /* '&', '|', '^' */
3818 switch (op) {
3846 switch(op) {
3865 if (op == '^' && negb)
3762 long_bitwise(PyLongObject *a, int op, PyLongObject *b) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A DPython-ast.h101 operator_ty op; member in struct:_stmt::__anon2603::__anon2609
197 boolop_ty op; member in struct:_expr::__anon2624::__anon2625
203 operator_ty op; member in struct:_expr::__anon2624::__anon2626
208 unaryop_ty op; member in struct:_expr::__anon2624::__anon2627
400 stmt_ty _Py_AugAssign(expr_ty target, operator_ty op, expr_ty value, int
450 expr_ty _Py_BoolOp(boolop_ty op, asdl_seq * values, int lineno, int col_offset,
453 expr_ty _Py_BinOp(expr_ty left, operator_ty op, expr_ty right, int lineno, int
456 expr_ty _Py_UnaryOp(unaryop_ty op, expr_ty operand, int lineno, int col_offset,
H A Dcomplexobject.h47 #define PyComplex_Check(op) PyObject_TypeCheck(op, &PyComplex_Type)
48 #define PyComplex_CheckExact(op) (Py_TYPE(op) == &PyComplex_Type)
53 PyAPI_FUNC(double) PyComplex_RealAsDouble(PyObject *op); variable
54 PyAPI_FUNC(double) PyComplex_ImagAsDouble(PyObject *op); variable
55 PyAPI_FUNC(Py_complex) PyComplex_AsCComplex(PyObject *op); variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A D_collectionsmodule.c934 deque_richcompare(PyObject *v, PyObject *w, int op) argument
949 if (op == Py_EQ) {
955 if (op == Py_NE) {
978 cmp = PyObject_RichCompareBool(x, y, op);
993 switch (op) {
H A Darraymodule.c41 #define array_Check(op) PyObject_TypeCheck(op, &Arraytype)
42 #define array_CheckExact(op) (Py_TYPE(op) == &Arraytype)
418 arrayobject *op; local
431 op = (arrayobject *) type->tp_alloc(type, 0);
432 if (op == NULL) {
435 op->ob_descr = descr;
436 op->allocated = size;
437 op
453 getarrayitem(PyObject *op, Py_ssize_t i) argument
495 array_dealloc(arrayobject *op) argument
505 array_richcompare(PyObject *v, PyObject *w, int op) argument
[all...]
H A DcPickle.c1205 char op = FLOAT; local
1207 if (self->write_func(self, &op, 1) < 0)
H A Ddatetimemodule.c991 classify_utcoffset(PyObject *op, PyObject *tzinfoarg, int *offset) argument
998 tzinfo = get_tzinfo_member(op); /* NULL means no tzinfo, not error */
1003 return (PyTime_Check(op) || PyDate_Check(op)) ?
1441 diff_to_bool(int diff, int op) argument
1446 switch (op) {
1454 assert(! "op unknown");
1760 delta_richcompare(PyDateTime_Delta *self, PyObject *other, int op) argument
1773 else if (op == Py_EQ || op
2610 date_richcompare(PyDateTime_Date *self, PyObject *other, int op) argument
3341 time_richcompare(PyDateTime_Time *self, PyObject *other, int op) argument
4270 datetime_richcompare(PyDateTime_DateTime *self, PyObject *other, int op) argument
[all...]
H A Dgcmodule.c309 PyObject *op = FROM_GC(gc); local
310 if (op != py_list) {
311 if (PyList_Append(py_list, op)) {
357 visit_decref(PyObject *op, void *data) argument
359 assert(op != NULL);
360 if (PyObject_IS_GC(op)) {
361 PyGC_Head *gc = AS_GC(op);
393 visit_reachable(PyObject *op, PyGC_Head *reachable) argument
395 if (PyObject_IS_GC(op)) {
396 PyGC_Head *gc = AS_GC(op);
468 PyObject *op = FROM_GC(gc); local
504 has_finalizer(PyObject *op) argument
524 PyObject *op = FROM_GC(gc); local
546 PyObject *op = FROM_GC(gc); local
560 visit_move(PyObject *op, PyGC_Head *tolist) argument
604 PyObject *op; /* generally FROM_GC(gc) */ local
757 debug_cycle(char *msg, PyObject *op) argument
788 PyObject *op = FROM_GC(gc); local
811 PyObject *op = FROM_GC(gc); local
1463 PyObject_GC_Track(void *op) argument
1470 _PyObject_GC_Track(PyObject *op) argument
1476 PyObject_GC_UnTrack(void *op) argument
1487 _PyObject_GC_UnTrack(PyObject *op) argument
1495 PyObject *op; local
1521 PyObject *op = _PyObject_GC_Malloc(_PyObject_SIZE(tp)); local
1531 PyVarObject *op = (PyVarObject *) _PyObject_GC_Malloc(size); local
1538 _PyObject_GC_Resize(PyVarObject *op, Py_ssize_t nitems) argument
1553 PyObject_GC_Del(void *op) argument
1567 _PyObject_GC_Del(PyObject *op) argument
[all...]

Completed in 2170 milliseconds

12345