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

1 2 3 4

  /external/libexif/test/
test-mem.c 35 unsigned char *eb, size[2]; local
50 exif_data_save_data (ed, &eb, &ebs);
58 for (i = 0; i < ebs && exif_loader_write (loader, eb + i, 1); i++);
60 free (eb);
  /external/llvm/test/MC/ARM/
thumb2-cbn-to-next-inst.s 23 @ 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
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 268 Element.Builder eb = new Element.Builder(mRS); local
269 eb.add(Element.A_8(mRS), "A_8", arraySize);
270 eb.add(Element.RGBA_4444(mRS), "RGBA_4444", arraySize);
271 eb.add(Element.RGBA_5551(mRS), "RGBA_5551", arraySize);
272 eb.add(Element.RGB_565(mRS), "RGB_565", arraySize);
273 eb.add(Element.RGB_888(mRS), "RGB_888", arraySize);
274 eb.add(Element.RGBA_8888(mRS), "RGBA_8888", arraySize);
275 eb.add(Element.F32(mRS), "F32", arraySize);
276 eb.add(Element.F32_2(mRS), "F32_2", arraySize);
277 eb.add(Element.F32_3(mRS), "F32_3", arraySize)
397 Element.Builder eb = new Element.Builder(mRS); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
extend.c 26 int eb, /* extend bottom border */
67 for (i = 0; i < eb; i++)
80 int eb = dst->border + dst->y_height - src->y_height; local
86 et, el, eb, er);
90 eb = (dst->border >> 1) + dst->uv_height - src->uv_height;
96 et, el, eb, er);
101 et, el, eb, er);
112 int eb = dst->border + dst->y_height - src->y_height; local
125 eb = 0;
134 et, el, eb, er)
    [all...]
  /external/libvpx/libvpx/vp8/common/
extend.c 26 int eb, /* extend bottom border */
67 for (i = 0; i < eb; i++)
80 int eb = dst->border + dst->y_height - src->y_height; local
86 et, el, eb, er);
90 eb = (dst->border >> 1) + dst->uv_height - src->uv_height;
96 et, el, eb, er);
101 et, el, eb, er);
112 int eb = dst->border + dst->y_height - src->y_height; local
125 eb = 0;
134 et, el, eb, er)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
extend.c 26 int eb, /* extend bottom border */
67 for (i = 0; i < eb; i++)
80 int eb = dst->border + dst->y_height - src->y_height; local
86 et, el, eb, er);
90 eb = (dst->border >> 1) + dst->uv_height - src->uv_height;
96 et, el, eb, er);
101 et, el, eb, er);
112 int eb = dst->border + dst->y_height - src->y_height; local
125 eb = 0;
134 et, el, eb, er)
    [all...]
  /external/wpa_supplicant_8/src/tls/
pkcs5.c 175 u8 *eb, pad; local
198 eb = os_malloc(enc_data_len);
199 if (eb == NULL) {
204 if (crypto_cipher_decrypt(ctx, enc_data, eb, enc_data_len) < 0) {
205 wpa_printf(MSG_DEBUG, "PKCS #5: Failed to decrypt EB");
207 os_free(eb);
212 pad = eb[enc_data_len - 1];
215 os_free(eb);
219 if (eb[i] != pad) {
221 eb + enc_data_len - pad, pad)
    [all...]
  /external/chromium_org/third_party/skia/src/images/
SkMovie_gif.cpp 226 ExtensionBlock* eb = frame->ExtensionBlocks + i; local
227 if (eb->Function == GRAPHICS_EXT_FUNC_CODE &&
228 eb->ByteCount == 4) {
229 bool has_transparency = ((eb->Bytes[0] & 1) == 1);
231 transparent = (unsigned char)eb->Bytes[3];
260 ExtensionBlock* eb = frame->ExtensionBlocks + i; local
261 if (eb->Function == GRAPHICS_EXT_FUNC_CODE &&
262 eb->ByteCount == 4) {
264 int disposal = ((eb->Bytes[0] >> 2) & 7);
278 ExtensionBlock* eb = frame->ExtensionBlocks + i local
    [all...]
SkImageDecoder_libgif.cpp 140 const ExtensionBlock* eb = image.ExtensionBlocks + i; local
141 if (eb->Function == 0xF9 && eb->ByteCount == 4) {
142 if (eb->Bytes[0] & 1) {
143 transpIndex = (unsigned char)eb->Bytes[3];
  /external/skia/src/images/
SkMovie_gif.cpp 226 ExtensionBlock* eb = frame->ExtensionBlocks + i; local
227 if (eb->Function == GRAPHICS_EXT_FUNC_CODE &&
228 eb->ByteCount == 4) {
229 bool has_transparency = ((eb->Bytes[0] & 1) == 1);
231 transparent = (unsigned char)eb->Bytes[3];
260 ExtensionBlock* eb = frame->ExtensionBlocks + i; local
261 if (eb->Function == GRAPHICS_EXT_FUNC_CODE &&
262 eb->ByteCount == 4) {
264 int disposal = ((eb->Bytes[0] >> 2) & 7);
278 ExtensionBlock* eb = frame->ExtensionBlocks + i local
    [all...]
SkImageDecoder_libgif.cpp 140 const ExtensionBlock* eb = image.ExtensionBlocks + i; local
141 if (eb->Function == 0xF9 && eb->ByteCount == 4) {
142 if (eb->Bytes[0] & 1) {
143 transpIndex = (unsigned char)eb->Bytes[3];
  /external/libunwind/tests/
crasher.c 48 char *buf, *bp, *eb; local
73 for (bp = buf, eb = buf + len; bp < eb; bp += kv->kve_structsize) {
  /external/clang/test/CXX/special/class.inhctor/
elsewhere.cpp 52 E<bool> eb; // expected-note {{here}} variable
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 65 Environment(BindingsTy eb)
66 : ExprBindings(eb) {}
  /external/valgrind/main/none/tests/s390x/
opcodes.h 109 #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...]
  /external/libunwind/src/
os-freebsd.c 97 char *buf, *bp, *eb; local
132 for (bp = buf, eb = buf + len; bp < eb; bp += kv->kve_structsize)
  /external/chromium_org/cc/trees/
layer_sorter.cc 119 for (int eb = 0; eb < 4; ++eb)
121 bPoints[eb], bPoints[(eb + 1) % 4],
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobsdiff.c 345 u_char *cb, *db, *eb; local
378 ((eb=malloc(newsize+1))==NULL)) err(1,NULL);
473 eb[eblen+i]=new[lastscan+lenf+i];
495 header[90] = make_small(&eb, &eblen);
501 if (fwrite(eb, 1, eblen, pf) != eblen)
519 free(eb);
  /bootable/recovery/applypatch/
bsdiff.c 236 u_char *db,*eb; local
253 ((eb=malloc(newsize+1))==NULL)) err(1,NULL);
338 eb[eblen+i]=new[lastscan+lenf+i];
390 BZ2_bzWrite(&bz2err, pfbz2, eb, eblen);
407 free(eb);
  /external/bsdiff/
bsdiff.c 209 u_char *db,*eb; local
244 ((eb=malloc(newsize+1))==NULL)) err(1,NULL);
329 eb[eblen+i]=new[lastscan+lenf+i];
381 BZ2_bzWrite(&bz2err, pfbz2, eb, eblen);
398 free(eb);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_tokenize.c 185 int eb = sign; local
193 eb |= (a - e[j].base_val) << 1;
197 t[i].extra = eb;
  /external/libedit/src/
keymacro.c 629 if (b < eb) \
639 char *b = buf, *eb = b + len; local
656 ssize_t n = ct_encode_char(b, (size_t)(eb - b), *p2++);
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 124 int eb = sign; local
132 eb |= (a - e[j].base_val) << 1;
136 t[i].extra = eb;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_tokenize.c 124 int eb = sign; local
132 eb |= (a - e[j].base_val) << 1;
136 t[i].extra = eb;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_triangle.c 245 GLfixed er, eg, eb, ea; member in struct:affine_info
330 + (sample[BCOMP] + 1) * info->eb) >> (FIXED_SHIFT + 8); \
559 info.eb = 0; \
566 info.eb = FloatToFixed(unit->EnvColor[BCOMP] * CHAN_MAXF); \
601 GLfixed er, eg, eb, ea; /* texture env color */ member in struct:persp_info
826 info.eb = 0; \
832 info.eb = FloatToFixed(unit->EnvColor[BCOMP] * CHAN_MAXF); \
    [all...]

Completed in 753 milliseconds

1 2 3 4