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

  /external/libpcap/msdos/
ndis_0.asm 4 ifdef DOSX label
159 ifdef DOSX label
pkt_rx0.asm 4 ifdef ??version ; using TASM label
19 ifdef DOSX label
133 ifdef DOSX label
145 ifdef DEBUG label
  /external/lzma/Asm/x86/
7zCrcOpt.asm 11 ifdef x64 label
XzCrc64Opt.asm 8 ifdef x64 label
AesOpt.asm 12 ifdef x64 label
22 ifdef x64
44 ifdef x64
7zAsm.asm 5 ifdef x64
17 ifdef x64
26 ifdef x64
38 ifdef x64 label
65 ifdef x64 label
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
input.go 81 // enabled reports whether the input is enabled by an ifdef, or is at the top level.
123 in.Error("unclosed #ifdef or #ifndef")
152 case "else", "endif", "ifdef", "ifndef", "line":
165 case "ifdef":
166 in.ifdef(true)
168 in.ifdef(false)
372 // #ifdef and #ifndef processing.
373 func (in *Input) ifdef(truth bool) { func
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
input.go 81 // enabled reports whether the input is enabled by an ifdef, or is at the top level.
123 in.Error("unclosed #ifdef or #ifndef")
152 case "else", "endif", "ifdef", "ifndef", "line":
165 case "ifdef":
166 in.ifdef(true)
168 in.ifdef(false)
372 // #ifdef and #ifndef processing.
373 func (in *Input) ifdef(truth bool) { func

Completed in 1964 milliseconds