/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | SIPHeaderList.java | 49 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/ |
D | mat.c | 613 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 …]
|
D | hdr.h | 29 MagickCoderExports(HDR)
|
D | coders-list.h | 70 AddMagickCoder(HDR)
|
/external/clang/test/Modules/Inputs/declare-use/ |
D | j.h | 5 #define HDR(x) STR(x.h) macro 8 #include HDR(a)
|
/external/u-boot/board/freescale/ls1088a/ |
D | Kconfig | 23 hex "PPA Firmware HDR Addr" 54 hex "PPA Firmware HDR Addr"
|
/external/u-boot/board/freescale/ls1012afrdm/ |
D | Kconfig | 73 hex "PPA Firmware HDR Addr" 77 hex "PFE Firmware HDR Addr"
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ShrinkWrapping.cpp | 443 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/ |
D | ivm_core.c | 471 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/ |
D | Makefile.in | 90 HDR = $(PUBHDR) log.h 93 $(SRC) $(HDR)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | fission-cu.ll | 4 ; RUN: llvm-objdump -h %t | FileCheck --check-prefix=HDR %s 115 ; HDR-NOT: .debug_aranges 116 ; HDR-NOT: .rela.{{.*}}.dwo
|
D | fission-ranges.ll | 3 ; 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/ |
D | fission-cu.ll | 4 ; RUN: llvm-objdump -h %t | FileCheck --check-prefix=HDR %s 115 ; HDR-NOT: .debug_aranges 116 ; HDR-NOT: .rela.{{.*}}.dwo
|
D | fission-ranges.ll | 3 ; 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/ |
D | Kconfig | 24 hex "PPA Firmware HDR Addr"
|
/external/u-boot/board/freescale/ls1043aqds/ |
D | Kconfig | 24 hex "PPA Firmware HDR Addr"
|
/external/u-boot/board/freescale/ls1046aqds/ |
D | Kconfig | 24 hex "PPA Firmware HDR Addr"
|
/external/u-boot/board/freescale/ls2080aqds/ |
D | Kconfig | 25 hex "PPA Firmware HDR Addr"
|
/external/u-boot/board/freescale/ls2080ardb/ |
D | Kconfig | 26 hex "PPA Firmware HDR Addr"
|
/external/u-boot/board/freescale/ls1043ardb/ |
D | Kconfig | 33 hex "PPA Firmware HDR Addr"
|
/external/tcpdump/ |
D | Makefile.in | 253 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/ |
D | Kconfig | 21 hex "PPA Firmware HDR Addr"
|
/external/u-boot/include/ |
D | lattice.h | 114 #define HDR 0x08 /* The number of leading devices. */ macro
|
/external/libpcap/ |
D | pcap-septel.c | 64 HDR *h; in septel_read()
|
/external/libpcap/testprogs/ |
D | Makefile.in | 94 $(SRC) $(HDR)
|