OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inchi
(Results
1 - 7
of
7
) sorted by null
/external/llvm/test/CodeGen/X86/
atomic128.ll
20
; CHECK-DAG: movq %rdx, [[
INCHI
:%[a-z0-9]+]]
26
; CHECK: andq [[
INCHI
]], %rcx
45
; CHECK-DAG: movq %rdx, [[
INCHI
:%[a-z0-9]+]]
54
; CHECK: orq [[
INCHI
]], %rcx
69
; CHECK-DAG: movq %rdx, [[
INCHI
:%[a-z0-9]+]]
78
; CHECK: adcq [[
INCHI
]], %rcx
93
; CHECK-DAG: movq %rdx, [[
INCHI
:%[a-z0-9]+]]
102
; CHECK: sbbq [[
INCHI
]], %rcx
117
; CHECK-DAG: movq %rdx, [[
INCHI
:%[a-z0-9]+]]
126
; CHECK: movq [[
INCHI
]], %rc
[
all
...]
/prebuilts/go/darwin-x86/src/compress/lzw/
writer.go
108
//
incHi
increments e.hi and checks for both overflow and running out of
109
// unused codes. In the latter case,
incHi
sends a clear code, resets the
111
func (e *encoder)
incHi
() error {
178
if err1 := e.
incHi
(); err1 != nil {
214
if err := e.
incHi
(); err != nil && err != errOutOfCodes {
/prebuilts/go/linux-x86/src/compress/lzw/
writer.go
108
//
incHi
increments e.hi and checks for both overflow and running out of
109
// unused codes. In the latter case,
incHi
sends a clear code, resets the
111
func (e *encoder)
incHi
() error {
178
if err1 := e.
incHi
(); err1 != nil {
214
if err := e.
incHi
(); err != nil && err != errOutOfCodes {
/prebuilts/go/darwin-x86/pkg/darwin_amd64/compress/
lzw.a
244
?| Tgclocals·2fccd208efe70893f9ac8d682812ae72 Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440 dprebuilts/go/darwin-x86/src/compress/lzw/writer.go?&"".(*encoder).
incHi