HomeSort by relevance Sort by last modified time
    Searched defs:lop (Results 1 - 6 of 6) sorted by null

  /external/python/cpython2/Modules/
_curses_panel.c 75 /* We keep a linked list of PyCursesPanelObjects, lop. A list should
84 static list_of_panels *lop; variable
86 /* Insert a new panel object into lop */
97 new->next = lop;
98 lop = new;
102 /* Remove the panel object from lop */
108 temp = lop;
110 lop = temp->next;
133 for (temp = lop; temp->po->pan != pan; temp = temp->next)
  /external/python/cpython3/Modules/
_curses_panel.c 103 /* We keep a linked list of PyCursesPanelObjects, lop. A list should
112 static list_of_panels *lop; variable
114 /* Insert a new panel object into lop */
125 new->next = lop;
126 lop = new;
130 /* Remove the panel object from lop */
136 temp = lop;
138 lop = temp->next;
161 for (temp = lop; temp->po->pan != pan; temp = temp->next)
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 484 BinaryOperator::Opcode lop = symIntExpr->getOpcode(); local
485 if (BinaryOperator::isAdditiveOp(lop)) {
498 if (lop == op)
506 op = lop;
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
convex.h 365 {44,0,rr,S,S,0}, /* lop */
367 {44,0,rr,V,V,0}, /* lop */
905 {44,2,rr,V,V,0}, /* lop.f */
1558 char *lop[] = { variable
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_emit_gm107.cpp 1611 int lop = 0; local
    [all...]
  /external/valgrind/VEX/priv/
host_arm64_isel.c 1516 ARM64LogicOp lop = 0; \/* invalid *\/ local
    [all...]

Completed in 1279 milliseconds