HomeSort by relevance Sort by last modified time
    Searched full:strspn (Results 226 - 250 of 1014) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/lib/linux/
libclang_rt.asan-mips64-android.map.txt     [all...]
libclang_rt.asan-x86_64-android.map.txt     [all...]
libclang_rt.asan-x86_64.a.syms     [all...]
libclang_rt.esan-x86_64.a.syms     [all...]
libclang_rt.msan-x86_64.a.syms     [all...]
libclang_rt.tsan-x86_64.a.syms     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string2.h 1011 # define strspn macro
1028 # define strspn macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string2.h 1011 # define strspn macro
1028 # define strspn macro
    [all...]
  /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/
libevent.so 
  /prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/
libevent.so 
  /system/extras/simpleperf/scripts/script_testdata/
simpleperf_runtest_two_functions_arm 
  /toolchain/binutils/binutils-2.27/gold/
gold.h 261 return (name[strspn(name,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbSupportString.c 499 StrSpn (
580 Begin += StrSpn (Begin, CharSet);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 601 // 'strspn' Optimizations
616 // strspn(s, "") -> 0
617 // strspn("", s) -> 0
623 return ConstantInt::get(CI->getType(), strspn(S1.c_str(), S2.c_str()));
    [all...]
  /device/google/marlin/power/
power-helper.c 585 size_t begin = strspn(line, " \t");
  /external/autotest/client/tests/ipv6connect/src/
ipv6connect.c 445 if (strspn(types, "OMT") != strlen(types)) {
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 411 INTERCEPT_LIBRARY_FUNCTION(strspn); variable
  /external/ltp/testcases/lib/
tst_net_vars.c 381 j = strspn(buf + i, ":0");
  /external/toybox/kconfig/lxdialog/
util.c 384 temp = strspn(label, " ");
  /system/core/libbacktrace/testdata/arm/
libbacktrace_test_debug_frame.so 
  /external/iproute2/lib/
utils.c 1149 for (cp = line + strspn(line, ws); *cp; cp += strspn(cp, ws)) {
  /external/llvm/test/Transforms/InferFunctionAttrs/
annotate.ll 745 ; CHECK: declare i64 @strspn(i8* nocapture, i8* nocapture) [[G1]]
746 declare i64 @strspn(i8*, i8*)
no-proto.ll 729 ; CHECK: declare void @strspn(...)
730 declare void @strspn(...)
  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.c 300 string += strspn (string, " \f\n\r\t\v");
330 tail += strspn (tail, " \f\n\r\t\v");
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlwapi.h 155 #define StrSpn __MINGW_NAME_AW(StrSpn)
    [all...]

Completed in 1013 milliseconds

1 2 3 4 5 6 7 8 91011>>