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

1 2

  /external/icu4c/common/unicode/
stringpiece.h 139 * @param xdata pointer the new string data. Need not be nul terminated.
143 void set(const char* xdata, int32_t len) { ptr_ = xdata; length_ = len; }
  /external/llvm/test/MC/AsmParser/
directive_seh.s 12 # CHECK-NOT: .section{{.*}}.xdata
  /external/libpng/contrib/gregbook/
rpng-x.c 431 uch *xdata; local
645 xdata = (uch *)malloc(4*image_width*image_height);
648 xdata = (uch *)malloc(2*image_width*image_height);
651 xdata = (uch *)malloc(image_width*image_height);
655 if (!xdata) {
661 (char *)xdata, image_width, image_height, pad, 0);
665 free(xdata);
rpng2-x.c 830 uch *xdata; local
    [all...]
  /external/llvm/test/Object/
coff-archive.test 137 CHECKIDX: 00000000 r .xdata$x
138 CHECKIDX: 00000000 r .xdata$x
139 CHECKIDX: 00000000 r .xdata$x
140 CHECKIDX: 00000000 r .xdata$x
141 CHECKIDX: 00000000 r .xdata$x
142 CHECKIDX: 00000000 r .xdata$x
143 CHECKIDX: 00000000 r .xdata$x
  /external/clang/tools/libclang/
CXCursor.cpp 828 if (cursor.xdata != -1)
829 return std::make_pair(cursor.xdata,
831 ->getSelectorLoc(cursor.xdata));
834 if (cursor.xdata != -1)
835 return std::make_pair(cursor.xdata,
837 ->getSelectorLoc(cursor.xdata));
850 newCursor.xdata = -1;
852 newCursor.xdata = SelIdx;
858 newCursor.xdata = -1;
860 newCursor.xdata = SelIdx
    [all...]
CXCursor.h 279 newCursor.xdata = 1;
  /external/eigen/bench/btl/data/
gnuplot_common_settings.hh 6 set xdata
  /external/opencv/ml/src/
mlann_mlp.cpp 1148 double* xdata = x[0]+i*ivcount; local
1156 double* xdata = x[0]+i*ivcount; local
1184 const double* xdata = x[l_count-1] + i*ovcount; local
1200 const double* xdata = x[l_count-1] + i*ovcount; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soc.h 69 #define SOC_SINGLE_BOOL_EXT(xname, xdata, xhandler_get, xhandler_put) \
73 .private_value = xdata }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soc.h 69 #define SOC_SINGLE_BOOL_EXT(xname, xdata, xhandler_get, xhandler_put) \
73 .private_value = xdata }
  /external/openssl/crypto/md5/asm/
md5-x86_64.pl 360 .section .xdata
  /external/icu4c/test/intltest/
dtfmrgts.cpp     [all...]
  /external/openssl/crypto/bn/asm/
x86_64-gf2m.pl 376 .section .xdata
modexp512-x86_64.pl     [all...]
x86_64-mont5.pl 1047 .section .xdata
  /external/openssl/crypto/rc4/asm/
rc4-md5-x86_64.pl 606 .section .xdata
rc4-x86_64.pl 652 .section .xdata
  /external/openssl/crypto/sha/asm/
sha512-x86_64.pl 441 .section .xdata
sha1-x86_64.pl 1239 .section .xdata
  /external/libmtp/src/
ptp.c 2038 unsigned char *xdata; local
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-x86_64.pl 787 .section .xdata
  /external/clang/include/clang-c/
Index.h 2121 int xdata; member in struct:__anon5512
    [all...]
  /external/openssl/crypto/aes/asm/
aesni-sha1-x86_64.pl 1203 .section .xdata
vpaes-x86_64.pl 1178 .section .xdata

Completed in 958 milliseconds

1 2