Searched refs:hex (Results 126 - 135 of 135) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dlibsmbclient.c205 char hex[] = "0123456789ABCDEF"; local
219 *dest++ = hex[(*src >> 4) & 0x0f];
220 *dest++ = hex[*src & 0x0f];
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmutils.c1982 static const char hex[] = local
1992 *p++ = hex[(*octet >> 4) & 0xf];
1993 *p++ = hex[*octet & 0xf];
2609 /* pretty hex print a pkt buffer chain */
2999 buf += sprintf(buf, "Pkttag(in hex): ");
3003 buf += sprintf(buf, "Pktdata(in hex): ");
3017 prhex("Pkt Trace (in hex):", pktlist->list[(*idx)].pkt_trace,
3029 prhex("Pkttag(in hex): ", src, OSL_PKTTAG_SZ);
3032 prhex("Pkt headroom content(in hex): ", src - hroom, hroom);
3034 prhex("Pktdata(in hex)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/docs/
H A Dtex2rtf.tex615 \twocolitem{\inioption{bitmapMethod}}{Can be ``hex'' (embed the hex data in the file with a $\backslash$dibitmap keyword),
617 for INCLUDEPICTURE). ``hex'' may be used for importing into MS Works, but this doesn't work
2382 bitmap or metafile is converted into hex and inserted into the RTF
2396 which can be ``hex'' (embed the hex data in the file with a \verb$\dibitmap$ keyword),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/
H A DMakefile614 data/auth/invalid-hex-encoding.auth-script \
H A DMakefile.in614 data/auth/invalid-hex-encoding.auth-script \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...
H A Dcommons-httpclient-3.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/httpclient/ ...
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace.c413 "hex",
1930 enum print_line_t ret = event->funcs->hex(iter, 0, event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html2695 $numeric_entity_map{$symbol} = '&#' . hex($unicode_map{$symbol}) . ';';
3196 # my $encoded_char = Encode::encode($OUT_ENCODING, chr(hex($unicode_map{$thing})), Encode::FB_QUIET);
3203 return ('&#' . hex($unicode_accents{$accent}->{$text}) . ';');
6838 return Unicode::Normalize::NFC($text . chr(hex($unicode_diacritical{$accent})))
10078 $cross_ref_texi_map{$key} = chr(hex($Texi2HTML::Config::unicode_map{$key}));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dinteger.cpp3394 case std::ios::hex :

Completed in 325 milliseconds

123456