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

1 2 3

  /external/libvpx/vp8/common/
extend.c 24 int eb, /* extend bottom border */
67 for (i = 0; i < (int)eb; i++)
78 int eb = 0xf & (16 - (height & 0xf)); local
81 if (er != 0 || eb != 0)
83 extend_plane_borders(ybf->y_buffer, ybf->y_stride, height, width, 0, 0, eb, er);
89 eb = 0x7 & (8 - (height & 0x7));
91 if (er || eb)
93 extend_plane_borders(ybf->u_buffer, ybf->uv_stride, height, width, 0, 0, eb, er);
94 extend_plane_borders(ybf->v_buffer, ybf->uv_stride, height, width, 0, 0, eb, er);
  /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...]
ProgramVertexTest.java 43 Element.Builder eb = new Element.Builder(mRS); local
44 eb.add(Element.F32_4(mRS), "position");
45 mAttrPosElem = eb.create();
47 eb = new Element.Builder(mRS);
48 eb.add(Element.F32_3(mRS), "normal");
49 eb.add(Element.F32_2(mRS), "texture0");
50 mAttrNormTexElem = eb.create();
52 eb = new Element.Builder(mRS);
53 eb.add(Element.F32_4(mRS), "position");
54 eb.add(Element.F32_3(mRS), "normal")
    [all...]
MeshTest.java 39 Element.Builder eb = new Element.Builder(mRS); local
40 eb.add(Element.F32_4(mRS), "position");
41 mPosElem = eb.create();
  /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/skia/src/images/
SkMovie_gif.cpp 224 ExtensionBlock* eb = frame->ExtensionBlocks + i; local
225 if (eb->Function == GRAPHICS_EXT_FUNC_CODE &&
226 eb->ByteCount == 4) {
227 bool has_transparency = ((eb->Bytes[0] & 1) == 1);
229 transparent = (unsigned char)eb->Bytes[3];
254 ExtensionBlock* eb = frame->ExtensionBlocks + i; local
255 if (eb->Function == GRAPHICS_EXT_FUNC_CODE &&
256 eb->ByteCount == 4) {
258 int disposal = ((eb->Bytes[0] >> 2) & 7);
272 ExtensionBlock* eb = frame->ExtensionBlocks + i local
    [all...]
SkImageDecoder_libgif.cpp 129 const ExtensionBlock* eb = image.ExtensionBlocks + i; local
130 if (eb->Function == 0xF9 && eb->ByteCount == 4) {
131 if (eb->Bytes[0] & 1) {
132 transpIndex = (unsigned char)eb->Bytes[3];
  /external/valgrind/main/none/tests/s390x/
opcodes.h 100 #define AGSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,7a)
110 #define ALGSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,7e)
115 #define ALSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,6e)
120 #define ASI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,6a)
162 #define CLIY(i2,b1,dl1,dh1) SIY_URD(eb,i2,b1,dl1,dh1,55)
163 #define CLMY(r1,r3,b2,dl2,dh2) RSY_RURD(eb,r1,r3,b2,dl2,dh2,21)
172 #define CSY(r1,r3,b2,dl2,dh2) RSY_RRRD(eb,r1,r3,b2,dl2,dh2,14)
178 #define ICMY(r1,r3,b2,dl2,dh2) RSY_RURD(eb,r1,r3,b2,dl2,dh2,81)
182 #define LAA(r1,r3,b2,dl2,dh2) RSY_RRRD(eb,r1,r3,b2,dl2,dh2,f8)
183 #define LAAG(r1,r3,b2,dl2,dh2) RSY_RRRD(eb,r1,r3,b2,dl2,dh2,e8
    [all...]
  /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 67 Environment(BindingsTy eb)
68 : ExprBindings(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/libvpx/vp8/encoder/
tokenize.c 53 int eb = sign; local
62 eb |= (a - e[j].base_val) << 1;
67 t[i].Extra = eb;
  /external/openssh/openbsd-compat/
glob.c 354 Char *b, *eb; local
360 eb = &patbuf[patbuf_len - 1];
362 h < (char *)eb && *p && *p != SLASH; *h++ = *p++)
368 if (h == (char *)eb)
397 for (b = patbuf; b < eb && *h; *b++ = *h++)
401 while (b < eb && (*b++ = *p++) != EOS)
  /external/libusb/
config.sub 280 | sh | sh[1234] | sh[24]a | sh[24]a*eb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
361 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]a*eb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1187 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
    [all...]
  /external/libusb-compat/
config.sub 280 | sh | sh[1234] | sh[24]a | sh[24]a*eb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
361 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]a*eb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1187 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
    [all...]
  /external/valgrind/main/none/tests/amd64/
slahf-amd64.stdout.exp 238 eb -> c300
  /external/bison/build-aux/
config.sub 267 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
347 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \
1101 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
  /external/chromium/sdch/open-vcdiff/
config.sub 280 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
361 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1137 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
  /external/chromium/third_party/libevent/
config.sub 280 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
361 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1169 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
    [all...]
  /external/dropbear/
config.sub 280 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
361 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1133 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
  /external/e2fsprogs/config/
config.sub 285 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
369 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1193 sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
    [all...]
  /external/elfutils/config/
config.sub 280 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
361 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1169 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
    [all...]
  /external/grub/
config.sub 263 | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
337 | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \
1089 sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
  /external/icu4c/
config.sub 280 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
361 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1169 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
    [all...]

Completed in 951 milliseconds

1 2 3