HomeSort by relevance Sort by last modified time
    Searched refs:__op (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
intnum.pxi 128 cdef object __op(self, yasm_expr_op op, object x): member in class:IntNum
136 def __iadd__(self, x): return self.__op(YASM_EXPR_ADD, x)
137 def __isub__(self, x): return self.__op(YASM_EXPR_SUB, x)
138 def __imul__(self, x): return self.__op(YASM_EXPR_MUL, x)
139 def __idiv__(self, x): return self.__op(YASM_EXPR_SIGNDIV, x)
140 def __ifloordiv__(self, x): return self.__op(YASM_EXPR_SIGNDIV, x)
141 def __imod__(self, x): return self.__op(YASM_EXPR_MOD, x)
142 def __ilshift__(self, x): return self.__op(YASM_EXPR_SHL, x)
143 def __irshift__(self, x): return self.__op(YASM_EXPR_SHR, x)
144 def __iand__(self, x): return self.__op(YASM_EXPR_AND, x
    [all...]
expr.pxi 31 __op = {} variable
52 __op[op] = operation
75 op = __op.get(op, op)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
set_operations.h 352 _OutputIterator __result, _Operation __op)
361 return __op.__first_empty(__begin2, __end2, __result);
364 return __op.__second_empty(__begin1, __end1, __result);
400 __rank, __offset, __op._M_comp);
406 && !__op._M_comp(*(__offset[0] - 1), *__offset[1])
407 && !__op._M_comp(*__offset[1], *(__offset[0] - 1)))
428 __op._M_invoke(__block_begin.first, __block_end.first,
435 __op.__count(__block_begin.first, __block_end.first,
454 __op._M_invoke(__block_begin.first, __end1,
464 __op._M_invoke(__block_begin.first, __block_end.first
    [all...]
workstealing.h 81 * @param __op User-supplied functor (comparator, predicate, adding
83 * @param __f Functor to @a process an element with __op (depends on
100 _RAIter __end, _Op __op,
193 __result = __f(__op, __begin + __my_first);
231 __result = __r(__result, __f(__op, __current));
308 return __op;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
set_operations.h 352 _OutputIterator __result, _Operation __op)
361 return __op.__first_empty(__begin2, __end2, __result);
364 return __op.__second_empty(__begin1, __end1, __result);
400 __rank, __offset, __op._M_comp);
406 && !__op._M_comp(*(__offset[0] - 1), *__offset[1])
407 && !__op._M_comp(*__offset[1], *(__offset[0] - 1)))
428 __op._M_invoke(__block_begin.first, __block_end.first,
435 __op.__count(__block_begin.first, __block_end.first,
454 __op._M_invoke(__block_begin.first, __end1,
464 __op._M_invoke(__block_begin.first, __block_end.first
    [all...]
workstealing.h 81 * @param __op User-supplied functor (comparator, predicate, adding
83 * @param __f Functor to @a process an element with __op (depends on
100 _RAIter __end, _Op __op,
193 __result = __f(__op, __begin + __my_first);
231 __result = __r(__result, __f(__op, __current));
308 return __op;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
set_operations.h 352 _OutputIterator __result, _Operation __op)
361 return __op.__first_empty(__begin2, __end2, __result);
364 return __op.__second_empty(__begin1, __end1, __result);
400 __rank, __offset, __op._M_comp);
406 && !__op._M_comp(*(__offset[0] - 1), *__offset[1])
407 && !__op._M_comp(*__offset[1], *(__offset[0] - 1)))
428 __op._M_invoke(__block_begin.first, __block_end.first,
435 __op.__count(__block_begin.first, __block_end.first,
454 __op._M_invoke(__block_begin.first, __end1,
464 __op._M_invoke(__block_begin.first, __block_end.first
    [all...]
workstealing.h 81 * @param __op User-supplied functor (comparator, predicate, adding
83 * @param __f Functor to @a process an element with __op (depends on
100 _RAIter __end, _Op __op,
193 __result = __f(__op, __begin + __my_first);
231 __result = __r(__result, __f(__op, __current));
308 return __op;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
set_operations.h 352 _OutputIterator __result, _Operation __op)
361 return __op.__first_empty(__begin2, __end2, __result);
364 return __op.__second_empty(__begin1, __end1, __result);
400 __rank, __offset, __op._M_comp);
406 && !__op._M_comp(*(__offset[0] - 1), *__offset[1])
407 && !__op._M_comp(*__offset[1], *(__offset[0] - 1)))
428 __op._M_invoke(__block_begin.first, __block_end.first,
435 __op.__count(__block_begin.first, __block_end.first,
454 __op._M_invoke(__block_begin.first, __end1,
464 __op._M_invoke(__block_begin.first, __block_end.first
    [all...]
workstealing.h 81 * @param __op User-supplied functor (comparator, predicate, adding
83 * @param __f Functor to @a process an element with __op (depends on
100 _RAIter __end, _Op __op,
193 __result = __f(__op, __begin + __my_first);
231 __result = __r(__result, __f(__op, __current));
308 return __op;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
epoll.h 115 extern int epoll_ctl (int __epfd, int __op, int __fd,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
epoll.h 115 extern int epoll_ctl (int __epfd, int __op, int __fd,
  /external/blktrace/btt/
output.c 857 struct __op { struct
863 struct __op *opp = arg;
870 struct __op op = { .ofp = ofp, .base = base };

Completed in 1373 milliseconds