/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
fastquantizeb_neon.asm | 153 ENDP 247 ENDP
|
shortfdct_neon.asm | 109 ENDP 218 ENDP
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_convolve8_avg_neon.asm | 184 ENDP 301 ENDP
|
vp9_convolve8_neon.asm | 173 ENDP 279 ENDP
|
vp9_loopfilter_neon.asm | 80 ENDP ; |vp9_loop_filter_horizontal_edge_neon| 161 ENDP ; |vp9_loop_filter_vertical_edge_neon| 277 ENDP ; |vp9_loop_filter_neon| 336 ENDP ; |vp9_mbloop_filter_horizontal_edge_neon| 423 ENDP ; |vp9_mbloop_filter_vertical_edge_neon| 706 ENDP ; |vp9_mbloop_filter_neon|
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/ |
R4R8First_v5.s | 75 @ENDP @ |Radix4First| 251 @ENDP @ |Radix8First|
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/ |
PrePostMDCT_v7.s | 83 @ENDP @ |PreMDCT| 145 @ENDP @ |PostMDCT|
|
R4R8First_v7.s | 115 @ENDP @ |Radix8First| 156 @ENDP @ |Radix4First|
|
/external/chromium_org/third_party/icu/source/test/perf/collperf/ |
collperf.cpp | 580 char *endp; local 581 int tmp = strtol(options[i].value, &endp, 0); 582 if (endp == options[i].value) { 632 char *endp; local 633 int tmp = strtol(options[l].value, &endp, 0); 634 if (endp == options[l].value) {
|
/external/icu4c/test/perf/collperf/ |
collperf.cpp | 591 char *endp; local 592 int tmp = strtol(options[i].value, &endp, 0); 593 if (endp == options[i].value) { 643 char *endp; local 644 int tmp = strtol(options[l].value, &endp, 0); 645 if (endp == options[l].value) {
|
/external/iproute2/lib/ |
utils.c | 257 char *endp; local 259 n = strtoul(cp, &endp, 0); 263 if (endp == cp) /* no digits */ 268 if (*endp == '\0') 271 if (i == 3 || *endp != '.') 273 cp = endp + 1;
|
/external/openssh/ |
misc.c | 308 char *endp; local 318 secs = strtol(p, &endp, 10); 319 if (p == endp || 324 switch (*endp++) { 326 endp--; 353 p = endp;
|
/external/qemu/ |
d3des.c | 126 register unsigned long *from, *endp; local 128 from = KnL, endp = &KnL[32]; 129 while( from < endp ) *into++ = *from++; 135 register unsigned long *to, *endp; local 137 to = KnL, endp = &KnL[32]; 138 while( to < endp ) *to++ = *from++;
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface_unix.c | 291 char *endp; local 363 gid = strtol(gid_str, &endp, 10); 364 if (*gid_str == '\0' || *endp != '\0') { 846 char *endp; local 856 gid = strtol(gid_str, &endp, 10); 857 if (*gid_str == '\0' || *endp != '\0') {
|
/system/core/sh/ |
expand.c | 1393 char *endp; local 1397 endp = p; 1398 if (*endp == '!') 1399 endp++; 1401 while (*endp == CTLQUOTEMARK) 1402 endp++; 1403 if (*endp == '\0') 1405 if (*endp == CTLESC) 1406 endp++; 1407 if (*++endp == ']' [all...] |
/external/ppp/pppd/ |
tty.c | 349 char *p, *endp; local 354 n = strtol(p, &endp, 16); 355 if (p == endp) { 360 p = endp; 871 char *sep, *endp = NULL; local 880 port = strtol(sep+1, &endp, 10); 881 if (port < 0 || endp == sep+1 || sep == dest) { [all...] |
/external/bison/lib/ |
stdlib.in.h | 803 /* Parse a double from STRING, updating ENDP if appropriate. */ 808 _GL_FUNCDECL_RPL (strtod, double, (const char *str, char **endp) 810 _GL_CXXALIAS_RPL (strtod, double, (const char *str, char **endp)); 813 _GL_FUNCDECL_SYS (strtod, double, (const char *str, char **endp) 816 _GL_CXXALIAS_SYS (strtod, double, (const char *str, char **endp));
|
/external/bison/tests/ |
torture.at | 421 char *endp; 423 res = strtol (argv[1], &endp, 10); 424 assert (argv[1] != endp);
|
/external/elfutils/libdwfl/ |
core-file.c | 113 char *endp; local 114 size = strtoll (h.ar_size, &endp, 10); 115 if (unlikely (endp == h.ar_size)
|
/external/elfutils/libebl/ |
eblgstrtab.c | 354 char *endp; local 375 endp = (char *) data->d_buf + nulllen; 377 copystrings (st->root, &endp, ©len);
|
eblstrtab.c | 353 char *endp = (char *) data->d_buf + nulllen; local 355 copystrings (st->root, &endp, ©len);
|
/external/elfutils/src/ |
addr2line.c | 370 char *endp; local 371 uintmax_t addr = strtoumax (string, &endp, 0); 372 if (endp == string)
|
/ndk/sources/host-tools/make-3.81/ |
function.c | 1203 const char *endp = begp + strlen (argv[0]) - 1; 1210 strip_whitespace (&begp, &endp); 1212 if (begp <= endp) 1214 char *expansion = expand_argument (begp, endp+1); 1260 const char *endp = begp + strlen (*argv) - 1; 1266 strip_whitespace (&begp, &endp); 1268 if (begp > endp) 1271 expansion = expand_argument (begp, endp+1); 1313 const char *endp = begp + strlen (*argv) - 1; 1316 strip_whitespace (&begp, &endp); 1196 const char *endp = begp + strlen (argv[0]) - 1; local 1253 const char *endp = begp + strlen (*argv) - 1; local 1306 const char *endp = begp + strlen (*argv) - 1; local [all...] |
/external/grub/netboot/ |
main.c | 966 unsigned char *endp; local 978 endp = p + len; 1007 endp = extend; 1013 while (p < endp) 1024 end_of_rfc1533 = endp = p; 1080 extdata = extend = endp;
|
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
simpleloopfilter_v6.asm | 136 ENDP ; |vp8_loop_filter_simple_horizontal_edge_armv6| 279 ENDP ; |vp8_loop_filter_simple_vertical_edge_armv6|
|