Searched refs:previous (Results 1 – 6 of 6) sorted by relevance
67 int32_t previous; in wsbmAtomicCmpXchg() local69 __asm__ __volatile__("lock; cmpxchgl %k1,%2":"=a"(previous) in wsbmAtomicCmpXchg()73 return previous; in wsbmAtomicCmpXchg()
276 struct list_node * previous; member791 for (; ancestor; ancestor = ancestor->previous) in ne_is_ancestor_element()817 item->previous = ctx->ancestor; in ne_ctx_push()829 ctx->ancestor = item->previous; in ne_ctx_pop()1051 } else if (ne_is_ancestor_element(id, ctx->ancestor->previous)) { in ne_parse()
189 movq QWORD PTR [rdi+rdx-16], mm0 ; store previous 8 bytes190 movq QWORD PTR [rdi+rdx-8], mm1 ; store previous 8 bytes
4060 previous = None4063 previous = Search(r'\b((?:const\s*)?(?:[\w<>]|::)+[\w<>])\s*$',4067 previous = Search(r'\b((?:const\s*)?(?:[\w<>]|::)+::)\s*$',4069 if previous:4070 line = previous.group(1) + line.lstrip()
165 ; is left such that the previous value of the stack pointer is the first
192 instructions in the previous two sections to integrate Google Test