HomeSort by relevance Sort by last modified time
    Searched refs:hb (Results 1 - 25 of 254) sorted by null

1 2 3 4 5 6 7 8 91011

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
jalr.s 10 jalr.hb $32
11 jalr.hb $31
12 jalr.hb $7, $7
13 jalr.hb $31, $2
14 jalr.hb $0
15 jalr.hb $0, $31
16 jalr.hb $31, $0
  /external/harfbuzz_ng/test/api/
test-c.c 32 #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/
drd_hb.h 41 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);
drd_hb.c 38 /** Per-thread hb information. */
86 void DRD_(hb_initialize)(struct hb_info* const p, const Addr hb)
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)
134 tl_assert(offsetof(DrdClientobj, hb) == 0);
135 p = &(DRD_(clientobj_get)(hb, ClientHbvar)->hb);
139 if (DRD_(clientobj_present)(hb, hb + 1)
    [all...]
  /prebuilts/go/darwin-x86/test/ken/
slicearray.go 15 var lb, hb int var
20 hb = 10
25 hb = 10
31 hb = 10
32 by = bx[lb:hb]
38 by = bx[:hb]
40 by = bx[0:hb]
52 hb = 10
53 by = bx[lb:hb]
59 by = bx[2:hb]
    [all...]
sliceslice.go 15 var lb, hb int var
22 hb = 10
23 by = bx[lb:hb]
29 by = bx[:hb]
31 by = bx[0:hb]
43 hb = 10
44 by = bx[lb:hb]
50 by = bx[2:hb]
58 hb = 8
59 by = bx[lb:hb]
    [all...]
  /prebuilts/go/linux-x86/test/ken/
slicearray.go 15 var lb, hb int var
20 hb = 10
25 hb = 10
31 hb = 10
32 by = bx[lb:hb]
38 by = bx[:hb]
40 by = bx[0:hb]
52 hb = 10
53 by = bx[lb:hb]
59 by = bx[2:hb]
    [all...]
sliceslice.go 15 var lb, hb int var
22 hb = 10
23 by = bx[lb:hb]
29 by = bx[:hb]
31 by = bx[0:hb]
43 hb = 10
44 by = bx[lb:hb]
50 by = bx[2:hb]
58 hb = 8
59 by = bx[lb:hb]
    [all...]
  /external/tcpdump/
print-msnlb.c 52 const struct msnlb_heartbeat_pkt *hb; local
54 hb = (struct msnlb_heartbeat_pkt *)bp;
55 ND_TCHECK(*hb);
58 EXTRACT_LE_32BITS(&(hb->host_prio))));
59 ND_PRINT((ndo, " cluster IP: %s,", ipaddr_string(ndo, &(hb->virtual_ip))));
60 ND_PRINT((ndo, " host IP: %s", ipaddr_string(ndo, &(hb->host_ip))));
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
ns_addr.c 118 int hb[6], *hp; local
126 &hb[0], &hb[1], &hb[2], &hb[3], &hb[4])))) {
127 cvtbase(1000L, 256, hb, i, out, len);
134 &hb[0], &hb[1], &hb[2], &hb[3], &hb[4], &hb[5]))) {
    [all...]
  /external/harfbuzz_ng/test/fuzzing/
hb-fuzzer.hh 1 #include <hb.h>
  /external/harfbuzz_ng/src/
sample.py 7 from gi.repository import HarfBuzz as hb
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.buffer_set_message_func (buf, debugger.message, 1, 0
    [all...]
  /external/harfbuzz_ng/util/
ansi-print.hh 30 #include <hb.h> /* for int types */
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_hypot.c 58 int32_t j,k,ha,hb; local
62 GET_HIGH_WORD(hb,y);
63 hb &= 0x7fffffff;
64 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;}
67 if((ha-hb)>0x3c00000) {return a+b;} /* x/y > 2**60 */
77 if(((hb^0x7ff00000)|low)==0) w = b;
81 ha -= 0x25800000; hb -= 0x25800000; k += 600;
83 SET_HIGH_WORD(b,hb);
    [all...]
e_hypotf.c 26 int32_t j,k,ha,hb; local
30 GET_FLOAT_WORD(hb,y);
31 hb &= 0x7fffffff;
32 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;}
35 if((ha-hb)>0xf000000) {return a+b;} /* x/y > 2**30 */
42 if(hb == 0x7f800000) w = b;
46 ha -= 0x22000000; hb -= 0x22000000; k += 68;
48 SET_FLOAT_WORD(b,hb);
    [all...]
e_hypotl.c 52 int32_t j,k,ha,hb; local
56 GET_HIGH_WORD(hb,y);
57 hb &= 0x7fff;
58 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;}
61 if((ha-hb)>DESW(MANT_DIG+7)) {return a+b;} /* x/y > 2**(MANT_DIG+7) */
71 if (hb >= ESW(MAX_EXP) && manh == LDBL_NBIT && manl == 0) w = b;
75 ha -= DESW(MAX_EXP/2+88); hb -= DESW(MAX_EXP/2+88);
78 SET_HIGH_WORD(b,hb);
    [all...]
  /external/fdlibm/
e_hypot.c 56 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/
afshaper.h 29 #include <hb.h>
30 #include <hb-ot.h>
31 #include <hb-ft.h>
  /libcore/ojluni/src/main/java/java/nio/
HeapCharBuffer.java 39 protected final char[] hb;
76 return new HeapCharBuffer(hb,
86 return new HeapCharBuffer(hb,
97 return new HeapCharBuffer(hb,
111 return hb[ix(nextGetIndex())];
115 return hb[ix(checkIndex(i))];
119 return hb[ix(i)];
126 System.arraycopy(hb, ix(position()), dst, offset, length);
143 hb[ix(nextPutIndex())] = x;
151 hb[ix(checkIndex(i))] = x
    [all...]
HeapDoubleBuffer.java 39 protected final double[] hb;
77 return new HeapDoubleBuffer(hb,
87 return new HeapDoubleBuffer(hb,
97 return new HeapDoubleBuffer(hb,
110 return hb[ix(nextGetIndex())];
114 return hb[ix(checkIndex(i))];
121 System.arraycopy(hb, ix(position()), dst, offset, length);
138 hb[ix(nextPutIndex())] = x;
146 hb[ix(checkIndex(i))] = x;
157 System.arraycopy(src, offset, hb, ix(position()), length)
    [all...]
HeapFloatBuffer.java 39 protected final float[] hb;
76 return new HeapFloatBuffer(hb,
86 return new HeapFloatBuffer(hb,
96 return new HeapFloatBuffer(hb,
109 return hb[ix(nextGetIndex())];
113 return hb[ix(checkIndex(i))];
120 System.arraycopy(hb, ix(position()), dst, offset, length);
137 hb[ix(nextPutIndex())] = x;
145 hb[ix(checkIndex(i))] = x;
156 System.arraycopy(src, offset, hb, ix(position()), length)
    [all...]
HeapIntBuffer.java 39 protected final int[] hb;
76 return new HeapIntBuffer(hb,
86 return new HeapIntBuffer(hb,
97 return new HeapIntBuffer(hb,
110 return hb[ix(nextGetIndex())];
114 return hb[ix(checkIndex(i))];
121 System.arraycopy(hb, ix(position()), dst, offset, length);
138 hb[ix(nextPutIndex())] = x;
146 hb[ix(checkIndex(i))] = x;
157 System.arraycopy(src, offset, hb, ix(position()), length)
    [all...]
HeapLongBuffer.java 40 protected final long[] hb;
77 return new HeapLongBuffer(hb,
87 return new HeapLongBuffer(hb,
97 return new HeapLongBuffer(hb,
111 return hb[ix(nextGetIndex())];
115 return hb[ix(checkIndex(i))];
122 System.arraycopy(hb, ix(position()), dst, offset, length);
139 hb[ix(nextPutIndex())] = x;
147 hb[ix(checkIndex(i))] = x;
158 System.arraycopy(src, offset, hb, ix(position()), length)
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
HashCon.cpp 116 HRESULT CHashCallbackConsole::BeforeFirstFile(const CHashBundle &hb)
119 FOR_VECTOR (i, hb.Hashers)
121 const CHasherState &h = hb.Hashers[i];
132 PrintSeparatorLine(hb.Hashers);
193 HRESULT CHashCallbackConsole::SetOperationResult(UInt64 fileSize, const CHashBundle &hb, bool showHash)
195 PrintResultLine(fileSize, hb.Hashers, k_HashCalc_Index_Current, showHash);
226 void PrintHashStat(CStdOutStream &p, const CHashBundle &hb)
228 FOR_VECTOR (i, hb.Hashers)
230 const CHasherState &h = hb.Hashers[i];
233 if (hb.NumFiles != 1 || hb.NumDirs != 0)
    [all...]
  /external/lzma/CPP/7zip/UI/GUI/
HashGUI.h 14 void AddHashBundleRes(UString &s, const CHashBundle &hb, const UString &firstFileName);

Completed in 1494 milliseconds

1 2 3 4 5 6 7 8 91011