Searched refs:hb (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-msnlb.c54 const struct msnlb_heartbeat_pkt *hb; local
56 hb = (struct msnlb_heartbeat_pkt *)bp;
57 ND_TCHECK(*hb);
60 EXTRACT_LE_32BITS(&(hb->host_prio))));
61 ND_PRINT((ndo, " cluster IP: %s,", ipaddr_string(&(hb->virtual_ip))));
62 ND_PRINT((ndo, " host IP: %s", ipaddr_string(&(hb->host_ip))));
H A DsctpHeader.h211 struct sctpParamDesc hb; member in struct:sctpHBunified
218 struct sctpParamDesc hb; member in struct:sctpHBsender
H A Dprint-sctp.c347 const struct sctpHBsender *hb; local
349 hb=(const struct sctpHBsender*)chunkDescPtr;
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_markup_hard_break.rb8 @hb = RDoc::Markup::HardBreak.new
17 @hb.accept visitor
19 assert_same @hb, visitor.obj
25 assert_equal @hb, other
27 refute_equal @hb, Object.new
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_base/
H A Dfifo2.tcl56 b hb
58 $coordinator connect $a $ha $b $hb
68 set hb $thehb
93 $hb put $bytes
104 variable a b ha hb
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/include/
H A Dmakemd5.c195 char *fn, *hb; local
199 hb = "__BITS_H__";
204 hb = malloc(strlen(fn) + 5);
205 sprintf(hb, "__%s__", fn);
206 for(p = hb; *p; p++){
/macosx-10.10/bind9-45.101/bind9/util/
H A Dmksymtbl.pl102 my $hb = substr($b, 0, length($b) - length($lb));
104 $ha = "0" if ($hb eq "");
105 if (hex($ha) != hex($hb)) {
107 $lb = $hb;
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/towitoko/
H A Datr.h89 BYTE hb[ATR_MAX_HISTORICAL]; member in struct:__anon5504
H A Datr.c148 memcpy (atr->hb, atr_buffer + pointer + 1, atr->hbn);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/harfbuzz/
H A DHarfBuzzFace.h34 #include <hb.h>
H A DHarfBuzzFaceCairo.cpp45 #include <hb.h>
/macosx-10.10/Heimdal-398.1.2/include/
H A Dbits.c121 const char *fn, *hb; local
130 hb = "__BITS_H__";
137 hb = p;
147 fprintf(f, "#ifndef %s\n", hb);
148 fprintf(f, "#define %s\n", hb);
292 fprintf(f, "#endif /* %s */\n", hb);
/macosx-10.10/vim-55/runtime/syntax/
H A Dhb.vim4 " URL: http://bachue.com/hb/vim/syntax/hb.vim
30 syn match HBhtmlTagS contained "<\s*\(hb\s*\.\s*\(sec\|min\|hour\|day\|mon\|year\|input\|html\|time\|getcookie\|streql\|url-enc\)\|wall\s*\.\s*\(show\|info\|id\|new\|rm\|count\)\|auth\s*\.\s*\(chk\|add\|find\|user\)\|math\s*\.\s*exp\)\s*\([^.A-Za-z0-9]\|$\)" contains=HBhtmlTagSk transparent
95 let b:current_syntax = "hb"
H A Dautomake.vim6 " URL: http://git.debian.org/?p=pkg-vim/vim.git;a=blob_plain;f=runtime/syntax/automake.vim;hb=debian
/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkClassicTheme.c357 Ttk_Box hb; local
397 hb = Ttk_StickBox(b, handleSize, handleSize, TTK_STICK_W);
398 hb.x += handlePad;
400 hb = Ttk_StickBox(b, handleSize, handleSize, TTK_STICK_N);
401 hb.y += handlePad;
404 hb.x, hb.y, hb.width, hb.height, 1, TK_RELIEF_RAISED);
/macosx-10.10/WebCore-7600.1.25/platform/leveldb/
H A DLevelDBTransaction.h91 int compare_node_node(handle ha, handle hb) { return compare_key_key(ha->key, hb->key); } argument
/macosx-10.10/OpenSSL098-52/src/crypto/perlasm/
H A Dx86ms.pl17 %hb=( 'eax', 'ah',
46 (defined($hb{$_[0]})) || die "$_[0] does not have a 'high byte'\n";
47 return($hb{$_[0]});
H A Dx86nasm.pl18 %hb=( 'eax', 'ah',
49 (defined($hb{$_[0]})) || die "$_[0] does not have a 'high byte'\n";
50 return($hb{$_[0]});
H A Dx86unix.pl37 %hb=( 'eax', '%ah',
94 (defined($hb{$_[0]})) || die "$_[0] does not have a 'high byte'\n";
95 return($hb{$_[0]});
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dellproj.c347 int ksign, hlen, klen, b, hb, kb; local
363 hb = bitval(t0, b);
365 if((hb != 0) && (kb == 0))
367 else if((hb == 0) && (kb !=0))
377 elliptic[pt_, k_] := Block[{pt2, hh, kk, hb, kb, lenh, lenk},
386 hb = hh[[b]];
388 If[{hb,kb} == {1,0},
390 If[{hb, kb} == {0,1},
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dellproj.c347 int ksign, hlen, klen, b, hb, kb; local
363 hb = bitval(t0, b);
365 if((hb != 0) && (kb == 0))
367 else if((hb == 0) && (kb !=0))
377 elliptic[pt_, k_] := Block[{pt2, hh, kk, hb, kb, lenh, lenk},
386 hb = hh[[b]];
388 If[{hb,kb} == {1,0},
390 If[{hb, kb} == {0,1},
/macosx-10.10/lsof-53/lsof/dialects/darwin/kmem/
H A Ddnode.c368 struct hfsnode hb; local
374 struct cnode hb; local
494 || kread((KA_T)v->v_data, (char *)&hb, sizeof(hb))) {
500 h = &hb;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dutil-int.c446 struct hostent hb;
475 &hb, buf, buflen, &h_errno );
479 &hb, buf, buflen,
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A DellipticProj.c298 int ksign, hlen, klen, b, hb, kb; local
317 hb = bitval(t0, b);
319 if((hb != 0) && (kb == 0))
321 else if((hb == 0) && (kb !=0))
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DellipticProj.c298 int ksign, hlen, klen, b, hb, kb; local
317 hb = bitval(t0, b);
319 if((hb != 0) && (kb == 0))
321 else if((hb == 0) && (kb !=0))

Completed in 209 milliseconds

12