Searched defs:hb (Results 1 - 8 of 8) sorted by relevance

/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/tcpdump/
H A Dprint-sctp.c299 const struct sctpHBsender *hb; local
301 hb=(const struct sctpHBsender*)chunkDescPtr;
H A DsctpHeader.h211 struct sctpParamDesc hb; member in struct:sctpHBunified
218 struct sctpParamDesc hb; member in struct:sctpHBsender
/external/valgrind/main/drd/
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...]
H A Ddrd_clientobj.h149 struct hb_info hb; member in union:drd_clientobj
/external/linux-tools-perf/util/ui/browsers/
H A Dhists.c592 struct hist_browser *hb = container_of(self, struct hist_browser, b); local
595 self->top = rb_first(&hb->hists->entries);
603 row += hist_browser__show_entry(hb, h, row);
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
H A DSDL_gapivideo.c1238 HBITMAP hb; local
1268 hb = CreateDIBSection( 0, pBMI, DIB_RGB_COLORS, (void**)&bitmapData, 0, 0 );
1274 prevObject = SelectObject(srcDC, hb);
1279 DeleteObject(hb);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 277 milliseconds