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

1234

/external/harfbuzz_ng/test/api/
H A Dtest-c.c32 #include <hb.h>
35 #include <hb-glib.h>
39 #include <hb-icu.h>
43 #include <hb-ft.h>
47 #include <hb-ot.h>
51 #include <hb-uniscribe.h>
55 #include <hb-coretext.h>
/external/valgrind/drd/
H A Ddrd_hb.h41 struct hb_info* DRD_(hb_get)(const Addr hb);
42 struct hb_info* DRD_(hb_get_or_allocate)(const Addr hb);
43 void DRD_(hb_init)(const Addr hb);
44 void DRD_(hb_destroy)(const Addr hb);
45 void DRD_(hb_happens_after)(const DrdThreadId tid, const Addr hb);
46 void DRD_(hb_happens_before)(const DrdThreadId tid, const Addr hb);
47 void DRD_(hb_happens_done)(const DrdThreadId tid, const Addr hb);
H A Ddrd_hb.c38 /** Per-thread hb information. */
86 void DRD_(hb_initialize)(struct hb_info* const p, const Addr hb) argument
88 tl_assert(hb != 0);
89 tl_assert(p->a1 == hb);
94 p->oset = VG_(OSetGen_Create)(0, 0, VG_(malloc), "drd.hb",
130 struct hb_info* DRD_(hb_get_or_allocate)(const Addr hb) argument
134 tl_assert(offsetof(DrdClientobj, hb) == 0);
135 p = &(DRD_(clientobj_get)(hb, ClientHbvar)->hb);
139 if (DRD_(clientobj_present)(hb, h
150 hb_get(const Addr hb) argument
157 hb_happens_before(const DrdThreadId tid, Addr const hb) argument
192 hb_happens_after(const DrdThreadId tid, const Addr hb) argument
228 hb_happens_done(const DrdThreadId tid, const Addr hb) argument
[all...]
/external/tcpdump/
H A Dprint-msnlb.c53 const struct msnlb_heartbeat_pkt *hb; local
55 hb = (const struct msnlb_heartbeat_pkt *)bp;
56 ND_TCHECK(*hb);
59 EXTRACT_LE_32BITS(&(hb->host_prio))));
60 ND_PRINT((ndo, " cluster IP: %s,", ipaddr_string(ndo, &(hb->virtual_ip))));
61 ND_PRINT((ndo, " host IP: %s", ipaddr_string(ndo, &(hb->host_ip))));
/external/harfbuzz_ng/test/fuzzing/
H A Dhb-fuzzer.hh1 #include <hb.h>
H A Dhb-fuzzer.cc1 #include "hb-fuzzer.hh"
3 #include <hb-ot.h>
/external/harfbuzz_ng/src/
H A Dsample.py7 from gi.repository import HarfBuzz as hb namespace
26 blob = hb.glib_blob_create (GLib.Bytes.new (fontdata))
27 face = hb.face_create (blob, 0)
29 font = hb.font_create (face)
30 upem = hb.face_get_upem (face)
32 hb.font_set_scale (font, upem, upem)
33 #hb.ft_font_set_funcs (font)
34 hb.ot_font_set_funcs (font)
36 buf = hb.buffer_create ()
42 hb
[all...]
/external/harfbuzz_ng/util/
H A Dansi-print.hh30 #include <hb.h> /* for int types */
H A Dhb-ot-shape-closure.cc30 #include <hb-ft.h>
/external/fdlibm/
H A De_hypot.c56 int j,k,ha,hb; local
59 hb = __HI(y)&0x7fffffff; /* high word of y */
60 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;}
62 __HI(b) = hb; /* b <- |b| */
63 if((ha-hb)>0x3c00000) {return a+b;} /* x/y > 2**60 */
69 if(((hb^0x7ff00000)|__LO(b))==0) w = b;
73 ha -= 0x25800000; hb -= 0x25800000; k += 600;
75 __HI(b) = hb;
[all...]
/external/freetype/src/autofit/
H A Dafshaper.h29 #include <hb.h>
30 #include <hb-ot.h>
31 #include <hb-ft.h>
/external/lzma/CPP/7zip/UI/GUI/
H A DHashGUI.h14 void AddHashBundleRes(UString &s, const CHashBundle &hb, const UString &firstFileName);
H A DExtractGUI.h31 CHashBundle *hb,
/external/lzma/CPP/7zip/UI/Console/
H A DHashCon.cpp152 HRESULT CHashCallbackConsole::BeforeFirstFile(const CHashBundle &hb) argument
159 FOR_VECTOR (i, hb.Hashers)
163 const CHasherState &h = hb.Hashers[i];
183 PrintSeparatorLine(hb.Hashers);
262 HRESULT CHashCallbackConsole::SetOperationResult(UInt64 fileSize, const CHashBundle &hb, bool showHash) argument
266 PrintResultLine(fileSize, hb.Hashers, k_HashCalc_Index_Current, showHash);
312 void PrintHashStat(CStdOutStream &so, const CHashBundle &hb) argument
314 FOR_VECTOR (i, hb.Hashers)
316 const CHasherState &h = hb.Hashers[i];
318 if (hb
335 AfterLastFile(const CHashBundle &hb) argument
[all...]
H A DHashCon.h46 void PrintHashStat(CStdOutStream &so, const CHashBundle &hb);
/external/harfbuzz_ng/test/shaping/
H A Drun-tests.sh7 hb_shape=$top_builddir/util/hb-shape$EXEEXT
29 glyphs=`$srcdir/hb-unicode-encode "$unicodes" | $hb_shape $options "$srcdir/$fontfile"`
31 echo "hb-shape failed." >&2
/external/lzma/CPP/7zip/UI/Common/
H A DHashCalc.cpp235 CHashBundle hb; local
236 RINOK(hb.SetMethods(EXTERNAL_CODECS_LOC_VARS options.Methods));
237 hb.Init();
239 hb.NumErrors = dirItems.Stat.NumErrors;
257 RINOK(callback->BeforeFirstFile(hb));
283 hb.NumErrors++;
293 hb.InitForNewFile();
304 hb.Update(buf, size);
309 hb.Final(isDir, isAltStream, path);
310 RINOK(callback->SetOperationResult(fileSize, hb, !isDi
[all...]
H A DHashCalc.h76 virtual HRESULT BeforeFirstFile(const CHashBundle &hb) x; \
79 virtual HRESULT SetOperationResult(UInt64 fileSize, const CHashBundle &hb, bool showHash) x; \
80 virtual HRESULT AfterLastFile(const CHashBundle &hb) x; \
/external/skia/third_party/harfbuzz/
H A DREADME5 # hb-buffer-deserialize-json.hh
6 # hb-buffer-deserialize-text.hh
7 # hb-ot-shape-complex-indic-machine.hh
8 # hb-ot-shape-complex-myanmar-machine.hh
9 # hb-ot-shape-complex-use-machine.hh
11 # ../externals/harfbuzz/src/hb-buffer-deserialize-json.rl
12 # ../externals/harfbuzz/src/hb-buffer-deserialize-text.rl
13 # ../externals/harfbuzz/src/hb-ot-shape-complex-indic-machine.rl
14 # ../externals/harfbuzz/src/hb-ot-shape-complex-myanmar-machine.rl
15 # ../externals/harfbuzz/src/hb
[all...]
/external/llvm/test/MC/Mips/mips5/
H A Dinvalid-mips64.s13 jr.hb $4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 jalr.hb $4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 jalr.hb $4, $5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/harfbuzz_ng/win32/
H A Dconfig-msvc.mak14 # Freetype is needed for building FreeType support and hb-view
21 # Cairo is needed for building hb-view
37 HB_UCDN_CFLAGS = /I..\src\hb-ucdn
86 $(CFG)\$(PLAT)\harfbuzz-gobject\hb-gobject-enums.cc \
87 $(CFG)\$(PLAT)\harfbuzz-gobject\hb-gobject-enums.h
99 $(CFG)\$(PLAT)\hb-view.exe
103 !if [echo Warning: GLib support not enabled, hb-view not built]
147 $(CFG)\$(PLAT)\hb-shape.exe \
148 $(CFG)\$(PLAT)\hb-ot-shape-closure.exe
179 # as we define it in hb
[all...]
H A Dinfo-msvc.mak10 BUILT_TOOLS = hb-shape.exe hb-ot-shape-closure.exe
12 BUILT_TOOLS = hb-view.exe $(BUILT_TOOLS)
46 build-info-hb:
54 all-build-info: build-info-hb
121 @echo Enables Cairo-Freetype support, needed for the build of the hb-view utility.
/external/jemalloc/src/
H A Drtree.c5 hmin(unsigned ha, unsigned hb) argument
8 return (ha < hb ? ha : hb);
/external/skia/tests/
H A DFloat16Test.cpp23 SkHalf hb = SkFloatToHalf(b); local
25 float b2 = SkHalfToFloat(hb);
/external/clang/test/Sema/
H A Dattr-flag-enum.c34 hb = 0x2, enumerator in enum:flag4

Completed in 1052 milliseconds

1234