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

1 2 3 4 5

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/generated/
compact_lang_det_generated_ctjkvz_0.cc 30 static const unsigned int compact_lang_det_generated_ctjkvz_b1_LOSUB = 0x80808080;
  /bionic/libc/arch-arm/cortex-a15/bionic/
string_copy.S 156 ands ip, ip, #0x80808080
174 ands ip, ip, #0x80808080
179 ands ip, ip, #0x80808080
284 ands ip, ip, #0x80808080
332 ands ip, ip, #0x80808080
361 ands ip, ip, #0x80808080
373 ands ip, ip, #0x80808080
397 ands ip, ip, #0x80808080
405 ands ip, ip, #0x80808080
431 ands ip, ip, #0x80808080
    [all...]
strlen.S 95 ands ip, ip, #0x80808080
106 ands ip, ip, #0x80808080
111 ands ip, ip, #0x80808080
strcat.S 127 ands ip, ip, #0x80808080
176 ands ip, ip, #0x80808080
194 ands ip, ip, #0x80808080
199 ands ip, ip, #0x80808080
286 ands ip, ip, #0x80808080
330 ands ip, ip, #0x80808080
355 ands ip, ip, #0x80808080
367 ands ip, ip, #0x80808080
391 ands ip, ip, #0x80808080
399 ands ip, ip, #0x80808080
    [all...]
__strcat_chk.S 90 ands ip, ip, #0x80808080
101 ands ip, ip, #0x80808080
106 ands ip, ip, #0x80808080
__strcpy_chk.S 77 ands ip, ip, #0x80808080
88 ands ip, ip, #0x80808080
93 ands ip, ip, #0x80808080
  /bionic/libc/arch-arm/cortex-a9/bionic/
strlen.S 78 ands ip, ip, #0x80808080
83 ands ip, ip, #0x80808080
159 ands ip, ip, #0x80808080
strcat.S 109 ands ip, ip, #0x80808080
114 ands ip, ip, #0x80808080
173 ands ip, ip, #0x80808080
178 ands ip, ip, #0x80808080
252 ands ip, ip, #0x80808080
284 ands ip, ip, #0x80808080
328 ands ip, ip, #0x80808080
360 ands ip, ip, #0x80808080
372 ands ip, ip, #0x80808080
396 ands ip, ip, #0x80808080
    [all...]
string_copy.S 143 ands ip, ip, #0x80808080
148 ands ip, ip, #0x80808080
251 ands ip, ip, #0x80808080
286 ands ip, ip, #0x80808080
334 ands ip, ip, #0x80808080
370 ands ip, ip, #0x80808080
382 ands ip, ip, #0x80808080
406 ands ip, ip, #0x80808080
414 ands ip, ip, #0x80808080
440 ands ip, ip, #0x80808080
    [all...]
__strcat_chk.S 74 ands ip, ip, #0x80808080
79 ands ip, ip, #0x80808080
155 ands ip, ip, #0x80808080
__strcpy_chk.S 60 ands ip, ip, #0x80808080
65 ands ip, ip, #0x80808080
141 ands ip, ip, #0x80808080
  /external/valgrind/main/memcheck/tests/
partiallydefinedeq.c 14 *hack = 0x80808080;
63 // because the constant 0x80808080 is placed in a constant pool
69 // level we have the 0x80808080 either in the literal pool (3 errors)
  /ndk/sources/android/support/src/musl-multibyte/
mbsrtowcs.c 29 while (!(( *(uint32_t*)s | *(uint32_t*)s-0x01010101) & 0x80808080)) {
60 while (wn>=5 && !(( *(uint32_t*)s | *(uint32_t*)s-0x01010101) & 0x80808080)) {
  /bionic/libc/arch-arm/denver/bionic/
__strcat_chk.S 90 ands ip, ip, #0x80808080
101 ands ip, ip, #0x80808080
106 ands ip, ip, #0x80808080
__strcpy_chk.S 77 ands ip, ip, #0x80808080
88 ands ip, ip, #0x80808080
93 ands ip, ip, #0x80808080
  /bionic/libc/arch-arm/krait/bionic/
__strcat_chk.S 90 ands ip, ip, #0x80808080
101 ands ip, ip, #0x80808080
106 ands ip, ip, #0x80808080
__strcpy_chk.S 77 ands ip, ip, #0x80808080
88 ands ip, ip, #0x80808080
93 ands ip, ip, #0x80808080
  /external/chromium_org/third_party/brotli/src/woff2/
woff2_enc.cc 141 if (table.tag & 0x80808080 || !font.FindTable(table.tag ^ 0x80808080)) {
198 if (i.second.tag & 0x80808080) continue;
199 const Font::Table* table = font.FindTable(i.second.tag ^ 0x80808080);
215 if (src_table.tag & 0x80808080) {
227 font.FindTable(src_table.tag ^ 0x80808080);
transform.cc 230 Font::Table* transformed_glyf = &font->tables[kGlyfTableTag ^ 0x80808080];
231 Font::Table* transformed_loca = &font->tables[kLocaTableTag ^ 0x80808080];
253 transformed_glyf->tag = kGlyfTableTag ^ 0x80808080;
257 transformed_loca->tag = kLocaTableTag ^ 0x80808080;
  /external/libhevc/common/x86/
ihevc_tables_x86_intr.c 115 const WORD32 shuffle2[4] = { 0x80808080, 0x03020100, 0x07060504, 0x80808080 };
116 const WORD32 shuffle3[4] = { 0x80808080, 0x0b0a0908, 0x0f0e0d0c, 0x80808080 };
  /external/pixman/test/
pdf-op-test.c 30 0x80808080,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_Average_4x_Align_unsafe_s.s 89 LDR r0x80808080, =0x80808080
131 LDR r0x80808080, =0x80808080
186 LDR r0x80808080, =0x80808080
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_Average_4x_Align_unsafe_s.s 89 LDR r0x80808080, =0x80808080
131 LDR r0x80808080, =0x80808080
186 LDR r0x80808080, =0x80808080
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_Average_4x_Align_unsafe_s.S 32 LDR r7, =0x80808080
64 LDR r7, =0x80808080
108 LDR r7, =0x80808080
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_mb_offset.h 36 x9 = 0x80808080; /* const. */
136 x9 = 0x80808080; /* const. */
228 x9 = 0x80808080; /* const. */

Completed in 501 milliseconds

1 2 3 4 5