Home
last modified time | relevance | path

Searched refs:eb (Results 1 – 25 of 116) sorted by relevance

12345

/external/elfutils/src/tests/
Drun-dwfllines.sh25 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
27 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
29 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
31 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
33 time: 0, len: 0, idx: 0, b: 1, e: 1, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
36 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
38 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
40 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
42 time: 0, len: 0, idx: 0, b: 1, e: 1, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
45 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
[all …]
/external/libvpx/libvpx/vp8/common/
Dextend.c26 int eb, /* extend bottom border */ in copy_and_extend_plane() argument
67 for (i = 0; i < eb; i++) in copy_and_extend_plane()
80 int eb = dst->border + dst->y_height - src->y_height; in vp8_copy_and_extend_frame() local
86 et, el, eb, er); in vp8_copy_and_extend_frame()
90 eb = (dst->border >> 1) + dst->uv_height - src->uv_height; in vp8_copy_and_extend_frame()
96 et, el, eb, er); in vp8_copy_and_extend_frame()
101 et, el, eb, er); in vp8_copy_and_extend_frame()
112 int eb = dst->border + dst->y_height - src->y_height; in vp8_copy_and_extend_frame_with_rect() local
125 eb = 0; in vp8_copy_and_extend_frame_with_rect()
134 et, el, eb, er); in vp8_copy_and_extend_frame_with_rect()
[all …]
/external/wpa_supplicant_8/src/tls/
Dpkcs5.c175 u8 *eb, pad; in pkcs5_decrypt() local
198 eb = os_malloc(enc_data_len); in pkcs5_decrypt()
199 if (eb == NULL) { in pkcs5_decrypt()
204 if (crypto_cipher_decrypt(ctx, enc_data, eb, enc_data_len) < 0) { in pkcs5_decrypt()
207 os_free(eb); in pkcs5_decrypt()
212 pad = eb[enc_data_len - 1]; in pkcs5_decrypt()
215 os_free(eb); in pkcs5_decrypt()
219 if (eb[i] != pad) { in pkcs5_decrypt()
221 eb + enc_data_len - pad, pad); in pkcs5_decrypt()
222 os_free(eb); in pkcs5_decrypt()
[all …]
/external/llvm/test/MC/ARM/
Dthumb2-cbn-to-next-inst.s23 @ CHECK: 0: 02 eb 03 01 add.w r1, r2, r3
25 @ CHECK: 6: 05 eb 06 04 add.w r4, r5, r6
27 @ CHECK: c: a8 eb 09 07 sub.w r7, r8, r9
28 @ CHECK: 10: 08 eb 09 07 add.w r7, r8, r9
30 @ CHECK: 16: 0b eb 0c 0a add.w r10, r11, r12
32 @ CHECK: 1c: a8 eb 09 07 sub.w r7, r8, r9
33 @ CHECK: 20: 04 eb 05 03 add.w r3, r4, r5
/external/google-breakpad/src/processor/
Dbinarystream_unittest.cc140 const uint8_t ea = 0, eb = 100, ec = 200, ed = 0xFF; in TEST_F() local
142 stream << ea << eb << ec << ed; in TEST_F()
146 EXPECT_EQ(eb, b); in TEST_F()
159 stream << ea << eb << ec << ed; in TEST_F()
162 EXPECT_EQ(eb, b); in TEST_F()
170 const uint16_t ea = 0, eb = 0x100, ec = 0x8000, ed = 0xFFFF; in TEST_F() local
172 stream << ea << eb << ec << ed; in TEST_F()
176 EXPECT_EQ(eb, b); in TEST_F()
189 stream << ea << eb << ec << ed; in TEST_F()
192 EXPECT_EQ(eb, b); in TEST_F()
[all …]
/external/libexif/test/
Dtest-mem.c35 unsigned char *eb, size[2]; in main() local
50 exif_data_save_data (ed, &eb, &ebs); in main()
58 for (i = 0; i < ebs && exif_loader_write (loader, eb + i, 1); i++); in main()
60 free (eb); in main()
/external/skia/src/images/
DSkMovie_gif.cpp230 ExtensionBlock* eb = frame->ExtensionBlocks + i; in drawFrame() local
231 if (eb->Function == GRAPHICS_EXT_FUNC_CODE && in drawFrame()
232 eb->ByteCount == 4) { in drawFrame()
233 bool has_transparency = ((eb->Bytes[0] & 1) == 1); in drawFrame()
235 transparent = (unsigned char)eb->Bytes[3]; in drawFrame()
264 ExtensionBlock* eb = frame->ExtensionBlocks + i; in checkIfWillBeCleared() local
265 if (eb->Function == GRAPHICS_EXT_FUNC_CODE && in checkIfWillBeCleared()
266 eb->ByteCount == 4) { in checkIfWillBeCleared()
268 int disposal = ((eb->Bytes[0] >> 2) & 7); in checkIfWillBeCleared()
282 ExtensionBlock* eb = frame->ExtensionBlocks + i; in getTransparencyAndDisposalMethod() local
[all …]
DSkImageDecoder_libgif.cpp140 const ExtensionBlock* eb = image.ExtensionBlocks + i; in find_transpIndex() local
141 if (eb->Function == 0xF9 && eb->ByteCount == 4) { in find_transpIndex()
142 if (eb->Bytes[0] & 1) { in find_transpIndex()
143 transpIndex = (unsigned char)eb->Bytes[3]; in find_transpIndex()
/external/valgrind/none/tests/s390x/
Dopcodes.h109 #define AGSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,7a)
119 #define ALGSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,7e)
124 #define ALSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,6e)
129 #define ASI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,6a)
207 #define CLIY(i2,b1,dl1,dh1) SIY_URD(eb,i2,b1,dl1,dh1,55)
208 #define CLMY(r1,r3,b2,dl2,dh2) RSY_RURD(eb,r1,r3,b2,dl2,dh2,21)
217 #define CSY(r1,r3,b2,dl2,dh2) RSY_RRRD(eb,r1,r3,b2,dl2,dh2,14)
240 #define ICMY(r1,r3,b2,dl2,dh2) RSY_RURD(eb,r1,r3,b2,dl2,dh2,81)
244 #define LAA(r1,r3,b2,dl2,dh2) RSY_RRRD(eb,r1,r3,b2,dl2,dh2,f8)
245 #define LAAG(r1,r3,b2,dl2,dh2) RSY_RRRD(eb,r1,r3,b2,dl2,dh2,e8)
[all …]
Dcu14_1.stdout.exp344 UTF8: eb 80 80
349 UTF8: eb bf 80
354 UTF8: eb 80 bf
359 UTF8: eb bf bf
546 UTF8: eb 7f 80
551 UTF8: eb c0 80
698 UTF8: eb ab 7f
703 UTF8: eb ab c0
Dcu14.stdout.exp344 UTF8: eb 80 80
349 UTF8: eb bf 80
354 UTF8: eb 80 bf
359 UTF8: eb bf bf
546 UTF8: eb 7f 80
551 UTF8: eb c0 80
698 UTF8: eb ab 7f
703 UTF8: eb ab c0
Dcu12.stdout.exp344 UTF8: eb 80 80
349 UTF8: eb bf 80
354 UTF8: eb 80 bf
359 UTF8: eb bf bf
546 UTF8: eb 7f 80
551 UTF8: eb c0 80
698 UTF8: eb ab 7f
703 UTF8: eb ab c0
/external/libunwind/tests/
Dcrasher.c48 char *buf, *bp, *eb; in write_maps() local
73 for (bp = buf, eb = buf + len; bp < eb; bp += kv->kve_structsize) { in write_maps()
/external/libunwind/src/
Dos-freebsd.c97 char *buf, *bp, *eb; in map_create_list() local
132 for (bp = buf, eb = buf + len; bp < eb; bp += kv->kve_structsize) in map_create_list()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DEnvironment.h65 Environment(BindingsTy eb) in Environment() argument
66 : ExprBindings(eb) {} in Environment()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DExceptionTests.java36 Exception eb = (Exception) b; in hasSameBehavior() local
38 return ea.toString().equals(eb.toString()); in hasSameBehavior()
/external/bsdiff/
Dbsdiff.c209 u_char *db,*eb; in main() local
244 ((eb=malloc(newsize+1))==NULL)) err(1,NULL); in main()
329 eb[eblen+i]=new[lastscan+lenf+i]; in main()
381 BZ2_bzWrite(&bz2err, pfbz2, eb, eblen); in main()
398 free(eb); in main()
/external/valgrind/VEX/orig_arm/
Dnanoarm7 . 0d c0 a0 e1 10 d8 2d e9 05 b0 4c e2 14 00 a0 e3 fe ff ff eb
Dnanoarm.orig19 . fe ff ff eb
/external/valgrind/VEX/
Dnanoarm.orig19 . fe ff ff eb
/external/clang/test/Sema/
Dattr-flag-enum.c5 eb = 0x2, enumerator
/external/openssh/openbsd-compat/
Dglob.c367 Char *b, *eb; local
373 eb = &patbuf[patbuf_len - 1];
375 h < (char *)eb && *p && *p != SLASH; *h++ = *p++)
381 if (h == (char *)eb)
410 for (b = patbuf; b < eb && *h; *b++ = *h++)
414 while (b < eb && (*b++ = *p++) != EOS)
/external/clang/test/CXX/special/class.inhctor/
Delsewhere.cpp52 E<bool> eb; // expected-note {{here}} variable
/external/mesa3d/src/mesa/swrast/
Ds_triangle.c245 GLfixed er, eg, eb, ea; member
330 + (sample[BCOMP] + 1) * info->eb) >> (FIXED_SHIFT + 8); \ in affine_span()
559 info.eb = 0; \
566 info.eb = FloatToFixed(unit->EnvColor[BCOMP] * CHAN_MAXF); \
601 GLfixed er, eg, eb, ea; /* texture env color */ member
826 info.eb = 0; \
832 info.eb = FloatToFixed(unit->EnvColor[BCOMP] * CHAN_MAXF); \
/external/libedit/src/
Dkeymacro.c629 if (b < eb) \
639 char *b = buf, *eb = b + len; in keymacro__decode_str() local
656 ssize_t n = ct_encode_char(b, (size_t)(eb - b), *p2++); in keymacro__decode_str()

12345