/external/libvpx/libvpx/vpx_dsp/arm/ |
vpx_convolve_avg_neon_asm.asm | 114 ENDP
|
vpx_convolve8_avg_neon_asm.asm | 179 ENDP 294 ENDP
|
vpx_convolve8_neon_asm.asm | 168 ENDP 272 ENDP
|
loopfilter_4_neon.asm | 66 ENDP ; |vpx_lpf_horizontal_4_neon| 133 ENDP ; |vpx_lpf_vertical_4_neon| 249 ENDP ; |filter4_8| 314 ENDP ; |vpx_lpf_horizontal_4_dual_neon| 429 ENDP ; |vpx_lpf_vertical_4_dual_neon| 547 ENDP ; |filter4_16|
|
/external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/ |
crt0-efi-ia64.S | 67 .endp _start
|
/external/tcpdump/ |
print-resp.c | 457 resp_get_length(netdissect_options *ndo, register const u_char *bp, int len, const u_char **endp) 526 *endp = bp; 536 *endp = bp; 540 *endp = bp;
|
/external/zlib/src/contrib/masmx86/ |
match686.asm | 462 longest_match endp
464 _longest_match endp
470 match_init endp
474 _match_init endp
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
Deemph_32_opt.s | 101 @ENDP
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-ia64/ |
tlsbinpic.s | 97 .endp fn2#
|
tlspic1.s | 114 .endp fn1#
|
undefined.s | 45 .endp function#
|
/toolchain/binutils/binutils-2.27/zlib/contrib/masmx86/ |
match686.asm | 462 longest_match endp
464 _longest_match endp
470 match_init endp
474 _match_init endp
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
bits.c | 562 unsigned *p, *endp;
local 569 endp = &(f->setword[f->n]);
586 while ( p < endp )
593 if ( p < endp ) fprintf(ErrFile, ",");
633 unsigned *p, *endp;
local 640 endp = &(f->setword[f->n]);
661 while ( p < endp )
667 if ( p < endp ) fprintf(Parser_c, ",");
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/ |
MpFuncs.asm | 145 RendezvousFunnelProc ENDP
165 AsmGetAddressMap ENDP
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/ |
MpFuncs.asm | 147 RendezvousFunnelProc ENDP
166 AsmGetAddressMap ENDP
|
/external/icu/icu4c/source/test/perf/collperf/ |
collperf.cpp | 597 char *endp; local 598 int tmp = strtol(options[i].value, &endp, 0); 599 if (endp == options[i].value) { 649 char *endp; local 650 int tmp = strtol(options[l].value, &endp, 0); 651 if (endp == options[l].value) {
|
/external/libvncserver/common/ |
d3des.c | 134 register unsigned long *from, *endp; local 136 from = KnL, endp = &KnL[32]; 137 while( from < endp ) *into++ = *from++; 143 register unsigned long *to, *endp; local 145 to = KnL, endp = &KnL[32]; 146 while( to < endp ) *to++ = *from++;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/ |
AsmFuncs.s | 84 .endp InstructionCacheFlush
218 .endp ChainHandler
267 .endp UnchainHandler
313 .endp CopyBundles
384 .endp RelocateBundle
448 .endp RelocateSlot
504 .endp IsSlotBranch
537 .endp GetTemplate
592 .endp GetSlot
655 .endp SetSlot [all...] |
/external/ppp/pppd/ |
tty.c | 354 char *p, *endp; local 359 n = strtol(p, &endp, 16); 360 if (p == endp) { 365 p = endp; 875 char *sep, *endp = NULL; local 884 port = strtol(sep+1, &endp, 10); 885 if (port < 0 || endp == sep+1 || sep == dest) { [all...] |
/toolchain/binutils/binutils-2.27/binutils/ |
elfcomm.c | 750 char *endp; local 761 k = j = strtoul (arch->arhdr.ar_name + 1, &endp, 10); 762 if (arch->is_thin_archive && endp != NULL && * endp == ':') 763 arch->nested_member_origin = strtoul (endp + 1, NULL, 10);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/ |
Thunk16.asm | 147 _BackFromUserCode ENDP
195 _ToUserCode ENDP
294 InternalAsmThunk16 ENDP
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/ |
Thunk16.asm | 149 _BackFromUserCode ENDP
197 _ToUserCode ENDP
313 InternalAsmThunk16 ENDP
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ |
ExceptionHandlerAsm.asm | 365 CommonInterruptEntry ENDP
378 AsmGetTemplateAddressMap ENDP
387 AsmVectorNumFixup ENDP
|
/external/elfutils/libdwfl/ |
core-file.c | 95 char *endp; local 96 size = strtoll (h.ar_size, &endp, 10); 97 if (unlikely (endp == h.ar_size)
|
/external/syslinux/gpxe/src/net/tcp/ |
http.c | 218 char *endp; local 220 http->content_length = strtoul ( value, &endp, 10 ); 221 if ( *endp != '\0' ) {
|