Searched refs:HT (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/ntp-92/include/
H A Dascii.h50 #define HT 9 macro
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DScopedHashTable.h14 // ScopedHashTable<int, int> HT;
16 // ScopedHashTableScope<int, int> Scope1(HT);
17 // HT.insert(0, 0);
18 // HT.insert(1, 1);
20 // ScopedHashTableScope<int, int> Scope2(HT);
21 // HT.insert(0, 42);
84 /// HT - The hashtable that we are active for.
85 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT; member in class:llvm::ScopedHashTableScope
87 /// PrevScope - This is the scope that we are shadowing in HT.
96 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
[all...]
/macosx-10.10.1/efax-38/efax/
H A Defaxmsg.h13 NUL, SOH, STX, ETX, EOT, ENQ, ACK, BEL, BS, HT, LF, enumerator in enum:cchar
H A Defaxlib.c404 while ( ( txt[i] == HT ) && ( nc & 7 ) ) { /* tab */
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp216 ScheduleHazardRecognizer::HazardType HT = local
218 if (HT == ScheduleHazardRecognizer::NoHazard) {
224 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
H A DScheduleDAGRRList.cpp631 ScheduleHazardRecognizer::HazardType HT = local
634 if (HT == ScheduleHazardRecognizer::NoHazard)
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/features/
H A Dvmalloc63 #define HT double
64 static HT heap[1024 * 4];
65 static HT* hp = &heap[1];
66 static HT* op;
67 #define MALLOC(n) if(user)return&heap[0];op=hp;hp+=(n+sizeof(HT)-1)/sizeof(HT);return(void*)op;
/macosx-10.10.1/apache-793/httpd/support/
H A DNWGNUhtcacheclean102 NLM_DESCRIPTION = Apache $(VERSION_STR) HT Disk Cache Cleanup Utility for NetWare
H A DNWGNUhtdbm100 NLM_DESCRIPTION = Apache $(VERSION_STR) HT Database Management Utility for NetWare
H A DNWGNUhtdigest100 NLM_DESCRIPTION = Apache $(VERSION_STR) HT Digest Utility for NetWare
H A DNWGNUhtpasswd100 NLM_DESCRIPTION = Apache $(VERSION_STR) HT Password Utility for NetWare
H A DNWGNUhttxt2dbm100 NLM_DESCRIPTION = Apache $(VERSION_STR) HT Text to DBM Conversion Utility for NetWare
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DPostRASchedulerList.cpp693 ScheduleHazardRecognizer::HazardType HT = local
695 if (HT == ScheduleHazardRecognizer::NoHazard) {
701 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
/macosx-10.10.1/system_cmds-643.1.1/getty.tproj/
H A Dgettytab.h148 #define HT gettyflags[0].value macro
H A Dsubr.c360 if (!HT)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dhaskell.vim59 syn match hsSpecialChar contained "\\\(NUL\|SOH\|STX\|ETX\|EOT\|ENQ\|ACK\|BEL\|BS\|HT\|LF\|VT\|FF\|CR\|SO\|SI\|DLE\|DC1\|DC2\|DC3\|DC4\|NAK\|SYN\|ETB\|CAN\|EM\|SUB\|ESC\|FS\|GS\|RS\|US\|SP\|DEL\)"
/macosx-10.10.1/adv_cmds-158/localedef/
H A Dlocaledef.pl187 <HT> \\x09
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Ddigestmd5.c150 #define HT (9) macro
596 return (c == ' ' || c == HT || c == CR || c == LF);
630 while (end > s && (end[0] == ' ' || end[0] == HT || end[0] == CR || end[0] == LF)) {
635 if (end == s && (end[0] == ' ' || end[0] == HT || end[0] == CR || end[0] == LF)) {

Completed in 217 milliseconds