Home
last modified time | relevance | path

Searched refs:HDR (Results 1 – 25 of 43) sorted by relevance

12

/external/nist-sip/java/gov/nist/javax/sip/header/
DSIPHeaderList.java49 public abstract class SIPHeaderList<HDR extends SIPHeader> extends SIPHeader implements java.util.L…
55 protected List<HDR> hlist;
57 private Class<HDR> myClass;
65 hlist = new LinkedList<HDR>(); in SIPHeaderList()
76 protected SIPHeaderList(Class<HDR> objclass, String hname) { in SIPHeaderList()
88 public boolean add(HDR objectToAdd) { in add()
89 hlist.add((HDR)objectToAdd); in add()
100 public void addFirst(HDR obj) { in addFirst()
101 hlist.add(0,(HDR) obj); in addFirst()
112 public void add(HDR sipheader, boolean top) { in add()
[all …]
/external/ImageMagick/coders/
Dmat.c613 HDR; in ReadMATImageV4() local
646 HDR.Type[3]=ldblk % 10; ldblk /= 10; /* T digit */ in ReadMATImageV4()
647 HDR.Type[2]=ldblk % 10; ldblk /= 10; /* P digit */ in ReadMATImageV4()
648 HDR.Type[1]=ldblk % 10; ldblk /= 10; /* O digit */ in ReadMATImageV4()
649 HDR.Type[0]=ldblk; /* M digit */ in ReadMATImageV4()
650 if (HDR.Type[3] != 0) in ReadMATImageV4()
652 if (HDR.Type[2] != 0) in ReadMATImageV4()
654 if (HDR.Type[0] == 0) in ReadMATImageV4()
656 HDR.nRows=ReadBlobLSBLong(image); in ReadMATImageV4()
657 HDR.nCols=ReadBlobLSBLong(image); in ReadMATImageV4()
[all …]
Dhdr.h29 MagickCoderExports(HDR)
Dcoders-list.h70 AddMagickCoder(HDR)
/external/clang/test/Modules/Inputs/declare-use/
Dj.h5 #define HDR(x) STR(x.h) macro
8 #include HDR(a)
/external/u-boot/board/freescale/ls1088a/
DKconfig23 hex "PPA Firmware HDR Addr"
54 hex "PPA Firmware HDR Addr"
/external/u-boot/board/freescale/ls1012afrdm/
DKconfig73 hex "PPA Firmware HDR Addr"
77 hex "PFE Firmware HDR Addr"
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DShrinkWrapping.cpp443 MachineBasicBlock* HDR = getTopLevelLoopPreheader(LP); in calculateSets() local
446 if (! HDR) { in calculateSets()
447 HDR = PLP->getHeader(); in calculateSets()
448 assert(HDR->pred_size() > 0 && "Loop header has no predecessors?"); in calculateSets()
449 MachineBasicBlock::pred_iterator PI = HDR->pred_begin(); in calculateSets()
450 HDR = *PI; in calculateSets()
452 TLLoops[HDR] = PLP; in calculateSets()
640 MachineBasicBlock* HDR = LP->getHeader(); in addUsesForTopLevelLoops() local
646 loopSpills = CSRUsed[HDR]; in addUsesForTopLevelLoops()
/external/u-boot/drivers/fpga/
Divm_core.c471 case HDR: in ispVMMemManager()
806 case HDR: in ispVMCode()
817 case HDR: in ispVMCode()
1560 ispVMBypass(HDR, g_usHeadDR); in ispVMShift()
1570 ispVMBypass(HDR, g_usHeadDR); in ispVMShift()
1623 ispVMBypass(HDR, g_usHeadDR); in ispVMShift()
1796 case HDR: in ispVMAmble()
1814 ispVMMemManager(HDR, g_usHeadDR); in ispVMAmble()
2174 case HDR: in ispVMLCOUNT()
2391 case HDR: in ispVMBypass()
/external/libpcap/rpcapd/
DMakefile.in90 HDR = $(PUBHDR) log.h
93 $(SRC) $(HDR)
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dfission-cu.ll4 ; RUN: llvm-objdump -h %t | FileCheck --check-prefix=HDR %s
115 ; HDR-NOT: .debug_aranges
116 ; HDR-NOT: .rela.{{.*}}.dwo
Dfission-ranges.ll3 ; RUN: llvm-objdump -h %t | FileCheck --check-prefix=HDR %s
40 ; HDR-NOT: .rela.{{.*}}.dwo
46 ; HDR: .debug_addr 00000038
47 ; HDR-NOT: .rela.{{.*}}.dwo
/external/llvm/test/DebugInfo/X86/
Dfission-cu.ll4 ; RUN: llvm-objdump -h %t | FileCheck --check-prefix=HDR %s
115 ; HDR-NOT: .debug_aranges
116 ; HDR-NOT: .rela.{{.*}}.dwo
Dfission-ranges.ll3 ; RUN: llvm-objdump -h %t | FileCheck --check-prefix=HDR %s
45 ; HDR-NOT: .rela.{{.*}}.dwo
51 ; HDR: .debug_addr 00000038
52 ; HDR-NOT: .rela.{{.*}}.dwo
/external/u-boot/board/freescale/ls1046ardb/
DKconfig24 hex "PPA Firmware HDR Addr"
/external/u-boot/board/freescale/ls1043aqds/
DKconfig24 hex "PPA Firmware HDR Addr"
/external/u-boot/board/freescale/ls1046aqds/
DKconfig24 hex "PPA Firmware HDR Addr"
/external/u-boot/board/freescale/ls2080aqds/
DKconfig25 hex "PPA Firmware HDR Addr"
/external/u-boot/board/freescale/ls2080ardb/
DKconfig26 hex "PPA Firmware HDR Addr"
/external/u-boot/board/freescale/ls1043ardb/
DKconfig33 hex "PPA Firmware HDR Addr"
/external/tcpdump/
DMakefile.in253 HDR = \
313 TAGFILES = $(SRC) $(HDR) $(TAGHDR)
455 … tar cf - $(CSRC) $(HDR) $(LIBNETDISSECT_SRC) $(EXTRA_DIST) $(TEST_DIST) | (cd $$name; tar xf -); \
/external/u-boot/board/freescale/ls1012ardb/
DKconfig21 hex "PPA Firmware HDR Addr"
/external/u-boot/include/
Dlattice.h114 #define HDR 0x08 /* The number of leading devices. */ macro
/external/libpcap/
Dpcap-septel.c64 HDR *h; in septel_read()
/external/libpcap/testprogs/
DMakefile.in94 $(SRC) $(HDR)

12